/* Public header transparency and true transparent branding. */
.site-header {
  background: rgba(255, 255, 255, .58);
  -webkit-backdrop-filter: blur(6px) saturate(1.08);
  backdrop-filter: blur(6px) saturate(1.08);
}

.brand-block img,
.footer-brand img {
  background: transparent !important;
}

.brand-block img {
  filter: drop-shadow(0 2px 4px rgba(0, 44, 117, .14));
}

@media (max-width: 1100px) {
  .site-header {
    background: rgba(255, 255, 255, .68);
  }
}
