/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:800px;
	margin:30px auto;
}
.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li {
	min-height: 60px;
    border-bottom: 1px solid #f7ebdd;
    overflow: hidden;
}

li#accordionH2 {border-bottom: 1px solid #f7ebdd;border-bottom: 1px solid #999!important;border-bottom: none!important;}
#st-accordion #accordionH2 h2 { color: #434343!important;border-bottom: 1px solid #589800;
   border-right: 2px solid #589800;font-size:1.3em;font-size:1.0em; /*font-size:1.3rem;*/}

.st-accordion ul ul{
	clear: both;
}
.st-accordion ul ul li{
	min-height: 60px;
    border-bottom: 1px solid #f7ebdd;
    border-top:1px solid #f7ebdd;
    overflow: hidden;
	border: none;
}

.st-accordion ul li:first-child{
    border-top:none;
}


/* parent selector:  div>p  (adresses all <p> where the parent element is <div> */
.st-accordion ul li > a{
	font-weight: 400;
}

.st-accordion ul li > a{
	font-size: 1.4rem;font-size: 1.2rem;font-size: 01rem;
	font-weight: 400;
    display: block;
	position: relative;
    line-height: 100px;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;
}

.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;width: 35px;
	height: 14px;height: 23px;
	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;
}
.st-accordion ul li > a:hover{
    color: #605650;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #605650;
}
.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: 5px 0px 30px 0px;
}
.st-content p{
    line-height:  28px;
    padding: 0px 4px 15px 4px;
}
.st-content img{
    /*width:125px;*/
	width: 100%;
	height: auto;
    border-right:2px solid #589800;
    border-bottom:1px solid #589800;
	border: 3px solid #589800;
	border: 1px solid #BCF46E;
	border-right: 2px solid #589800;
    border-bottom: 2px solid #589800;
	border: 3px solid #78AF2C;
	-webkit-border-radius: 12px 0 12px 0;
          border-radius: 12px 0 12px 0;
}

.st-accordion h3 {
  line-height:1.4em;
  margin:10px 0 0px 0;
  }

.st-accordion h3 {
	width:94%;
  margin:0px 0 0px 0;
  font-size:1.5em;font-size:1.3rem;font-size:1.2rem;font-size:1rem;
  font-style:bold;
  text-align:right;
  padding: 0px 0px 0px 0;
  color: #434343;
  }

@media (max-width: 600px) {

.st-accordion{
    width:100%; width:90%;
    min-width:270px;min-width:200px;
    margin: 0 auto;
}

.st-accordion ul li{
    /*height: 100px;*/
	min-height: 60px; margin: 0 0 0px 0;
}

}
