
a {
  color: #0077B3;
}
a:active,
a:visited,
a:focus,
a:hover {
  color: #0077B3;
}
a:focus,
a:hover {
  text-decoration: underline;
} 
figure{
  margin: 0;
}
img{
  vertical-align: middle;
  border: 0;
}
button,
input,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
}
button,
input {
line-height: normal;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
img[src*="CalSep"],img[src*="spacer"]{
  display: none;
}
html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
.left, .float {float: left;}
.right, .floatR {float: right;}
.clear {clear: both;}
.block {display: block;}
.inline_block{display: inline-block;}
.hide {display: none;}
.absolute {position: absolute;}
.relative {position: relative;}
.inline{display: inline;}
.wide{width: 100%;}
.table{display: table;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.auto_center_outer{
  float: left;
  position: relative;
  left: 50%;
}
.auto_center_inner{
  float: left;
  position: relative;
  left: -50%;
}
.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hdr {
  font-weight: bold;
  background-color: #999999;
  color: #FFFFFF;
}
.subhdr {
  font-weight: bold;
  background: #1b3866;
  color: #FFFFFF;
}

.subhdr img{
    height: 0px;
}

.even{
  background-color: #f1f1f1;
}
.lgb, .B{
  font-weight: bold;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px !important;
    color: #000000;
    background: #ffffff; 
    font-family: Arial, Helvetica, Sans-serif;
}

body.responsive {
    min-width: 100%;
}

#site-content{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  color: #000000;
  min-height: 500px;
  background: #ffffff;
}
body.home #site-content,
body.sport-home #site-content,
body.pictop #site-content{
  max-width: 100%;
}

#jtvshlAdContainer{
  position: fixed !important;
  z-index: 10400;
}

.adspace.responsive img{
  display: block;
  margin: 0 auto;
}
.adspace.undermenu{
  padding: 0px 0px;
}

.adspace.undermenu .container{
  line-height: 1px;
  padding: 9px 0px;
  max-width: 1100px;
  margin: 0px auto;
} 
.adspace.undermenu .container div{
  line-height: normal;
} 
body .main_container{
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
}  
.schedule_adspace{
  width: 100%;
  max-width: 728px;
  margin: 0 auto 5px;
}
.cubead{
  margin: 20px auto;
  width: 300px;
  height: 250px;
}
.box_shadow{
  -webkit-box-shadow: 0px 4px 10px -4px rgb(50,50,50);
  -moz-box-shadow: 0px 4px 10px -4px rgb(50,50,50);
  box-shadow: 0px 4px 12px -4px rgb(50,50,50);
}
.leaderboard{
  width: 100%;
  margin: 0px auto 5px;
}
.leaderboard .leaderboard_content{
  width: 728px;
  padding: 10px 0px;
  margin: 0px auto;
  height: 90px; 
}

#schedule-bottom-leaderboard{
  background: transparent;
}
#ad-schedule-top-728-90, #ad-schedule-bot-728-90{
  width: 728px;
  margin: 0 auto;
  float: none !important;
}
#left-column{
  float: left;
  width: 857px;
}   
#right-column{
  float: right;
  width: 310px;
}
#right-column .fixed_div.fixed {
  position: fixed;
  bottom: 2px;
  width: 310px;
}
#right-column .fixed_div.absolute {
  position: absolute;
  bottom: 30px;
  width: 310px;
}
body .container{
  width: 100%;
}
.lines_yellow_top{
  position: relative;
  width: 100%;
}
.lines_yellow_top img{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.lines_yellow_top .yellow_line{
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: -webkit-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: -o-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: -ms-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: linear-gradient(90deg, #efb018 50%,#ffffff 50%);
}
.lines_yellow_top .blue_line{
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: -webkit-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: -o-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: -ms-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
}


.lines_yellow_bottom{
  position: relative;
  width: 100%;
}
.lines_yellow_bottom img{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  position: relative;
  z-index: 2;
}
.lines_yellow_bottom .yellow_line{
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: -webkit-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: -o-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: -ms-linear-gradient(90deg, #efb018 50%,#ffffff 50%);
  background: linear-gradient(90deg, #efb018 50%,#ffffff 50%);
}
.lines_yellow_bottom .blue_line{
  width: 100%;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: -webkit-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: -o-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: -ms-linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
  background: linear-gradient(90deg, #ffffff 50%,#092e6e 50%);
}
/*************************************************************************************************************************************
    START Header
*************************************************************************************************************************************/

#header_container{
  width: 100%;
  position: relative;
  z-index: 1010;
  background: #1b3866;
  height: 80px;
}
#header{
  width: 100%;
  position: relative;
  z-index: 1010;
  background: #1b3866; 
}
#header.fixed{
  position: fixed;
  top: 0px;
}  
#header .main.container{
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#header #logo{
  position: absolute;
  left: 0px;
  top: 7px;
  z-index: 100;
}    
#header #logo img{
}
#header #menu{
  max-width: 1200px;
  width: 100%;
  height: 32px;
  padding-top: 48px;
  margin: 0px auto; 
}
#header .social_links{
  width: 198px;
  position: absolute;
  right: 68px;
  bottom: 5px;
  z-index: 11;
}
#header .social_links a{
}
#header-search-button{
  position: absolute;
  right: 2px;
  bottom: 11px;
  cursor: pointer;
  z-index: 1000;
}

#header #searchbox{
  display: none;
  background:#1b3866;
  position: absolute;
  left: auto;
  bottom: -42px;
  right: 0px;
  height: 30px;
  padding:6px 12px;
  border:1px solid #ffffff;
  border-top: none;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  z-index: 1000;
}
#header #searchbox.active{
  display: block;
}
#header #searchSubmit{
  height: 31px;
}
#header #searchInput{
  height: 21px;
  width: 210px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
}  

#header a#skip-to-main {
    position: absolute;
    top: -9001px;
    margin: 10px;
}

#header a#skip-to-main:focus,
#header a#skip-to-main:active {
  position: relative;
  top: unset;
}

/*************************************************************************************************************************************
    START Rotator
*************************************************************************************************************************************/
#rotator_div{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 35px 0px 0px;
}

.live-stats-now, #rotator .live-stats-now {
  top: 6%;
}

#rotator .livenow{
  position: absolute;
  left: 41%;
  top: 30%;
  width: 259px;
}

