#top-header {
  border-top: 5px solid #325ad3;
}
.navigation-bar .navigation-button .badge:after {
  background: #325ad3;
}
.navigation-bar .alertIndicator {
  background: #325ad3;
}
.nav-item-container .nav-item-dropdown {
  top: 38px;
}
.nav-item-container .nav-item-dropdown .nav-item-child {
  padding-left: 15px;
  padding-right: 15px;
}
.navigation-bar--small .navigation-button:focus {
  color: #325ad3;
}
.navigation-bar--small .navigation-button.badge {
  color: #325ad3;
}
.navigation-bar--small .navigation-button.alerts .alertIndicator {
  background: #325ad3;
}
.navigation-bar--small .profile-container .nav-item-header {
  border-top: none;
  background: transparent !important;
}
.nav-item-header .badge {
  background: #325ad3;
}
.nav-item-header .alertCountBubble {
  background: #325ad3 !important;
  line-height: 28px;
  font-size: 12px;
}
.nav-sub-item {
  background: transparent !important;
}
.nav-sub-item.active {
  color: #325ad3;
}
.profile-dropdown-container:before {
  content: "";
  position: absolute;
  background-color: #e6e9ec;
  width: 1px;
  height: 20px;
  left: -20px;
  margin-top: 7px;
}
.profile-dropdown-container .profile-dropdown-button:focus .shorthand-bubble {
  border-color: #325ad3;
}
.profile-dropdown-container .profile-dropdown-button:hover .shorthand-bubble {
  text-decoration: underline #325ad3;
}
.profile-dropdown-container .shorthand-bubble {
  border: 2px solid #7098f8;
  background: #325ad3;
}
.profile-dropdown-container .profile-dropdown {
  width: 315px;
  top: 42px;
}
.profile-dropdown-container .profile-dropdown .header-info {
  width: 100%;
}
.profile-dropdown-container .profile-dropdown .header-info .email {
  width: 188px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
