/* ==============
   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: 'oswaldbold';
    src: url('oswald-bold-webfont.eot');
    src: url('oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-bold-webfont.woff') format('woff'),
         url('oswald-bold-webfont.ttf') format('truetype'),
         url('oswald-bold-webfont.svg#oswaldbold') 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;

}


/* 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_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;

}


@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:#233a75 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#114691; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'oswaldbook', arial }

a { color:#0593ff; 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:#3E5AA4 }
h2 { font-size:21px; color:#3E5AA4 }
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 }

.navbar-buttons li,
.navbar-buttons ul { list-style:none; padding:0; margin:0 }

.box-hdr { height:42px; line-height:42px; margin-bottom:0; font-family:'oswaldbook',arial; font-weight:normal; text-align:center; text-transform:uppercase; background:url(/images/setup/heading_bg_repeat.png) repeat-x 0 0; color:#fff  }
.box-hdr span { display:block; max-width:100px; margin:0 auto; height:30px; line-height:34px; padding:0 20px; font-size:15px; font-family:'oswaldbold', arial; text-transform:uppercase; background:#000; color:#fff; -ms-transform:skew(-10deg); -moz-transform:skew(-10deg); -webkit-transform:skew(-10deg); transform:skew(-10deg); background:#000 }

.edu-header { background:#222222 }
.edu-header > div { position:relative; max-width:1000px; height:50px; margin:0 auto }
.edu-header .edu-logo { display:block; width:165px; height:39px; margin:5px 0; text-indent:-9999px; background:url(/images/setup/mdc-logo-inverse.png) no-repeat 0 0 }

.edu-nav { position:absolute; top:0; left:180px; border-left:solid 1px #000 }
.edu-nav ul,
.edu-nav li { list-style:none; padding:0; margin:0 }
.edu-nav li { position:relative; float:left; border-right:1px solid #000 }
.edu-nav li a { display:block; padding:0 15px; line-height:50px; font-size:14px; font-family:'open_sansregular', arial; color:#fff }
.edu-nav li a:hover { text-decoration:none; background:#080808 }

.edu-search { position:absolute; right:0; top:7px; background:#fff; border-radius:3px }
.edu-search .span2 { float:left; width:118px; height:36px; padding:0 10px; border:none; border-radius:3px }
.edu-search .btn { float:left; width:36px; height:36px; line-height:36px; margin-left:4px; color:#fff; border:none; outline:none; background:#008CBA; border-radius:2px }

/* SITE-FOOTER */
.site-footer { margin-top:10px; text-align:center }
.site-footer > div { max-width:1000px; padding:11px 0; margin:0 auto 20px;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #e9e9e9 50%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#e9e9e9), color-stop(100%,#e9e9e9));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
 }

.footer-logos { float:right; width:50%; text-align:left }
.footer-logos li { display:inline-block; vertical-align:top; margin:0 20px }

.footer-text { float:left; width:50%; font-family:'oswaldbook', arial; font-size:17px; text-transform:uppercase; letter-spacing:1px; text-align:right }
.footer-text p { padding-right:50px; margin:0 }
.footer-text p:first-of-type { font-family:'oswaldbold', arial }

