/* ==============
   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: 'latoregular';
    src: url('lato-reg-webfont.eot');
    src: url('lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('lato-reg-webfont.woff') format('woff'),
         url('lato-reg-webfont.ttf') format('truetype'),
         url('lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lato-bold';
    src: url('lato-bold.eot');
    src: url('lato-bold.eot?#iefix') format('embedded-opentype'),
         url('lato-bold.woff') format('woff'),
         url('lato-bold.ttf') format('truetype'),
         url('lato-bold.svg#lato-bold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lato-black-italic';
    src: url('lato-black-italic.eot');
    src: url('lato-black-italic.eot?#iefix') format('embedded-opentype'),
         url('lato-black-italic.woff') format('woff'),
         url('lato-black-italic.ttf') format('truetype'),
         url('lato-black-italic.svg#lato-black-italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lato-black';
    src: url('lato-black.eot');
    src: url('lato-black.eot?#iefix') format('embedded-opentype'),
         url('lato-black.woff') format('woff'),
         url('lato-black.ttf') format('truetype'),
         url('lato-black.svg#lato-black') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RussoOne-Regular';
    src: url('RussoOne-Regular.eot');
    src: url('RussoOne-Regular.eot?#iefix') format('embedded-opentype'),
         url('RussoOne.woff') format('woff'),
         url('RussoOne-Regular.ttf') format('truetype'),
         url('RussoOne-Regular.svg#RussoOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proximanova-bold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#proximanova-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;

}

.accent-bg,
.accent-bg th{ color:#fff !important; background:#0F6A37 !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: 'latoregular', arial }
.page{ overflow:hidden}

a { color:#386b42; text-decoration:none }
a:hover { color:#F6A81B; text-decoration:none }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#386b42}
h2 { font-size:21px; color:#386b42}
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; position:relative; left:0; right:0; top:23px; max-height:200px; overflow:auto; border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; }
.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 }

/* 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:56%; 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:56%; 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:775px; height:427px; float:left; position:relative }

/*INDICATORS*/
.j-carousel .prev{ display: block;width:13px;height: 19px; cursor: pointer;background:url(/images/setup/master_sprite.png) no-repeat -751px 0px ;position: absolute;left: 408px;bottom:30px;text-indent: -9999px; z-index:3 }
.j-carousel .next { display: block;width: 13px;height:19px; cursor: pointer;background: url(/images/setup/master_sprite.png) no-repeat -770px 0px;position: absolute;bottom:30px;text-indent: -9999px; z-index:3 }
.j-carousel .next { left: auto;right: 34px } 
.j-carousel .pp { display:none }

/*SPORTS-PAGE INDICATORS*/
.sport-home .j-carousel .prev{ display: block;width:13px;height: 19px; cursor: pointer;background:url(/images/setup/master_sprite.png) no-repeat -751px 0px ;position: absolute;left: 760px;bottom:26px;text-indent: -9999px; z-index:3 }
.sport-home .j-carousel .next { display: block;width: 13px;height:19px; cursor: pointer;background:url(/images/setup/master_sprite.png) no-repeat -770px 0px ;position: absolute;bottom:26px;text-indent: -9999px; z-index:3 }
.sport-home .j-carousel .next { left: auto;right: 100px } 
.sport-home .j-carousel .pp { display:none }

