
.pb-widget-tab ul.resp-tabs-list {
  margin:0; padding:0px;
}

.pb-widget-tab .resp-tabs-list li {
  font-weight: 600; font-size: 13px; display:inline-block; padding:10px 30px; margin: 0 -1px -1px 0; border:1px solid #ccc; 
  list-style: none; cursor:pointer; float:left;
}
.pb-widget-tab .resp-tabs-list li:hover {
  background:#f2f2f2;
}

.pb-widget-tab h3.pb_headline {
  margin:0 0 30px 0; font-size:160%;
}

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

.pb-widget-tab h2.resp-accordion {
  cursor:pointer; padding:5px; display:none;
}

.pb-widget-tab .resp-tab-content {
  display:none; padding:30px 30px 1px;
}

.pb-widget-tab .resp-tab-active {
  border-bottom: 1px #fff solid !important;
}

.pb-widget-tab .resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.pb-widget-tab .resp-content-active, .pb-widget-tab .resp-accordion-active {
  display: block;
}

.pb-widget-tab .resp-tab-content {
  border: 1px solid #ccc;
  border-top-color: #ccc;
}

.pb-widget-tab h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #ccc;
  border-top: 0px solid #ccc;
  margin: 0px;
  padding: 15px;
}

.pb-widget-tab h2.resp-tab-active {
  border-bottom: 0px solid #ccc !important;
  margin-bottom: 0px !important;
  padding: 15px 15px !important;
}

.pb-widget-tab .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #c1c1c1;
}

.pb-widget-tab h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #9B9797;
}

.pb-widget-tab h2.resp-tab-active {
  background: #f2f2f2;
}

.pb-widget-tab .resp-easy-accordion h2.resp-accordion {
  display: block;
}

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

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

.pb-widget-tab .resp-jfit {
  width: 100%;
  margin: 0px;
}

.pb-widget-tab .resp-tab-content-active {
  display: block;
}

.pb-widget-tab h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1;
}


@media only screen and (max-width: 767px) {
  .pb-widget-tab ul.resp-tabs-list {
    display: none;
  }

  .pb-widget-tab h2.resp-accordion {
    display: block;
  }

  .pb-widget-tab .resp-vtabs .resp-tab-content {
    border: 1px solid #ccc;
  }

    .pb-widget-tab .resp-tab-content {
    padding:15px 15px 0;
  }

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

  .pb-widget-tab .resp-accordion-closed {
    display: none !important;
  }

  .pb-widget-tab .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #ccc !important;
  }
}
