a {
  color: #00325b;
  text-decoration: underline;
}
a:active,
a:visited,
a:focus,
a:hover {
  color: #00325b;
}
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;
}

.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{vertical-align:top;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: #00325b;
  color: #FFFFFF;
}

.subhdr img{
    height: 0px;
}


.even{
  background-color: #CCCCCC;
}
.lgb, .B{
  font-weight: bold;
}
body {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    color: #000000;
    background-color: #ffffff;
    background-image: url("/fls/31100/site_graphics/background.jpg");
    background-repeat: repeat-x;
    background-position: center 500px;
    font-family: 'Roboto', sans-serif;
}

body.responsive {
    min-width: 100%;
}
#site-content{
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    color: #000000;
    background: #ffffff;
    min-height: 500px;
    padding-top: 30px;
}
body.home #site-content,body.sport-home #site-content{
  max-width: 100%;
  background: transparent;
  padding-top: 0;
}
/*
#embedPlayer {
    background: #000;
    position: fixed;
    z-index: 10500;
    display: none;
    width: 724px;
    height: 434px;
    left:21%;
    top: 17%;

}
#embedPlayerFade {
    position: fixed;
    z-index: 10400;
    background: #000;
    opacity: .7;
    filter: alpha(opacity = 70);
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    height: 100%;
}
#embedPlayer .xbutton {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 10001;
}
*/
#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: 1000px;
    margin: 0px auto;
}   

.cubead{
  margin: 0 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);
}
.side_shadow{
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
}
.side_shadow:before {
  box-shadow: -15px 0 15px -15px inset;
  content: " ";
  height: 100%;
  left: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
.side_shadow:after {
  box-shadow: 15px 0 15px -15px inset;
  content: " ";
  height: 100%;
  right: -15px;
  position: absolute;
  top: 0;
  width: 15px;
}
.leaderboard{
    width: 728px;
    margin: 0px auto;
    padding: 10px 0px;
    height: 90px;
}
#left-column{
    float: left;
    width: 650px;
    padding: 0px;
    background: #ffffff;
}   
#right-column{
    float: right;
    width: 320px;
}
.container{
    width: 100%;
}

/*************************************************************************************************************************************
    START Header
*************************************************************************************************************************************/
#header_ads{
  width: 100%;
  padding: 10px 0px;
  background: #000000;
}
#header{
    width: 100%;
    position: relative;
    z-index: 1010;
    background: #00325b;
    height: 80px;
}
#header.fixed{
    position: fixed;
    top: 0px;
}   
#header .container{
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
#header #logo{
    position: absolute;
    left: 460px;
    top: 5px;
    z-index: 100;
}     
#header #menu{
    max-width: 1000px;
    width: 100%;
    height: 40px;
    margin: 0px auto 0px; 
    padding-top: 20px;
}   
#header-search-button{
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 11px;
    z-index: 12;
}

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


/*************************************************************************************************************************************
    START Sponsors
*************************************************************************************************************************************/

#sponsors{
  padding: 20px 0;
  width: 100%;
  background: #969c9e;
}

#sponsors .main{
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  max-height: 60px;
}

#sponsors .arrow{
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  color: #00325b;
  font-size: 60px;
  font-weight: bold;
  line-height: 100%;
  margin: auto;
}

#sponsors .arrow.right{
  right: -35px;
  border-bottom: 25px solid #00325b;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  height: 0;
  width: 5px;
  transform: rotate(90deg);
}

#sponsors .arrow.right .inner-arrow {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 20px solid #969c9e;
  border-right: 9px solid transparent;
  position: absolute;
  top: 9px;
  left: -7px;
}

#sponsors .arrow.left{
  left: -35px;
  border-bottom: 25px solid #00325b;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  height: 0;
  width: 5px;
  transform: rotate(-90deg);
}

#sponsors .arrow.left .inner-arrow {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 20px solid #969c9e;
  border-right: 9px solid transparent;
  position: absolute;
  top: 9px;
  right: -7px;
}

#sponsors .item {
    float: left;
}

#sponsors .item .sponsor a {
  float: none;
  margin: 0 auto;
};

#sponsors .item img{
  display: block;
  margin: 0 auto;
}

