.rekers-tabbed-content {
  padding: 50px 15px;
}
.rekers-tabbed-content .tab-panels {
  border-color: #E9EAEC;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
}
.rekers-tabbed-content .tab-panels .tab-panel {
  cursor: pointer;
}
.rekers-tabbed-content .tab-panels .tab-panel:not(:last-child) {
  border-bottom: 1px solid #E9EAEC;
}
.rekers-tabbed-content .tab-panels .tab-panel.selected {
  border-left: 8px solid #009EE0;
}
.rekers-tabbed-content .tab-panels .tab-panel > * {
  pointer-events: none;
}
.rekers-tabbed-content .tab-panels .tab-panel__title {
  color: #28303F;
  font-weight: 600;
}
.rekers-tabbed-content .tabs {
  border-color: #E9EAEC;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0;
  border-style: solid;
}
@media (max-width: 768px) {
  .rekers-tabbed-content .tabs {
    border-top-width: 0;
    border-left-width: 1px;
  }
}
.rekers-tabbed-content .tabs .tab {
  display: none;
}
.rekers-tabbed-content .tabs .tab.selected {
  display: block;
}
.rekers-tabbed-content .tabs .tab h1,
.rekers-tabbed-content .tabs .tab h2,
.rekers-tabbed-content .tabs .tab h3,
.rekers-tabbed-content .tabs .tab h4,
.rekers-tabbed-content .tabs .tab h5,
.rekers-tabbed-content .tabs .tab h6 {
  margin-bottom: 24px;
  text-transform: uppercase;
}
.rekers-tabbed-content .tabs .tab p:last-of-type {
  margin-top: 24px;
}
.rekers-tabbed-content .tabs .tab .btn-primary {
  min-width: initial;
}
/*# sourceMappingURL=view.css.map */