#rotator {
  width: 100%;
  max-width: 855px;
  float: left;
  height: 681px;
  z-index: 100;
  position: relative;
}

#rotator .main{
  width: 100%;
  height: 100%;
  position: relative;
}

#rotator .main .story{
  height: 681px;
  width: 100%;
  background: #ffffff;
}

#rotator .main .story  a.image-link {
  display: inline-block;
  max-height: 481px;
  width: 100%;
  overflow: hidden;
}

#rotator .main .story picture img {
  width: 100%;
  z-index: 50;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#rotator .main .story.active{
  z-index: 100;
}

#rotator .main .story .sport{
  font-style: italic;
  color: #848586;
  font-weight: bold;
  font-size: 16px;
  padding-top: 10px;
}
#rotator .main .story .title {
  padding-top: 10px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 28px;
  font-weight: 900;
  color: #010101;
}
#rotator .main .story .title a{
  color: #010101;
  text-decoration: none;
}
#rotator .main .story .teaser{
  padding-top: 10px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 16px;
  color: #010101;
  /*border-bottom: 1px solid #e6e3e3;*/
}
#rotator .main .story .teaser a{
  color: #010101;
  text-decoration: none;
}
#rotator .rotator_links{
  display: none;
  padding: 10px 0px;
  border-bottom: 1px solid #e6e3e3;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  max-height: 68px;
  overflow: hidden;
}
#rotator .rotator_links .link-info{
  display: inline-block;
  padding-right: 3px;
  border-right: 1px solid #1b3866;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
} 
#rotator .rotator_links .link-info:last-of-type{
  border: 0;
}
#rotator .rotator_links a{
  color: #1b3866;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#rotator .rotator_links a:hover{
  text-decoration: underline;
}

#rotator .arrow,
#rotator .pause {
  position: absolute;
  top: 32%;
  z-index: 499;
  cursor: pointer;
  font-size: 32px;
  width: 36px;
  line-height: 36px;

  color: #fff;
  background-color: #1b3866;
}

#rotator .arrow:focus,
#rotator .arrow:hover,
#rotator .pause:focus,
#rotator .pause:hover {
  color: #1b3866;
  background-color: #fff;
}

#rotator .left.arrow {
  left: 0px;
  text-align: right;
}

#rotator .right.arrow {
  right: 0px;
  text-align: left;
}

#rotator .pause {
  position: absolute;
  top: unset;
  right: 0px;
  bottom: 200px;
  text-align: center;
}

#rotator .play{
  background: url("/fls/22300/site_graphics/play.png") no-repeat center;
  width: 70px;
  height: 70px;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 29%;
  right: 47%;
}
#sub-rotator {
  width: 155px;
  height: 15px;
  position: relative;
  margin: 0 auto;
  bottom: 192px;
  z-index: 200;
  text-align: center;
} 

#sub-rotator .button {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #848586;
  cursor: pointer;
  margin:0px 8px;
  border-radius: 20px;
}
#sub-rotator .button.active {
  background: #ffbd0c;
}
#sub-rotator-preview {
  top: -105px;
  left: -84px;
  width: 180px;
  height: 90px;
  border: 3px solid #fff;
  border-radius: 6px;
  display: none;
  overflow: hidden;
}

#sub-rotator-preview .slider {
  width: 900px;
  height: 71px;
  top: 0px;
  left: 0px;
}

#sub-rotator-preview .preview-story {
  width: 180px;
  height: 90px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

#sub-rotator-preview .preview-story img {
  width: 100%;
}
#top_headlines{
  width: 310px;
  float: right;
}
#right-column #top_headlines{
  float: none;
  margin: 0 auto;
  padding-top: 28px;
}

#top_headlines .header{
  font-family: 'Arial black', Gadget, Sans-serif;
  border-bottom: 1px solid #e6e3e3;
  font-size: 28px;
  font-weight: 900;
  color: #949494;
  line-height: 20px;
  height: 20px;
  margin: 0;
  padding-bottom: 24px;
}
#top_headlines .header span{
  color: #1b3866;
}
#top_headlines .story{
  padding-top: 18px; 
  height: 70px;
  border-bottom: 1px solid #e6e3e3;
}
#top_headlines .story .sport{
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #5e5e5e;
  line-height: 9px;
  padding-bottom: 4px;
}

#top_headlines .story .sport .nonactive a {
  display: inline;
}

#top_headlines .story .sport .nonactive ~ a {
  display: none;
}

#top_headlines .story.active .sport .nonactive a {
  display: none;
}

#top_headlines .story.active .sport a {
  display: inline;
  color: #1b3866;
}
#top_headlines .story .sport a {
  color: #000;
}

#top_headlines .story .title{
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  cursor: pointer;
}

#top_headlines .story .title .nonactive a {
  display: inline;
}

#top_headlines .story .title .nonactive ~ a {
  display: none;
}

#top_headlines .story.active .title .nonactive a {
  display: none;
}

#top_headlines .story.active .title a {
  display: inline;
  color: #1b3866;
  text-decoration: none;
}

#top_headlines .story .title a {
  color: #000;
}
#top_headlines .more{
  padding: 20px 0px 40px;
  width: 100%;
  text-align: center; 
}
#top_headlines .more a{
  font-style: italic;
  font-size: 15px;
  text-decoration: none;
  color:  #1b3866;
}

#top_headlines .headlines_ad {
}

#top_headlines .headlines_ad_2 {
  margin-top: 10px;
  margin-left: 10px;
}
/*************************************************************************************************************************************
    START Schedule
*************************************************************************************************************************************/

#schedule{
  width: 100%;
  padding: 20px 0px;
  background: #f3f0f0;
  margin-top: 15px;
}
#schedule .header{
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#schedule .header .content{
  float: left;
  width: auto;
}
#schedule .header .title{
  font-family: 'Arial black', Gadget, Sans-serif;
  font-size: 28px;
  color: #888888;
  font-weight: 900;
  margin: 0;
  float: left;
  width: 464px;
  line-height: 31px;
}          
 #schedule .header .title span{
  color: #1b3866;
}     
#schedule .header .tabs{
  float: left;
  width: 324px;
}  
#schedule .header .tabs .tab{
  float: left;
  position: relative;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #606060;
  background: #dfdfdf;
  cursor: pointer;
}
#schedule .header .tabs .tab.active{
  color: #1b3866;
  background: #eea904;
}