#sponsors .slider-widget.content {
    max-height: 60px;
}
/*************************************************************************************************************************************
    START Latest News
*************************************************************************************************************************************/
.center_container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0px 20px;
    background: #ffffff;
}
#top_31100 .module-type:first-of-type{
    float: left;
}
#top_31100 .module-type:last-of-type{
    float: right;
}
#top_31100-latest_news_31100{
    width: 300px;
}
#latest_news{
    width: 300px;
    margin: 0 auto;
}
#latest_news .header{
    width: 100%;
    height: 20px;
    padding: 15px 0px 10px;
}
#latest_news .header .title{
    font-size: 18px;
    font-weight: bold;
    color: #093254;
    margin: 0;
    float: left;
    line-height: 20px;
    vertical-align: baseline;
}
#latest_news .header .archive{
    font-size: 12px;
    font-weight: bold;
    color: #093254;
    margin: 2px 0px 0px 20px;
    float: left;
    text-decoration: none;
}
#latest_news .header .adspace{
    float: right;
}
#latest_news .main{
    height: auto;
    overflow: hidden;
}
#latest_news .item{
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}
#latest_news .item a{
    text-decoration: none;
     color: #222323;
}
#latest_news .item .image{
    width: 300px;
    height: 170px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
       
}
#latest_news .item.first .title{
    font-size: 24px;
    line-height: 28px;
}
#latest_news .item .title{
    font-size: 14px;
    color: #222323;
    font-weight: bold;
    width: 100%;
    padding: 10px 0px;
}
#latest_news .item .teaser{
    font-size: 12px;
    color: #222323;
    font-weight: normal;
    width: 100%;
}
/*************************************************************************************************************************************
    START Videos
*************************************************************************************************************************************/
#top_31100-video_31100{
    width: 650px;
}
#videos{
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
#videos .header{
    width: 100%;
    padding: 15px 0px 10px;
}
#videos .header .title{
    font-size: 18px;
    font-weight: bold;
    color: #093254;
    margin: 0;
    float: left;
    line-height: 20px;
    vertical-align: baseline;
}
#videos .header .title .conf_adspace{
    width: 107px;
    height: 20px;
    margin-left: 20px;
    float: right;
}
#videos .header .links{
    font-size: 12px;
    font-weight: bold;
    color: #093254;
    margin: 2px 0px 0px 20px;
    float: left;
    text-decoration: none;
}
#videos .header .links a{
    text-decoration: none;
}
#videos .header .adspace{
    float: right;
}
#videos .item{
    float: left;
    width: 192px;
    overflow: hidden;
}
#videos .item.first{
    width: 100%;
    height: auto;
}
#videos .item:nth-child(3n){
    margin: 0 33px;
}
#videos .item a{
    text-decoration: none;
     color: #222323;
}
#videos .item .image{
    position: relative;
    display: block;
    width: 192px;
    height: 110px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto; 
}
#videos .item.first .image{
    width: 100%;
    height: 365px;
}
#videos .item .image .play{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 37px;
}
#videos .item.first .image .play{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 58px;
}
#videos .item.first .title{
    font-size: 24px;
    line-height: 28px;
    height: 65px;
}
#videos .item .title{
    text-align: left;
    font-size: 14px;
    color: #222323;
    font-weight: bold;
    width: 100%;
    height: 35px;
    padding: 10px 0px;
    overflow: hidden;
}
#right-column #videos{
  max-width: 300px;
}
#right-column #videos .header .title{
  width: 100%;
    float: none;
    margin-bottom: 4px;
}
#right-column #videos .header .links{
    margin: 2px 0px 0px 0px;  
}
#right-column #videos .item.notfirst .image{
    width: 300px;
    height: 171px;
}
#right-column #videos .item .title{
    font-size: 18px;
    height: auto;
}
#right-column #videos .item{
    width: 100%;
    height: auto;
    margin: 0;
}

