.tabs {
  padding-top: 40px;
  border: 1px solid #eceff1;
  border-radius: 0.25rem;
  position: relative;
}

@media (min-width: 992px) {
  .tabs {
    padding-top: 0;
    border: none;
    border-radius: 0;
  }
}

ul.primary,
ul.secondary {
  margin: 0;
  padding: 0;
  list-style: none;
}

.btn-tabs-toggler {
  background-color: #eceff1;
  display: block;
  width: 20%;
  height: 40px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 992px) {
  .btn-tabs-toggler {
    display: none;
  }
}

.tabs ul.primary {
  background-color: #eceff1;
  display: block;
  margin-top: -1px;
  border: 0;
  border-radius: 0.25rem;
  position: static;
  max-height: 0;
  overflow: hidden;
}

.tabs ul.primary.active {
  max-height: 999rem;
}

@media (min-width: 992px) {
  .tabs ul.primary {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    -ms-flex-align: baseline;
        align-items: baseline;
    padding: 0;
    border: none;
    border-bottom: 1px solid #cfd8dc;
    overflow: visible;
  }
}

.tabs ul.primary > li {
  display: block;
  margin: 0;
}

.tabs ul.primary > li.is-active {
  width: 80%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 992px) {
  .tabs ul.primary > li.is-active {
    width: auto;
    position: static;
  }
}

.tabs ul.primary > li a {
  display: block;
  background: transparent;
  height: 40px;
  padding: 0 1.5rem;
  border-top: 1px solid #FFF;
  color: #90a4ae;
  line-height: 40px;
  text-decoration: none;
  text-align: left;
  transition: all .2s ease-in-out;
}

@media (min-width: 992px) {
  .tabs ul.primary > li a {
    height: auto;
    line-height: 1rem;
    margin-bottom: -1px;
    padding: .5rem 1.5rem;
    border: none;
    border-bottom: 1px solid transparent;
    text-align: center;
  }
}

.tabs ul.primary > li a:hover {
  color: #263238;
  border-bottom-color: #78909c;
}

.tabs ul.primary > li.is-active a {
  color: #000;
  font-weight: bold;
  border-top: none;
}

@media (min-width: 992px) {
  .tabs ul.primary > li.is-active a {
    border-bottom-color: #263238;
  }
}

/*# sourceMappingURL=sourcemaps/drupal-tabs.css.map */
