.resp-tabs-list li {
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
.resp-tabs-container {
  padding: 0;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 20px 30px;
}
.resp-tab-active {
  border: 1px solid #d6dfdf;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px !important;
  border-bottom: none;
  background-color: #fff;
}
.resp-tab-content,
h2.resp-accordion {
  border: 1px solid #d6dfdf;
}
.resp-accordion-active,
.resp-content-active {
  display: block;
}
h2.resp-accordion {
  font-size: 13px;
  border-top: 0 solid #d6dfdf;
  margin: 0;
  padding: 10px 15px;
}
h2.resp-tab-active {
  border-bottom: 0 solid #d6dfdf !important;
  margin-bottom: 0 !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #d6dfdf !important;
  background: #00f;
}
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 22%;
}
.resp-tabs-list li:hover,
.resp-vtabs .resp-tabs-list li {
  padding: 10px 15px !important;
  margin: -1px 0 0;
  cursor: pointer;
  color: #555353;
  border: 1px solid #d6dfdf;
  float: none;
  display: block;
}
.resp-vtabs .resp-tabs-list li {
  background: #fff;
}
.resp-tabs-list li:hover {
  background: #f5f5f5;
}
.resp-vtabs .resp-tabs-container {
  padding: 0;
  background-color: #fff;
  float: left;
  width: 77.7%;
  min-height: 300px;
  margin-top: -1px;
  clear: none;
  border: 1px solid #d6dfdf;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #d6dfdf;
  border-right: none;
  background-color: #a21711;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 9px 15px 10px 14px !important;
}
.resp-vtabs li.resp-tab-active:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #a21711;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #d6dfdf;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}
h2.resp-tab-active {
  background: #dbdbdb !important;
}
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #e8eaea;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #e8eaea !important;
}
.resp-jfit {
  width: 100%;
  margin: 0;
}
.resp-tab-content-active {
  display: block;
}
h2.resp-accordion:first-child {
  border-top: 1px solid #d6dfdf !important;
}
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #d6dfdf;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #d6dfdf !important;
  }
}