/*************************************************************************************************************************************
    START Schedule
*************************************************************************************************************************************/
#schedule_promo{
    width: 100%;
    max-width: 1200px;
    margin: 0px auto; 
    padding: 0px;
    background: #ffffff;
    position: relative;
}
#schedule_promo .arrow {
    position: absolute;
    left: 5px;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    color: #00325b;
    font-size: 60px;
    font-weight: bold;
    line-height: 33px;
}
#schedule_promo .arrow.right {
    left: auto;
    right: 5px;
}
#schedule{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0px;
  background: #ffffff;
}
#schedule .header{
  width: 100%;
  border-bottom: 1px solid #b4b6b7;
}
#schedule .header .title{
  font-size: 18px;
  color: #093254;
  font-weight: bold;
  margin: 0;
  float: left;
}
#schedule .header .schedule-full-link{
  font-size: 12px;
  color: #093254;
  font-weight: bold;
  margin: 0;
  margin-top: 12px;
  float: right;
  text-decoration: none;
}
#schedule .header .adspace{
  float: right;
  margin-top: 8px;
  margin-left: 20px;
}
#schedule .featured_event{
  padding-top: 5px;
  width: 155px;
  float: left;
}
#schedule .schedule_content{
  float: right;
  width: 77%;
  padding: 0 31px;
  padding-top: 5px;
  position: relative;
  min-height: 195px;
  max-height: 220px;
}
#schedule .arrow{
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 35%;
    cursor: pointer;
    color: #00325b;
    font-size: 60px;
    font-weight: bold;
}
#schedule .arrow.right{
  right: 0px;
  left: auto;
}
#schedule .event{
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    background: #ecebeb
}
#schedule .item .sport{
    width: 100%;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #093254;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#schedule .item .image{
    height: 70px;
    width: 100%;
    max-width: 103px;
    margin: 0 auto;
    overflow: hidden;
}
#schedule .item .image img{
    width: 100%;
}
#schedule .item .opponent{
    width: 100%;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #1e1e1e;
    overflow: hidden;
}
#schedule .item .date{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#schedule .item .event-links{
    padding-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    color: #00325b;
    height: 40px;
    overflow: hidden;
}
#schedule .slider-widget .event-links .event-link{
    display: inline-block;
    padding: 0px 3px 0px 4px;
    border-left: 1px solid #00325b;
}
#schedule .slider-widget .event-links .event-link:first-of-type{
    border: 0;
}
#schedule .item .event-links a,
#schedule .item .event-links span{
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #00325b;
}

#schedule .no_data{
  color: #00325b;
  line-height: 100px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
 }

/*************************************************************************************************************************************
    START Social
*************************************************************************************************************************************/
#social{
  width: 100%;
  background: #093254;
  padding: 35px 0px;
  margin: 0;
}
#social .content{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
#social .instagram .adspace.sponsor,
#social .twitter .adspace.sponsor {
  float: left;
  width: auto;
  height: 20px;
  margin: 4px 0px 0px 12px;
}
#social .instagram{
  float: left;
  height: 395px;
  width: 555px;
  padding: 10px 0px;
}
#social .instagram .title{
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  float: left;
  margin: 0;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
#social .instagram .account{
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  float: right;
  margin: 0;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
#social .instagram .adspace{
  float: left;
  width: 100%;
  height: 360px;
  overflow: auto;
}
#social .twitter{
  float: right;
  height: 395px;
  width: 380px;
  padding: 10px 0px;
}
#social .twitter .title{
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  float: left;
  margin: 0;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
#social .twitter .account{
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  float: right;
  margin: 0;
  height: 30px;
  vertical-align: middle;
  line-height: 30px;
}
#social .twitter .adspace{
  float: left;
  width: 100%;
  height: 360px;
  overflow: auto;
}

#social .footer{
  padding-top: 10px;
  float: left;
  width: 100%;
  border-top: 1px solid #ffffff;
}
#social .footer .facebook{
  display: inline-block;
  float: left;
  color: #ffffff;
  font-weight: 300;
  font-size: 26px;
  text-decoration: none;
  line-height: 42px;
  vertical-align: middle;
}
#social .footer .divider{
  width: 1px;
  height: 23px;
  float: left;
  margin: 0px 10px;
  position: relative;
  top: 9px;
  background: #ffffff;
}
#social .footer #email{
  float: left;
}  
#social .footer #email form{
  margin: 0;
}
#social .footer #email label{
  float: left;
  color: #ffffff;
  font-weight: 300;
  font-size: 26px;
  text-decoration: none;
  padding-right: 10px;
  margin: 0;
  line-height: 42px;
  vertical-align: middle;
}
#social .footer #enewsfield{
  float: left;
  padding: 10px 4px 10px 20px;
  width: 171px;
  border-radius: 0;
  margin: 0;
} 
#social .footer #enewsbutton{
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #093254;
  width: 143px;
  height: 42px;
  line-height: 42px;
  vertical-align: middle;
  text-align: center;
  background: #a1d2f1;
  border: 0;
  border-radius: 0;
  float: left;
} 
/*************************************************************************************************************************************
    START More Headlines
*************************************************************************************************************************************/