#schedule .header #schedule-sport-select{
  float: left;
  width: 155px;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  padding: 0px 0px 0px 10px;
  font-size: 17px;
  font-weight: bold;
  color: #606060;
  background: #dfdfdf;
  border: 0;
  border-radius: 0;
}
#schedule .header #schedule-sport-select option{
  color: #606060;

}

#schedule .schedule_content{
  display: none;
  width: 90%;
  padding: 30px 5%;
  max-width: 1200px;
  position: relative;
  min-height: 205px;
  max-height: 220px;
  margin: 0px auto;
  overflow: hidden;
}
#schedule .schedule_content.active{
  display: block;
}  
#schedule .schedule_content .schedule_links{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #1b3866;
  font-style: italic;
}
#schedule .schedule_content .schedule_links a{
  color: #1b3866;
  text-decoration: none;
} 
#schedule .arrow{
  position: absolute;
  left: 1px;
  top: 45%;
  font-size: 80px;
  font-weight: bold;
  color: #6f6f6f;
  cursor: pointer;
  z-index: 10;
}
#schedule .arrow.right{
  right: 1px;
  left: auto;
}
body #schedule #results_content .slider-widget.content .slider .item{

}
#schedule .item{
  float: left;
  
}
#schedule .event{
  width: 74%;
  padding: 0 13%;
  border-left: 1px solid #cecdcd;
  height: 220px;
  position: relative;
  margin: 0 auto;
}

#schedule .event .live{
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  width: 50px;
  background: #ef4244;
  color: #ffffff;
  font-weight: normal;
  font-size: 17px;
  vertical-align: middle;
  text-align: center;
}
#schedule .event.stats-livegame .live{
  display: block;
}  
#schedule .event.stats-livegame .opponent .live{
  display: none;
  top: 0;
}

#schedule .item .date{
}
#schedule .item .date .mon {
  width: 100%;
  height: 27px;
  line-height: 27px;
  color: #b88115;
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Arial Black', sans-serif;
}
#schedule .item .date .day{
  width: 100%;
  height: 14px;
  line-height: 14px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
}

#schedule .item .sport{
  padding-top: 16px;
  width: 100%;  
  line-height: 22px;
  font-size: 18px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#schedule .item .opponent{
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 22px;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  
}
#schedule .item .location{
  font-size: 18px;
  color: #000000;
  line-height: 18px;
}
#schedule .item .time{
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  width: 100%;
  font-style: italic;
}
#schedule .item .time .optional{
  font-size: 14px;
  font-weight: bold;
}
#schedule .item .event-links{
  padding-top: 16px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  font-weight: bold;
  color: #1b3866;
  overflow: hidden;
}
#schedule .slider-widget .event-links .event-link{
  display: inline-block;
  padding: 0px 3px 0px 5px;
  margin-bottom: 3px;
  border-left: 1px solid #1b3866;
}
#schedule .slider-widget .event-links .event-link:first-of-type{
  border: 0;
  padding-left: 0;
}
#schedule .item .event-links a,
#schedule .item .event-links span{
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #1b3866;
  font-weight: bold;
  text-transform: uppercase;
}
#schedule .item .event-links a:hover{
  color: #1b3866
}
#schedule .nodata{
  color: #000000;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
 }

/*************************************************************************************************************************************
    START Athlete
*************************************************************************************************************************************/
#athlete{
  width: 98%;
  max-width: 1200px;
  margin: 20px auto;
}
#athlete .header{
  font-family: 'Arial black', Gadget, Sans-serif;
  width: 100%;
  font-size: 28px;
  color: #888888;
  font-weight: 900;
  margin: 0;
  line-height: 31px;
  padding-bottom: 40px;
}          
#athlete .header span{
  color: #1b3866;
}     
#athlete .main.content{
  width: 100%;
  position: relative;
}
#athlete .item{
  width: 35%;
  float: left;
}
#athlete .item.ad{
  width: 300px;
  float: right;
}
#athlete .item.ad .athlete_ad{
  width: 300px;
  margin: 0 auto;
}
#athlete .item .contents{
  width: 100%;
  max-width: 345px; 
  float: left;
}
#athlete .item .image{
  width: 100%;
  height: 197px;
  overflow: hidden;
}
#athlete .item .name{
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #000000;
  padding: 5px 0px;
}
#athlete .item .name a{
  text-decoration: none;
  color: #000000;
}
#athlete .item .left_side{
  padding-top: 10px;
  width: 55px;
  float: left;
}
#athlete .item .number{
  font-size: 37px;
  font-weight: 900;
  color: #be8919;
}
#athlete .item .right_side{
  width: 260px;
  float: left;
}

#athlete .item .right_side .position,
#athlete .item .right_side .eligibility{
  font-size: 14px;
  color: #000000;

} 

#athlete .item .right_side .position a,
#athlete .item .right_side .eligibility a{
  text-decoration: none;
  color: #000000;;
} 


/*************************************************************************************************************************************
    START Videos
*************************************************************************************************************************************/
#videos{
  width: 100%;
  margin: 20px 0px;
  background: #f3f0f0;
}

#videos .header{
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#videos .header .title{
  font-family: 'Arial black', Gadget, Sans-serif;
  font-size: 28px;
  color: #888888;
  font-weight: 900;
  margin: 0;
  line-height: 31px;
  padding: 20px 0px;
  margin: 0;
}         
#videos .header span{
  color: #1b3866;
}  
#videos .main.content{
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#videos #channel_select_header{
  display: none;
}
#videos .content .home_menu{
  width: 213px;
  padding-right: 7px;
  padding-top: 10px;
  float: left;
  position: relative;
}
#videos .content .home_menu ul{
  width: 213px;
  list-style-type: none;
  padding: 0;
  border: 0;
  margin: 0;
}
#videos .content .home_menu li{
  text-transform: uppercase;
  width: 213px;
  padding: 10px 0px;
  border-bottom: 1px solid #cecdcd;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  text-indent: 10px;
}
#videos .content .home_menu li.archives{
  cursor: default;
  padding: 0;
}
#videos .content .home_menu li.more{
  display: none;
}
#videos .content .home_menu li a{
  display: block;
  width: 100%;
  padding: 10px 0px;
  color: #000000;
  font-size: 14px;
  text-decoration: none;
}
#videos .content .home_menu li.sport{
  border-top: 1px solid #cecdcd;
  cursor: default;
  padding: 0;
  text-indent: 0;
}  
#videos .content .home_menu li.active{
  color: #be8919;
}
#videos .content .home_menu select{
  width: 213px;
  height: 41px;
  border: 0;
  padding-left: 0;
  margin: 0;
  background: #f3f0f0;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-indent: 10px;
}
#videos .content .home_menu #mediaportal5-nav-mobile{
  display: none;
}
#videos .content .home_content{
  width: 922px;
  padding-left: 17px;
  height: 470px;
  float: right;
  padding-top: 10px;
}
#videos .content .home_content .no_data{
  font-size: 20px;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}  
