:root {
  --daily-header-bkg-color: #b52d3f;
  --daily-header-text-color: #ffffff;
  --ongoing-header-bkg-color: #000000;
  --ongoing-header-text-color: #ffffff;
  --brand-button-bkg-color: #b52d3f;
  --brand-button-text-color: #ffffff;
}

.pub-logo-large svg .logo-path-a,
.pub-logo-small svg .logo-path-a,
.pub-logo-mobile-nav svg .logo-path-a {
  fill: #b52d3f;
}

.pub-logo-large svg .logo-path-b,
.pub-logo-small svg .logo-path-b,
.pub-logo-mobile-nav svg .logo-path-b {
  fill: #fefefe;
}

.title-bar .title-bar-title .pub-logo-mobile-nav svg .logo-path-b {
  fill: #fefefe;
}

.title-bar .title-bar-title .pub-logo-mobile-nav svg .logo-path-a {
  fill: #0a0a0a;
}

.king-county__horiz-nav a {
  color: #2b2f31;
  font-weight: 700;
  font-size: 15px;
}

.king-county__horiz-nav {
  display: block;
}

.top-bar-container .affinity-menu ul li a {
  font-weight: 700;
}

.off-canvas-wrapper {
  overflow: visible;
}

#masthead {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  border-bottom: solid 1px #e6e6e6;
}

.top-bar__row {
  display: block;
  margin: 0;
  width: 100%;
  position: relative;
}

.top-bar-container {
  width: 100%;
  max-width: 100%;
  position: relative;
}

#masthead .is-dropdown-submenu {
  position: absolute;
}

.navbar-header {
  height: 44px;
}

.row {
  max-width: none;
}

@media print,
screen and (min-width: 40em) {
  .top-bar-container {
    min-height: 74px;
  }
}
