:root {
  --companyDarkBlue: #1C355E;
  --companyLightBlue: #2ED9C3;
  --offWhite: #FAFAFA;
  --highlightedOffWhite: #EAEAEA;
  --textInputHighlight: #ACDFEA;
}

body {
  margin: 0;
}

.header {
  background-color: var(--companyDarkBlue);
  padding: 10px 10px 20px 10px;
  min-height: 71px;
}

.header .signout-text {
  color: white;
}
.header .signout-text a {
  color: white;
}

.header .navbarTitle {
  color: white;
  float: left;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  font-family: avenir;
  transform: translate(0, -16px);
  margin-left: 20px;
}
.header .navbarTitle object {
  pointer-events: none;
}
.header .navbarTitle .logo {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin-right: 15px;
  cursor: pointer;
}
.header .navbarTitle h2 {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}