.topmenu .top-row {
  font-weight: 200;
  font-family: OpenSans;
  font-size: 18px;
  color: #060605;
  height: 50px;
}
.topmenu .top-row .contact-icons, .topmenu .top-row .social-media {
  line-height: 50px;
}
.topmenu .bottom-row .is-centered > .logo, .topmenu .bottom-row .menu-contents, .topmenu .bottom-row .search > * {
  height: 80px;
}
.topmenu .bottom-row {
  font-weight: 200;
  font-family: OpenSans;
  font-size: 18px;
  color: #ffffff;
}
nav.is-submenu, nav.is-submenu .title {
  font-weight: 200;
  font-family: OpenSans;
  font-size: 18px;
  color: #060605;
}
nav.is-submenu {
  background-color: #f7f7f7;
}
nav.is-submenu li {
  height: 50px;
}
.topmenu .logo a {
  line-height: 80px;
}
menu .menu-contents .floating-indicator {
  background: #ff3900;
}
html.darkmode nav.is-submenu {
  background-color: #181818;
}
html.darkmode .topmenu .top-row {
  color: #f9f9fa;
}
html.darkmode .topmenu.force-solid {
  background-color: #1c1c1c;
}
.controller.is-covered:not(.covered-large) .controller[data-template="mixed-overview"] > :first-child > .dropdown-button {
  top: 80px;
}
