/* Navigation overrides for high contrast theme */
.mobile-navigation-header {
  height: 50px;
  background: rgba( 255, 255, 255 ,  1 );
  background: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
}

.mobile-navigation-header-button, .mobile-navigation-header-button:active, .mobile-navigation-header-button:hover, .mobile-navigation-header-button:focus {
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: initial;
  border-radius: 0;
  flex-grow: 0;
  height: 50px;
  padding-top: 1px;
  width: 50px;
  text-align: center;
}

.mobile-navigation-header-button .bowtie-menu {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  font-size: 28px;
  line-height: 28px;
}

.mobile-navigation-header-title {
  flex: 1 0 0;
  line-height: 50px;
  height: 50px;
}

.mobile-navigation-header-title a, .mobile-navigation-header-title a:visited, .mobile-navigation-header-title a:active, .mobile-navigation-header-title a:focus, .mobile-navigation-header-title a:hover {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9));
  text-decoration: none;
}
