body, html{
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
  color: #3F3F3F;
}
body, html, div, span,b,p{
  font-family: "Helvetica Neue",Helvetica,Arial,FreeSans,sans-serif;
  color: #3F3F3F;
  font-size: 14px;
}


.wrapper{
  width:90%;
  margin:0 auto;;
}

.heading{
  margin:25px 0;
  border-bottom: 1px dotted #DFDFDF;
  padding-bottom: 25px;
}

.heading h1{
  font-size: 20px;
  font-weight: normal;
  line-height: 23px;
  margin-bottom: 5px;
}
.heading h1 b{
  font-size: 20px;
  font-weight: bold;
}
.heading span{
  font-size: 14px;
  color:#6B6B6B;
}

.description {
  margin-bottom: 5px;
}
.description p {
  font-size: 14px;
  color:#6B6B6B;
}
.description p span {
  font-size: 14px;
  font-weight: bold;
}
.description h2 {
  font-size: 16px;
  font-weight: bold;
}

.description table{
  border:1px solid #efefef;
  margin-bottom: 20px;
}
.description table th{
  background: #efefef;
}
.description table td,.description table th{
  padding: 5px;
  border-bottom:1px solid #efefef;
  border-right:1px solid #efefef;
  max-width: 33%;
}

h2.show-hide-description{
  background: #efefef;
  padding:10px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
h2.show-hide-description:hover{
  background: #e6e6e6;
}
.inner-description{
  border: 1px dotted #DFDFDF;
  padding:0 15px;
}
.description ul li {
  margin-bottom: 5px;
  font-size: 14px;
  color:#6B6B6B;
}

.dataCollected, .dataCollected-full{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.dataCollected>div{
  width:calc((100%-20px)/2);
}

.dataCollected-full>div{
    width:100%;
}

.inner-dataCollected{
  display: flex;
  width: 100%;
}

.inner-dataCollected h2{
  margin-bottom: 10px;
}
.inner-dataCollected p{
  margin-top: 0;
}
.inner-dataCollected span{
font-weight: 500;
}
.inner-dataCollected i{
  font-size: 30px;
  margin-right: 10px;
}
.inner-dataCollected div{
  flex-grow: 1;
}

.show{
  display: block;
}
.hide{
  display: none;
}

h2.show-hide-description i{
  display: none;
}
h2.show-hide-description i.fa-angle-right{
  display: block;
}
.open i.fa-angle-right{
  display: none!important;
}
.open i.fa-angle-down{
  display: block;
}
.marginTopBottom{
  margin: 25px 0;
}
