/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype'),
         url('raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaymedium';
    src: url('raleway-medium-webfont.eot');
    src: url('raleway-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-medium-webfont.woff') format('woff'),
         url('raleway-medium-webfont.ttf') format('truetype'),
         url('raleway-medium-webfont.svg#ralewaymedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaybold';
    src: url('raleway-bold-webfont.eot');
    src: url('raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-bold-webfont.woff') format('woff'),
         url('raleway-bold-webfont.ttf') format('truetype'),
         url('raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayextrabold';
    src: url('raleway-extrabold-webfont.eot');
    src: url('raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-extrabold-webfont.woff2') format('woff2'),
         url('raleway-extrabold-webfont.woff') format('woff'),
         url('raleway-extrabold-webfont.ttf') format('truetype'),
         url('raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewayheavy';
    src: url('raleway-heavy-webfont.eot');
    src: url('raleway-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-heavy-webfont.woff2') format('woff2'),
         url('raleway-heavy-webfont.woff') format('woff'),
         url('raleway-heavy-webfont.ttf') format('truetype'),
         url('raleway-heavy-webfont.svg#ralewayheavy') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arvoregular';
    src: url('arvo-regular-webfont.eot');
    src: url('arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('arvo-regular-webfont.woff') format('woff'),
         url('arvo-regular-webfont.ttf') format('truetype'),
         url('arvo-regular-webfont.svg#arvoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arvobold';
    src: url('arvo-bold-webfont.eot');
    src: url('arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('arvo-bold-webfont.woff') format('woff'),
         url('arvo-bold-webfont.ttf') format('truetype'),
         url('arvo-bold-webfont.svg#arvobold') 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;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#5c8627 !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:'ralewayextrabold', arial }

a { color:#5c8627; text-decoration:none }
a:hover { text-decoration:underline }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#5c8627 }
h2 { font-size:21px; color:#5c8627 }
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:322px; margin-bottom:10px; font-size:13px; text-transform:uppercase; background:#fff; z-index:2 }
.select-dropdown > .selection { position:relative; display:block; padding:0 35px 0 10px; line-height:31px; text-decoration:none; text-transform:uppercase; text-overflow:ellipsis; white-space:nowrap; color:#000; cursor:pointer; overflow:hidden }
.select-dropdown > .selection:before { content:''; position:absolute; right:0; top:0; width:35px; height:31px; background:#000 }
.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:#5c8627 transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #5c8627; 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:0; right:0; top:31px; max-height:171px; padding:10px; overflow:auto; background:#fff; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box }
.select-dropdown.active ul { display:block }
.select-dropdown li { display:block; height:25px; text-decoration:none; line-height:25px; color:#000; position:relative; cursor:pointer } 
.select-dropdown li:hover { color:#5c8627 }
.select-dropdown li.active { display:none }

.site-footer { padding:54px 0 10px; text-align:center; background:#e6e6e6 }
.site-footer a[href*="prestosports"] { display:block; width:196px; height:31px; margin:36px auto; text-indent:-9999px; background:url(../images/setup/footer_logo_presto.png) no-repeat }
.footer-logos { display:inline-block; vertical-align:top; margin-left:-30px }
.footer-logos ul { margin:0; list-style:none }
.footer-logos li { float:left; margin-left:38px }
.footer-logos li:first-child { margin-left:0 }
.footer-logos li img { vertical-align:top }
.footer-text { margin:35px 0 0; font-size:15px; font-family:'montserratbold', arial; line-height:1.8; text-transform:uppercase; color:#8b8b8b }
.footer-text a[href="/"] { font-size:24px; font-family:'arvobold', arial; color:#4d4d4d; text-decoration:none }
.footer-text p { margin:0 }
.footer-text span { padding:0 8px }

/* 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:63.120%; position:relative; overflow:hidden }
.j-carousel .media-box img:first-child,
.j-carousel .media-box a img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { width:12.5%; float:left; position:relative }

/* SCHEDULE */
.schedule-boxscore .event-box { position:relative; min-height:69px; margin-top:16px; padding-left:75px; font-family:'ralewaybold', arial; line-height:1; color:#fff }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { position:absolute; left:0; top:0; width:61px; height:69px; font-family:'arvobold', arial; font-size:30px; text-align:center; line-height:1; color:#fff; background:url(../images/setup/master_sprite.png) no-repeat -204px 0 }
.schedule-boxscore .date span { display:block; margin-top:10px; font-size:15px; text-transform:uppercase }
.schedule-boxscore .sport-status { display:block; margin-bottom:3px; font-size:12px; font-family:'arvobold', arial; text-transform:uppercase }
.schedule-boxscore .sport { color:#000 }
.schedule-boxscore .status { float:right }
.schedule-boxscore .team { font-size:15px; font-family:'ralewayheavy', arial }
.schedule-boxscore .team:first-child { margin-top:0 }
.schedule-boxscore .team .va { font-family:'ralewaymedium', arial }
.schedule-boxscore .team .va, 
.schedule-boxscore .team .team-name { display:inline-block; vertical-align:middle }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px }
.schedule-boxscore .links { margin-top:5px; padding-top:5px; font-size:10px; text-transform:uppercase; border-top:1px solid #709541  }
.schedule-boxscore .links a { color:#364f17 }
.schedule-boxscore .links a:hover { color:#000 }
.schedule-boxscore .no-events { display:block; line-height:445px; text-align:center; text-transform:uppercase }

/* STANDINGS */
.standings-brief h3 { display:none }
.standings-brief table { width:100%; border-collapse:collapse }
.standings-brief td, 
.standings-brief th { padding:7px 0; text-align:center; text-transform:uppercase }
.standings-brief th { font-weight:400; font-family:'arvobold', arial; font-size:12px; color:#5c8627; background:#000 }
.standings-brief td:first-child, 
.standings-brief th:first-child { text-align:left; padding-left:10px }
.standings-brief tr td { font-family:'ralewaybold', arial; color:#000; background:#f5f5f5 }
.standings-brief tr:nth-child(even) td { background:#fff }

/* YOUTUBE
.youtube-wrapper {  font-family: 'ralewayregular', arial; position:relative; z-index:1 }
.youtube-wrapper .player {  padding:0px 10px; background:#313131; color:#FFF; position:relative; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.youtube-wrapper .video-info { display:none }
.youtube-wrapper .playlist {  position:relative }
.youtube-wrapper .playlist .overflow {background: #364f16  none repeat scroll 0 0;left: 10px;height:72px !important;overflow: auto !important; padding: 10px !important; position: absolute;right: 10px;  box-shadow:none !important}
.youtube-wrapper .playlist ul { list-style:none; padding:0; margin:0 }
.youtube-wrapper .playlist li { margin-bottom:5px; width:50%; float:left; cursor:pointer; box-sizing:border-box ; text-align:left }
.youtube-wrapper .playlist li:hover { background:#709541 }
.youtube-wrapper .playlist li:first-child { border-top:none }
.youtube-wrapper .playlist img { width:95px; height:58px; float:left; margin-right:10px }
.youtube-wrapper .playlist li > div { padding:5px 10px 0 }
.youtube-wrapper .playlist li > div a { display:block; color:#000; font-size:12px }
.youtube-wrapper .playlist li.active > div a { color:#000 }
.youtube-wrapper .playlist li span { display:none }
.youtube-wrapper .playlist .playlist-all-videos { bottom: 10px; left: 28px; position: absolute; right: 20px;}
.youtube-wrapper .playlist .playlist-all-videos img {  display: block;  float: none;  height: auto;  margin: 0;  width: auto;}
*/

/* YOUTUBE */
.youtube-wrapper { font-family: 'ralewayregular', arial; position:relative; z-index:1 }
.youtube-wrapper .player { height: 300px; background:#000; position:relative }
.youtube-wrapper .player > div { width:auto !important; height:auto !important; position:absolute !important; left:0; top:0; right:0; bottom:0 }
.youtube-wrapper .video-info,
.youtube-wrapper .playlist > h3 { display:none }
.youtube-wrapper .playlist .overflow { height:145px !important; overflow:auto ; border: 5px solid #000025; background: #FFF; padding:0 !important }
.youtube-wrapper .playlist ul { list-style:none; padding:0; margin:0 }
.youtube-wrapper .playlist li { width:50%; float:left; -webkit-box-sizing:border-box; box-sizing:border-box;border-bottom:2px solid #000025;transition:.3s  }
.youtube-wrapper .playlist li:first-child { border-top:none }
.youtube-wrapper .playlist li:hover { background:#709541 }
.youtube-wrapper .playlist img { width: 95px; height: 73px; float:left; margin-right:10px }
.youtube-wrapper .playlist li > div { padding:5px 10px 0 }
.youtube-wrapper .playlist li > div a { display:block; color:#000; font-size: 12px; margin-bottom: 5px; letter-spacing:1px }
.youtube-wrapper .playlist li > div span { display:block; font-size:11px }

/*TWITTER-FEED*/
.twitter-feed { color:#444; background:#fff }
.twitter-feed .tweet .info { position:relative; padding:15px 15px 50px }
.twitter-feed .tweet .userinfo { min-height:40px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px }
.twitter-feed .tweet .userinfo a { text-decoration:none }
.twitter-feed .tweet .userinfo .icon { position:absolute; right:10px; top:10px; font-size:1.6em; line-height:1; color:#eee }
.twitter-feed .tweet:hover .userinfo .icon { color:#4ec2dc }
.twitter-feed .tweet .logo { float:left; max-width:40px; margin-right:10px }
.twitter-feed .tweet .logo img { vertical-align:middle }
.twitter-feed .tweet .title { display:block; font-size:1.1em; font-weight:700; color:#444 }
.twitter-feed .tweet .username { display:block; font-size:0.9em }
.twitter-feed .tweet .text { display:block; font-size:1.2em; line-height:1.4 }
.twitter-feed .tweet .thumb { margin-top:10px }
.twitter-feed .tweet .thumb img { vertical-align:middle }
.twitter-feed .tweet .links { position:absolute; left:15px; right:15px; bottom:5px; line-height:35px }
.twitter-feed .tweet .links a { margin-right:20px; font-size:1.2em; color:#ccc }
.twitter-feed .tweet .links a .text { position:absolute; left:-9999px; top:-9999px }
.twitter-feed .tweet .links a:focus,
.twitter-feed .tweet .links a:hover { color:#444 }
.twitter-feed .tweet .date { float:right; font-size:0.9em; font-weight:700 }

/*TIWTTER LIST LAYOUT*/
.twitter-feed.list .feed { border:1px solid #eee; overflow:auto }
.twitter-feed.list .head { padding:10px 15px }
.twitter-feed.list .head h1 { margin:0; font-size:26px; font-weight:400; line-height:30px }
.twitter-feed.list .tweet .info { border-top:1px solid #eee }

/*INSTAGRAM-FEED*/
.instagram-feed { position:relative }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed .item { width:33%; float:left }
.instagram-feed .item .gutter { padding:2px 0 0 2px }
.instagram-feed img { vertical-align:middle; width:100% }
.instagram-feed img.lazyload,
.instagram-feed img.lazyloading { opacity:0; transform:scale(0) }
.instagram-feed img.lazyloaded { opacity:1; transition:opacity .8s, transform .4s; transform:scale(1); transition-delay:.4s }
.instagram-feed .item .placeholder { position:relative; padding-top:100% }
.instagram-feed .load-more { text-align:center; cursor:pointer }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; color:#444; text-transform:uppercase }
.instagram-feed .item a { display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:#ccc; text-decoration:none }
.instagram-feed .item.video a:before { content:"\e80a"; position:absolute; left:0; right:0; top:50%; z-index:2; font-family:'glyphicons'; font-size:30px; line-height:1; margin-top:-15px; color:#eee; text align:center; text-shadow:0 0 2px rgba(0,0,0,0.5); speak:none }
.instagram-feed .item a:after { content:""; transition:background .6s ease-out }
.instagram-feed .item:hover a:after { position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; background:rgba(0,0,0,0.2) }
.instagram-feed .prev,
.instagram-feed .next { display:none }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#5c8627; color:#fff }

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#5c8627; color:#fff }
.roster .roster-header a { color:#fff }
.roster tr:nth-child(even) td { background:#f5f5f5 }

/* SCHEDULE */
.schedule-list table th { background-color:#5c8627; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#5c8627 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#5c8627; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  BACKGROUND ADJUSTMENTS
  -----------------------------------------*/

@media screen and (max-width:2000px) { 
  
div[id="page-background"] > img { position:absolute; left:50%; margin-left:-1000px; min-width:2000px }

}

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

body { position:relative; background:#e6e6e6 }
.landing body { background:#fff }
.page { position:relative; z-index:2; overflow:hidden }

div[id="page-background"] { position:absolute; left:0; right:0; top:135px; bottom:0; z-index:1; overflow:hidden }
div[id="page-background"] > img { width:100%; height:auto }
.landing div[id="page-background"] { display:none }

.wrapper { position:relative; z-index:1; max-width:1060px; margin:30px auto }
.landing .wrapper { max-width:none; margin:0 }
.mainbody { min-height:500px; padding:10px; position:relative; box-shadow:0 0 10px 0 rgba(0,0,0,0.5) }
.landing .mainbody { min-height:0; padding:0; box-shadow:none }

.site-header { position:relative; z-index:3; min-height:135px; background:url(../images/setup/global_nav_bg.png) repeat-x 0 78px #000 }
.site-header > .container { position:relative; max-width:1060px; margin:0 auto }
.site-header .site-title { position:absolute; left:230px; top:0; margin:0 }
.site-header .site-title a { display:block; height:78px; font-family:'arvoregular', arial; font-size:41px; line-height:78px; text-transform:uppercase; text-decoration:none; letter-spacing:-0.04em; color:#6f6f6f }
.site-header .site-title span { padding-left:4px; font-family:'arvobold', arial; color:#fff }
.site-header .site-logo { position:absolute; left:-1px; top:0; width:202px; height:160px; text-indent:-9999px; background:url(../images/setup/master_sprite.png) no-repeat; z-index:1  }

.mobile-menu-bar, .search-bar, .mobile-content { display:none }

.content-row > .container { position:relative; margin:0 auto }
.headlines-composite-row { padding:50px 0 55px; background:url(../images/setup/page_bg.jpg) no-repeat 50% 0; background-size:cover }
.sport-home .headlines-composite-row { padding-top:43px }
.headlines-composite-row > .container { max-width:1060px }
.headlines-composite-row .content-col1 { width:66.415%; float:left }
.headlines-composite-row .content-col2 { width:33.396%; float:right }
.slider-row { padding:35px 0 53px; background:#000 }
.slider-row > .container { max-width:1060px }
.aotw-buttons-row { height:459px; background:url(../images/setup/bg_pattern_green.png) repeat-x #e6e6e6; border-top:3px solid #929292 }
.aotw-buttons-row > .container { max-width:1055px }
.aotw-buttons-row .content-col1 { width:82.180%; float:left }
.aotw-buttons-row .content-col2 { width:14.312%; float:right }
.sponsors-row { padding:94px 0 99px }
.sponsors-row > .container { max-width:1060px }

.box-hdr { margin:37px 0 40px; width:867px; height:42px; text-indent:-9999px; background:url(../images/setup/master_sprite.png) no-repeat 0 -163px }

/* NAVIGATION */
.dropnav { position:absolute; left:0; top:78px; right:0; padding-left:209px; font-family:'ralewayheavy', arial; text-transform:uppercase }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; min-height:57px }
.dropnav .nav > a { position:relative; display:block; height:54px; padding:0 24px; font-size:18px; line-height:54px; text-decoration:none; color:#fff }
.dropnav .nav:hover > a:before { content:''; position:absolute; left:50%; margin-left:-8px; top:38px; width:16px; height:8px; background:url(../images/setup/master_sprite.png) no-repeat -541px 0 }
.dropnav .nav > .submenu { display:none; position:absolute; left:0; right:0; top:57px; padding:40px; min-height: 260px; background:url(../images/setup/master_sprite_new.png) 0px -276px no-repeat; white-space:nowrap }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:16px; font-family:'ralewayextrabold', arial; white-space:nowrap; text-decoration:none; line-height:30px; color:#fff }
.dropnav .submenu a:hover { color:#5c8627 }
.dropnav .submenu .has-submenu > a { text-transform:uppercase; color:#5c8627; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:40px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }

.secondary-nav { position:relative; z-index:2; min-height:57px; font-family:'ralewayheavy', arial; font-size:12px; text-transform:uppercase; color:#fff; background:url(../images/setup/section_hdr_bg.png) repeat-x }
.secondary-nav h1 { float:left; margin:0 0 0 229px; color:#fff; font-family:'ralewayheavy', arial; font-size:24px; font-weight:normal; line-height:54px; color:#5c8627 }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { position:relative; max-width:1060px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:18px }
.secondary-nav li { float:left }
.secondary-nav li a { color:#fff; text-decoration:none }
.secondary-nav li a:hover { color:#5c8627; text-decoration:none }
.secondary-nav li:before { content:"|"; padding:0 5px; font-family:'montserratregular', arial; color:#5c8627 }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:rgba(0,0,0,0.8); border-radius:5px 0 }
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; white-space:nowrap }

.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; height:90px; padding:13px 20px; line-height:1; color:#fff; background:rgba(0,0,0,0.7); -webkit-box-sizing:border-box; box-sizing:border-box }
.j-carousel .title { display:block; margin-bottom:5px; font-size:20px; line-height:1; color:#fff }
.j-carousel .date { position:absolute; left:0; right:0; bottom:90px; height:29px; padding:0 20px; font-size:11px; text-transform:uppercase; line-height:29px; color:#5c8627; background:#fff }
.j-carousel .leadin { font-size:12px; font-family:'ralewaybold', arial }
.j-carousel .readmore { font-size:10px; font-family:'ralewayheavy', arial; text-transform:uppercase; color:#5c8727 }
.j-carousel .leadin:after { content:'|'; padding:0 2px 0 5px; color:#505050 }
.j-carousel .controls { position:absolute; z-index:3; right:20px; bottom:90px; height:29px; font-size:0; text-align:center }
.j-carousel .control { position:relative; display:inline-block; width:6px; height:6px; margin:11px 0 0 4px; text-indent:-9999px; cursor:pointer; background:#d9d9d9; border-radius:6px }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active { background:#5c8627 }
.j-carousel .control .thumb { width:100%; vertical-align:top }
 
/* TABS */
.tabs-wrapper ul.tabs .tab { margin-left:2px }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:42px; font-size:12px; line-height:42px; padding:0 50px; text-transform:uppercase; text-decoration:none; background:#000; color:#5c8627 }
.tabs-wrapper .tab a.active { color:#fff; background:#5c8627 }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; background:#5c8627 }
.tabs-wrapper .pane.active { position:static }
.tabs-wrapper .pane .overflow { -webkit-box-sizing:border-box; box-sizing:border-box }

.main-tabs .pane .overflow { height:445px; overflow:hidden }
.main-tabs .pane2 .overflow { padding:16px; overflow:auto }
.main-tabs .pane3 .overflow{ overflow:auto; padding-left:20px; text-align:center }
	
.secondary-tabs ul.tabs .tab { width:33.333%; margin-left:0; padding-left:2px; -webkit-box-sizing:border-box; box-sizing:border-box }
.secondary-tabs ul.tabs .tab:first-child { padding-left:0 }
.secondary-tabs .tab a { padding:0; text-align:center }
.secondary-tabs .pane .overflow { height:445px; padding:16px; overflow:auto }

.social-tabs  ul.tabs .tab { margin-left:0 }
.social-tabs  ul.tabs .tab:first-child { margin-top:80px }
.social-tabs .tabs { position:absolute; left:0; top:0; bottom:0; z-index:1; width:40px; background:#364f16 }
.social-tabs .tab a { display:block; width:30px; height:30px; padding:5px; font-size:16px; text-decoration:none; overflow:hidden; color:#364f16; background:transparent }
.social-tabs .tab a.active { color:#364f16; background:transparent }
.tabs-wrapper .tab a:before { font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-variant:normal; display:block; text-align:center; text-decoration:none; text-transform:none; speak:none;width: 18px; height: 18px;line-height: 18px; background:#99a68a;border-radius: 100%;padding: 5px; margin: 0 auto; }
.tabs-wrapper .tab a[href="#tab_twitter"]:before { content:'\e81d' }
.tabs-wrapper .tab a[href="#tab_facebook"]:before { content:'\e81b' }
.tabs-wrapper .tab a[href="#tab_instagram"]:before { content:'\e81f' }
.tabs-wrapper .tab a[href="#tab_youtube"]:before { content:'\e824' }
.social-tabs  .tab a.active:before{ background:#fff }
.social-tabs .pane .overflow{ padding:0px 0px 0px 20px }

.top-stories .row { margin-top:16px }
.top-stories .row:first-child { margin-top:0 }
.top-stories .story { padding:0 10px 0 206px; position:relative; line-height:1.4; -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { width:190px; float:left; margin-left:-206px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.top-stories .thumb img { vertical-align:top }
.top-stories .play-button{ display:block; width:36px; height:36px; background:rgba(0,0,0,0.9); position:absolute; right:50%; top:50%; margin:-18px -18px 0 0; text-indent:-9999px; border-radius:5px; z-index:2 }
.top-stories .play-button:after { content:""; display:block; width:0; height:0; border:solid 10px transparent; border-left-color:#FFF; position:absolute; right:50%; top:50%; margin:-10px -15px 0 0; z-index:3  }
.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 { font-family:'arvobold', arial; font-size:12px; text-transform:uppercase; color:#000 }
.top-stories .title { display:block; font-size:16px; font-family:'ralewaybold', arial; margin-bottom:5px; color:#fff }
.top-stories .leadin { font-size:13px; font-family:'ralewaymedium', arial; color:#fff }
.top-stories .links { padding:5px 0 }
.top-stories .links a span,
.top-stories .buttons a + a { display:none }
.top-stories .buttons { margin-top:16px; text-align:center; text-transform:uppercase }
.top-stories .buttons a { display:inline-block; vertical-align:top; padding:5px 15px; font-size:12px; background:#fff; color:#5c8627 }

/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:2000% }
.slider-wrapper .item { float:left; width:5% }
.slider-wrapper .image { display:block }
.slider-wrapper .image:first-child { margin-left:0 }
.slider-wrapper .image img { width:100%; vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:-58px; top:50%; margin-top:-16px; width:40px; height:33px; cursor:pointer; text-indent:-9999px; background:url(../images/setup/master_sprite.png) no-repeat -363px 0 }
.slider-wrapper .next { left:auto; right:-58px; background-position:-407px 0 }
.slider-wrapper .navi { position:absolute; left:0; right:0; bottom:-33px; font-size:0; text-align:center }
.slider-wrapper .navi a { display:inline-block; vertical-align:top; width:10px; height:10px; margin-left:6px; cursor:pointer; background:#424242; border-radius:10px }
.slider-wrapper .navi a:first-child { margin-left:0 }
.slider-wrapper .navi a.active { background:#5c8627 }

.buttons-slider .image { float:left }
.buttons-slider .image { width:24.811%; margin-left:0.188% }
	
.sponsors-slider .item { font-size:0; text-align:center }
.sponsors-slider .image { display:inline-block; vertical-align:top; margin-left:50px }
.sponsors-slider .image:first-child { margin-left:0 }
.sponsors-slider .prev { background-position:-268px 0 }
.sponsors-slider .next { background-position:-316px 0 }
.sponsors-slider .navi { bottom:-52px }

/* SOCIAL LINKS */
.social-links { position:absolute; right:0; top:91px }
.social-links ul { margin:0; list-style:none }
.social-links li { float:left; margin-left:5px }
.social-links li:first-child { margin-left:0 }
.social-links li a { display:block; width:26px; height:26px; overflow:hidden; font-size:16px; line-height:26px; text-align:center; color:#598324; background:#fff; border-radius:26px }
.social-links li a:hover { color:#fff; background:#000 }

/* HEADER LINKS */
.header-links { position:absolute; right:0; top:28px }
.header-links ul { margin:0; list-style:none }
.header-links li { float:left }
.header-links li:nth-child(2) { margin-left:17px }
.header-links li:nth-child(3) { margin-left:21px }
.header-links li a { position:relative; display:block; font-family:'arvobold', arial; font-size:11px; text-transform:uppercase; text-decoration:none; text-align:center; line-height:1 }
.header-links li a:hover { color:#fff }
.header-links li:first-child a { width:78px }
.header-links li:nth-child(2) a { width:96px }
.header-links li:nth-child(3) a { width:62px; height:25px; text-indent:-9999px; background:url(../images/setup/master_sprite.png) no-repeat -454px 0 }
.header-links li a:before { content:''; position:absolute; top:-3px; width:1px; height:31px; background:#3d3d3d }
.header-links li:first-child a:before { display:none }
.header-links li:nth-child(2) a:before { left:-8px }
.header-links li:nth-child(3) a:before { left:-12px }

/* BUTTONS */
.rcol-buttons { margin-top:37px }
.rcol-buttons ul { margin:0; list-style:none }
.rcol-buttons li { margin-top:9px }
.rcol-buttons li:first-child { margin-top:0 }
.rcol-buttons li img { vertical-align:top }
.rcol-buttons li span { display:none }

/* AOTW */
.aotw .athlete { float:right; width:47.404% }
.aotw .athlete:first-child { float:left }
.aotw .thumb { float:left; position:relative; width:206px; margin:0 43px 0 0 }
.aotw .thumb:before { content:''; position:absolute; width:20px; height:272px; left:100%; bottom:0; background:url(../images/setup/master_sprite.png) no-repeat -887px 0 }
.aotw .thumb img { width:100%; vertical-align:top }
.aotw .info { overflow:hidden }
.aotw .title { display:block; margin-bottom:7px; line-height:1; text-transform:uppercase; text-decoration:none }
.aotw .title span { display:block; margin-top:7px; font-size:15px; color:#000 }
.aotw .title span:first-child { margin-top:0; font-size:20px; text-transform:uppercase }
.aotw .title span:first-child:hover { color:#fff }
.aotw .leadin { display:block; font-family:'ralewaybold', arial; line-height:1.3; color:#fff }
.aotw .readmore,
.aotw .btn-video { display:block; width:158px; height:40px; margin-top:17px; text-indent:-9999px; background:url(../images/setup/master_sprite.png) no-repeat -560px 0 }
.aotw .btn-video  { margin-top:4px; background-position:-722px 0 }

}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (min-width:1024px) and (max-width:1060px) {

.site-header .site-title a { font-size:38px }
.header-links { right:10px }
.social-links { right:10px }
.dropnav { padding-left:213px }
.dropnav .nav > a { padding:0 20px }
.dropnav .submenu a { font-size:14px }
.secondary-nav > div > ul { margin-right:10px }

}

@media only screen and (max-width:1023px) {

body { padding:0 }

div[id="page-background"] { display:none }

.site-header { position:relative; background:#000 }
.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 }

.box-hdr { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #364f17; font-size:16px; font-family:'ralewayextrabold',arial; font-weight:normal; text-transform:uppercase; background:#5c8627; color:#fff }

.mobile-menu-bar { display:block; padding:5px; background:#364f17 }
.mobile-menu-bar ul { list-style:none; padding:0; margin:0 }
.mobile-menu-bar > ul { float:right }
.mobile-menu-bar li { float:left; margin-left:5px }
.mobile-menu-bar li a { display:block; height:35px; padding: 0 10px; text-align:center; font-size:14px; line-height:35px; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:3px }
.no-touch .mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#5c8627; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; font-family:'ralewayextrabold', 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; text-decoration:none; 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:'ralewayextrabold', arial; background:#5c8627; color:#fff; border-bottom:5px solid #364f17 }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-family:'ralewayheavy', arial; 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: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 { background:#000 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.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,
.j-carousel .carousel-related-links { display:none}
.j-carousel .controls {  height: 22px; padding:5px; text-align:center; background:#364f17 }
.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:#5c8627; box-shadow:none }
.j-carousel .control.active:before { border-color:#5c8627 }
.j-carousel .control .thumb { display:none }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; height:30px; line-height:30px; margin-bottom:0; padding:0 10px; border-bottom:5px solid #364f17; font-size:16px; text-transform:uppercase; background:#5c8627; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { display:block !important }
.tabs-wrapper .pane .overflow { padding:5px }

.tabs-wrapper .tab_title[href*="social"],
.tabs-wrapper .tab_title[href*="social"] + .pane { display:none !important }
	
.secondary-tabs .tab_title1,
.secondary-tabs .tab_title2 { display:none }
.secondary-tabs .pane1,
.secondary-tabs .pane2 { display:none !important }

.slider-wrapper { padding:0 5px }
.slider-wrapper .item { display:block; margin-top:5px }
.slider-wrapper .next,
.slider-wrapper .prev,
.slider-wrapper .item.cloned,
.slider-wrapper .image.cloned,
.slider-wrapper .image img { display:none }
.slider-wrapper .image { display:block; margin-top:5px }
.slider-wrapper .image span { display:block; height:30px; line-height:30px; padding:0 0 0 10px; text-transform:uppercase; color:#fff; background:#5c8627; border-radius:3px }
.slider-wrapper .image span:after { content:"\27a4"; float:right; width:30px; height:30px; text-align:center; line-height:28px; color:#fff; background:#000; border-radius:0 3px 3px 0 }
	
.sponsors-slider { padding:15px 5px 20px }
.buttons-slider { padding-bottom:5px }
  
.content-row .navbar-buttons { padding:5px 5px 0 }
.content-row .navbar-buttons ul { margin:0 }
.content-row .navbar-buttons li { display:block; list-style:none; margin-top:5px }
.content-row .navbar-buttons li:first-child { margin-top:0 }
.content-row .navbar-buttons li img { display:none }
.content-row .navbar-buttons li a { display:block; height:30px; line-height:30px; padding:0 0 0 10px; text-transform:uppercase; text-decoration:none; color:#fff; background:#5c8627; border-radius:3px }
.content-row .navbar-buttons li a:after { content:"\27a4"; float:right; width:30px; height:30px; text-align:center; line-height:28px; color:#fff; background:#000; border-radius:0 3px 3px 0 }
.content-row .navbar-buttons li a i { margin-right:10px }
	
.content-row .social-buttons { padding:0 5px 5px }

.schedule-boxscore .event-box { margin-top:5px }
.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.aotw { padding:20px }
.aotw .athlete { margin-top:20px; text-align:center }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { display:inline-block; max-width:206px; margin:0 auto }
.aotw .thumb img { width:100%; vertical-align:top }
.aotw .title { display:block; margin:10px 0 0 0; line-height:1; text-transform:uppercase; text-decoration:none }
.aotw .title span { display:block; margin-top:7px; font-size:15px; color:#000 }
.aotw .title span:first-child { margin-top:0; font-size:22px; text-transform:uppercase }
.aotw .leadin { display:none }
.aotw .readmore,
.aotw .btn-video { display:inline-block; width:158px; height:40px; margin-top:10px; text-transform:uppercase; line-height:40px; color:#5c8627; background:#000 }
.aotw .btn-video  { background-position:-722px 0 }

.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); -webkit-box-sizing:border-box; box-sizing:border-box }
.top-stories .thumb { position:relative }
.top-stories .play-button{ display:block; width:36px; height:36px; background:rgba(0,0,0,0.9); position:absolute; right:50%; top:50%; margin:-18px -18px 0 0; text-indent:-9999px; border-radius:5px; z-index:2 }
.top-stories .play-button:after { content:""; display:block; width:0; height:0; border:solid 10px transparent; border-left-color:#FFF; position:absolute; right:50%; top:50%; margin:-10px -15px 0 0; z-index:3  }
.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 { padding:5px 0 }
.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 }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }
	
.site-header .site-logo,
.site-header .social-links,
.header-links { display:none }

}

/*----------------------------------------------------------
  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 (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:#364f17 }
.mobile-menu-bar li span { display:none }

.twitter-feed.list .tweet .info { font-size:12px }

}

@media only screen and (max-width:600px) {
  
.top-stories .story { position:relative }
.top-stories .details { padding:10px; background:#000 }
.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,
.top-stories .links { display:none }
	
.footer-logos { margin:0 }
.footer-logos li { float:none; margin:20px 0 0 }
.footer-logos li:first-child { margin-top:0 }
	
.footer-text { font-size:13px }
.footer-text a[href="/"] { font-size:20px }

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto }
.footer-text span { display:block; height:0; overflow:hidden }

}