@import url(https://fonts.googleapis.com/css?family=Raleway);


.11faq-header{
  font-size: 42px;
  //border-bottom: 1px solid #ccc;
  padding: 15px;
 
}
.faq-header{
  font-size: 42px;
  color: #7FAF01;
  padding: 15px;
 
}

.faq-content {
  margin: 0 auto;
    overflow-x: hidden;
   
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
    overflow-x: hidden;
   
	}

.panel-title {
  font-size: 26px;
  width: 100%;
  position: relative;
  padding: 10px 10px 0 30px;
  cursor: pointer;
    overflow-x: hidden;
}

.panel-content {
  font-size: 22px;
  padding: 0px 14px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
    overflow-x: hidden;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  position: absolute;
	 font-weight: bold;
  margin-top: 4px;
  z-index: 5;
  font-size: 30px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
    color: #7FAF01;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
 font-weight: bold;
  font-size: 36px;
   color: #FFF000;
}

.panel {
  display: none;
}