.guides button.accordion {
  width: 100%;
  background-color: transparent;
position: relative;
    text-transform: uppercase;
    color: #f88938 !important;
    font-size: 18px;
    font-family: philosopher, sans-serif;
    display: block;
    padding-left: 5px;
  background-image:none;
  text-align:left;
}

.guides button.accordion span { margin-left:20px; }
.guides button.accordion:before {
    content: "";
    position: absolute;
    background: url(../img/title-icon.png) no-repeat;
    width: 26px;
    height: 26px;
    left:-5px;
	margin-right:20px;
    top: 50%;
    margin-top: -13px;
    filter: drop-shadow(0px 0px 10px #ff2a00);
}


.guides button.accordion:hover, button.accordion.is-open {
  background-color: transparent;
}

.guides .accordion-content {
	margin:0px;
	padding:0px;
  background-color: transparent;
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.guides ul li{
	height:37px; line-height:37px;
	list-style:none;
}

.guides ul li:hover {
	background: url(../img/hover-table.png) no-repeat;
	height: 37px;
	padding-left:15px;

	top: 0;
	transition: .4s
}
.guides ul li a img{ vertical-align: middle;line-height:37px; margin-bottom:3px;}
