/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
	height: 100px;
	overflow: hidden;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #333333;
	color: #FFFFFF;
}
.st-accordion ul li:first-child{
	border-top:none;
	color: #FFFFFF;
}
.st-accordion ul li > a{
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 25px;
	display: block;
	position: relative;
	line-height: 60px;
	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: #FFFFFF;
}
.st-accordion ul li > a span{
	text-indent:-900px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	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;
	background-color: transparent;
	background-image: url(../images/down.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:9px;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
}
.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{
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: #999999;
}
.st-content p{
	font-size:  11px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height:  14px;
	padding: 0px 4px 15px 4px;
}
.st-content img{
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}
.st-content_image {
	margin: 0px;
	float: left;
	width: 307px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.bold {
	font-weight: bold;
	color: #FFFFFF;
}
.hed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}
