/* ==============
   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: 'Roboto-BoldCondensed';
    src: url('Roboto-BoldCondensed.eot');
    src: url('Roboto-BoldCondensed.eot?#iefix') format('embedded-opentype'),
         url('Roboto-BoldCondensed.woff') format('woff'),
         url('Roboto-BoldCondensed.ttf') format('truetype'),
         url('Roboto-BoldCondensed.svg#Roboto-BoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoCondensed-BoldItalic';
    src: url('RobotoCondensed-BoldItalic-webfont.eot');
    src: url('RobotoCondensed-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('RobotoCondensed-BoldItalic-webfont.woff') format('woff'),
         url('RobotoCondensed-BoldItalic-webfont.ttf') format('truetype'),
         url('RobotoCondensed-BoldItalic-webfont.svg#RobotoCondensed-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@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: 'doppio_oneregular';
    src: url('doppioone-regular-webfont.eot');
    src: url('doppioone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('doppioone-regular-webfont.woff2') format('woff2'),
         url('doppioone-regular-webfont.woff') format('woff'),
         url('doppioone-regular-webfont.ttf') format('truetype'),
         url('doppioone-regular-webfont.svg#doppio_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'oswald-bold';
    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#oswald-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'GandhiSans-Bold';
    src: url('GandhiSans-Bold-webfont.eot');
    src: url('GandhiSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('GandhiSans-Bold-webfont.woff') format('woff'),
         url('GandhiSans-Bold-webfont.ttf') format('truetype'),
         url('GandhiSans-Bold-webfont.svg#GandhiSans-Bold') 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;

}

/* SCHEDULE ICONS */
.gicon-PR:before { content: '\e832' }
.gicon-LS:before { content: '\e833' }
.gicon-DI:before { content: '\e834' }
.gicon-TI:before { content: '\e835' }
.gicon-RC:before { content: '\e836' }
.gicon-RE:before { content: '\e837' }
.gicon-BS:before { content: '\e838' }
.gicon-AU:before { content: '\e839' }
.gicon-VI:before { content: '\e83b' }
.gicon-GA:before { content: '\e83c' }

