/* =====================================

          FAQ STYLES 

========================================

* This stylesheet is exclusively for styles displayed on the FAQ page. Don't cross the streams!
* Please do not edit this file, unless you wish to make a global change for all websites that use one of the OPS child themes.
* If you are unsure, please contact Laura Wheatman or Francis Whiteley or email us at projects@flex4.co.uk
*/

.faq {
  margin-bottom: 1rem;
  cursor: pointer;
}
.faq:last-child {
  margin-bottom: 0;
}

.faq .entry-content {
  display: none;
}

.faq p:first-child {
  margin-top: 0;
}
.faq h3{
  padding:10px;
  color:#FFF;
  border-radius: 5px;
}
.faq h3:after{
  font-family: fontawesome;
  content:'\f067';
  float:right;
}
.faq h3.open:after{
  font-family: fontawesome;
  content:'\f068';
  float:right;
}

.faq h3:hover {
  opacity: 0.8;
}