/* Blair Compass v6 production-logo integration. */
.brand.brand-home {
  min-width: 220px;
  color: inherit;
  text-decoration: none;
}
.brand-logo,
.bc-brand-logo {
  display: block;
  width: 220px;
  max-width: 44vw;
  line-height: 0;
  flex: 0 0 auto;
}
.bc-brand-logo {
  max-width: 54vw;
}
.brand-logo img,
.bc-brand-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: transparent;
  border: 0;
}
#rwb-watermark {
  object-fit: contain;
  border: 0;
}
@media (max-width: 680px) {
  .brand.brand-home {
    min-width: 48px;
  }
  .brand-logo,
  .bc-brand-logo {
    width: 48px;
    max-width: none;
  }
  .brand-logo img,
  .bc-brand-logo img {
    width: 48px;
    height: 48px;
  }
  .container > .header > .brand:not(.brand-home) {
    min-width: 0;
    flex-wrap: wrap;
  }
  .container > .header > .brand:not(.brand-home) > .muted {
    flex: 0 0 100%;
  }
}
@media print {
  .brand-logo,
  .bc-brand-logo {
    width: 180px;
    max-width: none;
  }
  .brand-logo img,
  .bc-brand-logo img {
    width: 180px;
    height: auto;
  }
  #rwb-watermark {
    width: 72px !important;
    height: 72px !important;
    opacity: .12 !important;
  }
}
