/* Services accordion — open state */
.st-accordion ul li.st-open > a .st-arrow {
	opacity: 1;
	right: 10px;
}

.st-accordion ul li.st-open > a:hover .st-arrow {
	opacity: 1;
	right: 10px;
}
