.pf-v5-c-masthead {
  --pf-v5-c-masthead--BackgroundColor: #045292;
  background-image: url(../img/bg-shapes.svg);
  background-size: cover;
}

.pf-v5-c-masthead .pf-v5-c-toolbar {
  --pf-v5-c-toolbar--BackgroundColor: transparent;
}

.pf-v5-c-page__sidebar {
  --pf-v5-c-page__sidebar--BackgroundColor: #0678be;
}

.pf-v5-c-page__sidebar .pf-v5-c-nav {
  --pf-v5-c-nav__link--m-current--BackgroundColor: #01142d20;
  --pf-v5-c-nav__link--hover--BackgroundColor: #045292;
  --pf-v5-c-nav__link--active--BackgroundColor: #01142d30;
  --pf-v5-c-nav__link--focus--BackgroundColor: #01142d40;
}

/* Skip showing sub (Drupal.org UID) on Personal info. */
div.pf-v5-c-form__group:nth-child(5) {
  display: none !important;
}
