.Container {
  padding: 1.5em 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  height: 9em;
  background-color: #f0f8ff;
  font-size: 1em;
}

.Bar {
  display: flex;
  flex-grow: 1;
  margin: 0 2em;
}

.BarItem {
  display: flex;
  align-items: center;
}

.BarItem + .BarItem {
  margin-left: 1.5em;
}

.BarItemStretch {
  flex-grow: 1;
}

.Logo {
  color: #003366;
}

.Header {
  font-size: 1.25em;
  font-weight: 500;
  color: #003366;
  margin: 0;
}

.BarItemAccount {
  color: #003366;
  white-space: nowrap;
}

.AccountIcon {
  margin: -0.2em 0.5em 0 0;
}

.User {
  /*to align with button text*/
  margin-top: 0.1em;
}

.BarItemLinks {
  color: #003366;
}

.BarItemLinks a {
  color: #006ad2;
  margin-right: 1.5em;
  margin-left: 1.5em;
  position: relative;
}

.BarItemLinks a::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #003366;
  position: absolute;
  top: 0.25em;
  right: -1.5em;
}
