.tab {
  border-top: 0;
  padding-top: 0;
  width: 100%;
}
.tab .button {
  padding-top: 0;
  padding-bottom: 0;
}
.tab .button,
.tab .button:focus,
.tab .button:hover,
.tab .button.active {
  background-color: transparent;
  border-bottom: 2px solid transparent;
  color: #2B5F46;
}
.js .tab .button {
  display: block;
  width: 100%;
}
.js .tab .button:focus {
  -webkit-box-shadow: 0 0 0 1px #2B5F46 inset;
  -moz-box-shadow: 0 0 0 1px #2B5F46 inset;
  box-shadow: 0 0 0 1px #2B5F46 inset;
}
.js .tab .button:hover {
  text-decoration: underline;
}
.js .tab .button,
.js .tab .button:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.js .tab .button.active {
  border-bottom-color: #2B5F46;
  -webkit-box-shadow: 0 0 0 1px #2B5F46 inset;
  -moz-box-shadow: 0 0 0 1px #2B5F46 inset;
  box-shadow: 0 0 0 1px #2B5F46 inset;
}
.js .tab .button.active:hover {
  text-decoration: none;
}
.no-js .tab .button {
  padding-left: 0;
}
.js .tab {
  float: left;
  margin: 0;
}
@media screen and (min-width: 35em) {
  .js .tab {
    width: 50%;
  }
  .js .tab .button {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 60em) {
  .js .tab {
    width: auto;
  }
}
.tabsContainer::before,
.tabsContainer::after {
  content: "";
  display: table;
}
.tabsContainer::after {
  clear: both;
}
