/* ==============
   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');x
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'Bebas Neue';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
    font-family: 'HelveticaNeueLTStd-BdCn';
    src: url('HelveticaNeueLTStd-BdCn.eot');
    src: url('HelveticaNeueLTStd-BdCn.eot?#iefix') format('embedded-opentype'),
         url('HelveticaNeueLTStd-BdCn.woff') format('woff'),
         url('HelveticaNeueLTStd-BdCn.ttf') format('truetype'),
         url('HelveticaNeueLTStd-BdCn.otf') format('truetype'),
         url('HelveticaNeueLTStd-BdCn.svg#HelveticaNeueLTStd-BdCn') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'fontello';
  src: url('fontello.eot?6807003');
  src: url('fontello.eot?6807003#iefix') format('embedded-opentype'),
       url('fontello.woff?6807003') format('woff'),
       url('fontello.ttf?6807003') format('truetype'),
       url('fontello.svg?6807003#fontello') 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;

}

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "fontello"; font-style: normal; font-weight: normal; speak: none;  display: inline-block;  text-decoration: inherit; width: 1em; margin-right: .2em;  text-align: center;}

.icon-left-open:before { content: '\e800'; } 
.icon-right-open:before { content: '\e801'; }

/* 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:#182B70 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family: 'HelveticaNeueLTStd-BdCn'}

a { color:#1D378B; text-decoration:none }
a:hover { text-decoration:none }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#1e368c }
h2 { font-size:21px; color:#1e368c }
h3 { font-size:18px; color:#1e368c }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.box-hdr { font-size:32px; margin-bottom:10px; padding:5px 10px; border-bottom:5px solid #233a75; font-family: 'Bebas Neue', 'HelveticaNeueLTStd-BdCn', sans-serif; font-weight:normal; text-transform:uppercase; color:#1c3f95 }

.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 }
.j-carousel { position:relative; z-index:1; max-width:700px; overflow:hidden }
.j-carousel .seats { width:800%; position:relative }
.j-carousel .seat { width:12.5%; float:left; position:relative }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:62.5%; position:relative; overflow:hidden }
.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 }


/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:10px 10px 10px 75px; position:relative; background:#fff; overflow:hidden; border-radius:3px }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date { float:left; width:60px; margin-left:-65px; text-align:center }
.schedule-boxscore .date span { display:block }
.schedule-boxscore .date .month { display:block; margin-bottom:5px; line-height:30px; color:#fff; background:#233a75; border-radius:3px  }
.schedule-boxscore .date .day { font-size:30px; line-height:1.2; text-transform:uppercase }
.schedule-boxscore .sport-status { display:block; margin-bottom:5px; padding:0 10px; line-height:30px; color:#fff; background:#233a75; border-radius:3px  }
.schedule-boxscore .event-info { width:100%; overflow:hidden }
.schedule-boxscore .team { margin-top:5px  }
.schedule-boxscore .team:first-child { margin-top:0 }
.schedule-boxscore .team-logo { width:40px; float:left; margin-right:10px }
.schedule-boxscore .team-logo img { vertical-align:middle }
.schedule-boxscore .team-logo i,
.schedule-boxscore .no-logo img { display:none }
.schedule-boxscore .no-logo i { display:block }
.schedule-boxscore .team .va, 
.schedule-boxscore .team .team-name { display:inline-block; vertical-align:top; padding:5px 0 }
.schedule-boxscore .team .team-name { max-width:80% }
.schedule-boxscore .status,
.schedule-boxscore .result { float:right }

.top-nav .nav { float:left }
.navbar-buttons li{ margin:0; list-style:none; padding:0 }
.top-nav .nav a { text-align: center;border-radius: 26px;display: block;font-size: 20px;color: #fff;background: #000;width: 30px;height: 30px;margin: 5px;overflow: hidden; }
.top-nav span{ display:none}
.top-nav .nav a:hover { color:#FFC423; background:#1C3F95 }
.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*="instagram"]:before { content:"\e81f" }
.top-nav .nav a[href*="live-stats"]:before{ content: "\e833" }
.top-nav .nav a[href*="frontrow"]:before { content:"\e830" }

.instagram-heading{text-align:center; font-size:26px; font-family: 'HelveticaNeueLTStd-BdCn'; text-transform:uppercase; margin-bottom:0px }
.instagram-col>div{ height:500px; overflow:hidden; padding:5px; background:#fff}

.instagram-embed-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Control the overall shape */
.instagram-embed-wrapper .instagram-media {
  width: 100% !important;
  max-width: 900px !important;   /* wide on desktop */
  min-width: 280px !important;
  margin: 0 auto !important;
}

