.tabbedcontent{
  margin: 40px 0;
}

.tabbedcontent .item-list li {
  margin: 0;
  padding: 0;
}

.tabbedcontent .quicktabs-tabs a{
  padding: 20px;
  border-bottom: 5px solid #dfdfdf;
  max-width: 130px;
  line-height: 18px;
  height: 74.6px;
  background-color: #f2f2f2;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.tabbedcontent .quicktabs-tabs li.active a{
  background-color: #fff;
  border-bottom: 5px solid #00a1d8 ;
}
.tabbedcontent ul.quicktabs-tabs{
  padding: 0;
  min-height: 60px;
  margin-bottom: 0;
}
.tabbedcontent ul.quicktabs-tabs li:first-child a{
  border-left: 1px solid #dfdfdf;
}
.tabbedcontent ul.quicktabs-tabs li{
  display: inline-block;
  background: none;
  list-style-type: none;
  padding: 0;
  white-space: unset;
  height: 70px;
}
.tabbedcontent .field-content h3{
  margin-top: 0;
}
