
/*redeclare box-sizing*/
.sib-navbar, .sib-navbar *, .sib-navbar li, .sib-navbar a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sib-navbar {
  font-size: 14px;
  font-family: Lato, sans-serif;
  width: 100%;
  /*height: 100px;*/
  height: 35px;
  background-color: #1a477b;
  overflow: visible;
  position: relative;
  margin-bottom: 20px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

.sib-navbar li, .sib-navbar a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sib-navbar .league-pass-container {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.sib-navbar .league-pass-container .nba-store{
  background-color: #2a6cb6;
}

.sib-navbar .league-pass {
  background-color: #000 !important;
}

.sib-navbar .league-pass-container a {
  display: block;
  float: right;
  height: 33px;
  line-height: 30px;
  margin-top: 2px;
  margin-right: 2px;
  padding: 0 10px;
}

.sib-navbar .nba-store img {
  width: 70px;
}

.sib-navbar .itwnbastore a:hover {background: transparent !important;}    

.sib-navbar .league-pass img {
  width: 100px;
}

.sib-navbar .sib-navbar .caret {
  border-top-color: #fff !important;
  border-bottom-color: #fff !important;
}

.sib-navbar .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.sib-navbar b, .sib-navbar strong {
  font-weight: 700;
}

.sib-navbar .league-pass-container .nba-store img {
  position: relative;
  bottom: 1px;
  width: 70px;
  height: auto;
}

.sib-navbar .mobile-nav-drop {
  display: none;
}


.sib-navbar a, .sib-navbar a:visited, .sib-navbar a:visited:hover {
color: #356da0;
text-decoration: none;
}

.sib-navbar a:hover {
  background-color: #2a6cb6;
  text-decoration: none;
  border-bottom: 0;
  color: #FFF !important;
}

.sib-navbar .nba-logo {
  position: absolute;
  left: -5px;
  top: 5px;
  height: 90px;
  width: auto;
}

.sib-navbar img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.sib-navbar .title {
  font-family: Oswald, sans-serif;
  font-size: 2em;
  color: #FFF;
  text-transform: uppercase;
  position: absolute;
  left: 80px;
  top: 10px;
}

.sib-navbar .nav-buttons.desktop {
  display: block;
  height: 35px;
}

.sib-navbar .nav-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 101;
  margin: 0;
  padding: 0;
}

.sib-navbar .nav-buttons .sib-button {
  display: block;
  float: right;
  height: 35px;
  line-height: 35px;
  background-color: #165899;
  color: #FFF;
  font-size: .9em;
  position: relative;
  z-index: 102;
}

.sib-navbar .nav-buttons .sib-button a {
  display: block;
  color: #FFF;
  width: 100%;
  height: 35px;
  z-index: 103;
  padding: 0 17px;
}

.sib-navbar .nav-buttons .sib-button .drop {
  display: none;
  min-width: 180px;
  background-color: #165899;
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 1000;
  padding-bottom: 2px;
}

.sib-navbar .nav-buttons .sib-button .drop a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #2a6cb6;
  border-top: 2px solid #165899;
  border-left: 2px solid #165899;
  border-right: 2px solid #165899;
  padding-left: 5px;
}

.sib-navbar .nav-buttons .sib-button .drop a:hover {
  background-color: #347dd0;
  border-bottom: 0;
}

.sib-navbar .nav-buttons .sib-button a {
  padding: 0 17px;
}


.sib-navbar .caret{ border-top-color: #fff!important; border-bottom-color: #fff!important; } 
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}



