.nav-tabs .p-nav__btn {
  position: relative;
  display: table-cell;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (max-width: 639px) {
  .nav-tabs .p-nav__btn {
    font-size: 12px;
  }
}
@media only screen and (max-width: 639px) {
  .nav-tabs .p-nav__btn {
    font-size: 10px;
    line-height: 1.25;
  }
}
.nav-tabs .p-nav__btn--nav {
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 639px) {
  .nav-tabs .p-nav__btn--nav {
    border-radius: 0;
  }
}
.nav-tabs .p-nav__btn--is-active--light-green {
  background: linear-gradient(to bottom, #8bc34a 0%, #7cb342 100%);
}
.nav-tabs .p-nav__btn--is-active--light-green:hover {
  background: linear-gradient(to bottom, #aed581 0%, #7cb342 100%);
}
.nav-tabs .p-nav__btn--is-active--amber {
  background: linear-gradient(to bottom, #ffc107 0%, #ffb300 100%);
}
.nav-tabs .p-nav__btn--is-active--amber:hover {
  background: linear-gradient(to bottom, #ffd54f 0%, #ffb300 100%);
}
.nav-tabs .p-nav__btn--is-inactive--light-green {
  background: linear-gradient(to bottom, #8bc34a 0%, #7cb342 100%);
}
.nav-tabs .p-nav__btn--is-inactive--amber {
  background: linear-gradient(to bottom, #ffc107 0%, #ffb300 100%);
}
.nav-tabs .p-nav__btn--is-active--blue {
  background: linear-gradient(to bottom, #78a2ef 0%, #78a2ef 100%);
}
.nav-tabs .p-nav__btn--is-active--blue:hover {
  background: linear-gradient(to bottom, #83a9ef 0%, #83a9ef 100%);
}
.nav-tabs .p-nav__btn--is-inactive--blue {
  background: linear-gradient(to bottom, #78a2ef 0%, #78a2ef 100%);
}
.nav-tabs .p-nav__btn:hover {
  opacity: 1;
}
.nav-tabs .p-nav__btn img:hover {
  opacity: 1;
}
.nav-tabs .p-nav__btn:hover, .nav-tabs .p-nav__btn:active, .nav-tabs .p-nav__btn:link, .nav-tabs .p-nav__btn:visited {
  color: #212121;
  text-decoration: none;
}
.nav-tabs .p-nav__btn--nav {
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 639px) {
  .nav-tabs .p-nav__btn--nav {
    border-radius: 0;
  }
}
.nav-tabs .p-nav::after {
  display: block;
  width: 100%;
  height: 5px;
  content: "";
}
.nav-tabs .p-nav--light-green::after {
  background-color: #7cb342;
}
.nav-tabs .p-nav--amber::after {
  background-color: #ffb301;
}
.nav-tabs .p-nav--blue::after {
  background-color: #78a2ef;
}
.nav-tabs .p-nav > ul {
  display: flex;
  align-items: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  justify-content: space-between;
  padding-right: 2px;
  padding-left: 3px;
}
@media only screen and (max-width: 639px) {
  .nav-tabs .p-nav > ul {
    padding-right: 0;
    padding-left: 0;
  }
}
.nav-tabs .p-nav > ul li {
  flex: 1;
  margin-right: 1px;
  text-align: center;
}
@media only screen and (max-width: 639px) {
  .nav-tabs .p-nav > ul li {
    margin-right: 0;
    margin-left: 0;
  }
}
.nav-tabs .p-nav__btn-wrap {
  display: table;
  width: 100%;
}