#more_headlines{
  width: 95%;
  max-width: 1000px;
  padding: 20px 0px;
  margin: 0 auto;
  background: #ffffff;
}
#more_headlines .item{
  width: 47%;
  float: left;
  height: 120px;
  margin-bottom: 20px;
  overflow: hidden;
}
#more_headlines .item:nth-of-type(even){
  float: right;
}
#more_headlines .item .image{
  float: left;
  width: 213px;
  height: 120px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}
#more_headlines .item .title{
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #232323;
  margin-bottom: 20px;
}
#more_headlines .item .title a{
  text-decoration: none;
}  
#more_headlines .item .teaser{
  font-size: 12px;
  line-height: 20px;
  color: #232323;
}
#more_headlines .item .teaser a{
  text-decoration: none;
}  

/*************************************************************************************************************************************
    START Footer
*************************************************************************************************************************************/

#footer{
  width: 100%;
  padding-bottom: 60px;
  background: #969c9e;
}
#footer .main{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#drippan{
  float: left;
  padding: 20px 0px;
  width: 580px;
}
#drippan .column{
  width: 33%;
}
#drippan .column .title{
  color: #093254;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin: 0px;
  text-transform: uppercase;
}  
#drippan .item .link{
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
#drippan .item .links div{
}
#footer .right_side{
  float: right;
  width: 419px;
  padding-top: 10px;
}
#footer .logos img{
  float: left;
}
#footer .logos .contact{
  display: block;
  float: right;
  width: 148px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  background: #c70b0b;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  margin-top: 30px;
}
#neulion{
  display: inline;
}
#footer .logos .odu img{
  width: 51.5%;
  max-width: 216px;
  margin-bottom: 10px;
}
#footer .logos .cusa img{
  width: 30.8%;
  max-width: 129px;
  margin-top: 10px;
  margin-left: 2%;
}
#footer .logos .ncaa img{
  width: 13.6%;
  max-width: 57px;
  margin:0px 7.8%;
}
#footer .logos #corporate-logo img{
  width: 26.5%;
  max-width: 111px;
  margin-top: 10px;
}
#footer .copyright{
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
}
#footer .footer_links{
  width: 100%;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  color: #ffffff;
  text-align: center;
}
#footer .footer_links a{
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
 } 
/*************************************************************************************************************************************
    START More From
*************************************************************************************************************************************/
body.print #more_from{
  display: none;
}

#more_from{
    width: 650px;
    max-width: 100%;
    margin: 40px auto;
}

#more_from .header{
  width: 100%;
  margin: 0px auto;
  line-height: 40px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  color: #093254;
  text-transform: uppercase;
}
#more_from .header a{
  text-decoration: none;
 } 
#more_from .container{
}
#more_from .container .item{
  width: 200px;
  position: relative;
  float: left;
}
#more_from .container .item:nth-of-type(2){
  padding: 0 16px;
}
#more_from .container .item .image{ 
  position: relative;
  width: 100%;
  max-height: 113px;
  overflow: hidden;
}
#more_from .container .item .image img{ 
  width: 100%;
}
#more_from .container .item .image .play{
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
} 
#more_from .container .item .title{
  padding-top: 2px;
  width: 100%;
  line-height: 16px;
}
#more_from .container .item .title a{
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
 #GlobalArticleContainer #more_from .play, #more_from .play {
  width: 41px;
  height: 42px;
  background: url('/fls/31100/site_graphics/play_sm.png') center no-repeat;
} 


