/* ------------- SET ACTIVE NAVIGATION BAR TAB TO DARK BLUE ------------ */

#faqs {
    background:#6cb304;
    color: #fff;
}

/* --------------------------------------------------------------------- */

main h1 {
  vertical-align: middle;
  
}

main h2 {
}

/* --------------------------------------------------------------------- */
main details[open] > summary {
  background-color: #f2f2f2;
}

main summary {
  cursor: pointer;
  display: table;
  outline: none;
  padding: 0;
}

main .faq-content p{
    margin-top:12px;
    padding:0 20px;
}
details > summary {
   display: list-item;
   font-size:20px;
}
/* --------------------------------------------------------------------- */

main summary > b {
  display: table-cell;
  font-size: 16px;
}

main details[open] > summary > b {
  transform: rotateZ(180deg);
}

main summary > span {
  display: table-cell;
  font-size: 16px;
  width: 100%;
}