.header {
  z-index: 999;
  background: #044a75;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.75);
  contain: layout style;
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  min-height: 3.5rem;
}
.topnav__control {
  align-items: center;
  background: #044a75;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  font: inherit;
  height: auto;
  letter-spacing: 0.03125em;
  margin: 0;
  max-width: 100%;
  padding: 1rem;
  text-decoration: none;
  transition: 0.1s ease;
}
.topnav__control:not(.trigger_hidden).collapsible__trigger::after {
  border: 0.25rem solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  content: '';
  margin-left: 0.5em;
}
.topnav__control:not(.trigger_hidden).collapsible__trigger.collapsible__trigger_toggled::after {
  transform: rotate(-180deg);
}
.topnav__control:focus {
  outline: 0;
}
.topnav__control,
.topnav__control:hover,
.topnav__control:focus {
  color: inherit;
  text-decoration: none;
}
.topnav__label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.topnav__notification_active {
  position: relative;
}
.topnav__notification_active::after {
  background: #ff4949;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.4em;
  right: 0;
  position: absolute;
  top: 0.2em;
  width: 0.4em;
}
.topnav__control_active,
.topnav__control.collapsible__trigger_toggled {
  color: #ffffff;
}
.topnav__control:hover:not(.topnav__control_locked),
.topnav__control_active:hover:not(.topnav__control_locked),
.topnav__control.collapsible__trigger_toggled:hover:not(.topnav__control_locked),
.topnav__control:focus:not(.topnav__control_locked),
.topnav__control_active:focus:not(.topnav__control_locked),
.topnav__control.collapsible__trigger_toggled:focus:not(.topnav__control_locked) {
  color: #ffffff;
}
.header__organization {
  float: left;
  font-size: 2rem;
  color: #ffffff;
  padding: 0.75rem;
}
.topnav__icon {
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
}
.topnav_primary,
.topnav_secondary {
  display: inline-flex;
  max-width: 100%;
  vertical-align: bottom;
}
.topnav_primary {
  overflow-x: auto;
  background-color: #044a75;
}
.topnav_primary .topnav__control {
  flex-shrink: 0;
}
.topnav_primary .topnav__control_active {
  font-weight: 600;
}
.topnav_primary .topnav__icon {
  height: 1.35em;
  vertical-align: -0.3em;
  width: 1.35em;
}
.topnav_secondary {
  float: right;
  position: relative;
}
.topnav_secondary .collapsible {
  position: relative;
}
.topnav_secondary .collapsible .menu {
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: #1f2d3d;
  min-width: unset;
  right: 0.5rem;
  top: 3rem;
}
.topnav__control_locked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224 412c-15.5 0-28-12.5-28-28v-64c0-15.5 12.5-28 28-28s28 12.5 28 28v64c0 15.5-12.5 28-28 28zm224-172v224c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V240c0-26.5 21.5-48 48-48h32v-48C80 64.5 144.8-.2 224.4 0 304 .2 368 65.8 368 145.4V192h32c26.5 0 48 21.5 48 48zm-320-48h192v-48c0-52.9-43.1-96-96-96s-96 43.1-96 96v48zm272 48H48v224h352V240z' fill='%23c0d1dc'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1em;
  cursor: not-allowed;
  opacity: 0.5;
  padding-right: 2.5rem;
}
.responsive__menu_trigger {
  display: none;
}
.topnav_primary {
  display: inline-flex;
}
.responsive__menu .topnav_primary {
  display: none;
  position: absolute;
  left: 56px;
  z-index: 99999;
}
.responsive__menu .responsive__menu_trigger {
  display: block;
  position: relative;
  padding: 1rem 1rem 0.5rem;
}
.responsive__menu .responsive__menu_trigger svg {
  height: 1.55rem;
}
.collapsible .toggletip:hover .toggletip__content,
.topnav_primary .toggletip:hover .toggletip__content {
  clip: auto;
  clip-path: none;
  pointer-events: auto;
  z-index: 1;
}
.topnav__toggletip {
  text-align: center;
  contain: none;
}
.topnav__toggletip .toggletip__content {
  text-align: left;
  left: unset;
  position: fixed;
  color: #3c4858;
  top: unset;
}
body.mobile__menu_in .topnav_primary {
  display: block;
}
.mobile__menu_in .mobileMenuOpen {
  display: block;
}
.mobile__menu_in .mobileMenuHide {
  display: none !important;
}
.menu__content .report {
  margin-bottom: 1rem;
  min-width: 15rem;
}
.menu__content .report p {
  font-size: 0.87055056rem;
  line-height: 1rem;
  color: #687484;
  margin: 0.25rem 0 0;
}
#notify + .menu ul {
  position: relative;
  max-height: 400px;
  padding-bottom: 0;
  overflow: auto;
}
#notify + .menu ul li small.line-br {
  display: block;
}
#notify + .menu .view_more_cta {
  padding: 0 1rem 0.5rem;
}
#notify + .menu .notification_loader {
  width: 15rem;
  display: flex;
  justify-content: center;
}
#notify + .menu .notification_loader svg {
  height: 1.5rem;
  fill: #0092ff;
}