#videos .content .home_content .channel{
  display: none;
}
#videos .content .home_content .channel.active{
  display: block;
}
#videos .content .item{
  float: left;
  height: 234px;
  width: 32%;
  padding: 0;
}
#videos .content .home_content .channel .item:nth-of-type(2),
#videos .content .home_content .channel .item:nth-of-type(5){
  padding: 0 1.9%;
}
#videos .content .item .image{
  position: relative;
  display: block;
  width: 100%;
  height: 178px;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}
#videos .content .item .image .play{
  position: absolute;
  right: 5px;
  bottom:5px;
}
#videos .content .item .image .live{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  padding: 0 10px;
  background: #ef4244;
  color: #ffffff;
  font-weight: normal;
  font-size: 17px;

}
#videos .content .item .sport{
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #606060;
  text-transform: capitalize;
  font-style: italic;
}
#videos .content .item .title{
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}
#videos .archives_link{
  display: block;
  color: #59308f;
  font-size: 15px;
  vertical-align: middle;
  text-align: center;
  width: 258px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d0d0d0;
  margin: 10px auto;
  text-decoration: none;
}
#videos .archives_link:hover {
  color: #fdd023;
  background: #59308f;
}
#videos .archives_link.home{
  display: none;
}


#right-column #videos #channel_select_header{
    background: #dfdfdf;
    color: #000000;
    position: relative;
  }
#right-column #videos #channel_select_header .arrow{
    color: #000000;
    position: absolute;
  right: 2px;
  top: 8px;
  font-size: 18px;
}

#right-column #videos #channel_select{
  display: none;
  position: absolute;
  top: 41px;
  left: 0;
  z-index: 100;
}
#right-column #videos .content .home_menu select{
  background: #dfdfdf;
  color: #000000;
  border-radius: 0;
  width: 304px;
} 
#right-column #videos .content .home_menu li,
#right-column #videos .content .home_menu li.sport{
  border: 0;
}
#right-column #videos #channel_select li{

  background: #dfdfdf;
  color: #000000;
}
#right-column #videos .content .home_menu li{
  width: 304px;
}
#right-column #videos .content .home_menu li.archives{
  border: 0;
  width: auto;
}
#right-column #videos .content .home_menu li.archives a{
  color: #1b3866;
  font-style: italic;
  font-weight: normal;
}

#right-column #videos .content .home_content .item{
  width: 100%;
  float: none;
  margin: 0 auto;
  padding: 0 0 20px 0;
  height: auto;
}
#right-column #videos .content .home_content .channel .item:nth-of-type(4),
#right-column #videos .content .home_content .channel .item:nth-of-type(5),
#right-column #videos .content .home_content .channel .item:nth-of-type(6){
  display: none;
}
#right-column #videos .content .home_menu{
  width: 320px;
  padding: 10px 0;
  height: auto;
  float: none;
}
#right-column #videos .content .home_content{
  padding: 10px 0;
  width: 100%;
  max-width: 800px;
  float: none;
  height: auto;
}
/*************************************************************************************************************************************
    START Photos
*************************************************************************************************************************************/
#photos{
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0px;
}

#photos .header{
  font-family: 'Arial black', Gadget, Sans-serif;
  font-size: 28px;
  color: #888888;
  font-weight: 900;
  margin: 0;
  line-height: 31px;
  padding: 20px 0px;
  margin: 0;
}
#photos .header span{
  color: #1b3866;
}  
#photos .main{
  width: 100%;
  padding: 20px 0px;
}
#photos .item{
  width: 24%;
  margin: 0 .5% 10px;
  float: left;
  position: relative;
  display: block;
}
#photos .image{
  width: 100%;
  height: 167px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}
#photos .item{
  text-decoration: none;
}
#photos .item .text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 56, 102, .5);
  color: #ffffff;
  display: none;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#photos .item .text .table,
#photos .item .text .title{
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#photos .item:hover .text{
  display: block;
}
#photos .footer {
  padding: 20px 0px;
  width: 100%;
  text-align: center;
}
#photos .footer a {
  font-style: italic;
  font-size: 15px;
  text-decoration: none;
  color: #1b3866;
}
#photos .no_data{
  font-size: 20px;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
/*************************************************************************************************************************************
    START Footer
*************************************************************************************************************************************/
#drippan{
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
  text-align: center;
}
#drippan div{
  display: inline-block;
  color: #eea904;
}
#drippan div span{
  padding: 0 5px;
}
#drippan div:first-of-type span{
  display: none;
}
#drippan div a{
  color: #eea904;
  text-transform: uppercase;
  font-size: 14px;  
  font-weight: bold;
}
#footer{
  background: #1b3866;
  padding: 50px 0px 150px;
}

#footer .footer_content{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#footer .logos{
  width: 100%;
  text-align: center;
}
#footer .logos .logo{
  display: inline-block;
}
#footer #neulion{
  width: 111px;
  margin: 10px auto;
}
#footer .links{
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#footer .links a{
  color: #ffffff;
}
#footer .links .copyright{
  display: inline-block;
}

body #schedule-table tbody tr.home td {
    background: #d1d1d1 !important;
}
body #schedule-table tbody tr td,
body #schedule-table tbody tr.away td{
    background: #ffffff !important;
}
body #schedule-table thead tr th ,
body #schedule-table tbody tr.tournament td,
body #schedule-table td.tournament {
  background: #1b3866 !important;
  color: #ffffff;
}

/*************************************************************************************************************************************
    START Articals
*************************************************************************************************************************************/

.global-article-container{
  font-size: 14px;
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
}
body.pictop .global-article-container{

}
.global-article-container #article.plain.wide{
  margin: 0 30px;
  width: auto;
}
.global-article-container .button{
  display: none;
}

