.wm-accordion .panel-default .panel-heading a {
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}

.wm-accordion .panel-default .panel-heading a:before {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #ffffff;
    height: 22px;
	padding: 3px 17px 25px 9px;
    position: absolute;
    right: 3px;
    top: -1px;
    width: 22px;
}