.tab-content-wrapper { overflow:hidden; }
.tabs-title { margin:60px 0 10px; }
.tab-title {
  font-family:"proxima-nova", Arial, sans-serif;
  font-size:20px;
  font-weight:600;
  color:inherit;
  line-height:30px;
  text-transform:none;
  height:auto;
  margin:0;
}
.tab-subtitle {
  font-family:"proxima-nova", Arial, sans-serif;
  font-size:18px;
  line-height:25px;
  font-weight:400;
  color:inherit;
  margin:0;
}
.tab-trigger {
  color:#003883;
  position:relative;
  display:block;
  padding:9px 0 10px 30px;
  border-top:1px solid #eee;
}
.biomnis-alt .tab-trigger { color:#003883; }
.tab-trigger.tab-opened { color:#303030; }
.tab-trigger .arrow {
  position:absolute;
  height:30px;
  width:30px;
  background-color:transparent;
  left:0;
  top:9px;
  display:block;
}
.tab-trigger .icon-menu-arrow {
  height:10px;
  width:6px;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-5px;
  margin-left:-3px;
  -webkit-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg);
  -webkit-transition:-webkit-transform 0.3s ease-out;
  transition:transform 0.3s ease-out;
}
.tab-trigger.tab-opened .icon-menu-arrow {
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.tab-trigger .icon-menu-arrow > * {
  fill:#003883;
  -webkit-transition:fill 0.3s ease-out;
  transition:fill 0.3s ease-out;
}
.tab-trigger.tab-opened .icon-menu-arrow > * { fill:#303030; }
