h5.toggle{
overflow:hidden;
margin:0;
}
h5.toggle a{
font:13px/20px 'MuseoSlab500Regular', arial, helvetica, sans-serif !important;
cursor:pointer;
color:#333333 !important;
border-bottom:1px solid #e8e6e6;
overflow:hidden;
margin:0;
padding:10px 0px;
float:left;
width:100%;
}
h5.toggle.active a{
border-bottom:0;
}
h5.toggle span.arrow{
background:#333333 url(//richedward.com/wp-content/plugins/my-accordion/images/toggle_plus.png) no-repeat center center;
display:block;
width:22px;
height:22px;
float:left;
margin-right:18px;
}
h5.toggle.active span.arrow{
background-color:#666666;
background-image:url(//richedward.com/wp-content/plugins/my-accordion/images/toggle_minus.png);
}
h5.toggle span.toggle-title{
float:left;
width:90%;
}
.toggle-content{
padding-bottom:15px;
position:relative;
}
h5.toggle.active + .toggle-content{
border-bottom:1px solid #e8e6e6;
}
h5.toggle span.arrow {
background-image: url(//richedward.com/wp-content/plugins/my-accordion/images/toggle_plus@2x.png) !important;
-webkit-background-size:7px 7px;
-moz-background-size:7px 7px;
-o-background-size:7px 7px;
background-size:7px 7px;
}
h5.toggle.active span.arrow {
background-image: url(//richedward.com/wp-content/plugins/my-accordion/images/toggle_minus@2x.png) !important;
-webkit-background-size:7px 1px;
-moz-background-size:7px 1px;
-o-background-size:7px 1px;
background-size:7px 1px;	
}