.global-article-container #ArticleImage .imagepadding{
    position: relative;
  background: #ffffff;
  width: 100%;   
  max-width: 1500px;
  overflow: hidden;
  font-size: 12px;
  margin: 0px auto;

}
.global-article-container #ArticleImage figure{
    margin: 0;
}
.global-article-container #captionbar{
  line-height: 16px;
  width: 100%;
  max-width: 1200px;
  padding: 5px 0;
  margin: 0px auto;
  font-size: 12px;
  font-weight: bold;
  color: #484848;
} 
.global-article-container #article.picture_left #captionbar{
  width: 300px;
  padding: 0px;
 }
.global-article-container #article.picture_right #captionbar{
  width: 300px;
  padding: 0px;
  
}
.global-article-container #article.topcenter #captionbar .caption{
 
}
.global-article-container #article.topcenter #captionbar .courtesy{
  
} 

.global-article-container #ArticleImageContainer{
  height: auto;
  max-height: 3000px;
  width: 100%;   
  margin: 0px auto 0px;
  overflow: hidden;
}

.global-article-container #ArticleImageContainer img.image{
  width: 100%;   
} 
.global-article-container #article.picture_left, #article.picture_right{
    background: #ffffff;
}
.global-article-container #article.picture_left #ArticleImageContainer img.image{
  width: 100%;   
  max-width: 300px; 
}
.global-article-container #article.picture_right #ArticleImageContainer img.image{
  width: 100%;   
  max-width: 300px; 
}
.global-article-container #article.picture_left #ArticleImage{
  display: inline-block;
  width: 300px;
  overflow: hidden;
  color: #000000;
  margin-right: 30px;
  font-size: 12px;
}

.global-article-container #article.picture_left #ArticleImageContainer{
  height: auto;
  max-height: 1000px;
  width: 300px;
  overflow: hidden;
}

.global-article-container #article.picture_right #ArticleImage{
  display: inline-block;
  width: 300px;
  overflow: hidden;
  color: #000000;
  margin-left: 20px;
  font-size: 12px;
}

.global-article-container #article.picture_right #ArticleImageContainer{
  height: auto;
  max-height: 1000px;
  width: 300px;
  overflow: hidden;
}

.global-article-container #articleTitle h1{
  color: #010101;
  font-size: 28px;
  line-height: 33px;
  width: 100%;
  font-weight: 900;
  margin: 10px auto 10px;
}

.global-article-container .ArticleCopyright{
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}

.global-article-container .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy{
  text-align: left;
  display: block;
}
.global-article-container .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy:nth-child(2){
  display: none;
}
.global-article-container .article_credit{
  font-size: 12px;
  font-weight: bold;
}
.global-article-container .article_date{
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 20px;
}
.global-article-container .ArticleText .article_icons{
  float: right;
}
.global-article-container .ArticleText .article_icons a{
  text-decoration: none;
}
.global-article-container #article.picture_right .right_side{
  float: right;
}
.global-article-container #article.picture_left .left_side{
  float: left;
}
#articleRelated{
    width: 100%;
    position: relative;
    margin:10px 0px;
    padding: 10px 0px;
    overflow: hidden;
    border-top: 1px solid #e6e3e3;
    border-bottom: 1px solid #e6e3e3;
}
.global-article-container #article.picture_right .right_side{
  float: right;
}
.global-article-container #article.picture_left .left_side{
  float: left;
}
#articleRelated .related_link_title{
  display: inline-block;
  font-size: 16px;
  color: #1b3866;
}
#articleRelated .link-info{
  display: inline-block;
  border-left: 1px solid #1b3866;
  padding: 0 5px;
}
#articleRelated .link-info:nth-of-type(1){
  border: 0;
  padding-left: 0;
}
#articleRelated .link-info a{
  color: #1b3866;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
#articleRelated a:hover{
  color: #ffbd0c;
}   
.global-article-container .ArticleText{
  margin: 0 auto;
  padding-top: 10px;
  max-width: 1200px;
}
.global-article-container .ArticleText .article_text{
  font-size: 16px;
  color: #000000;
}

.global-article-container .play {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 46%;
  left: 45%;
  background: url('/fls/22300/site_graphics/play.png') center no-repeat;
  z-index: 200;
  cursor: pointer;
}
 .global-article-container #article.picture_right .play, .global-article-container #article.picture_left .play  {
  width: 35px;
  height: 35px;
  background: url('/fls/22300/site_graphics/play_sm.png') center no-repeat;
}
#article-bottom-icons-container{
  padding: 0 !important;
}
.addthis_toolbox{
  width: auto !important;
  max-width: 100%;
} 
.addthis_button_facebook_like{
  width: 105px !important; 
}
body .global-article-container ul{
  list-style-position: initial;
}

.global-article-container .title, .global-article-container .headline {
  color:#2C0369;
  font-size:15px;
  font-weight:bold;
}

.global-article-container .altRow1 {
  font-size: 12px;   
  color: #000000; 
  background-color: #FFFFFF;
}
.global-article-container a.altRow1:link {
  color: #000000; 
  text-decoration: underline;
}
.global-article-container a.altRow1:visited,
.global-article-container a.altRow1:active,
.global-article-container a.altRow1:hover{
  color: #1b3866; 
  text-decoration: underline;  
}

.global-article-container .altRow2 { 
  font-size: 12px;  
  color: #000000; 
  background-color: #eeeeee;
}
.global-article-container a.altRow2:link {
  color: #000000;  
  text-decoration: underline;
}
.global-article-container a.altRow2:visited,
.global-article-container a.altRow2:active,
.global-article-container a.altRow2:hover { 
  color: #1b3866;   
  text-decoration: underline;
}

.global-article-container td.tdHeader { 
  font-size: 14px; 
  font-weight: bold;  
  color: #FFFFFF; 
  text-decoration: none; 
  background: #1b3866; 
  text-transform: uppercase; 
  border: #000000
}

/* responsive media portal                                 */
body #mediaportal5{

}

#mediaportal5-login{
  display: none;
}
#mediaportal5-header h1.brand,
#mediaportal5-login .join.brand input,
#mediaportal5-nav-mobile.brand,
#mediaportal5-events h2.title.brand,
#mediaportal5-events div.events .sportname.brand,
#mediaportal5-events div.events .action.brand,
#mediaportal5-events div.events .event-schedule.brand a,
#mediaportal5-channel h2.title.brand,
#mediaportal5-channel .mediaportal-more.brand input {
     color:#1b3866;
}

