.toggle {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-right: 10px;
  margin-bottom: 15px;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.toggle h3 {
  color: #576c7d;
  margin-bottom: 0 ;
  display: block;
  font-size: 1.4em;
  line-height: 22px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  padding-left: 20px;
  margin-bottom: 0;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
.toggle p:last-of-type {
  margin-bottom: 0;
}

.toggle h3:hover{} 
.toggle.open h3:before { 
width: 17px;
position: absolute;
content: "-";
left: 0px;
background: none repeat scroll 0% 0% #2469b5;
text-align: center;
color: #fff;
}

.toggle.open h3 {
  color: #46525c;
}
.toggle h3:before{
	width: 17px;
	position: absolute;
	content: "+";
	left: 0px;
	background: none repeat scroll 0% 0% #2469b5;
	text-align: center;
	color: #fff;
	
}
.toggle .toggle-info {
  display: none;
  padding: 7px 11px;
}
.toggle-info .btn{background: none; color: #225765; padding: 2px 6px;}
.toggle-info .btn:hover, .toggle-info .btn:focus{background: #225765;}
.toggle-info .btn .glyphicon{margin-left: 0;}
#wifaq .toggle h3{margin: 10px 0px 5px 0px; }
#wifaq .toggle{margin-bottom: 0;}