.content-active, .accordion-active {
  display: block;
}

h2.tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}

h2.tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
}

.tab-active {
  border: 1px solid #c1c1c1 !important;
  border-bottom: 0px #fff solid !important;
  border-top: 4px solid #005d48 !important;
  color: #000;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.tabs-container {
  background-color: #fff;
  clear: left;
  padding: 0px;
}

.tab-content {
  border: 1px solid #c1c1c1;
  border-top-color: #005d48;
  display: none;
  padding: 15px;
}

.tabs-list {
  color: #005d48;
}

.tabs-list li {
  cursor: pointer;
  display: inline-block;
  float: left;
  font-weight: 600;
  list-style: none;
  margin: 0 4px 0 0;
  padding: 13px 15px;
}

ul.tabs-list {
  margin: 0px;
  padding: 0px;
}

h2.accordion {
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  margin: 0px;
  padding: 10px 15px;
}

h2.tab-active {
  color: #005d48 !important;
}

.jfit {
  margin: 0px;
  width: 100%;
}

.tab-content-active {
  display: block;
}


@media only screen and (max-width: 768px) {
  .accordion-closed {
    display: none !important;
  }
  
  .arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
    float: right;
    height: 0;
    margin-top: 3px;
    width: 0;
  }
  
  h2.accordion {
    display: block;
  }
  
  h2.accordion:first-child {
    border-top: 1px solid #c1c1c1;
  }
  
  h2.tab-active span.arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
  }

  .resp-accordion h2.accordion {
    display: block;
  }

  .resp-accordion .tab-content {
    border: 1px solid #c1c1c1;
  }

  .resp-accordion .tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;
  }

  ul.tabs-list {
    display: none;
  }

  .vtabs .tabs-container {
    border: none;
    clear: none;
    float: none;
    min-height: 100px;
    width: 100%;
  }

  .vtabs .tab-content {
    border: 1px solid #C1C1C1;
  }

  .vtabs .tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