#mediaportal5-login button.login-button.brand,
#mediaportal5-nav-mobile.brand .icon-bar,
#mediaportal5-menu.brand li.selected,
#mediaportal5-livenow.brand {
     background-color:#1b3866;
}

#mediaportal5-menu.brand {
     border-color:#1b3866;
}
#mediaportal5-livenow.brand {
     border-color:#fdd023; /* lighter or contrast color */
}
/* END responsive media portal                             */
/* ------------------------------------------------------- */

/*SB-11282*/

.global-article-container h1 {
    font-size: 36px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
    color: #1c3664;
    margin-bottom: 10px;
    font-family: 'Arial black', "Arial Bold", Gadget, Sans-serif;
}

.global-article-container h2 {
    font-family: 'Arial black', "Arial Bold", Gadget, Sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #939598;
    line-height: 35px;
    text-transform: uppercase;
}

.global-article-container h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    color: #1c3664;
    font-family: 'Arial black', "Arial Bold", Gadget, sans-serif;
    text-transform: uppercase;
}

.global-article-container h4 {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    color: #6d6f72;
    font-family: 'Arial black', "Arial Bold", Gadget, sans-serif;
    text-transform: uppercase;
}
.global-article-container p,
.global-article-container li{
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    font-family: Arial, Helvetica, Sans-serif;
}
body #GlobalArticleContainer.global-article-container ul{
  list-style-position: initial;
}
body #coach-player .bio-page-title,
body #bio-player .bio-page-title,
body #coach-list .coach-page-title{
  font-weight: 900;
  font-family: 'Arial black', "Arial Bold", Gadget, sans-serif;
  text-transform: uppercase;
}
body #coach-list .coach-page-title,
body #bio-player .bio-page-title {
  color: #1b3866 !important;
  background: transparent !important;  
}
body #coach-list .head-coach .coach-name a,
body #coach-list .head-coach .coach-position,
body #coach-list .other-coach .coach-name a,
body #coach-list .other-coach .coach-position,
body #bio-player .bio-name,
body #coach-list .other-coach .coach-name {
  font-family: 'Arial Black' !important;
}

/*************************************************************************************************************************************
    START Menu
*************************************************************************************************************************************/
#menu-container {
  background:transparent;
  position:relative;
  min-height:32px;
  z-index:11;

}

#list-menu {
  display:block;
  visibility:visible;
  margin:0;
  list-style-type:none;
  padding:0;
  border:0;
}
body.ticket #list-menu{
  visibility: visible;
}
#list-menu .odd , #list-menu .even{
  background: transparent;
}

#list-menu-button {
  display:none;
  height:44px;
  position:absolute;
  z-index:20;
  top:  7px;
  left: 5px;
}

#list-menu-button button {
  padding:7px 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

#list-menu-button .icon-bar {
  background-color:#ffffff;
  box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
  display:block;
  height:5px;
  width:32px;
  margin-top: 3px;

}

#list-menu-button button > div:last-child:after {
  color: #f5f5f5;
  content: "MENU";
  display: block;
  font-size:11px !important;
  height: 31px !important;
  line-height: 31px !important; 
  text-shadow:none;
  
}
#list-menu .divider {
  display: none;
  float:left;
  width:3px;
  height:3px;
  border-radius: 20px;
  background: #cdcaca;
  margin-top: 24px;
}

#list-menu #lm-parent-1 {
    margin-left: 0px;
}
#list-menu #lm-parent-4 {
}
#list-menu li.parent {
    float:left;
    background:transparent;
}
#list-menu ul {
  list-style-type:none;
  padding:0;
  margin:0;
  border:0;
}

#list-menu a.top-menu-link {
  height:32px;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px;
  margin: 0px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-decoration:none;
  text-transform: uppercase;
}
#list-menu li.menu-active.parent a.top-menu-link,
#list-menu li.menu-active.parent a.top-menu-link a:hover, 
#list-menu li.parent a.top-menu-link:hover{
  color: #ffbd0c;
} 
/* 
#list-menu li.last a.top-menu-link {
  background-image: url("/fls/5200/site_graphics/more_triangle.png");
  background-position: 62px 26px;
  background-repeat: no-repeat;
  padding-right: 32px;  
}
#list-menu li.last.menu-active.parent a.top-menu-link, #list-menu li.last.menu-active.parent a.top-menu-link a:hover , #list-menu li.last.parent a.top-menu-link:hover{
  background-image: url("/fls/5200/site_graphics/more_triangle_yellow.png");
  background-position: 62px 26px;
  background-repeat: no-repeat;
}
*/
body.ticket #list-menu a.top-menu-link {

}
#list-menu.top-menu-link:focus,
#list-menu.top-menu-link:hover {
    text-decoration:none;
}

#list-menu .subnav.template-ul  {
    display: none;
    position: absolute;
    z-index: 1;
    top: 32px;
    left: 0px;
    padding: 0;
}

#list-menu .subnav.template-ul .subnav {
    display:block;
}

#list-menu .subnav .template { 
    min-height:408px;
    padding-bottom: 60px;
    *height:408px;
    background: #ffffff;
    overflow: hidden;
}

#list-menu .menu-active .subnav {
    display:block;
}

#list-menu .subnav li a:hover {
    color: #1b3866;
}

#list-menu li.template ul.subnav .sports.standard {
    padding: 28px 3.5%;
    width: 93%;
    float: left;
}

#list-menu li.template ul.subnav .standard {
    padding: 28px 3.5%;
    width: 30%;
    float: left;
}
#list-menu li.template.custom ul.subnav .standard {
    padding: 28px 3.5%;
    width: 46.5%;
    float: left;
}

#list-menu li.template ul.subnav .standard.standard-split {
    padding: 28px 3.5%;
    width: 46.5%;
    float: left;
}
#list-menu li.template ul.subnav ul.subnav {
    position:static;
}
#list-menu .image-text .headline,
#list-menu .image-text .teaser {
    display:none;
}

#list-menu .parent.sports .feature-1,
#list-menu .parent.sports .feature-2,
#list-menu .parent.sports .label-1,
#list-menu .parent.sports .label-2,
#list-menu .parent.sports .image,
#list-menu .parent.sports .ad-menu
{
  display:none;
}
#list-menu .parent .image-text {
  position: absolute;
  bottom: 20px;
  right: 3.5%;
  width: 300px;
  max-height: 350px;
  overflow: hidden;
}