.accent-bg,
.accent-bg th  { color:#fff !important; background:#fd6500 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body {font-family: 'Roboto-BoldCondensed', arial }
.page{overflow:hidden}

a { color:#fff; text-decoration:none }
a:hover { color:#7a7a78; text-decoration:none}

.internal-page a { color:#ff6600; text-decoration:none }
.internal-page a:hover { color:#7a7a78; text-decoration:none}


h1,h2,h3,h4,h5,h6,b,strong { font-family: 'Roboto-BoldCondensed', arial; font-weight:normal; text-transform:uppercase }

h1 { font-size:28px; color:#fd6500 }
h2 { font-size:21px; color:#fd6500 }
h3 { font-size:32px; color:#fd6500 }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }
.internal-page .poll {color:#444}


.box-hdr { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #233a75; font-family:'oswaldbook',arial; font-weight:normal; 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:#000; 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 }

/* 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 { width: 625px;position: relative;overflow: hidden;height: 428px; margin-bottom:1px}
.j-carousel .media-box img:first-child,
.j-carousel .media-box a img { display:block; width:100% !important; height:100% !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 { max-height:250px; margin-top:-26px; font-family: 'GandhiSans-Bold'; }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 10px 0 0}
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px }
.aotw .title span { display:block; margin-top:5px; font-size:15px; color:#d65808; text-transform:uppercase }
.aotw .title span:first-child { font-size:24px; text-transform:uppercase; color:#fff; font-family: 'RobotoCondensed-BoldItalic' }
.aotw .leadin{ color:#fff; font-size:15px}

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:10px 10px 26px 65px; position:relative; border-bottom:4px solid #ff6600; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date { float:left; width:60px; margin-left:-65px; text-align:center; color:#3a244a; background:#e3e2e0; font-family: 'oswald-bold'}
.schedule-boxscore .date:after{ content: '';position: absolute;width:10px;height: 15px;left:60px;top: 42px;background: url(/images/setup/master_sprite.png) no-repeat -364px -23px}
.schedule-boxscore .date span { display:block }
.schedule-boxscore .date .month { display:block; font-size:16px; line-height:32px  }
.schedule-boxscore .date .day { font-size:30px;  text-transform:uppercase }
.schedule-boxscore .date .year { display:none}
.schedule-boxscore .sport-status { display:block; padding:0 10px }
.schedule-boxscore .event-info { width:100%; overflow:hidden; color:#fff; font-family: 'doppio_oneregular'; font-size:15px }
.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 .teams{padding:0 10px }
.schedule-boxscore .team .va, 
.schedule-boxscore .team .team-name { vertical-align:top; padding:5px 0 }
.schedule-boxscore .team .team-name { max-width:80% }
.schedule-boxscore .status,
.schedule-boxscore .result { float:right; font-family: 'montserratbold'; }
.schedule-boxscore .neutral-site{ display:none }
.schedule-boxscore .links{ position: absolute;left: 0;width: 100%;bottom: 0px;padding: 0px 70px;background: #670099;min-height: 30px}
.schedule-boxscore .links a span:last-child { position:absolute; left:-9999px }

/* YOUTUBE */
.youtube-wrapper { position:relative; z-index:1; margin-top:-24px; background: url(/images/setup/container_bg_pattern.png) repeat; border-bottom:4px solid #ff6600}
.youtube-wrapper .player { width:100%; position:relative; overflow:hidden }
.youtube-wrapper .playlist { padding:0px }
.youtube-wrapper .playlist .overflow { height:200px; overflow:auto }
.youtube-wrapper .playlist ul { list-style:none; padding:0; margin:0 }
.youtube-wrapper .playlist li { min-height:50px; padding-left:65px; color:#FFF; background:#a6a6a6; cursor:pointer; position:relative;
-moz-transition:background .3s ease;
-webkit-transition:background .3s ease;
-o-transition:background .3s ease;
transition:background .3s ease;
}
.youtube-wrapper .playlist li.active,
.youtube-wrapper .playlist li.active { background:#fff; color:#343434 }
.youtube-wrapper .playlist img { max-width:50px; border:solid 1px #9F9F9F; overflow:hidden;  position:absolute; left:5px; top:5px }
.youtube-wrapper .playlist li a { display:block; font-size:13px; font-weight:bold; text-decoration:none; color:#666666; padding:5px 0;  }
.youtube-wrapper .playlist li span { display:none }
.youtube-wrapper .playlist li.active a { text-decoration:none; color:#343434 }
.youtube-wrapper .playlist h3 { display:none }
.more-video-btn { display:block; height:19px; line-height: 17px; background:#003ea5; border-top:4px solid #003f75; text-align: center; font-size:10px; text-transform:uppercase; color:#FFF ; font-weight: bold;}

.poll{ padding:5px 20px; color:#fff; height:406px; overflow:auto}
.poll .question {  display:block; font-size:28px; font-family: 'montserratbold'; margin-bottom:10px}
.poll .option {  display:block; font-size:22px; font-family: 'montserratregular'; margin-bottom:5px} 
.poll tr td:first-of-type{ line-height:32px}
.poll .buttons{ text-align:center; text-transform:uppercase }
.poll .result{margin-left: 178px;background: #e4e2e0;padding: 10px; width: 200px;margin-top: 10px; }
.poll .result a{color:#000 }
.poll .result a:hover{color:#000 }

.spot-col > div{ height: 420px;overflow: auto;padding: 0px 25px;}
.bulldog-hdr{ font-size:24px; font-family: 'montserratbold'; color:#fff}
.para p{ font-size:18px; font-family: 'montserratregular'; padding:0px 10px; color:#fff}
.para { border-bottom:1px solid #fff}

.site-footer { padding:0px; text-align:center }
.site-footer .footer-container{background:url(/images/setup/body_bg.png) repeat; max-width:1178px; margin:0 auto}
.site-footer .footer-logo{ padding-top:20px }
.site-footer .footer-buttons ul{ margin:0 }
.site-footer .footer-buttons li:first-child{ margin-left:0px}
.site-footer .footer-buttons li{ list-style: none;display: inline-block;vertical-align: top;margin-left: 117px}
.site-footer .footer-text{ padding-top:20px; text-transform:uppercase; color:#fff; font-size:17px}
.site-footer .footer-text span{ padding:0 8px}
.site-footer .footer-presto-logo{ padding:20px 0 30px}

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#510079; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#510079; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#510079 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#510079; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }
#page{background: url(/images/setup/container_bg_pattern.png) repeat}
.body-container { padding:10px }

h3 { font-size:32px; color:#fd6500; background:#55007f; border-bottom:5px solid #ff6600; text-align:center }

.site-header { position:relative; background:#432557}
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/header_tablet.png) no-repeat 50% 50% }

.site-footer { padding:0px 0px; text-align:center; background:#cecece }
.site-footer .footer-buttons li{ margin-left: 25px}

.sticky-bar {display:none}
.site-header .site-logo{ display:none}

.social-col{ width:70%; float:none; margin:0 auto }

.mobile-menu-bar { display:block; padding:5px; background:#ff6600 }
.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:#221a24; 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:#221a24; 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 .media-box { padding-top:46%; width:auto; height:auto;  position:relative; overflow:hidden }
.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 { height:40px; padding:0 20px; text-align:center  }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:10px; height:10px;  margin:13px 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:#ff6600; box-shadow:none }
.j-carousel .control.active:before { border-color:#ff6600}

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; font-size:16px;height:35px; line-height:35px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #ff6600; text-transform:uppercase; background:#55007f; color:#fff ; text-align:center; margin-top:10px}
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { display:block !important }

.schedule-boxscore .event-box:nth-child(n+6) { display:none }
.aotw { height:auto; margin-top:0px }

.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 }

.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) {

}

/*---------------------------------------
  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/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 }

.content-row2{ display:none}

.site-footer .footer-buttons li{ display:block;margin-left: 0px}
.site-footer .footer-text{ font-size:14px}
.site-footer .footer-text span{ padding:0 5px}

.poll{ height:auto}
}

@media only screen and (max-width:600px) {
  

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 
.aotw .thumb { max-width:35% }
.aotw .title span:first-child { font-size:20px }

.poll .question{ font-size:20px}
.poll .option{ font-size:18px }
.poll .result{ margin-left:20px}

.schedule-boxscore .teams{padding:5px 10px }

}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page {background: url(/images/setup/page_bg.jpg) no-repeat 50% 0%  #3f3146; background-size:100% 100% }

.wrapper { padding:0px; margin:0px auto }
.mainbody { min-height:500px; padding:0px; position:relative }
.landing .mainbody { min-height:0; padding:0; max-width:1178px; margin:0 auto;background:url(/images/setup/body_bg.png) repeat }
.internal-page .mainbody {margin:0 auto; max-width:1178px; padding:30px; font-size:14px;background:#FFF}

.site-header { position:relative; z-index:3; margin-bottom:20px; margin-top:-4px;background:url(/images/setup/header_bg.png) no-repeat 50% 50%; height:200px }
.site-header > div{ position: relative;height: 200px;max-width: 1178px;margin: 0 auto}
.site-header .site-title { position:absolute; left:-90px }
.site-header .site-title a { display:block; height:192px; width:176px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -16px 0px  }
.site-header .site-logo{position:absolute; right: -44px;top: 27px; z-index:4 }
.site-header .site-logo a { display:block; height:161px; width:93px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -226px 0px }

.mobile-menu-bar, .search-bar { display:none }

.content-row { margin-top:25px }
.content-row1 { margin-top:0 }
.content-row1 .content-col1, .content-row2 .content-col1, .content-row3 .content-col1  { width:53.146259%; float:left; box-sizing:border-box}
.content-row1 .content-col2, .content-row2 .content-col2, .content-row3 .content-col2{ width:45.367347%; float:right; box-sizing:border-box }

.youtube-heading{ text-indent: -9999px;display: block;height: 81px;width: 652px;background: url(/images/setup/master_sprite.png) no-repeat 0px -225px;margin-left: -25px; margin-bottom:0px}
.social-heading{text-indent: -9999px;display: block;height: 81px;width: 561px;background: url(/images/setup/master_sprite.png) no-repeat 0px -387px; margin-bottom:0px}
.student-heading{text-indent: -9999px;display: block;height: 81px;width: 561px;background:url(/images/setup/master_sprite.png) no-repeat 0px -549px; margin-bottom:0px}
.fanpoll-heading{ text-indent: -9999px;display: block;height: 81px;width: 652px;background: url(/images/setup/master_sprite.png) no-repeat 0px -307px;margin-left: -24px; margin-bottom:0px}
.spot-heading{text-indent: -9999px;display: block;height: 80px;width: 561px;background:url(/images/setup/master_sprite.png) no-repeat 0px -469px; margin-bottom:0px; margin-left:-1px}

.social-col{background: url(/images/setup/container_bg_pattern.png) repeat; border-bottom:4px solid #ff6600}
.events-col .sub-col2{background: url(/images/setup/container_bg_pattern.png) repeat; border-bottom:4px solid #ff6600; margin-top:30px}
.spot-col{background: url(/images/setup/container_logo_overlay.png) no-repeat 0px -124px #FD6500; border-bottom:4px solid #670099 }
.fan-col{background: url(/images/setup/container_bg_pattern.png) repeat; border-bottom:4px solid #ff6600 }

.aotw .thumb { max-width:133px}


/* NAVIGATION */
.dropnav { position:relative; top:100px; font-family: 'Roboto-BoldCondensed'}
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul{ max-width:975px; margin:0 auto}
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a { position:relative; z-index:2; display:block; height:73px; padding:0 16px; font-size:19px;  line-height:74px; color:#fff; text-transform:uppercase; text-align:center }
.dropnav .nav:hover > a:after{ content: "";  position: absolute;  top: 50px;  background: url(/images/setup/dropdown_arrow.png) no-repeat;  background-position:center ; width: 90%; height:4px;border-top: 3px solid #F85E00;  margin: 0px; left: 0px;  right: 0; margin: 0 auto;}
.dropnav .nav > a:hover{ color:#fff }
.dropnav .nav.has-submenu:hover > a { border-bottom:0px solid #FF6600}
.dropnav .nav > .submenu { display:none; position:absolute; left:15px; top:72px; padding: 15px 0px 10px 0px; min-width:180px; background:#b1aeae; border-bottom:10px solid #3e294d; white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu .has-submenu > .level2 { display:none; position:absolute; left:100%; top:0px; padding:15px 0px 10px 10px; border-bottom:10px solid #3e294d; background:#cecece }
.level1 ul li.has-submenu:hover .level2 { display:block }
.dropnav .submenu a { display:block; min-width:180px; padding:0 10px; line-height:35px; font-size:14px; text-transform:uppercase; color:#fff; white-space:nowrap; text-decoration:none; font-family: 'montserratregular'  }
.dropnav .level1  a {line-height:35px; text-transform:uppercase; color:#3e3e3e }
.dropnav .level1 a:hover{background-color:#cecece; color:#3e3e3e}


.secondary-nav { position:relative; z-index:2; padding:5px; margin-bottom:10px; margin-left:-25px; color:#fff; background:url(/images/setup/section_hdr_bg.png) no-repeat; height:33px; width:1214px; font-family: 'Roboto-BoldCondensed'}
.secondary-nav>div{ max-width:1096px; margin:0 auto; text-transform:uppercase}
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-size:24px; font-weight:normal;line-height:33px }
.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:#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-top:38px}
.j-carousel .story-box { padding:20px 10px 10px; color:#fff; background: url(/images/setup/container_bg_pattern.png) repeat; border-bottom:4px solid #ff6600;height:110px; border-top:2px solid #000; font-family: 'GandhiSans-Bold';}
.j-carousel .title { display:block; font-size:22px; line-height:22px; color:#fff;  font-family: 'montserratbold'; text-transform:uppercase}
.j-carousel .date { left: 0px;width: 100%; padding:12px 20px; position: absolute;display: block;bottom:147px; background:url(/images/setup/carousel_controls_bg.png) repeat;  font-family: 'montserratbold' }
.j-carousel .readmore{position:absolute; display: block; padding:13px; width: 100px;right:0; bottom:145px; color:#281d2d; background:#ff6600; text-transform:uppercase; text-align:center; font-family: 'Roboto-BoldCondensed'}
.j-carousel .sport-name,.j-carousel .pipe{display:none}
.j-carousel .controls { padding-top:27px; border-bottom:4px solid #ff6600 }
.j-carousel .control { position:relative; float:left; width: 122px;height: 100px;margin-left: 4px;cursor: pointer}
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; bottom:0; top:0; border:3px solid #ff6600; border-bottom:0px solid #ff6600}
.j-carousel .control .thumb { width:100%; height:100%; vertical-align:top }
.j-carousel .control:before{ content:""; position:absolute; left:254px; top:-207px; width:15px; height:15px; background:#b1b1b1; border-radius: 10px}
.j-carousel .control2:before { left:150px }
.j-carousel .control3:before { left:45px }
.j-carousel .control4:before { left:-60px }
.j-carousel .control5:before { left:-164px } 
.j-carousel .control.active:before { background:#ff6600 }
.j-carousel .carousel-related-links i{ display:inline-block}
.j-carousel .carousel-related-links a{color:#fff; width:14px; height:20px;}
.j-carousel .control .thumb-title{ position: absolute;  top: -643px;  display: block;  height: 35px;  line-height: 35px;  text-transform: uppercase;  background: #221a24;  color: #fff; font-size: 14px;  text-align: center; min-width: 121px;}
.j-carousel .control.active .thumb-title { background:#fd6500; color:#221a24  }


/*SPORTS-TABS */
.tabs-wrapper[id="sports-tabs"] .tabs {width:625px  }
.tabs-wrapper[id="sports-tabs"] ul.tabs .tab { margin-left:5px }
.tabs-wrapper[id="sports-tabs"] ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper[id="sports-tabs"] .tab_title { display:none }
.tabs-wrapper[id="sports-tabs"] .tab a { display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; background:#221a24; color:#fff; font-size:16px}
.tabs-wrapper[id="sports-tabs"] .tab a.active { background:#fd6500; color:#221a24 }
.tabs-wrapper[id="sports-tabs"] .tab a:hover { color:#fff; text-decoration:none }
.tabs-wrapper[id="sports-tabs"] .pane { background:transparent }
.tabs-wrapper[id="sports-tabs"] .pane .overflow { height:710px; padding:0px; overflow:hidden }

/*EVENTS-TABS */
.tabs-wrapper[id="events-tabs"] .tabs { border-bottom:0px solid #233a75 }
.tabs-wrapper[id="events-tabs"] ul.tabs .tab { margin-left:5px }
.tabs-wrapper[id="events-tabs"] ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper[id="events-tabs"] .tab_title { display:none }
.tabs-wrapper[id="events-tabs"] .tab a { display:block; height:35px; line-height:35px; padding:0 18px; text-transform:uppercase; background:#221a24; color:#fff; font-size:15px}
.tabs-wrapper[id="events-tabs"] .tab a.active { background:#fd6500; color:#221a24 }
.tabs-wrapper[id="events-tabs"] .tab a:hover { color:#fff; text-decoration:none }
.tabs-wrapper[id="events-tabs"] .pane { background: url(/images/setup/container_bg_pattern.png) repeat; border-bottom:4px solid #ff6600}
.tabs-wrapper[id="events-tabs"] .pane .overflow { height:416px; padding:0px; overflow:auto }

/*SOCIAL-TABS */
.tabs-wrapper[id="social-tabs"] .tabs { margin-top:-15px }
.tabs-wrapper[id="social-tabs"] ul.tabs .tab { margin-left:5px }
.tabs-wrapper[id="social-tabs"] ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper[id="social-tabs"] .tab_title { display:none }
.tabs-wrapper[id="social-tabs"] .tab a { display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#fff}
.tabs-wrapper[id="social-tabs"] .tab a.active { color:#eb5e06}
.tabs-wrapper[id="social-tabs"] .tab a:hover { color:#fff; text-decoration:none }
.tabs-wrapper[id="social-tabs"] .pane { background:transparent }
.tabs-wrapper[id="social-tabs"] .pane .overflow { height:499px; padding:10px; overflow:auto }
.tabs-wrapper[id="social-tabs"] .pane.pane1.active .overflow{overflow:hidden}
.tabs-wrapper[id="social-tabs"] .pane.pane2.active .overflow{overflow:hidden}

.sticky-bar {position: fixed;top: 255px}
.social-icons ul{ list-style: none;padding: 0;margin: 0}
.social-icons .nav {width: 43px}
.social-icons .nav a{ display: block;height: 100%;text-indent: -9999px;}
.social-icons .nav1{height: 43px;background: url(/images/setup/master_sprite.png) no-repeat -428px 0px;}
.social-icons .nav2{height: 43px;background: url(/images/setup/master_sprite.png) no-repeat -428px -37px;}
.social-icons .nav3{height: 43px;background: url(/images/setup/master_sprite.png) no-repeat -428px -71px;}
.social-icons .nav4{height: 43px;background: url(/images/setup/master_sprite.png) no-repeat -428px -107px;}
.social-icons .nav5{height: 43px;background: url(/images/setup/master_sprite.png) no-repeat -428px -141px}
.social-icons .nav6{height: 43px;background: url(/images/setup/master_sprite.png) no-repeat -428px -181px}
.social-icons .nav1 a:hover{ background: url(/images/setup/master_sprite.png) no-repeat -471px 0px}
.social-icons .nav2 a:hover{ background:url(/images/setup/master_sprite.png) no-repeat -471px -37px}
.social-icons .nav3 a:hover{ background: url(/images/setup/master_sprite.png) no-repeat -471px -71px}
.social-icons .nav4 a:hover{ background: url(/images/setup/master_sprite.png) no-repeat -471px -107px}
.social-icons .nav5 a:hover{ background: url(/images/setup/master_sprite.png) no-repeat -471px -141px}
.social-icons .nav6 a:hover{ background:url(/images/setup/master_sprite.png) no-repeat -471px -181px}

}

/* Presto Logo */
div.footer-presto-logo img {
    max-width: 220px;
}