ul.tabs {
  border: 1px solid;
  margin-bottom: 1rem;
  border-color: #e2e8f0;
}

ul.tabs li {
  border-bottom: 1px solid;
  border-color: #e2e8f0;
}

ul.tabs li:hover, ul.tabs li:focus {
  background-color: #edf2f7;
}

ul.tabs li:last-child {
  border-bottom-color: transparent;
}

ul.tabs li.is-active {
  background-color: #e2e8f0;
}

ul.tabs a {
  padding: .55rem 1rem;
  display: block;
  color: #4a5568;
}

ul.tabs li {
  background-color: #e2e8f0;
}

ul.tabs li.is-active {
  background-color: #f7941d;
}

ul.tabs li.is-active a {
  color: #fff;
}

@media (min-width: 640px) {
  ul.tabs {
    border-width: 1px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }

  ul.tabs li {
    float: left;
    border-color: transparent;
    margin-right: 0.25rem;
  }

  .path-categories ul.tabs a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .path-categories ul.tabs {
    border-bottom-color: #f7941d;
    margin-bottom: 0;
  }

  .path-categories ul.tabs li {
    width: calc(33.33% - 0.25rem);
    text-align: center;
    height: 60px;
  }

  .path-categories ul.tabs li:hover, .path-categories ul.tabs li:focus {
    background-color: #cbd5e0;
  }

  .path-categories ul.tabs li:last-child {
    width: 33.33%;
    margin-right: 0;
  }

  .path-categories ul.tabs li.is-active:hover, .path-categories ul.tabs li.is-active:focus {
    background-color: #f7941d;
  }
}

@media (min-width: 768px) {
  .path-categories ul.tabs li {
    height: 80px;
    display: flex;
    align-items: center;
  }

  .path-categories ul.tabs li a {
    width: 100%;
  }
}

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