#list-menu .parent .image-text a {
    min-width: auto;
    padding: 0px;
}
#list-menu .image img {
    width: 100%;
}


#list-menu .ad-menu {
    position: absolute;
    bottom: 20px;
    right: 3.5%;
    width: 300px;
    z-index: 100;
    max-height: 360px;
    overflow: hidden;
    text-align: right;
}
#list-menu .parent.sports .ad-menu{

}
#list-menu .ad-menu a {
    padding: 0px;
    height: auto;
    line-height: auto;
}
#list-menu .ad-menu img {
}
#list-menu .template-3 .image-text, #list-menu .template-3 .ad-menu{
    width: 250px;
}
ul#menu-sport-group-1, #list-menu .template .box-mens,#list-menu .two-col-1 {
    width:48%;
    float:left;
    position:static;
}

ul#menu-sport-group-2, #list-menu .template .box-womens,#list-menu .two-col-2 {
    width:48%;
    padding-right: 1%;
    float:right;
    position:static;
}

#list-menu li.template ul.subnav .menu-label {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #1b3866;
    display: block;
    width: 100%;
    border-bottom: 1px solid #1b3866;
}
#list-menu  li.template div.standard  ul.subnav li:hover{
 
}

#list-menu li.template div.standard {
    padding-top: 15px;
}

#list-menu li.template div.standard li {
    border-width:0px 0px 1px 0px;
    border-style:solid;
    border-color:#1b3866;
    width: 100%;
    background:transparent;
}

#list-menu li.template div.standard li.header{
  border-color: #ffffff; 
}
#list-menu li.template div.standard li.header a{
  color: #1b3866;
  font-size: 18px;
  font-weight: bold;
}
#list-menu li.template div.standard li.header a[href^="javascript: void();"]{
  cursor: text;
}
#list-menu li.template div.standard li.header a:hover{
  color: #ffbd0c;
}
#list-menu li.template div.standard li.header a[href^="javascript: void();"]:hover{
  color: #1b3866;
}
#list-menu .standard-split {
  width:100%;
}

#list-menu .standard-split .subnav {
  position: static;
}

#list-menu .standard li {
  min-height:26px;
  line-height:26px;
}
#list-menu .standard.sports li {
  min-height:26px;
  line-height:26px;
}

#list-menu div.standard a {
  text-decoration:none;
  color:#1b3866;
  padding:0px;
  min-height:26px;
  line-height:26px;
  font-size: 12px;
  font-weight: normal;
}

#list-menu div.standard a:hover{
  color: #ffbd0c;
}

#list-menu div.standard a.section{
  text-decoration:none;
  color: #1b3866;
  min-height:26px;
  line-height:26px;
  font-size: 12px;
  font-weight: normal;
  float: right;
  margin-right: 10px;
}
#list-menu div.standard a.section.custom{

}   
#list-menu div.standard a.section:hover{
  color: #ffbd0c;
   
}
#list-menu .with-sections a.sport {
  float:left;
  font-size: 14px;
  color: #1b3866;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
#list-menu .with-sections a.sport:hover{
  color: #ffbd0c;
}

#list-menu .facebook-placeholder{
  width: 10px;
  height: 20px;
  min-height:20px;
  line-height:26px;
  margin-top: 6px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
}
#list-menu .twitter-placeholder{
  width: 18px;
  height: 20px;
  min-height:20px;
  line-height:26px;
  margin-top: 6px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
 margin-left: 15px;
}
#list-menu .instagram-placeholder{
  
  width: 20px;
  height: 20px;
  min-height:20px;
  line-height:26px;
  margin-top: 6px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
display: none;
}
#list-menu .with-sections a.twitter {
  background: url('/fls/22300/site_graphics/menu_twitter.png') center no-repeat transparent;
  width: 18px;
  height: 20px;
  min-height: 20px;
  margin-top: 6px;;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  line-height: 26px;
 margin-left: 15px; 
}
#list-menu .with-sections a.instagram {
  display: none;
  background: url('/fls/22300/site_graphics/sprite.png') center no-repeat transparent;
  background-position: -142px -35px;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 6px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  line-height: 26px;

}
#list-menu .with-sections a.facebook {
  background: url('/fls/22300/site_graphics/menu_facebook.png') center no-repeat transparent;

  width: 10px;
  height: 20px;
  min-height: 20px;
  margin-top: 6px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
  line-height: 26px;

}

#list-menu .label-1,
#list-menu .label-2{
  display: none;
  font-size: 18px;
  font-weight: bold;
  color: #1b3866;
  position:absolute;
  z-index:1;
  line-height: 26px;
  background: transparent;
  width: 29.4%;
  white-space: nowrap;
  z-index: 101;
  border-bottom: 1px solid #1b3866;
}
#list-menu .label-1{
  top: 28px;
  right: 35.5%;
}
#list-menu .label-2{
  top: 28px;
  right: 3.5%;
}
#list-menu .feature-1,
#list-menu .feature-2 {
  position:absolute;
  z-index:1;
  top:29px;

  width: 22.32%;
  background: transparent;
  z-index: 101;

}
#list-menu .template-1 .feature-1,
#list-menu .template-1 .feature-2{
  width: 30%;
}
#list-menu .feature-1 {
  right: 27%;
}
#list-menu .template-1 .feature-1 {
  right: 35%;
}
#list-menu .feature-2 {
  right: 3.5%;
}
#list-menu .feature-1 .subnav li,
#list-menu .feature-2 .subnav li{
  min-height:26px;
  line-height:26px;
  width: 100%;
  color: #1b3866;
  border-bottom: 1px solid #1b3866;
}
#list-menu .feature-1 .subnav a,
#list-menu .feature-2 .subnav a{
  color: #1b3866;
  text-align: left;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  padding: 0px;
  line-height: 26px;
}