/* SCHEDULE */
.schedule-boxscore{ margin-top:4px}
.schedule-boxscore .event-box {font-family: 'lato-bold'; width:100%;margin-top:5px; float:left;  position:relative; overflow:hidden }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date { float:left; width:23%; min-height:100px; box-sizing:border-box; text-align:center; background:#166837; color:#fff; font-family: 'RussoOne-Regular'; text-transform:uppercase}
.schedule-boxscore .date span { display:block; text-align:center }
.schedule-boxscore .date .month { display:block; font-size:18px }
.schedule-boxscore .date .day { font-size:27px; line-height:1.5 }
.schedule-boxscore .date .year{ display:none}
.schedule-boxscore .sport-status { display:block; line-height:25px; color:#fff  }
.schedule-boxscore .event-info { width:75%; float:right; box-sizing:border-box; overflow:hidden; padding:0px 15px 0px 5px }
.schedule-boxscore .sport{ text-transform:uppercase; color:#166837; font-family: 'latoregular' }
.schedule-boxscore .team { margin-top:0px  }
.schedule-boxscore .team:first-child { margin-top:0 }
.schedule-boxscore .team-logo i,
.schedule-boxscore .no-logo img { display:none }
.schedule-boxscore .team .va,
.schedule-boxscore .team .team-name { display:inline-block; vertical-align:top; padding:0px}
.schedule-boxscore .team .team-name { max-width:80% }
.schedule-boxscore .status{ position:absolute; left:13px; top:68px; max-width:70px; line-height:20px }
.schedule-boxscore .result, .schedule-boxscore .links { float:right}
.schedule-boxscore .neutral-site{ display:none }

/* SLIDER */
.slider-wrapper { position:relative; padding:0px }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:2000% }
.slider-wrapper .item { float:left; width:5% }

/* AOTW */
.aotw-col { position:relative }
.aotw-slider { min-height:381px; padding:0px 10px 10px 10px }
.aotw-slider .athlete { position:relative; overflow:hidden;}
.aotw-slider .athlete:first-child { margin-top:0 }
.aotw-slider .athlete .thumb img {padding: 10px 75px 15px; vertical-align: top;  min-width: 214px;  max-height: 285px;text-align: center; }
.aotw-slider .athlete .info { text-align:center; color:#fff; text-transform:uppercase; font-size:15px; }

.aotw-slider .info span { display:block; padding:5px}
.aotw-slider .title{font-family: 'RussoOne-Regular'; font-size:22px; color:#f6a704 }
.aotw-slider .sport-name { background:#156333; text-transform: capitalize}
.aotw-slider .prev,
.aotw-slider .next { position:absolute; left:10px; bottom:60px; display:block; width:18px; height:20px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -720px 0 }
.aotw-slider .next { left:auto; right:10px; background-position:-735px 0 }

.footer-text p{ line-height:5px }
.footer-text a{ line-height: 40px; color:#000; text-decoration:underline; font-weight:bold }
.footer-text span{ padding:0 4px}



/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#166936; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#166936; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#166936 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#166936; color:#fff }
.bio-wrap .head a { color:#fff }
.bio-wrap.xl .head{ width:360px}


/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:0px) and (max-width:1023px) {

body { padding:0 }
#page{ background: #106A37}
.body-container { padding:10px }

.site-header { position:relative; background:#184625 }
.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:30px 0; text-align:center; background:#f7a81b; color:#000; font-family: 'latoregular';text-transform: capitalize}

.top-nav {display:none }
#bottom-bar{ display:none}
.site-header .header-title{ display:none }

h3 { font-size:18px; text-align:center; color:#f7a81b ; font-family: 'lato-bold'; line-height:2; margin-bottom:0px; text-transform:uppercase}

.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 }

.sport-home .j-carousel3 { position:relative; z-index:1; overflow:hidden }
.sport-home .j-carousel3 .seats { width:800%; position:relative }
.sport-home .j-carousel3 .seat { width:12.5%; float:left; position:relative }

.content-row .result-col { width:100%; float:left; margin:0 auto; background:#e7e7e9 }

.content-row .content-col1 { width:50%; float:left; box-sizing:border-box; background:#e7e7e8; margin-top:10px}
.content-row .content-col2 { width:50%; float:right; box-sizing:border-box;  background:#11522a; margin-top:10px }
.content-row .content-col3 { width:100%; float:left; margin:0 auto;box-sizing:border-box }

.sport-home .content-row .content-col1{ width:100%; margin:0 auto; float:none}
.sport-home .content-row .content-col2{ width:100%; margin:0 auto; float:none; background:#e7e7e9; margin-top:10px}

.mobile-menu-bar { display:block; padding:5px; background:#F7A81B }
.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:#166936; 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:#f7a81b; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal; text-transform:uppercase }
.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:url(/images/setup/carousel_story_bg.png) repeat}
.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:#F7A81B; 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 #F7A81B; border-radius:10px }
.j-carousel .control.active { background:#fff; box-shadow:none }
.j-carousel .control.active:before { border-color:#fff}

/*INDICATORS*/
.j-carousel .prev,
.j-carousel .next { left:0px;  top:40% }
.j-carousel .next { left: auto;right: 0px } 

.sport-home .j-carousel .prev,
.sport-home .j-carousel .next { left:0px;  top:40% }
.sport-home .j-carousel .next { left: auto;right: 0px } 

.buttons-slider { padding:0 5px 5px; background:#f7a81b; margin-top:5px }
.buttons-slider .item a{ color:#166936 }
.buttons-slider .item a:hover { color:#ffb200}
.buttons-slider .image { display:block; margin-top:5px }
.buttons-slider .next,
.buttons-slider .prev,
.buttons-slider .item.cloned,
.buttons-slider .image img { display:none }
.buttons-slider .image span { display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; background:#fff; border-radius:3px }
.buttons-slider .image span:after { content:"\00bb"; float:right; font-size:22px; color:#166936 }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #fff; text-transform:uppercase; background:#f7a81b; color:#fff; text-align:center }
.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 }

.top-stories{height:395px; overflow:auto; }
.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; display:none }
.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; color:#166936 }
.top-stories .title:hover{ color:#f7a81b }
.top-stories .leadin {display:none }
.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:#166936; 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 }

.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 }
}

/*---------------------------------------
  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 }

.content-row .carousel-col { 100%; float:none }
.content-row .result-col { display:none}

.j-carousel3 .seat { width:12.5%; float:left; position:relative; height:auto }

.aotw-slider .athlete .thumb img {padding: 10px 30px 15px}


}

@media only screen and (min-width:0px) and (max-width:600px) {
  

}

/*------------------------------------------------------
  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:110% auto } 
.aotw .thumb { max-width:35% }

.content-row .content-col1 { width:100%; float:none; margin:0 auto}
.content-row .content-col2 { width:90%; float:none; margin:0 auto; margin-top:10px }

.footer-text p{ line-height:11px; font-size:12px }

.j-carousel .media-box{ padding-top:80%}
}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page {background: url(/images/setup/page_bg.jpg) no-repeat 50% 0%  #35643C; background-size:100% 100% }

.wrapper { padding:0px; margin:0px auto; max-width:1200px; }
.mainbody { min-height:500px; padding:0px; position:relative }
.landing .mainbody { min-height:0; margin:0 auto; padding:0; background:#fff; box-shadow:0 0 10px #000000; -moz-box-shadow: 0 0 10px #000000;-webkit-box-shadow: 0 0 10px #000000}
.internal-page .mainbody{ padding:35px 20px 10px;}
.internal-page h1{ text-align:center;}

.site-header { position:relative; z-index:3; min-height:100px}
.site-header >div {max-width: 1200px; position: relative; margin: 0 auto}
.site-header .site-title { text-align:center; margin:0 }
.site-header .site-title a {position:absolute; display:block; height:220px; width:379px; text-indent:-9999px; left:-69px; top:18px; background:url(/images/setup/master_sprite.png) no-repeat 0 0; z-index:9999}
.site-header .header-title{ font-family: 'proximanova-bold'; padding-left:105px; letter-spacing:5px; color: #fff; text-transform: uppercase; font-size: 20px; display: block; text-align: center; word-spacing: 8px; padding-top:20px }

.mobile-menu-bar, .search-bar { display:none }

.site-footer { padding:30px 0 56px; color:#000; background:url(/images/setup/footer_bg.png) no-repeat 50% 0%; height:218px; font-family: 'latoregular';text-transform: capitalize; font-size:15px }
.footer-container{max-width:1200px; margin:0 auto; padding-top:40px}
.footer-logo1{ float:left; width:20%; text-align:center; box-sizing:border-box}
.footer-text { padding-top:20px;  float:left; width:40%; box-sizing:border-box}
.footer-logo2{ float:left; width:40%; text-align:center; box-sizing:border-box}
.footer-logo2 .logo2{ float:left; padding-left:10px}
.footer-logo2 .footer-presto-logo{ float:left; padding: 22px 0px 0px 48px }


.content-row { margin-top:10px; padding:15px }
.content-row1 { margin-top:0px; padding:10px 15px 15px; }
.content-row .carousel-col { width:64.666667%; float:left }
.content-row .result-col { width:33.333333%; float:right }

.content-row .content-col1 { width:33%; float:left; box-sizing:border-box; background:#e7e7e8}
.content-row .content-col2 { width:33%; margin:0 auto 5px 6px; box-sizing:border-box; float:left; background:#11522a }
.content-row .content-col3 { width:33%; float:right; box-sizing:border-box }

h3.recent-news-hdr{ background: url(/images/setup/master_sprite.png) no-repeat -786px -104px; width:169px; height:36px; text-indent: -9999px }
h3.box-hdr {background:url(/images/setup/master_sprite.png) no-repeat -785px -68px; width:258px; height:36px; text-indent: -9999px; margin-bottom: 0px; position:relative; z-index:2 }

/* NAVIGATION */
.dropnav {height:41px; padding:10px; position:relative; background:#fff; font-family: 'RussoOne-Regular';  text-transform:uppercase; margin-top:43px; box-shadow:0px -10px 10px -10px #000000 }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav > ul{  height:41px; width:889px; float:right; background: url(/images/setup/master_sprite.png) no-repeat 0px -272px;} 
.dropnav .nav { float:left; position:relative }
.dropnav .nav > a {position:relative; display:block; height:41px ;padding-left:15px; font-size:15px; line-height:40px; color:#274e37; z-index: 1; }
.dropnav .nav1:hover > a:before{content: ""; top: 0px; content: "";position: absolute;right: 77px; border: 42px solid transparent; border-right-width: 15px; border-top-color: #fff;  border-left: none; z-index: 4;}
.dropnav .nav > a:after{ content: "|";color: #274e37;font-size: 16px;padding-left: 10px }
.dropnav .nav5 a:after{ content:" " }
.dropnav .nav:hover > a {background:#166837; color:#fff }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; top:40px; min-width:209px; padding:10px; background:url(/images/setup/dropdown_bg.png) repeat-x; white-space:nowrap; z-index: 2; }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; white-space:nowrap; text-decoration:none; color:#F3AA1F }
.dropnav .submenu a:hover{ color:#fff}
.dropnav .submenu .has-submenu > a { font-size:18px; margin-left:5px;  color:#fff; cursor:pointer; font-family: 'RussoOne-Regular' }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { font-family: 'lato-bold'; display:inline-block; vertical-align:top; min-width:190px; margin-left:20px; padding:8px 0px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:5px }
.dropnav a[rel*="wiki-link"] { padding-top:10px }

.secondary-nav { position:relative; margin:0 auto; z-index:2; padding:10px 10px 0px; color:#166936; background:#fff; font-family: 'lato-bold' }
.secondary-nav h1 { float:left; margin-bottom:0; color:#166936; font-size:30px; font-weight:bold; text-transform:uppercase; margin-left:150px; letter-spacing:1px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px; margin-right:12px }
.secondary-nav li { float:left }
.secondary-nav li a { color:#166936; text-decoration:none; font-size:16px }
.secondary-nav li a:hover { color:#f7a81b; 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 .story-box { max-width:680px; min-height:60px; font-family: 'lato-bold'; margin:0 auto; position:absolute; left:0; right:0; bottom:0; padding:10px; color:#f6a702; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.6); background:url(/images/setup/carousel_story_bg.png) repeat}
.j-carousel .title { display:block; font-size:20px; color:#f0ab05; max-width:356px; text-transform:uppercase }
.j-carousel .date { display:none }
.j-carousel .leadin { display:none }
.j-carousel .readmore{ color:#fff; text-transform:uppercase}
.j-carousel .readmore:after{ content: "";display: inline-block;vertical-align: top;margin: 5px 0 0 5px;border: 5px solid transparent;border-left-color: #fff }
.j-carousel .controls { position:absolute; bottom:10px; right:50px; overflow:hidden; width:280px  }
.j-carousel .control { position:relative; float:left; width:87px; height:60px; margin-left:3%; 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 #f6a702}
.j-carousel .control .thumb { width:100%; height:100%; vertical-align:top }
 
.top-stories{ height:381px; overflow:auto; }
.top-stories .row { margin-top:10px; border-bottom: 1px solid #fff; }
.top-stories .row:first-child { margin-top:0 }
.top-stories .row:last-child{ border-bottom:0px solid #fff}
.top-stories .story { padding:0 10px 0 10px; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { display:none }
.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 .date{ color:#000 }
.top-stories .title { display:block; font-size:18px; margin-bottom:5px;  text-transform:uppercase; color:#00693e; font-family: 'lato-black' }
.top-stories .leadin { display:none }
.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:#11522a; color:#f6a704; border-radius:3px }

.buttons-slider .image:first-child{ padding-top:0px}
.buttons-slider .image { display:block; padding-top:5px }
.buttons-slider .image img { width:100%; vertical-align:top; height:213px }
.buttons-slider .image span { display:none }
.buttons-slider .next, 
.buttons-slider .prev { display:none }

/* TABS */
.tabs-wrapper[id="events-tabs"] .tabs { background:url(/images/setup/master_sprite.png) no-repeat -786px 0px  }
.tabs-wrapper[id="events-tabs"] .tabs.state2 { background-position:-786px -34px}
.tabs-wrapper[id="events-tabs"] .tab a { display:block; height:32px; text-indent:-9999px }
.tabs-wrapper[id="events-tabs"] .tab1 a { width:200px }
.tabs-wrapper[id="events-tabs"] .tab2 a { width:182px }
.tabs-wrapper[id="events-tabs"] .tab_title { display:none }
.tabs-wrapper[id="events-tabs"] .pane .overflow{ height:393px; padding:0px; background:#e7e7e9; overflow:auto }

/*BOTTOM-BAR*/
#bottom-bar{ position:fixed; left:0; right:0; bottom:0; z-index:9999;background:#166837; border-top:3px solid #0d4721}
#bottom-bar >div{ padding-top:10px}
.ticker-logo{ float:left; padding:12px 0px}
.scoreboard-hdr { font-size:22px; padding-top:10px; font-weight:400; color:#fff; display:block; float:left; text-transform:uppercase; line-height:38px; font-family: 'lato-black-italic' }
#scoreboard-ticker-wrapper { width:830px; height:40px; position:relative; float:left; padding-left:15px; background:url(/images/setup/ticker_bg.png) no-repeat }
#scoreboard-ticker ul,
#scoreboard-ticker li { margin:0; padding:0px; list-style:none }
#scoreboard-ticker,
#scoreboard-ticker li { width:760px; height:35px; position:relative; overflow:hidden; text-align:center }
#scoreboard-ticker .content { line-height:35px; color:#FFF; text-transform:uppercase }
#scoreboard-ticker span { padding:0 5px }
#scoreboard-ticker span:nth-of-type(-n+2) { padding:0 }
#scoreboard-ticker span:nth-of-type(2) { padding-right:5px }
#scoreboard-ticker span:last-of-type { padding-right:20px }
#scoreboard-ticker .venue{ text-transform:lowercase }
#scoreboard-ticker a { color:#f6a704 }
#scoreboard-ticker .no-events { text-align:center; color:#fff }
#scoreboard-ticker-prev,#scoreboard-ticker-next,#scoreboard-ticker-pp{position:absolute;right:20px}
#scoreboard-ticker-prev{top:10px}
#scoreboard-ticker-pp{display:none}
#scoreboard-ticker-next{ right:0px; top:10px}
#scoreboard-ticker-prev a,#scoreboard-ticker-next a{display:block;width:21px;height:20px;outline:none; background:url(/images/setup/master_sprite.png) no-repeat -750px 0px}
#scoreboard-ticker-next a{background-position:-765px 0px}


/*SPORTSPAGE CAROUSEL*/
.sport-home .content-row1{ margin-top:0px}
.sport-home .content-row1 .carousel-col{ width:100%; float:none; margin:0 auto}
.sport-home .j-carousel3 .seat { width:12.5%;height:480px; float:left; position:relative}
.sport-home .j-carousel .media-box { padding-top:43%; position:relative; overflow:hidden }
.sport-home .j-carousel .story-box { max-width:1000px; font-family: 'lato-bold'; margin:0 auto; position:absolute; left:0; right:0; bottom:0; padding:20px 10px 10px; color:#f6a702; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.6); background:url(/images/setup/carousel_story_bg.png) repeat}
.sport-home .j-carousel .controls { position:absolute; bottom:10px; right:115px; overflow:hidden; width:280px  }
.sport-home .j-carousel .title { display:block; font-size:20px; color:#f0ab05; max-width:600px; text-transform:uppercase }

.top-nav { position:absolute; float:left; width:166px; height:37px; top:136px; right:10px }
.top-nav .nav { float:left }
.navbar-buttons li{ margin:0; list-style:none; padding:0 }
.top-nav .nav a { display:block; margin-top:5px; font-size:23px; line-height:1; text-decoration:none; color:#244E3A; width:30px; height:25px; margin-left:10px; overflow:hidden }
.top-nav .nav a:hover { color:#244E3A }
.top-nav .nav a:before { font-family: "GlyphIcons"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; text-align: center; font-variant: normal; text-transform: none; line-height: 1em }
.top-nav .nav a[href*="facebook"]:before { content:"\e81b" }
.top-nav .nav a[href*="twitter"]:before { content:"\e81d" }
.top-nav .nav a[href*="youtube"]:before { content:"\e824" }

}

@media screen and (min-width: 1400px) {
    
.scoreboard-hdr{padding-left:150px; }
#scoreboard-ticker-wrapper{ padding-left:30px}
    
}

@media only screen and (min-width:1023px) and (max-width:1131px)  {

.dropnav{ margin-top:20px}

.site-header .header-title{  letter-spacing:4px; word-spacing: 6px }
.tabs-wrapper[id="events-tabs"] .tab a{ height:17px}

.secondary-nav > div > ul{ margin-right:136px}

.aotw-slider .athlete .thumb img{ padding:10px 46px 15px}
}