/*************************************************************************************************************************************
    START Sport Links
*************************************************************************************************************************************/
#sport_links_more{
  float: right;
}
#sport_links_more .section_title{
  display: block;
  margin: 6px 6% 0px 0px;
  width: auto;
  height: 36px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  color: #00325b;
  cursor: pointer;
}
#sport_links_more .content{
  display: none;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 201;
  background: #ffffff;
  width: 96%;
  padding: 0 0 0 4%;
  max-width: 400px;
  font-size: 14px;
  color: #010101;
  font-weight: bold;
}
#sport_links_more:hover .content{
  display: block;
}  
#sport_links_more .content a{
  color: #010101;
  text-decoration: none;
}
#sport_links{
  width: 300px;
  height: 250px;
  padding-bottom: 35px;
  position: relative;
} 
#sport_links .section_title{
  font-size: 18px;
  font-weight: bold;
  color: #093254;
  height: 22px;
  line-height: 22px;
  padding-bottom: 13px;
  overflow: hidden;
  width: 100%;
} 
#sport_links .content{
  width: 300px;
  height: 215px;
  overflow: auto;
  font-size: 14px;
  color: #010101;
  font-weight: bold;
}
#sport_links .content a{
  color: #010101;
  text-decoration: none;
}
#sport_links .adspace{
  position: absolute;
  right: 0;
  top: 0;
}
#right-column .cubead{
  padding-bottom: 35px;
}
/*************************************************************************************************************************************
    START Articals
*************************************************************************************************************************************/

#GlobalArticleContainer{
  font-size: 14px;
  position: relative;
  min-height: 720px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
#GlobalArticleContainer .button{
  display: none;
}

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

}
#GlobalArticleContainer #ArticleImage figure{
    margin: 0;
}
#GlobalArticleContainer #captionbar{
  line-height: 16px;
  width: 98%;
  padding: 5px 1%;
  max-width: 1000px;
  margin: 0px auto;
  font-size: 12px;
  font-family: Arial;
  color: #fefefe;
  background: #959696;
}
#GlobalArticleContainer #article.picture_left #captionbar{
  width: 300px;
  padding: 0px;
 }
#GlobalArticleContainer #article.picture_right #captionbar{
  width: 300px;
  padding: 0px;
  
}
#GlobalArticleContainer #captionbar .caption{
  float: left;
}
#GlobalArticleContainer #captionbar .courtesy{
  float: right;
  padding-left: 10px;
} 

#GlobalArticleContainer #ArticleImageContainer{
  height: auto;
  max-height: 3000px;
  width: 100%;   
  margin: 0px auto 0px;
  overflow: hidden;
}

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

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

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

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

#GlobalArticleContainer #articleTitle h1{
  color: #232323;
  font-size: 24px;
  line-height: 30px;
  width: 100%;
  font-weight: bold;
  margin: 10px auto 10px;
}

#GlobalArticleContainer .ArticleCopyright{
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}
#GlobalArticleContainer .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy{
  text-align: left;
  display: block;
}
#GlobalArticleContainer .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy:nth-child(2){
  display: none;
}
#GlobalArticleContainer #article-date-icons{
    padding:0px 0px 10px;
      width: 100%;
}
#GlobalArticleContainer #article-date-icons .article-icons{
    position: relative;
    z-index: 101;
    float: left;
    width: 100%;
}
#GlobalArticleContainer #article-date-icons .article-icons a{
  text-decoration: none;
}
#GlobalArticleContainer #article-date-icons .text{
    float: left;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 10px;
}
#GlobalArticleContainer #article.picture_right .right_side{
  float: right;
}
#GlobalArticleContainer #article.picture_left .left_side{
  float: left;
}
#GlobalArticleContainer #articleRelated{
  float: none;
  width: 100%;
  border-top: 1px solid #bcbcbc;
  border-bottom: 1px solid #bcbcbc;
  position: relative;
  margin:0px 0px 20px;
  overflow: hidden;
}

#GlobalArticleContainer #articleRelated .header{
  display: none;
} 
#GlobalArticleContainer #articleRelated .content{
    width: 100%;
    padding: 10px 0px;
}
#GlobalArticleContainer #articleRelated .content .link-info{
  display: inline-block;
  border-left: 1px solid #093254;
  padding: 0 5px;
  height: 15px;
}
#GlobalArticleContainer #articleRelated .content .link-info:nth-of-type(1){
  border-left: 0;
  padding-left: 0;
}
#GlobalArticleContainer #articleRelated .content .link-info a{
  color: #093254;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: normal;
}
#GlobalArticleContainer #articleRelated .content a:hover{
    color: #093254;
}   
#GlobalArticleContainer .ArticleText{
  max-width: 1000px;
  margin: 0 auto;
}

#GlobalArticleContainer .ArticleText .article_text{
    font-size: 14px;
    color: #000000;
}
#GlobalArticleContainer .play {
  width: 60px;
  height: 62px;
  position: absolute;
  bottom: 10px;
  left: auto;
  right: 10px;
  background: url('/fls/31100/site_graphics/play.png') center no-repeat;
  z-index: 200;
  cursor: pointer;
}
 #GlobalArticleContainer #article.picture_right .play, #GlobalArticleContainer #article.picture_left .play  {
  width: 41px;
  height: 42px;
  background: url('/fls/31100/site_graphics/play_sm.png') center no-repeat;
}

