.category-tabs {
  padding: 0;
  margin: 0 auto 24px 0;
  text-align: center;
  color: white;
}
.category-tabs .tab {
  display: inline-block;
  position: relative;
  background: #d7d7d7;
  margin: 0 -2px 1px 0;
  cursor: pointer;
  font-family: "prohibition";
  font-style: normal;
  font-weight: 400;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
.category-tabs .tab:hover {
  background: #ed1b2e;
  color: white;
}
.category-tabs .tab a {
  color: white !important;
  display: inline-block;
  padding: 10px 30px;
}
.category-tabs .tab a span {
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  display: inline-block;
}
.category-tabs .tab.active {
  background: #ed1b2e;
  color: white;
}
.category-tabs.hub {
  margin-top: 60px;
}
.category-container {
  min-height: 600px;
}
.subheadingtextgold {
  color: gold;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  margin: 14px 0 8px;
  font-family: "prohibition";
  font-style: normal;
}
.mobile-group-nav {
  width: 270px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  background: #d7d7d7;
  border: 1px solid #d7d7d7;
  font-family: "prohibition";
  font-style: normal;
  font-weight: 400;
  border-radius: 0;
  color: #ed1b2e;
}
.tab-content .btn-load-more {
  height: 40px;
  line-height: 42px;
  padding: 0 20px;
}
.tab-content .btn-wrapper {
  margin-bottom: 30px !important;
}
.tab-content.styled {
  margin-bottom: 10px;
}
.tab-content.styled .members-list .member-item:nth-child(5) {
  clear: none;
}
@media (max-width: 867px) {
  .category-tabs.mobile-hidden {
    display: none;
  }
  .mobile-group-nav-wrapper {
    position: relative;
    background: url(/images/fa-chevron-down.png) no-repeat right center #d7d7d7;
    background-size: 38px;
  }
  .mobile-group-nav-wrapper.styled {
    margin-top: 0px;
  }
  .mobile-group-nav-wrapper.hub {
    margin-top: 30px;
  }
  .mobile-group-nav-wrapper.close-top {
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .mobile-group-nav {
    -webkit-appearance: none;
    width: 94%;
    margin: 0 auto;
    padding: 0 10px;
    background: none;
    display: block !important;
  }
}
@media (max-width: 767px) {
  .members-list.styled .row.hide {
    display: block !important;
  }
  .tab-content.styled .members-list.cat-page .member-item {
    display: block;
    margin-top: 0;
  }
  .tab-content .btn-wrapper {
    margin-bottom: 0 !important;
  }
  .tab-content.hub {
    margin-bottom: -20px;
  }
  .mobile-group-nav-wrapper.close-top {
    margin-top: 10px;
  }
  .mobile-group-nav-wrapper.styled {
    margin-top: 10px;
  }
}
