#scoreboard{
    background: #fff;
    border-bottom: 2px solid rgba(0,0,0,.25);
    box-shadow: 1px 1px 2px rgba(0,0,0,.25);
  }
#scoreboard-wrapper {
  background: #fff;
  border-radius:5px;  
  margin: 0 auto;
  width: 1170px;
  z-index: 5;
  height: auto;
  top:-2px;
  z-index: 5;
}
.score-wrapper {
  float: left;
  margin-bottom: 0;
  position: relative;
  height: 65px;
  width: 960px;
}
.old .score-wrapper{
background: #292929; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzUzNTM1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzNhM2EzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjMyMzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #292929 0%, #414141 25%, #535353 50%, #3a3a3a 75%, #323232 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#292929), color-stop(25%,#414141), color-stop(50%,#535353), color-stop(75%,#3a3a3a), color-stop(100%,#323232)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #292929 0%,#414141 25%,#535353 50%,#3a3a3a 75%,#323232 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #292929 0%,#414141 25%,#535353 50%,#3a3a3a 75%,#323232 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #292929 0%,#414141 25%,#535353 50%,#3a3a3a 75%,#323232 100%); /* IE10+ */

background: linear-gradient(to right,  #292929 0%,#414141 25%,#535353 50%,#3a3a3a 75%,#323232 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292929', endColorstr='#323232',GradientType=1 ); /* IE6-8 */
}

#scoreboard-wrapper .close-scoreboard{
  float: right
}
#scoreboard-wrapper .close-scoreboard{
  margin-right:8px;
  margin-top:10px;
  cursor:pointer;
  opacity:0.75;
  position:relative;
  z-index:10; 
}
#scoreboard-wrapper .close-scoreboard:hover{
  opacity:1;
}
ul.score-nav {
  position: relative;
  float:left;
  margin:0;
}
#mobile-sport-selector {
  text-shadow:1px 1px 0 rgba(0,0,0, 0.85);
}
ul.score-nav li, #mobile-sport-selector {
  border-radius: 15px;
  display: inline;
  float: left;
  font-weight:500;
  text-transform:uppercase;
  font-size:11px;
  margin-right: 10px;
  padding: 2px 5px 0;
  position: relative;
  letter-spacing:0.01em;
   border: 1px solid transparent;
  }

ul.score-nav li.active{
  background-color:#00acd1;
}
ul.score-nav li:hover {
  background: #555;
  }
ul.score-nav li.active:hover{
  background-color:#00acd1;
}
ul.score-nav li.active,
ul.score-nav li:hover,
 #mobile-sport-selector {
  -moz-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow:0px 2px 3px 0px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4) inset; 
}
ul.score-nav li a:focus{
  text-decoration:none; 
}
#scoreboard-region .dropdown-toggle{
  border: 1px solid #ddd;
  background: #e5e5e5;
  display: inline-block;
  padding: 3px 10px 3px 5px;
  border-radius: 3px;
}
#region-selector-area{
  z-index:2;
  float: right;
  width: 150px;
  padding: 5px 0;
}
@media(min-width: 980px){
  #region-selector-area{height: 53px;padding: 5px;}
}
#scoreboard-region{
  z-index:2;
  text-align: right;
}
#scoreboard-region a.link-display{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
  text-shadow: 1px 2px 0 #000000;
}
#scoreboard-region a.dropdown{
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#scoreboard .dropdown-menu{
  margin: 0 0 0 -6px;
}

#scoreboard .dropdown-menu > li > a{
  font-size: 14px;
  text-align: left;
}
#scoreboard-region a.dropdown.mobile{
  display:none; 
}
#scoreboard-region ul.dropdown-menu li a span{
  position:relative;
  left:2px;
  top:-1px; 
}
#scoreboard-region ul.dropdown-menu li a span.region{
  position:static;  
}
#scoreboard-region a.dropdown:hover,
#scoreboard-region a.dropdown:focus{
  text-decoration:none; 
}
#scoreboard-region ul.dropdown-menu li a:hover{
  color:#999;
  text-decoration:none;
}
#scoreboard-region ul.dropdown-menu > li > a:hover, .sports-selector .dropdown-menu > li > a:hover{
  color: #fff;
  background: #00acd1;
  text-decoration: none;
}
ul.score-nav li a {
  color: #fff;
  text-shadow: 1px 2px 0 #000000;
}
ul.score-nav li.active a {
    text-shadow: 1px 1px 0 #000000;
}

