/* Clean header treatment for the exact GroBroad wordmark. */
.nav-wrap {
  background: rgba(255, 255, 255, 0.96);
}

.brand-logo-crop {
  width: 190px;
  height: 38px;
  overflow: visible;
}

.brand-logo {
  position: static;
  width: 190px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 760px) {
  .brand-logo-crop {
    width: 160px;
    height: 31px;
  }

  .brand-logo {
    width: 160px;
  }
}

@media (max-width: 390px) {
  .brand-logo-crop,
  .brand-logo {
    width: 154px;
  }
}
