h1 {
  font-size: 2em;
  line-height: 1.4em;
  text-align: center;
  padding: 0.5em;
}
section {
  zoom: 1;
  position: relative;
  height: auto;
}
section:after,
section:before {
  content: "";
  display: table;
}
section:after {
  clear: both;
}
section h4 {
  background: rgba(0,0,0,0.1);
  cursor: pointer;
  border: 1px solid rgba(0,0,0,0.2);
  border-top: none;
  padding: 15px 20px;
}
section h4:first-child {
  border-top: 1px solid rgba(0,0,0,0.2);
}
@media screen and (min-width: 600px) {
  section h4 {
    position: relative;
    width: 33.333333333333336%;
    height: 20%;
    display: block;
	font-family: 'Lato', sans-serif;
  }
}
section ul {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
  border: 1px solid rgba(0,0,0,0.2);
  border-left: none;
  display: none;
}
section ul:after,
section ul:before {
  content: "";
  display: table;
}
section ul:after {
  clear: both;
}
section ul li {
    list-style-type: none;
     padding-bottom: 16px;
    font-size: 15px;
    color: #888;
    font-family: 'Lato', sans-serif;
	text-align: justify;
	line-height:26px;	
}
@media screen and (min-width: 600px) {
  section ul {
    position: absolute;
    width: 66.66666666666667%;
    right: 0;
    top: 0;
    padding: 15px 30px;
  }
}
section .active {
  cursor: default;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-right: none;
}
@media screen and (min-width: 600px) {
  section .active {
    background: rgba(0,0,0,0);
    border-right: 1px solid rgba(0,0,0,0);
	    color: #ed3237;
  }
}
section .active + ul {
  display: block;
}