ul.score-nav li a:hover, #mobile-sport-selector > a{
  text-decoration: none;
}
ul.score-nav li.active a:hover {
  cursor:default;
}
#scoreboard-region ul.dropdown-menu li a.msgv-red.nexa{
  text-transform:uppercase;
}
ul.score-list {
  display: inline;
  float: left;
  position: relative;
  width: 1110px;
  background-color: #fff;
  }

ul.score-list li {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;

  display: inline;
  float: left;
  margin-right: 3px;
  position: relative;
  width: 221px;
  height: 60px;
  
    border-left: 1px solid #c0bfbf;
    border-right: 1px solid #ffffff;
  
  }
ul.score-list li span.stripe{
  background-color: #00acd1;
    display: none;
    min-height: 4px;
    width: 99.8%;
  margin-left: -1px;
}
ul.score-list li div.sport {
  float:left;
  margin: 3px 0 4px;
  padding: 0 0 0 5px;
  background-color: #464646;
  height:16px;
  line-height: 17px;
}
ul.score-list li div.sport span{
  font-size:11px;
  color:#ffffff;
  font-weight:bold;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.55);
    white-space: nowrap;
  display:block;  
  text-transform:uppercase;
}
ul.score-list li div.sport span.msgv-ribbon:after {
  border:8px solid transparent;
  border-left-color:#464646;
  border-top-color:#464646;
  border-bottom-color:#464646;
  border-left-width:2px;
  right:-9px;
}
ul.score-list li .final{
  float:right;
  color: #252525;
  display: block;
  font-size:11px;
  text-transform:uppercase;
  text-shadow: 1px 1px 0 #ffffff;
  font-weight:bold;
  margin-right:10px;  
}
ul.score-list li div.score-teams {
  clear:both;
  color: #252525;
  font-size: 11px;
  line-height:12px;
  margin-left: 8px;
  float:left;
  text-shadow: 0 1px 0 #ffffff;
  letter-spacing: 0.03em;
  font-weight:500;
}
ul.score-list li div span.winner{
  color:black;  
  font-weight:bold;
}
ul.score-list li div.score-right {
  color: #464646;
  float: right;
  text-align: right;
  width: 20px;
  font-size: 11px;
  line-height:12px;
  margin-right:20px;
}
#mobile-sport-selector{
  display:none;
  background-color:#00acd1;
  color:white;
  /*text-shadow: 1px 2px 0 #000000; */
    padding-left: 7px;
    padding-right: 7px;
}
#mobile-sport-selector > a{
  color: #fff;
}
#mobile-sport-selector span.btn-icon{
  font-size:14px; 
  left:2px;
  top:1px;
}

/* Close Scoreboard*/
#scoreboard.closed{
   position: relative;
    top: -5px;
    height:30px;
  
}
#scoreboard.closed #scoreboard-wrapper{
  height:30px;
  
  overflow:hidden;
  -webkit-transition: height 0.5s ease;
    -moz-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
#scoreboard.closed #scoreboard-wrapper #scoreboard-region,
#scoreboard.closed #scoreboard-wrapper .score-wrapper,
#scoreboard.closed #scoreboard-wrapper .close-scoreboard,
#scoreboard.closed #scoreboard-mobile-menu div span.close,
#scoreboard.closed #scoreboard-mobile-menu div a.brand,
#scoreboard.closed #scoreboard-mobile-menu p{display:none;}

#scoreboard.closed #scoreboard-mobile-menu div h4{
  float: right;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-right: 12px;
    text-transform: uppercase;
}
#scoreboard.closed #scoreboard-mobile-menu div h4 a{color:white;}
#scoreboard.closed #scoreboard-mobile-menu div h4 a span{top:1px;}
#scoreboard.closed #scoreboard-mobile-menu div h4 a span .icon-caret-right{margin-right:1px;}
#scoreboard.closed #scoreboard-mobile-menu{
  display:block;
  height:auto;
  width:auto;
  background:none;
  position: static;
}

/************************************************
  Carousel
************************************************/

.es-carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
}
.es-carousel .top-line{
  border-bottom: 1px solid #555555;
    border-top: 1px solid #222222;
    display: none;
    margin-bottom: 1px;
    max-height: 1px;
    width: 100%;
}
.es-nav span {
  position: absolute;
  top: -1px;
  text-indent: -9000px;
  }

.es-nav span.es-nav-next {
  background: transparent url(/img/varsity5/scoreboard/scoreboard-btns.png) -27px 0;
  width: 26px;
  height: 64px;
  cursor: pointer;
  }

.es-nav span.es-nav-prev {
  background: transparent url(/img/varsity5/scoreboard/scoreboard-btns.png) 0 0;
  width: 26px;
  height: 64px;
  cursor: pointer;
}
  
