ul.resp-tabs-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.resp-tabs-list li {
  float: left;
  display: inline-block;
	margin-right: 35px;
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: "UbuntuLight";
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  border-top: 3px solid transparent;
  cursor: pointer;
}
.resp-tabs-list li.resp-tab-active {
  border-top: 3px solid #ffca28;
	font-family: "UbuntuMedium";
}
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active,
.resp-accordion-active { display: block; }
h2.resp-accordion {
  margin-bottom: 10px;
  padding: 10px 0;
  font-family: "UbuntuLight";
  font-size: 20px;
  line-height: 24px;
  color: #121212;
  border-top: 3px solid #ddd;
  cursor: pointer;
}
h2.resp-tab-active {
  border-top: 3px solid #ffca28;
	font-family: "UbuntuMedium";
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion { display: block; }
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active { display: block; }
@media only screen and (max-width: 768px) {
ul.resp-tabs-list { display: none; }
h2.resp-accordion { display: block; }
.resp-vtabs .resp-tabs-container {
  border: none;
  float: none;
  width: 100%;
  min-height: initial;
  clear: none;
}
.resp-accordion-closed { display: none !important; }
}
