.section group {margin-bottom:10px;}

.active, .accordion:hover {
   /* background-color: #lightgrey; */
}

.accordion:after {
    content: '\002B';
    /* color: #777; */
    font-weight: bold;
    float: left;
    margin-right: 14px;
}

.active:after {
    content: "\2212";
}

.panel {
	  color: #1b290F;
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.panel li {
   margin-left:25px;
}

.panel a {
       color: blue;
}

.bold { font-weight: bold; }
.normal { font-weight: normal; }
#mainWrapper p {font-weight: normal; }

@media (max-width: 870px) {
  font-family: none;
}