.w-tabs .accordion-heading {
  cursor: pointer;
  font-size:24px;
  text-align: center;
  text-decoration: none;
  display:block;
  border-bottom:1px solid #e5e5e5;
  padding:6px 6px 8px;
}
.w-tabs .accordion-heading.active {
  color: #000000;
  cursor: default;
  border-bottom:3px solid #000000;
  padding-bottom:6px;
}
.w-tabs .tab-a.active {
  background-color: #ffffff;
  color: #11a0db;
  cursor: default;
  padding-top:12px;
}
.w-tabs .tab-a {
  cursor: pointer;
  font-size:26px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
  display:block;
  padding:14px 6px 12px;
}
.w-tabs .tab-li.active {
  border-bottom: none;
  border-top:3px solid #11a0db;
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
}
.w-tabs .tab-li {
  vertical-align: bottom;
  display:table-cell;
  border-bottom:1px solid #e5e5e5;
  margin:0px 0px;
}
.w-tabs .tab-li:hover a.tab-a {
  color: #000000;
}
.w-tabs .tab-li:last-of-type {
  padding-right:0px;
}
.w-tabs .tab-navigation {
  list-style: none;
  table-layout: fixed;
  width:100%;
  display:table;
  padding:0px 0px;
  margin:0px 0px;
}
.w-tabs > .block {
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  padding:20px 20px;
  margin-bottom:20px;
}
.w-tabs > .block > .box .heading-2,  .w-tabs > .block > .box .heading-3,  .w-tabs > .block > .box .heading-4 {
  display:none;
}
.w-tabs a.tab-a {
  color: #424242;
}
@media (max-width:992px) {
  .w-tabs .tab-a {
    font-size:16px;
  }
}
@media (max-width:768px) {
  .w-tabs .accordion-heading {
    padding:9px 8px;
  }
}
@media (max-width:576px) {
  .w-tabs > .block {
    padding:10px 10px;
  }
}
