/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
}
.st-accordion{
    width:100%;
    min-width:250px;
    margin: 0 auto;
}
.st-accordion ul { padding: 0;}
.st-accordion ul li{ margin-bottom: 20px;
    border-bottom: 0px solid #666; height: auto !important;
    border-top:0px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.icon-q { color: #000; display: inline-block;  position: absolute; top: 0px; left: 5px; }
.icon-a { color: #666; display: inline-block;  position: absolute; top: 0px; left: 5px; }
.st-accordion ul li > a{
    padding: 10px 85px 10px 40px; background: #ececec;
    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 > b { display: block; font-size: calc(18px + 0.3vw); font-weight: 400;}
.st-accordion ul li > a:hover > b { color: #36518a;}
.st-accordion ul li > a span:before, .st-accordion ul li > a span:after { content: ""; position: absolute; width: 14px; height: 2px; background: #ececec; left: 50%; top: 50%; transform: translate(-50%, -50%); transition:  all 0.2s ease-in-out;}
.st-accordion ul li > a span:after { transform:translate(-50%, -50%) rotate(90deg);}
.st-accordion ul li > a span{ background: #fff; border-radius: 50%;
	text-indent:-9000px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 25px;
	right: 38px;
	-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:hover{ background: #d5dff1;
    
}
.st-accordion ul li.st-open > a span:before{ background: #d5dff1;}
.st-accordion ul li.st-open > a span:after{ opacity: 0;}
.st-accordion ul li.st-open > a{ background: #d5dff1;}
.st-accordion ul li.st-open > a > b{ color: #36518a;}

.st-accordion ul li.st-open > a span{
}
.st-content{
    padding: 20px 40px 0 40px; margin: 0; position: relative; border: 0px solid #2660ad;  
}
.st-content .eag-a-content-2 { padding-bottom: 0;}
.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{
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 980px){
	.st-accordion ul li > a {  padding-left: 20px; padding-right: 60px;}
	.st-accordion ul li > a span { top:23px; right: 15px;}
	.st-accordion ul li.st-open > a span { top:20px;}
	.st-content{ padding: 20px 20px 0 20px; }
}