/* 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:38%; 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 }
.j-carousel .loader { left:10px }
.j-carousel .control .thumb-title { display:none }

/* 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 }

/* TABS */
.tabs-wrapper .tabs { position:relative; border-bottom:4px solid #fff; text-align:center }
.tabs-wrapper .tabs:before { content:""; position:absolute; left:0; right:0; bottom:0; display:block; height:12px; background:#000 }
.tabs-wrapper ul.tabs .tab { float:none; display:inline-block; vertical-align:top; margin:0 1px }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { position:relative; display:block; height:34px; line-height:34px; padding:0 20px; font-size:15px; font-family:'oswaldbold', arial; text-transform:uppercase; background:#000; color:#fff; -ms-transform:skew(-10deg); -moz-transform:skew(-10deg); -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.tabs-wrapper .tab a.active { color:#114691; background:#fff }
.tabs-wrapper .tab a:hover { text-decoration:none }

.tabs-wrapper[id="social-tabs"] .tabs { background:url(/images/setup/heading_bg_repeat.png) repeat-x 0 0 }
.tabs-wrapper[id="social-tabs"] .tab a { height:37px; line-height:37px; padding:0 10px }
.tabs-wrapper[id="social-tabs"] .pane .overflow { height:500px; overflow:hidden }
.tabs-wrapper[id="social-tabs"] .pane3 .overflow { overflow:auto }

.tabs-wrapper[id="main-tabs"] .pane { background:#fff }
.tabs-wrapper[id="main-tabs"] .pane2 .overflow { height:552px; padding:10px; overflow:auto }

/* SOCIAL ICONS */
.social-icons { position:absolute; right:50%; top:-5px; margin-right:-400px; padding:0 10px 5px; text-align:center; background:#114791; -ms-transform:skew(-10deg); -moz-transform:skew(-10deg); -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.social-icons ul,
.social-icons li { list-style:none; padding:0; margin:0 }
.social-icons li { float:left }
.social-icons li a { display:inline-block; vertical-align:top; width:25px; height:25px; font-size:16px; line-height:25px; color:#fafafa; overflow:hidden; -ms-transform:skew(10deg); -moz-transform:skew(10deg); -webkit-transform:skew(10deg); transform:skew(10deg) } 
.social-icons li a:hover { color:#56aaff; text-decoration:none }
.social-icons li a span { display:none }

/* SLIDER */
.sponsors-slider { position:relative; padding:10px 35px }
.sponsors-slider .slider { position:relative; margin-left:-10px; overflow:hidden }
.sponsors-slider .items { position:relative; width:2000% }
.sponsors-slider .item { float:left; width:5% }
.sponsors-slider .image { display:block; width:25%; float:left; padding-left:10px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.sponsors-slider .image img { width:100%; vertical-align:top }
.sponsors-slider .image span { display:none }
.sponsors-slider .prev,
.sponsors-slider .next { position:absolute; left:-10px; top:50%; margin-top:-27px; display:block; width:26px; height:55px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -520px 0 }
.sponsors-slider .next { left:auto; right:-10px; background-position:-554px 0 }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

/* YOUTUBE-WRAPPER */
/*.youtube-wrapper { position:relative; font-family:'pt_sans', arial }*/
/*.youtube-wrapper .player { margin-right:455px; box-shadow:0 0 20px rgba(51,51,51,0.5) }*/
/*.youtube-wrapper .overflow { position:absolute; right:0; top:0; bottom:0; width:435px; background:#333; overflow:auto; box-shadow:0 0 20px rgba(51,51,51,0.5) }*/
/*.youtube-wrapper .overflow ul { list-style:none; padding:0; margin:0 }*/
/*.youtube-wrapper .overflow li { padding:10px; cursor:pointer; overflow:hidden }*/
/*.youtube-wrapper .overflow li.active { background:#666 }*/
/*.youtube-wrapper .overflow li img { float:left; width:140px; margin-right:10px }*/
/*.youtube-wrapper .overflow li.active img { border-color:#999 }*/
/*.youtube-wrapper .overflow li .title { color:#fff; font-size:16px; font-weight:700; text-transform:uppercase }*/

.youtube-wrapper .player { padding:20px; box-sizing:border-box; float:left; width:100%}
.youtube-wrapper .playlist { position:relative; padding:20px; overflow:auto; background:rgba(222,219,211,0.4); box-sizing:border-box }
.youtube-wrapper .playlist ul { margin:0; list-style:none; }
.youtube-wrapper .playlist li { float:left; width:20%; padding:3px 10px; box-sizing:border-box; cursor:pointer; line-height:1.2 }
.youtube-wrapper .playlist li:nth-child(5) ~ li{ display:none }
.youtube-wrapper .playlist li .thumb { display:block }
.youtube-wrapper .playlist li .thumb img { vertical-align:top }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#233a75; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#233a75; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#233a75 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#233a75; 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:1023px) {

body { padding:0 }
div[id="page-background"] { display:none }

.site-header { position:relative; background:#fff }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/header_tablet.png) no-repeat -80px 50% }
.site-header .site-logo { display:none }

.edu-header { width:auto; padding:0 10px }
.social-icons { top:0; right:10px; margin:0 }

.site-footer { margin-top:0 }
.footer-logos { width:auto; float:none; text-align:center; background:#fff }
.footer-text { width:auto; float:none; padding:10px 10px 0; text-align:center; background:#eee }
.footer-text p { padding:0 }

.mobile-menu-bar { display:block; padding:5px; background:#233a75 }
.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 }
.mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#114691; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -moz-box-sizing:border-box; -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; -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; 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:'oswaldbook', 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:'oswaldbook', arial; background:#0593ff; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-family:'oswaldbook', arial;  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 .media-box { padding-top:54% }
.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 {  height: 22px; padding:5px; text-align:center; background:#333 }
.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:#0593ff; box-shadow:none }
.j-carousel .control.active:before { border-color:#0593ff }
.j-carousel .control .thumb { display:none }

.sponsors-slider .next { right:0 }
.sponsors-slider .prev { left:0 }

.social-icons ul { display:inline-block; vertical-align:top }

.top-stories .row { margin-top:10px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { padding:5px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.4);  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { position:relative }
.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 .thumb img { width:100%; vertical-align:top }
.top-stories .details { padding:10px; overflow:hidden }
.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:18px; margin-bottom:5px }
.top-stories .leadin { font-size:13px }
.top-stories .links { margin-top:5px; padding:5px 10px }
.top-stories .links a span { display:none }
.top-stories .buttons { padding:10px 0; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -moz-box-sizing:border-box; -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 }

.section-scoreboard{ 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; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

}

/*----------------------------------------------------------
  ADJUSTMENTS FOR TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:1023px) {
.top-stories .thumb { width:40%; float:left }
}

@media only screen and (max-width:920px) {
.edu-nav { display:none }
}

/*---------------------------------------
  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_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:#333 }
.mobile-menu-bar li span { display:none }

.social-icons { position:static; margin:0 20px; text-align:center }
.social-icons > div { display:inline-block; vertical-align:top }

.edu-header { display:none }

.schedule-boxscore { font-family:'open_sanssemibold', arial; color:#fff; background:#000; background:rgba(0,0,0,0.5) }
.schedule-boxscore .event-box { padding:10px }
.schedule-boxscore .no-events { padding:10px; text-align:center }
.schedule-boxscore .date { font-family:'oswaldbook', arial; font-size:18px; letter-spacing:1px}
.schedule-boxscore .status,
.schedule-boxscore .result { float:right }

.content-row3 { display:none }

.sponsors-slider { padding:0 5px 5px; background:#1e3265 }
.sponsors-slider .items { position:static }
.sponsors-slider .item { float:none; display:block; margin-top:5px }
.sponsors-slider .next,
.sponsors-slider .prev,
.sponsors-slider .item.cloned,
.sponsors-slider .image img { display:none }
.sponsors-slider .image { float:none; width:100%; margin-top:5px }
.sponsors-slider .image span { display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; background:#fff; border-radius:3px }
.sponsors-slider .image span:after { content:"\00bb"; float:right; font-size:22px }

}

@media only screen and (min-width:0px) and (max-width:600px) {
  
.top-stories .story { position:relative }
.top-stories .details { position:absolute; left:5px; right:5px; bottom:5px; padding:30px 10px 10px;
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')";
}
.top-stories .title { color:#fff; margin:0; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.8) }
.top-stories .date,
.top-stories .leadin { display:none }

/*.youtube-wrapper { margin:5px }*/
/*.youtube-wrapper .player { margin-right:0 }*/
/*.youtube-wrapper .overflow { position:static; width:auto }*/
/*.youtube-wrapper .overflow li:nth-child(n+6) { display:none }*/
/*.youtube-wrapper .overflow li .title { font-size:14px }*/


}

/*------------------------------------------------------
  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 } 

.sponsors-slider .image { width:100% }

.j-carousel { background:#000 }
.j-carousel .story-box { position:static; padding:10px }
.j-carousel .controls { background:#444 }

}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; z-index:2; background: url(/images/setup/bottom_shadow.png) repeat-x 0 125px, url(/images/setup/bottom_shadow.png) repeat-x 0 179px }
.site-home .page { background: url(/images/setup/bottom_shadow.png) repeat-x 0 125px }
div[id="page-background"] { position:absolute; left:0; right:0; top:0; z-index:1; overflow:hidden }
div[id="page-background"] img { position:relative; left:50%; margin-left:-1000px; width:2000px; max-width:2000px }

.body-container { max-width:1000px; margin:0 auto }
.mainbody { min-height:500px; padding:30px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; margin-bottom:5px; border-top:5px solid #114691 }
.site-header .site-title { margin:0;
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #e9e9e9 50%, #e9e9e9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#e9e9e9), color-stop(100%,#e9e9e9));
background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#e9e9e9 50%,#e9e9e9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}
.site-header .site-title a { display:block; max-width:1000px; height:30px; margin:0 auto; line-height:30px; font-family:'oswaldbold', arial; font-size:12px; text-decoration:none; text-transform:uppercase; letter-spacing:5px; word-spacing:5px;  font-style:italic; text-indent:135px; color:#114691 }
.site-header .site-logo { position:absolute; left:50%; top:2px; margin-left:-575px; z-index:2; width:185px; height:109px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0 0 }

.mobile-menu-bar, .search-bar { display:none }

.content-row { margin-top:10px }
.content-row1 { margin-top:0 }
.content-row3 .content-col1 { width:66%; float:left }
.content-row3 .content-col2 { width:32%; float:right }

/* NAVIGATION */
.dropnav { position:relative; font-family:'oswaldbook', arial; text-transform:uppercase }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul { max-width:880px; padding-left:120px;  margin:0 auto }
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a { display:block; height:50px; padding:0 10px; font-family:'oswaldbold', arial; font-size:15px; line-height:50px; text-decoration:none; color:#fff; -ms-transform:skew(-10deg); -moz-transform:skew(-10deg); -webkit-transform:skew(-10deg); transform:skew(-10deg) }
.dropnav .nav:hover > a { background:#000 }
.dropnav .nav > .submenu { display:none; position:absolute; left:-5px; top:50px; min-width:200px; padding:20px; background:#000; white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:14px; line-height:30px; color:#fff; white-space:nowrap; text-decoration:none }
.dropnav .submenu a:hover { color:#1566A8 }
.dropnav .submenu .has-submenu > a { font-size:18px; 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:0 0 10px; font-family:'oswaldbold', arial;  text-transform:uppercase; color:#fff; background:#000 }
.secondary-nav > div { max-width:1000px; margin:0 auto }
.secondary-nav h1 { float:left; padding-left:125px; margin-bottom:0; color:#fff; font-family:'oswaldbold', arial; font-size:20px; font-style:italic }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right }
.secondary-nav li { float:left }
.secondary-nav li a { font-size:12px; letter-spacing:1px; color:#fff; text-decoration:none }
.secondary-nav li a:hover { color:#1075B5; 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:#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 .media-box { margin-right:300px }
.j-carousel .story-box { position:absolute; right:0; top:0; bottom:0; width:280px; padding:60px 20px; color:#fff; background:#082739 }
.j-carousel .title { display:block; font-size:24px; color:#fff }
.j-carousel .title:hover { color:#1075b5 }
.j-carousel .date { position:absolute; left:20px; top:30px; font-family:'oswaldbold', arial; text-transform:uppercase; letter-spacing:1px  }
.j-carousel .readmore { position:absolute; right:10px; bottom:10px; width:113px; height:37px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -401px 0 }
.j-carousel .controls { padding:10px; background:#000 }
.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:before { content:""; position:absolute; left:50%; top:-15px; margin-left:-5px; border:5px solid transparent; border-bottom-color:#135FAB; border-bottom-width:10px  }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; top:0; bottom:0; display:block; border:5px solid #135FAB }
.j-carousel .control .thumb { width:100%; vertical-align:top }
 
.top-stories .row { margin-top:10px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { padding:0 10px 0 200px; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.top-stories .thumb img { vertical-align:top }
.top-stories .play-button { 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:18px; margin-bottom:5px }
.top-stories .leadin { font-size:13px }
.top-stories .links { margin-top:5px; padding:5px 10px }
.top-stories .links a span,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:10px; text-align:center }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; background:#6f6f6f; color:#fff; border-radius:3px }

.scoreboard-row .section-scoreboard .section-header { position:static; margin:0; font-size:48px; font-weight:900; text-transform:uppercase; color:#fff }
.scoreboard-row .section-scoreboard .section-header span { font-weight:700 }

.scoreboard-slider { position:relative }
.scoreboard-slider .slider { position:relative; width:100%;  overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .no-events { min-height:350px; padding:20px; text-align:center; font-size:30px; line-height:100px; color:#fff }
.scoreboard-slider .event-box { float:left; position:relative; width:25%; padding:0 10px; text-align:center; box-sizing:border-box }
.scoreboard-slider .event-box .no-event { display:block; padding:20px; font-weight:700; text-transform:uppercase; text-align:center }
.scoreboard-slider .event-box .event { position:relative; min-height:350px; padding-bottom:40px; background:#fff }
.scoreboard-slider .event-box .date { width:30%; float:left; padding:9px 0; font-size:24px; font-weight:700; line-height:1; text-transform:uppercase; text-align:center; color:#fff; background:#082739 }
.scoreboard-slider .event-box .date span:nth-child(1) { display:none }
.scoreboard-slider .event-box .date span:nth-child(3) { font-size:38px; font-weight:900; text-align:center }
.scoreboard-slider .event-box .sport { width:70%; min-height:80px; padding:20px; float:right; font-size:20px; font-weight:700; line-height:1; text-transform:uppercase; background:#000; text-align:right; box-sizing:border-box }
.scoreboard-slider .event-box .sport > a { color:#fff  }
.scoreboard-slider .event-box .status { display:block; clear:both; padding:10px; font-size:15px; font-weight:700; text-align:center; text-transform:uppercase; color:#fff; background:#003267 }
.scoreboard-slider .event-box .status + .team .va { position:static; clear:both; display:block; margin:0 auto 10px }
.scoreboard-slider .event-box .team-logo { display:block; width:70px; margin:0 auto }
.scoreboard-slider .event-box .opponent { padding:10px 20px; font-family:'roboto', arial; font-size:20px; font-weight:700; line-height:1.1 }
.scoreboard-slider .event-box .opponent .result { display:block; margin-top:10px; color:#0e4b8c }
.scoreboard-slider .event-box .neutralsite-notes { padding:0 10px 10px; font-family:'roboto', arial; font-size:12px; line-height:1.2; color:#000 }
.scoreboard-slider .event-box .links { position:absolute;  bottom:0; left:0; right:0; padding:10px; text-align:center; background:#0e4b8c }
.scoreboard-slider .event-box .links a { font-size:11px; line-height:20px; color:#fff }
.scoreboard-slider .event-box .links a:hover { color:#e42138 }
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; left:0; top:50%; margin-top:-15px; width:30px; height:30px; border:none; cursor:pointer; text-align:center; overflow:hidden; background:#000; z-index:1 }
.scoreboard-slider .next { left:auto; right:0 }
.scoreboard-slider .prev:before { content:"\00ab"; display:block; font-size:1.5em; line-height:30px; color:#fff }
.scoreboard-slider .next:before { content:"\00bb"; display:block; font-size:1.5em; line-height:30px; color:#fff }
.scoreboard-slider .full-schedule-btn { display:block; width:175px; margin:20px auto; font-size:14px; text-align:center; color:#fff; line-height:38px; text-transform:uppercase; border:1px solid #fff; background:#000 }
.scoreboard-slider .full-schedule-btn:hover { color:#999; text-decoration:none }

.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

}

@media only screen and (min-width:768px) {
  
.schedule-boxscore { height:480px; padding:10px; overflow:auto; font-family:'open_sansextrabold', arial; background:#000; background:rgba(0,0,0,0.5) }
.schedule-boxscore .event-box { margin-top:10px; padding:0 25px 0 75px; position:relative; color:#fff; overflow:hidden }
.schedule-boxscore .event-box:before { content:""; position:absolute; right:1px; top:50%; margin-top:-100px; border:100px solid transparent; border-left-color:rgba(0,0,0,0.5); border-left-width:24px; border-right:none }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .no-events { font-size:20px; text-align:center; color:#fff }
.schedule-boxscore .date { position:absolute; left:25px; top:0; bottom:0; width:50px; padding:15px 0; text-align:center; background:#124692  }
.schedule-boxscore .date:before { content:""; position:absolute; left:-25px; top:50%; margin-top:-100px; border:100px solid transparent; border-right-color:#124692; border-right-width:25px; border-left:none }
.schedule-boxscore .date:after { content:""; position:absolute; right:-25px; top:50%; margin-top:-100px; border:100px solid transparent; border-left-color:#124692; border-left-width:25px; border-right:none }
.schedule-boxscore .date .month { display:block; font-size:15px; line-height:1; font-family:'open_sanssemibold', arial; text-transform:uppercase; color:#fff }
.schedule-boxscore .date .day { font-size:36px; line-height:1; text-transform:uppercase; color:#fff }
.schedule-boxscore .sport { font-size:13px; text-transform:uppercase; color:#3976cc }
.schedule-boxscore .event-info { width:100%; padding:10px 10px 10px 35px; overflow:hidden; background:#000; background:rgba(0,0,0,0.5); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule-boxscore .opponent { font-size:20px; text-transform:uppercase }
.schedule-boxscore .status { float:right; color:#fff }
.schedule-boxscore .result { float:right; font-size:30px; font-family:'oswaldlight', arial; color:#3976cc }
.schedule-boxscore .neutral-site { display:none }
.schedule-boxscore .links a { font-size:10px; text-transform:uppercase; color:#fff }
.schedule-boxscore .links a:hover { color:#3976cc }

    
}