/* Tablet */
@media (max-width: 900px) {
  .instagram-embed-wrapper .instagram-media {
    max-width: 700px !important;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .instagram-embed-wrapper .instagram-media {
    max-width: 100% !important;
  }
}


.site-footer { padding:20px 0 90px; text-align:center; background:#fff; color:#1f3693; font-size:17px; font-family:'HelveticaNeueLTStd-BdCn' }
.footer-logos ul,
.footer-logos li { margin:0; padding:0; list-style:none }
.footer-logos li { display:inline-block; vertical-align:top }
.footer-logos .nav2 a{ margin:0px 62px 0px 100px}
.footer-text{ padding:30px 0px }
.footer-text span{ font-size:24px; font-weight:bold}

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#1f368e; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#1f368e; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#1f368e }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#1f368e; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

div[id="page-background"] { display:none }

body { padding:0 }
#page{ background: #BDBEC0}
.body-container { padding:10px }

.site-header { position:relative; background:#182B70 }
.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-header .site-logo a{ display:none}

.site-footer { padding:20px 0; text-align:center; background:#fff }
.footer-logos .nav2 a{ margin:0px 20px 0px 20px}
.footer-logos img { max-width:75%; max-height:75px}

.content-row3{ display:none !important}
#bottom-bar{ display:none}

.content-row1 .content-col2 { width:68%; float:none; margin:0 auto }

.mobile-menu-bar { display:block; padding:5px; background:#ffc428 }
.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:#000; border-radius:3px }
.mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#1e368e; 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:#000;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 { max-width:100% }
.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 }
.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:#1e368e; 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 #1e368e; border-radius:10px }
.j-carousel .control.active { background:#fcc524; box-shadow:none }
.j-carousel .control.active:before { border-color:#fcc524}


.top-nav {display: none}

.slider-wrapper { padding:0 5px 5px; background:#1e368e }
.slider-wrapper .item { display:block; margin-top:5px }
.slider-wrapper .next,
.slider-wrapper .prev,
.slider-wrapper .item.cloned,
.slider-wrapper .image img { display:none }
.slider-wrapper .image span { display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; background:#fff; border-radius:3px }
.slider-wrapper .image span:after { content:"\00bb"; float:right; font-size:22px }

.schedule-boxscore .event-box:nth-child(n+6) { display:none }

.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; color:#fff }
.mobile-menu-bar li span { display:none }

.footer-logos li { display:block; vertical-align:top }

.content-row1 .content-col2 { width:80% }


}

@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:110% auto } 

.content-row1 .content-col2 { width:100% }

}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

div[id="page-background"] { position:fixed; left:0; right:0; top:0px; bottom:0; z-index:1 }
div[id="page-background"] img { position:relative; left:50%; margin-left:-1000px; width:2000px; max-width:2000px }

.page { position:relative; z-index:2;background:url(/images/setup/header.png) no-repeat 50% 0; overflow:hidden }
.wrapper{ max-width:1070px; margin:0 auto }
.body-container { background:#fff }
.mainbody { min-height:500px; padding:20px; position:relative }

.site-header { position:relative; z-index:3; max-width:1070px; height:142px; margin:0 auto; }
.site-header .site-title { position:absolute; left:400px; top:40px; z-index:4 }
.site-header .site-title a { display:block; width:244px; height:122px; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat 0 0; }
.site-header .site-logo a{position: absolute;text-indent: -9999px;width: 100%;height: 55px}

.sport-home .site-header .site-title a { display:block; width:244px; height:122px; text-indent:-9999px; background: transparent url("/images/setup/master_sprite.png") no-repeat scroll 0px 0px; }

.mobile-menu-bar, .search-bar { display:none }

.content-row { margin-top:25px }
.content-row1 { margin-top:0 }
.content-row1 .content-col1 { width:700px; float:left }
.content-row1 .content-col2 { width:300px; float:right }

.top-nav { position: absolute;float: left;width: 188px;height: 37px;top: 84px;right: 0px}

/* NAVIGATION */
.dropnav { position:absolute; top:85px; font-family: 'HelveticaNeueLTStd-BdCn' }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; position:relative }
.dropnav .nav2 { margin-right:288px }
.dropnav .nav1 > a:after { content: " ";color: #939498;font-size: 20px;padding-left: 35px;}
.dropnav .nav > a { display:block; height:57px; padding:0 35px; font-size:20px; line-height:40px; color:#939498; text-transform:uppercase }
.dropnav .nav1 > a{ padding:0px}
.dropnav .nav:hover > a { color:#1f3491 }
.dropnav .nav > .submenu { display:none; position: absolute;left: 0;top: 56px;width: 345px;padding: 20px 30px;border-top: none;background: url(/images/setup/master_sprite.png) no-repeat -259px 0;white-space: nowrap;height: 320px }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { color:#fff; display:block; white-space:nowrap; text-decoration:none; font-size:17px; text-transform:uppercase; padding:2px  }
.dropnav .submenu .has-submenu > a { font-size:17px; text-transform:uppercase; color:#FFC423; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu .has-submenu:first-child{ border-right:1px solid #ecb747}

.secondary-nav { position: relative;z-index: 2;padding: 20px 16px 0px 20px;color: #fff; background: #fff;font-family: 'HelveticaNeueLTStd-BdCn' }
.secondary-nav > div{ background:#1f368e; padding:8px}
.secondary-nav h1 { float:left; margin-bottom:0; color:#edb745; font-size:28px; font-weight:normal; text-transform:uppercase;  font-family: 'HelveticaNeueLTStd-BdCn' }
.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; text-transform:uppercase; font-size:16px }
.secondary-nav li a:hover { color:#edb745; 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 { position:absolute; left:0; right:0; bottom:0; padding:10px; color:#fff; background:rgba(0,0,0,0.5) }
.j-carousel .title { display:block; font-size:18px; color:#fff }
.j-carousel .date { background: url(/images/setup/master_sprite.png) no-repeat -632px 0px;display: block;color: #eeb544;width: 179px;height: 21px;position: absolute;top: -13px;left: 0px; text-align:center }
.j-carousel .leadin,
.j-carousel .readmore { display:none }
.j-carousel .controls { padding-top:8px }
.j-carousel .control { position:relative; float:left; width:19.6%; margin-left:0.5%; cursor:pointer }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:before { content:" ";background:url(/images/setup/master_sprite.png) no-repeat -894px 0px; width:8px;height:8px; position:absolute; top:-3px; left:60px  }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; bottom:0; top:0; border:3px solid #1e368c}
.j-carousel .control .thumb { width:100%;  vertical-align:top }
 
/* SLIDER */
.slider-wrapper { position:relative; box-shadow:2px 5px 3px rgba(0,0,0,0.3)  }
.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 img { width:100%; vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .next, 
.slider-wrapper .prev {display:none }

/* SCOREBOARD */
.scoreboard-slider { position:relative;font-family: 'HelveticaNeueLTStd-BdCn'}
.scoreboard-slider .no-events { text-align:center; color:#fff; font-size:16px; line-height:277px; text-transform:uppercase; background:url(/images/setup/score_box_pattern.png) repeat; }
.scoreboard-slider .slider { width:100%; overflow:hidden; position:relative; margin:0 auto }
.scoreboard-slider .items { width:10000%; position:relative }
.scoreboard-slider .item { width:1%; float:left }
.scoreboard-slider .event-box { width:19.170%; min-height:277px; position:relative; overflow:hidden; color:#004278; float:left; margin-left:1.036%; text-transform:uppercase; text-align:center; line-height:1.2; background:url(/images/setup/score_box_pattern.png) repeat; box-shadow:inset -4px -3px 0 0 rgba(0,0,0,0.11) }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .no-event { color:#004278; line-height:268px; text-transform:uppercase }
.scoreboard-slider .date-status { position:absolute; left:0; right:0; bottom:0; font-size:16px;  line-height:51px; color:#fff; background:#000; box-shadow:inset -4px -5px 0 0 rgba(0,0,0,0.11) }
.scoreboard-slider .date-status span { float:left; display:block; width:50%; text-align:center }
.scoreboard-slider .sport a { display:block; padding:10px 5px; margin-bottom:10px; font-size:13px;  text-transform:uppercase; text-decoration:none; color:#FFC423; background:#101D45 }
.scoreboard-slider .opponent { display:block }
.scoreboard-slider .va { display:block; width:54px; height:54px; margin:15px auto 0; font-size:23px;  line-height:54px; text-transform:uppercase; text-align:center; color:#1C3F95; background:#FFC423; border-radius:40px }
.scoreboard-slider .opponent-name { display:block; margin-top:15px; font-size:14px;text-transform:uppercase }
.scoreboard-slider .team-logo { margin-bottom:9px }
.scoreboard-slider .team-logo img { vertical-align:middle; max-height:111px }
.scoreboard-slider .no-logo i { display:block }
.scoreboard-slider .no-logo img { display:none }
.scoreboard-slider .no-logo { height:111px; background:url(/images/setup/logo.png) no-repeat 50%; background-size:contain }
.scoreboard-slider .event-info { position:absolute; left:0; top:100%; right:0; bottom:0; padding:0 5px; color:#fff; background:#1C3F95; -webkit-transition:top 0.5s; -ms-transition:top 0.5s; -moz-transition:top 0.5s; transition:top 0.5s }
/* .scoreboard-slider .event-box:hover .event-info { top:0 } */
.scoreboard-slider .event-box:hover .event-info { top:35px }
.scoreboard-slider .notes { display:none }
.scoreboard-slider .links { position:relative; z-index:1; margin:0 13px; padding-top:13px; border-top:1px solid #d6d6d6; -webkit-transition:all 0.5s; -ms-transition:all 0.5s; -moz-transition:all 0.5s; transition:all 0.5s }
.scoreboard-slider .links a { display:inline-block; vertical-align:top; width:20px; height:20px; font-size:10px; line-height:22px; text-decoration:none; color:#fff; background:#c4c4c4; border-radius:15px; -webkit-transition:color 0.5s; -ms-transition:color 0.5s; -moz-transition:color 0.5s; transition:color 0.5s }
.scoreboard-slider .links a:hover { color:#ffd41f }
.scoreboard-slider .links a:before { margin:0 2px }
.scoreboard-slider .links span { display:none }
.scoreboard-slider .event-box:hover .links { border-color:#29547f }
.scoreboard-slider .event-box:hover .links a { color:#003366 }
.scoreboard-slider .event-box:hover .links a:hover { background:#ffcc33 }
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; left:-52px; top:50%; margin-top:-22px; width:32px; height:50px; cursor:pointer; text-indent:-9999px; background:url(/images/setup/master_sprite.png) no-repeat -820px 0 }
.scoreboard-slider .next { left:auto; right:-52px; background-position:-853px 0 }
.scoreboard-slider .prev.disabled, .scoreboard-slider .next.disabled{ display:none}

/*BOTTOM-BAR*/
#bottom-bar{ background:#1e368e; font-family: 'Bebas Neue', 'HelveticaNeueLTStd-BdCn', sans-serif; position:fixed; bottom:0; left:0; right:0; z-index:4}
.scoreboard-cont{ width:1070px; height:50px; margin:0 auto;}
.scoreboard-cont h3{float:left; font-family: 'HelveticaNeueLTStd-BdCn'; color:#fff; text-transform:uppercase; font-size:25px; line-height:50px; margin-bottom:0px; padding:0px 10px}
#scoreboard-ticker-wrapper { float:left;width:750px; height:50px; margin:0 auto;position:relative; padding-left:30px }
#scoreboard-ticker ul,
#scoreboard-ticker li { margin:0; padding:0px; list-style:none }
#scoreboard-ticker,
#scoreboard-ticker li { width:700px; height:50px; position:relative; overflow:hidden; text-align:center; font-size:23px; background:#EDB745 }
#scoreboard-ticker .content { line-height:55px; 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{ color:#767676 }
#scoreboard-ticker a { color:#767676 }
#scoreboard-ticker .no-events { text-align:center; color:#fff }
#scoreboard-ticker-prev,#scoreboard-ticker-next,#scoreboard-ticker-pp{position:absolute;right:0px; top:0px}
#scoreboard-ticker-pp{display:none}
#scoreboard-ticker-prev{ right:27px}
#scoreboard-ticker-prev a,#scoreboard-ticker-next a{ display:block; background:#EDB745; height:50px; padding:0px 5px}
#scoreboard-ticker-prev a:before,#scoreboard-ticker-next a:before{width:33px;height:50px;outline:none;line-height:52px; text-align:center; font-size:25px; font-style: normal; speak: none; font-variant: normal; text-transform: none; content:' ';font-family:'fontello'; color:#FFF; cursor:pointer }
#scoreboard-ticker-prev a:before{  content: '\e800'}
#scoreboard-ticker-next a:before{content: '\e801'}

.social-links { float:left; margin:15px 30px 0px}
.social-links a { float: left; line-height: 1.6em;font-size: 16px; width: 25px;height: 25px;margin-left: 10px;line-height: 25px;text-align: center;color: #fff; background: #000; border-radius: 15px; }
.social-links a:first-child { margin-left:0 }
.social-links a span { display:none }
.social-links a:hover{ background:#1C3F95; color:#FFC423}
}