@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;
  }
}
.the-content.has-sidebar {
  display: flex;
}
@media all and (max-width: 1199px) {
  .the-content.has-sidebar {
    display: block;
  }
}
.the-content.has-sidebar article.article-contents {
  flex: 1;
}
@media all and (min-width: 1200px) {
  .the-content.has-sidebar aside.main-sidebar {
    width: 33%;
    padding-left: 1em;
  }
}

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