.tabs-wrapper {
  margin-top: 20px;
}
.tabs-wrapper .tabs-titles-wrapper {
  position: relative;
  border-bottom: 2px solid #E31317;
}
.tabs-wrapper .tabs-titles-wrapper .tab-title {
  display: inline-block;
  height: 32px;
  padding: 0px 20px;
  font-size: 143%;
  background: white;
  color: inherit;
  margin-right: 0px;
  vertical-align: top;
  line-height: 32px;
  cursor: pointer;
  transition: all 0.6s ease;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  border-left: none;
  border-bottom: none;
}
.tabs-wrapper .tabs-titles-wrapper .tab-title:first-child {
  border-right: none;
  border-left: 1px dashed rgba(0, 0, 0, 0.1);
}
.tabs-wrapper .tabs-titles-wrapper .tab-title h1,
.tabs-wrapper .tabs-titles-wrapper .tab-title h2 {
  font-size: inherit;
  padding: 0px;
}
.tabs-wrapper .tabs-titles-wrapper .tab-title.active {
  color: white;
  background: #E31317;
  outline: none;
  box-shadow: none;
  border: none;
  height: 33px;
  line-height: 33px;
}
.tabs-wrapper .tabs-content-wrapper {
  margin-top: 20px;
}
.tabs-wrapper .tabs-content-wrapper .tab-content {
  display: none;
}
.tabs-wrapper .tabs-content-wrapper .tab-content.active {
  display: block;
}
/*# sourceMappingURL=events.css.map */