.hui-TopBar, .hui-TopBar--fixed {
  background-color: white;
  border: 0px;
  border-bottom: 1px;
  border-style: solid;
  border-color: $green-dark;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 67px;
  z-index: 5;
}

.hui-TopBar--fixed {
  position: fixed;
}
