.top-container {
  height: 27px;
  position: relative;
  z-index: 9;
}
.top-bar,
.top-bar a {
  /* padding-top: 3px;     */
  height: 27px;
  font-weight: 500;
  font-size: 11px;
  color: #000;
  line-height: 28px;
}

/** Special Alerts **/
#special-alerts-btn {
  text-decoration: none;
}

/** Social Links **/
.social-media-bar {
  /* margin-bottom: 15px; */
}
.social-media-icon {
  display: inline;
}
.social-media-icon.alternate {
  margin: 0 3px;
}
.social-media-icon img:hover {
  opacity: 0.8;
}

/** Explore Links **/
.explore-new-york-bar {
  display: inline;
}
.explore-new-york-bar ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;    
}
.explore-new-york-bar ul li {
  display: inline;
  padding-right: 10px;
  padding-left: 5px;
  border-right: 1px solid #292928;
  line-height: 21px;
}
.explore-new-york-bar ul li:first-of-type,
.explore-new-york-bar ul li:last-of-type {
  border-right: none;
}
.explore-new-york-bar ul li a {
  text-decoration: none;
  color: #292928;
}
.explore-new-york-bar ul li a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .nav-wrapper .navbar-bg{
    background: #554212;
  }
}