/**
 * This file is for tabs styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-tabs {
  margin-top: 72px;
  padding-top: 22px;
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
}

.c-tabs__wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
.c-tabs__wrap:after {
  clear: both;
}
.c-tabs__wrap > * {
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 1px;
  width: 50%;
}

.c-tabs__link {
  font-size: 0.8888888889rem;
  line-height: 1.2222222222rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
  position: relative;
}
@media (min-width: 57.5em) {
  .c-tabs__link {
    font-size: 1.1111111111rem;
    line-height: 1.3888888889rem;
  }
}
.c-tabs__link:active:after,
.c-tabs__link:focus:after,
.c-tabs__link:hover:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  background-color: #518325;
  left: 0;
  bottom: -24px;
}
.c-tabs__link--current:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  background-color: #518325;
  left: 0;
  bottom: -24px;
}

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