/* Release 0.4.1 — header consistency patch */
.ed-global-header nav a.ed-nav-active,
.ed-global-header .ed-nav a.ed-nav-active {
  color: #9a6b00 !important;
  position: relative;
}
.ed-global-header nav a.ed-nav-active::after,
.ed-global-header .ed-nav a.ed-nav-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  height: 2px;
  background: #d49a21;
}
@media (max-width: 940px) {
  .ed-global-header .ed-mobile-nav a.ed-nav-active::after {
    display: none;
  }
  .ed-global-header .ed-mobile-nav a.ed-nav-active {
    background: rgba(244,191,0,.12);
    color: #7b5700 !important;
  }
}