.es-nav .next-pos{
  right: 0;
}
@media(min-width: 960px){
  .es-nav .next-pos{
    right: -2px;
  }
}
.es-nav .prev-pos{
  left: 0;
}
@media(min-width: 960px){
  .es-nav .prev-pos{
    left: 111px;
  }
}
.es-nav span.es-nav-next:hover {
  background: transparent url(/img/varsity5/scoreboard/scoreboard-btns.png) -27px -65px;
  }

.es-nav span.es-nav-prev:hover {
  background: transparent url(/img/varsity5/scoreboard/scoreboard-btns.png) 0 -65px;
  }


.tabber-container {
  float: left;
  position: relative;
  }
  
#scoreboard-mobile-menu{
   background: white;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1;
  display:none;
}


/*scoreboard*/
@media(min-width: 768px){
  #scoreboard-nav{
    border-top: 4px solid #ddd;
    border-bottom: 2px solid #ccc;
    background: #fff;
  }
}

.list-unstyled{
  margin: 0;
  padding: 0;
}
.list-unstyled li{
  list-style: none;
}

#dd-sports-list{
  margin: 0;
  padding: 0;
}

#dd-sports-list li{
  list-style: none;
}

#dd-sports-list > li > a{
  color: #000;
  display: block;
  text-decoration: none;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 2px 0 #fff;
}

#dd-sports-list .dropdown-menu > li > a:hover{
  color: #999;
}

#dd-sports-list .dropdown-menu > li.active > a{
  background: #00acd1;
  color: #fff;
}

.sports-selector, .region-selector{
  width: 49%;
  display: inline-block;
}

@media(min-width: 768px){

  .region-selector{
    display: none;
  }

  #dd-sports-list > li > a.btn.btn-default{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
    border-bottom: none;
  }

  #dd-sports-list > li > a{
    padding: 23px 5px 23px 5px;
  }

  .sports-selector{
    width: 100%;
    display: block;
  }
  .sports-toggle{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background: #efeeee;
    text-shadow: 1px 0 0 #fff;
    text-transform: uppercase;
  }
}

.sports-toggle .caret{
  border-top: 4px solid #000;
}

.nav-btn{
  font-size: 30px;
  font-weight: bold;
  text-shadow: 1px 0 0 #fff;
  display: inline-block;
  padding: 15px 5px 20px 5px;
  width: 15px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.nav-btn.right{
  border-right: 2px solid #ddd;
}

.nav-btn:hover{
  color: #0690ae;
}

#scoreboard_tab_container:before{
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: relative;
  background: #00acd1;
}

#scoreboard_tab_container{
  min-height: 60px;
  vertical-align: top;
  display: inline-block;
  width: 221px;
  overflow: hidden;
}
@media(min-width: 481px) {
  #scoreboard_tab_container{
    width: 443px;
  }
}
@media(min-width: 768px) {
  #scoreboard_tab_container{
    width: 675px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 960px){
  #scoreboard_tab_container{width: 620px;padding-left: 136px;}
}
@media(min-width: 1200px){
  #scoreboard_tab_container{width:800px;}
}

.scoreboard-control-options{
  padding: 7px;
}

.scoreboard-control-options .btn-small{
  font-size: 11px;
}

.view-all-scores-link, .view-all-scores-link:visited{
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: .35s all ease;
  -webkit-transition: .35s all ease;
  transition: .35s all ease;
  text-align: right;
}

.view-all-scores-link:hover, .view-all-scores-link:visited:hover{
  color: #00acd1;
}

.no-margin-col{
  margin-left: 0;
  margin-right: 0;
}

.scoreboard-wrap{
  background: #fff;
  padding: 15px;
}

@media(min-width: 768px){
  .scoreboard-wrap{
    background: none;
    padding: 0;
  }
}

#scoreboard-region .dropdown-menu{
  margin-left: -12px;
}

#dd_sports_list_wrapper{
  display: inline-block;
  width: 100px;
  background: #e5e5e5;
  position: absolute;
  z-index: 1;
  top: -32px;
  left: 0;
  padding: 2px 5px;
  font-size: 13px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media(min-width: 960px){
  #dd_sports_list_wrapper{
    height: 61px;
    top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top:none;
    border-bottom: none;
  }
}

#dd_sports_list_wrapper .dropdown-toggle{
  color: #000;
  display: block;
  text-transform: uppercase;
  text-shadow: 1px 0 0 #fff;
  font-weight: bold;
  text-decoration: none;
}

@media(min-width: 960px){
  #dd_sports_list_wrapper .dropdown-toggle{line-height: 60px;}
}
