@keyframes menuHover {
  from {
    background: transparent;
  }
  to {
    background: #000;
  }
}
@keyframes menuHoverHighlights {
  from {
    color: #000;
  }
  to {
    color: #ffcc00;
  }
}
@keyframes megaMenuHeader {
  from {
    color: #000;
  }
  to {
    color: #ffcc00;
  }
}
@keyframes menuHoverHighlightsBorder {
  from {
    border-color: transparent;
  }
  to {
    border-color: #ffcc00;
  }
}
@keyframes megamenuFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs-container .tabs-container-inner {
  background: #e3e3e3;
}
.tabs-container ul.tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: .5em 1.5em 0;
}
.tabs-container ul.tabs li {
  display: inline-block;
  margin-right: 0.3em;
  padding: 0;
  color: #333333;
  background: #e9e9e9;
}
.tabs-container ul.tabs li.is-active {
  background: #fcfcfc;
}
.tabs-container ul.tabs li a {
  display: block;
  padding: .5em 1em;
  color: #333333;
  text-decoration: none;
  transition-duration: 200ms;
}
.tabs-container ul.tabs li a:hover:not(.is-active), .tabs-container ul.tabs li a:active:not(.is-active) {
  background: #efefef;
}

/*# sourceMappingURL=tabs.css.map */
