/* Mobile Nav */
.navbar-mobile {
  margin-bottom: 0;
}

.navbar-mobile .navbar-header {
  align-items: center;
}

.navbar-mobile .region-navigation {
  display: flex;
  align-items: center;
}

/* Branding */
.navbar-mobile .logo {
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
}

.navbar-mobile .logo img {
  width: 14px;
}

/* Extension Name */
.navbar-mobile .extension-name {
  font-size: 1.4rem;
  margin-right: 10px;
}

.navbar-mobile .block-ui-health-logo {
  width: 54px;
}

/* Notification Widget */
.navbar-mobile .block-notifications-widget .glyphicon {
  font-size: 32px;
}

/* Mobile Nav Menu Toggle */
.navbar-mobile .navbar-toggle {
  margin-right: 15px;
}

.navbar-mobile .navbar-toggle .icon-bar {
  height: 3px;
  width: 24px;
}

.navbar-mobile .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

.navbar-mobile .navbar-toggle .glyphicon {
  font-size: 32px;
}