#list-menu .feature-1 .subnav a:hover,
#list-menu .feature-2 .subnav a:hover{
   color: #ffbd0c; 
}
#list-menu .feature-1 li.header,
#list-menu .feature-2 li.header{
  height: 22px;
  border-color: #ffffff; 
}
#list-menu .feature-1 li.header a,
#list-menu .feature-2 li.header a{
  color: #1b3866;
  font-size: 18px;
  font-weight: bold;
}
#list-menu .feature-1 li.header a[href^="javascript: void();"],
#list-menu .feature-2 li.header a[href^="javascript: void();"]{
  cursor: text;
}
#list-menu .feature-1 li.header a:hover,
#list-menu .feature-2 li.header a:hover{
  color: #ffbd0c;
}
#list-menu .feature-1 li.header a[href^="javascript: void();"]:hover,
#list-menu .feature-2 li.header a[href^="javascript: void();"]:hover{
  color: #1b3866;
}
#list-menu .template-3 .feature-1,
#list-menu .template-3 .label-1,
#list-menu .template-3 .feature-2,
#list-menu .template-3 .label-2
{
    display:none;
}


/******************************************** Sport Section Menus +MENU *****************************************/
#SectionMenu{
  width:100%;
  position: relative;
  z-index: 1001;
  background: #e9e8e8;
}
#SectionMenu .container{
  width: 98%;
  max-width: 1200px;
  margin: 0px auto;
  position: relative;
} 

#SectionMenu .container table.section_table{
  width: 100%;
}
#SectionMenu .container table.section_table td{ 
  vertical-align: top;
} 
#SectionMenu .title_container{
  white-space: nowrap;
}
#sport-title{
  padding-left: 10px;
  display: inline-block;
  color: #2e2e2e !important;
  text-decoration: none;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  white-space: nowrap;
  margin: 0;
}
#sport-title a{
  color: #2e2e2e;
  text-decoration: none;
} 
#SectionMenu .secmenu-spon{
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
#SectionMenu .menu_td{
  width: 100%;
  position: relative;
}
ul#section-menu {
  float: left;
  list-style-type:none;
  margin:0;
  padding:0;
  padding-left:3%;
  padding-top:6px;
}
ul#section-menu ul {
  padding:0px;
  margin:0px;
  list-style-type:none;
}
#section-menu li {
  display:block;
  float:left;
  margin:0px 40px 0px 0px;
  width:auto;
  height:42px;
}

* html #section-menu li {
  width:1%;
}

#section-menu li.parent {
  width:auto;
  white-space:nowrap;
}

* html #section-menu li.parent {
  width:1%;
}

#section-menu li.section a {
  vertical-align:middle;
}

#section-menu li.sub {
  background:url('/images/menu_arrow_white.gif') #142a5c no-repeat right;
}

#section-menu li a.top-menu-link {
  padding:5px 20px;
}

#section-menu li.parent.last {
  border-width:0;
}

#section-menu .divider:last{
  display:none;
  height:0px !important;
  width:0px !important;
}
#section-menu li a {
  color:#1b3866 !important;
  display:block;
  font-size:17px;
  font-weight: bold;
  text-align:left;
  line-height:36px;
  text-decoration: none;
  text-transform: uppercase;
}

#section-menu a:hover {
  color: #ffbd0c !important;

}
#section-menu .section{
padding-top:0px;
}
#section-menu li.sub:hover,
#section-menu li.sub a:hover
{
  position:relative;
}
#section-menu li.sub {
  position:relative;
}
#section-menu ul,
#section-menu :hover ul ul,
#section-menu :hover ul :hover ul ul,
#section-menu :hover ul :hover ul :hover ul ul,
#section-menu :hover ul :hover ul :hover ul :hover ul ul
{
  visibility:hidden;
  position:absolute;
  left:-219px;
  z-index:1000;
  top:26px;
}
#section-menu :hover ul :hover ul,
#section-menu :hover ul :hover ul :hover ul :hover ul
{
  bottom:auto;
  left:100px;
  padding:0px 10px 10px 0;
  top:-10px;
}
#section-menu li.more {
  display: none;
  float: right;
  position:relative;
  z-index:3;
}
#section-menu li.more span{
  font-size: 12px;
} 
#section-menu li.more ul {
  list-style:none;
  text-align:left;
  background: #e9e8e8 !important;
  width:270px;
  font-weight:bold;
}
#section-menu li.more ul li{
  height: auto;
  padding-bottom: 15px;
  float: none;
  line-height: 20px;
}
#section-menu li.more ul li.section  a{
  line-height: 20px;
}

#section-menu li.more a.section.more {
cursor: default;
}

#section-menu li.more ul a{
  text-decoration:none;
  text-align:left;
}

#section-menu li.more li.section {
  padding-left:5%;
  width: 95%;
  margin: 0;
}
#section-menu li.more li.section.first {
  padding-top:10px;
}

#SectionMenu .more_menu{
  display: none;
  float: left;
  padding-top: 6px;
  position: relative;
}
#SectionMenu .more_menu .more_title{
  float: right;
  color: #1b3866;
  font-size: 17px;
  line-height: 36px;
  vertical-align: middle;
  cursor: pointer;
  padding-bottom: 6px;
  font-weight: bold;
  text-transform: uppercase;
}
#SectionMenu .more_menu .drop_down{
  display: none;
  position: absolute;
  top: 48px;
  right: 0px;
  z-index: 201;
  background: #e9e8e8;
  width: 320px;
}
#SectionMenu .more_menu .drop_down li{
  padding: 5px 0px;
  float: none;
  height: auto;
  width: 96%;
  margin: 0 auto;
  border-bottom: 1px solid #d8d8d8;
}
#SectionMenu .more_menu .drop_down li:nth-of-type(n):nth-of-type(-n+7){
  display: none;
}
#SectionMenu .more_menu:hover .drop_down{
  display:block;
}
#SectionMenu .more_menu .drop_down #section-menu{
  float: none;
  padding: 0;
}
#SectionMenu .more_menu .drop_down #section-menu a{
  line-height: 20px;
}




.sprite-arrow_left{
  background: url("/fls/22300/site_graphics/arrow_left.png") no-repeat center;
  width: 23px;
  height: 67px;
}
.sprite-arrow_right{
  background: url("/fls/22300/site_graphics/arrow_right.png") no-repeat center;
  width: 23px;
  height: 67px;
}
.sprite-play_sm{
  background: url("/fls/22300/site_graphics/play_sm.png") no-repeat center;
  width: 35px;
  height: 35px;
}
.sprite-play{
  background: url("/fls/22300/site_graphics/play.png") no-repeat center;
  width: 70px;
  height: 70px;
}






