
.header {
  height: 70px; /* If changed, also change max-height on .consortium--logo__image and min-height on .page-container in main.css */
  background-color: #5087c7;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.consortium--logo__container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 175px;
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.consortium--logo__image {
  border: #0c2040 2px solid;
  border-radius: 7px;
  max-height: 55px;
}

.header-title {
  font-family: ff-meta-web-pro, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: 2px;
  left: 205px;
  color: white;
  cursor: pointer;
  white-space: nowrap;
}

.header-title span {
  pointer-events: none;
}

.header-logo {
  height: 47.5px
}

.header-user-id {
  display: inline-block;
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
  font-size: 12px;
  color: white;
}

.header--contactinfo__container {
  position: absolute;
  left: 750px;
  bottom: .5rem;
}

.header--contactinfo__text {
  color: white;
  font-size: 12px;
}

.header--contactinfo__text a {
  color: #c9ddff;
  font-weight: bolder;
  text-decoration: none;
}

.header--contactinfo__text a:hover {
  color: #eeeeff;
}