.faq.accordion input:checked + label {
  padding: 24px 24px 24px 0;
}

.c16-tab-border {
  border-color: #cccccc;
}

.c16-faq-border {
  border-color: #e5e5e5;
}

.c16-tab.active {
  border-color: #8ad74a;
}

.c16-desktop-category {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: 2px solid #c8c8c8;
  padding: 1rem 1rem 0.75rem 1rem;
  background-color: #f9f9f9;
}

.c16-desktop-category:first-child {
  border-left: 0;
}

.c16-desktop-category:last-child {
  border-right: 0;
}

.c16-desktop-category.active {
  background-color: transparent;
  border-bottom: 2px solid #8ad74a;
}

.c16-desktop-category input {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}

.c16-tab.active > p,
.c16-desktop-category.active {
  color: #0071ba;
}

.c16-category-arrow {
  display: none;
}

.c16-desktop-category.active .c16-category-arrow {
  display: none;
}

.c16-desktop-category::before {
  display: none;
  content: '';
  width: 0;
  height: 4px;
  background-color: #8ad74a;
  margin-bottom: .5rem;
  margin-right: 0;
  transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
}

.c16-tab-container {
  width: calc(100% + 36px);
  margin-left: -18px;
  margin-right: -18px;
}

@media (min-width: 1026px) {
  .c16-tab-container {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c16-desktop-category {
    display: block;
    position: relative;
    width: auto;
    text-align: left;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 3.5rem 0 0 0;
    background-color: transparent;
  }

  .c16-desktop-category.active {
    border-bottom: none;
  }

  .c16-category-arrow {
    display: inline-block;
  }

  .c16-desktop-category::before {
    display: inline-block;
  }

  .c16-desktop-category:hover::before {
    background-color: #cccccc;
    width: .5rem;
    transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
    margin-right: 1rem;
  }

  .c16-desktop-category.active::before {
    width: 10rem;
    margin-right: 18px;
    background-color: #8ad74a;
    transition: 0.2s ease-in-out all;
    -moz-transition: 0.2s ease-in-out all;
    -webkit-transition: 0.2s ease-in-out all;
  }
}

@media (max-width: 1025px) {
  .container.c16-mobile-tab-container .row .col-12,
  .container.c16-mobile-tab-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container.c16-mobile-tab-container .row {
    margin-left: 0;
    margin-right: 0;
  }
}

