/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
}
.st-accordion{
    width:100%;
    min-width:230px;
    margin: 0 auto; padding-bottom: calc(10px + 2%);
}
.st-accordion ul { padding: 0;}
.st-accordion ul li{ margin-bottom: 0px;
    border-bottom: 0px solid #999999; height: auto !important;
    border-top:0px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.icon-q { color: #fff; width: 40px; height: 40px; border-radius: 100%; background: #bf9d5a; font-size: 20px; font-weight: 500; display: inline-block;  position: absolute; top: 0px; left: 0px;text-align: center; line-height: 36px;}
.icon-a { color: #fff; width: 40px; height: 40px; border-radius: 100%; background: #333; font-size: 20px; font-weight: 500; display: inline-block;  position: absolute; top: 0px; left: 0px; text-align: center; line-height: 36px;}
.st-accordion ul li > a{ background: #e5f5f5; border: 1px solid #3ec5b3; font-size: 20px; font-weight: 700; line-height: 1.2;
    color: #333; padding: 15px 25px 18px 25px; 
    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;
}
.st-accordion ul li > a:after { /*content: "";*/ position: absolute; width: 100%; height: 1px; background: #666; left: 0; bottom: 0;}
.st-accordion ul li > a span{ display: inline-block; margin-left: 10px;
	text-indent:-9000px;
	width: 16px;
	height: 16px;
	position: relative;
	-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;
}
.st-accordion ul li > a span:before, .st-accordion ul li > a span:after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 15px; height: 2px; background: #3ec5b3;}
.st-accordion ul li > a span:after { transform: translate(-50%, -50%) rotate(90deg);}
.st-accordion ul li > a:hover{
    color: #3ec5b3;
}
.st-accordion ul li > a:hover span{
	
}
.st-accordion ul li.st-open > a{ 
    color: #3ec5b3; 
}
.st-accordion ul li.st-open > a:before{ position: absolute; content: ""; width: 3px; height: 100%; top: 0; left: 0; background: #3ec5b3;}
.st-accordion ul li.st-open > a span:after{ display: none;
}
.st-content{
    padding: 20px 10px; margin: 0; position: relative; border: 0px solid #2660ad;  margin-top: 0px; 
}
.st-content:before { /*content: "" ;*/position: absolute; width: 20px; height: 20px; border-width: 1px 1px 0 0; border-style: solid; border-color: #2660ad; background: #fff; transform: rotate(-45deg); left: 55px; top:-11px;}
.st-content p{
}

@media screen and (max-width: 1440px){
	.st-accordion ul li > a span { }
}