.addthis_toolbox{
    width: auto!important;
    max-width: 100%;
} 

/*************************************************************************************************************************************
    START Templates
*************************************************************************************************************************************/
#right-column .cube_ad{
    padding-bottom: 28px;
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

td.highlight{
    font-weight: bold !important;
}
#schedule-table tr.home{
    font-weight: bold;
}
#schedule-table tr.even,
#results-table tr.even {
    background: #fff;
}
#schedule-table thead tr th,
#results-table thead tr th,
#schedule-table tbody tr.tournament td,
#results-table tbody tr.tournament td{
  color: #ffffff;
  background: #00325b !important;
}
#schedule-table tr.odd,
#results-table tr.odd {
    background: #e6e6e6;
}
#schedule-table td.media a {
    color: #000000;
    display: inline-block;
}
#schedule-table h4{
    font-size: 24px;
}
#roster-table h4{
    font-size: 24px;
}
#bio-player .bio-article {
    font-size: 16px;
    color: #000000;
}

#bio-player .bio-logo img{
}
#bio-player .bio-page-title {
    font-family: Trebuchet MS !important;
}
#bio-player .bio-photo{
    max-width: 400px;
    margin: 0px auto;
}
#staff-directory th,
#staff-directory tr.header td,
#staff-directory tr.header td a,
#staff-directory tr.sport-name td,
#staff-directory tr.sport-name td a{
  background: #00325b;
  color: #ffffff;
}


/* ------------------------------------------------------- */
/* responsive media portal                                 */

#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:#00325b;
}

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

#mediaportal5-menu.brand {
     border-color:#00325b;
}
#mediaportal5-livenow.brand {
     border-color:#ceb888; /* lighter or contrast color */
}
/* END responsive media portal                             */
/* ------------------------------------------------------- */

#article-container.multi #article-content .data-import img {
    width: auto;
}

#uploadContentDiv img {
    display: none;
}
/*************************************************************************************************************************************
    START Menu
*************************************************************************************************************************************/
#menu-container {
  background:transparent;
  position:relative;
  min-height:35px;
  z-index:11;

}

#list-menu {
  display:block;
  visibility:hidden;
  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:25px;
  position:absolute;
  z-index:20;
  top: 10px;
  left:20px;
}

#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:4px;
  width:29px;
  margin-top: 4px;
  border-radius: 3px;
}

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

#list-menu li.parent {
    float:left;
    background:transparent;
}

#list-menu #lm-parent-4{
  margin-right: 105px;
}
#list-menu ul {
  list-style-type:none;
  padding:0;
  margin:0;
  border:0;
}

#list-menu a.top-menu-link {
  height:40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding:0px 9px;
  margin: 0px 8px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration:none;
}
#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: #a1d1f1;
}  
body.ticket #list-menu a.top-menu-link {
  padding: 0px 10px;
  font-size: 17px;
}
#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: 40px;
    left: 0px;
    padding: 0;
}

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

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

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

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

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

#list-menu li.template ul.subnav .standard {
    padding: 20px 3.5%;
    width: 55.6%;
    float: left;
}
#list-menu li.template ul.subnav .standard.standard-split {
    padding: 20px 3.5%;
    width: 55.6%;
    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
{
    display:none;
}
#list-menu .parent .image-text {
  position: absolute;
  top: 20px;
  right: 8.5%;
  width: 28%;
}

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


#list-menu .ad-menu {
    position: absolute;
    top: 20px;
    right: 8.5%;
    width: 28%;
    z-index: 100;
}

#list-menu .ad-menu a {
    padding: 0px;
    height: auto;
    line-height: auto;
}

#list-menu .template-3 .image-text, #list-menu .template-3 .ad-menu{
    
}
ul#menu-sport-group-1, #list-menu .template .box-mens {
    width:48%;
    float:left;
    position:static;
}

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

#list-menu li.template ul.subnav .menu-label {
    text-transform:uppercase;
    margin-bottom:2px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    color: #cdcaca;
    display: block;
    width: 100%;
    border-bottom: 1px solid #edebf0;
}
#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:#edebf0;
    width: 100%;
    background:transparent;
}

