.group::after, .tabBlock-tabs::after {
  clear: both;
  content: "";
  display: table;
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


@media screen and (min-width: 768px) {
  body {
    font-size: 137.5%;
	
  }
}

p, ol, ul {
  margin-bottom: 1.25rem;
  margin-top: 0;
}

ol, ul {
  padding: 0;
  margin-left: 1.25rem;
}

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin: -5px 0 30px;
}

.tabBlock-tab {
  background-color: ;
  border-color: #d8d8d8;
  border-left-style: solid;
  border-top: solid;
  border-width: 1px;
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size:16px;
  float: left;
  padding: 0.625rem 1.25rem;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab:last-of-type {
  border-right-style: solid;
}
.tabBlock-tab::before, .tabBlock-tab::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.tabBlock-tab::before {
  background-color: #d8d8d8;
  left: -1px;
  right: -1px;
  top: -1px;
}
.tabBlock-tab::after {
  background-color: transparent;
  bottom: -1px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .tabBlock-tab {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.tabBlock-tab.is-active {
  position: relative;
  color: #469fdb;
  z-index: 1;
}
.tabBlock-tab.is-active::before {
  background-color: #469fdb;
}
.tabBlock-tab.is-active::after {
  background-color: ;
}

.tabBlock-content {
  background-color: ;
  border-top: 1px solid #d8d8d8;
  padding:13px 0px 10px 10px;
}

.tabBlock-pane > :last-child {
  margin-bottom: 0;
  padding:0px;

}
