/* Flexible Slide-to-top Accordion Style
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
}*/
.st-accordion{
    min-width:230px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 35px;
	border-bottom:#9e9b89 1px dotted;
	overflow: hidden;
}
/*.st-accordion ul li a{
	border-bottom:#9e9b89 1px dotted;
}*/
.st-accordion ul {
	margin: 0 0 10px 0;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    display: block;
	position: relative;
	outline:none;
    line-height: 35px;
    -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 > span{
    display: block;
	position: relative;
	outline:none;
    line-height: 35px;
	color: #8a9632;
	font-weight: bold;
	font-weight: 500;
	font-size: 13px;
	padding-left: 20px;}
.st-open {
	background-color:#f3f1e7;
}
.st-accordion ul li > a span{
	background:transparent url(../../images/arrow-info.png) center center no-repeat;
	text-indent:-9000px;
	width: 7px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 6px;
	margin-top: 12px;
	opacity:1;
	-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 .inact-arrow{
	background:transparent url(../../images/arrow-info3.png) center center no-repeat;
	text-indent:-9000px;
	width: 7px;
	height: 11px;
	position: absolute;
	top: 0;
	left: 6px;
	margin-top: 12px;
	opacity:1;
}
.st-accordion ul li > a:hover{
    color: #1693eb;
}
.st-accordion ul li > a:hover span{
	background:transparent url(../../images/arrow-info2.png) center center no-repeat;
	opacity:1;
	left: 6px;
}
.st-accordion ul li.st-open > a{
    color: #1693eb;
	border-bottom:#FFF 1px solid;
}
.st-accordion ul li.st-open > a span{
	background:transparent url(../../images/arrow-info2.png) center center no-repeat;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
    transform:rotate(90deg);
	left:6px;
	opacity:1;
}
.st-content{
    padding:5px 20px;
}
div.iwi-info .st-content{
    padding:0;
}
div.iwi-info .st-content div.organ h6{
    padding:0 15px;
	margin:10px 0 0 0;
	font-size:14px;
	font-weight:normal;
	font-weight:300;
}
div.iwi-info .st-content div.organ:nth-child(even) {
    background-color:#e2dcc0;
    padding:1px 0px 5px 0;
}
div.iwi-info .st-content p{
    padding:0 15px;
}
.st-content p{
    /*font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px;*/
    padding: 0 0;
	margin:5px 0;
	font-weight:normal;
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}