#list-menu li.template div.standard li.header{
    border: none;
}
#list-menu li.template div.standard li.header a{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #cdcaca;
  cursor: text;
}
#list-menu li.template div.standard li.header a:hover{
  color: #cdcaca;
}
#list-menu .standard-split {
  width:100%;
}

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

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

#list-menu .two-col-1 {
  float:left;
  width:45%;
  padding-top: 0px;
}

#list-menu .two-col-2 {
  float:left;
  width:45%;
  margin-left: 10%;
  padding-top: 0px;
}

#list-menu div.standard a {
  text-decoration:none;
  text-transform: capitalize;
  color:#ffffff;
  padding:0px;
  min-height:23px;
  line-height:23px;
  font-size: 12px;
  font-weight: bold;
}

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

#list-menu div.standard a.section{
  text-decoration:none;
  color: #ffffff;
  height:23px;
  line-height:23px;
  font-size: 12px;
  font-weight: normal;
  float: right;
  margin-right: 30px;
}
#list-menu div.standard a.section.custom{

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

#list-menu .facebook-placeholder{
  width: 19px;
  height: 19px;
  min-height: 18px;
  margin-top: 1px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
  line-height: 23px;
}
#list-menu .twitter-placeholder{
  width: 19px;
  height: 19px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  line-height: 23px;

}

#list-menu .with-sections a.twitter {
  background: url('/fls/31100/site_graphics/menu-twitter.png') center no-repeat transparent;
  width: 19px;
  height: 19px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  line-height: 23px;

}

#list-menu .with-sections a.facebook {
  background: url('/fls/31100/site_graphics/menu-facebook.png') center no-repeat transparent;
  width: 19px;
  height: 19px;
  min-height: 18px;
  margin-top: 1px;
  display: block;
  float: right;
  overflow: hidden;
  padding: 0;
  margin-left: 10px;
  line-height: 23px;

}

#list-menu .label-1{
  color: #ffffff;
  position:absolute;
  z-index:1;
  top:21px;
  left:63.5%;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  text-transform: uppercase;
  background: transparent;
  width: 25%;
  white-space: nowrap;
  z-index: 101;
  border-bottom: 1px solid #edebf0;
}

#list-menu .feature-1 {
  position:absolute;
  z-index:1;
  top: 44px;
  left: 63.5%;
  width: 25%;
  background: transparent;
  z-index: 101;
}
#list-menu .feature-1 .subnav li{
  line-height: 23px;
  min-height: 23px;
  width: 100%;
  border-bottom: 1px solid #edebf0;
}
#list-menu .feature-1 .subnav a{
  color: #ffffff;
  text-align: left;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  padding: 0px;
  line-height: 23px;
}

#list-menu .feature-1 .subnav a:hover{
  color: #a1d1f1; 
}
#list-menu .feature-2,
#list-menu .label-2{
  display: none;
}
#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: 201;
  background: #ffffff;
}
#SectionMenu .container{
  width: 100%;
  max-width: 750px;
  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{
  display: inline-block;
  color: #093254 !important;
  text-decoration: none;
  line-height: 48px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  margin: 0;
}
#sport-title a{
  color: #093254;
  text-decoration: none;
} 
#SectionMenu .menu_td{
  width: 100%;
}
ul#section-menu {
  width: 420px;
  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 6% 0px 0px;
  width:auto;
  height:36px;
  text-transform: uppercase;
}

* 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:#00325b !important;
  display:block;
  font-size:16px;
  font-weight: bold;
  text-decoration:none;
  text-align:left;
  line-height:36px;
}

#section-menu a:hover {
  color:#00325b !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:-9px;
  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 {
  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: #ffffff !important;
  width:180px;
  font-weight:normal;
}
#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;
}

.sprite-mag_glass{
    background: url("/fls/31100/site_graphics/mag_glass.png") no-repeat center;
    width: 17px;
    height: 17px;
}

.sprite-play{
    background: url("/fls/31100/site_graphics/play.png") no-repeat center;
    width: 60px;
    height: 62px;
}
.sprite-cusatv{
    background: url("/fls/31100/site_graphics/cusatv.png") no-repeat center;
    width: 107px;
    height: 18px;
    margin-left: 20px;
    float: right;
}

#archives-listing div.menu.top label {
  display: none;
}