.st-accordion{
	width: 100%;
	margin: 0 auto;
	line-height: 1.5em;
}
.st-accordion ul li{
	height: auto;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
	font-size: 1.1em;
	display: block;
	position: relative;
	outline: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	color: #4674B7;
	font-weight: 400;
	text-decoration: none;
}
.st-accordion ul li > a span{
	background: transparent url(../img/down.png) no-repeat center center;
	text-indent: -9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	right: 0px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	top: 0px;
}
.st-accordion ul li > a:hover{
	color: #000000;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
	color: #4674B7;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.st-bold {
	font-size: 1em;
	color: #1a1a1a;
	font-weight: 700;
}


.st-content p{
	font-size: 0.8em;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	color: #1a1a1a;
	font-weight: 400;
}
