/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:100%;
	max-width:800px;
	margin:30px auto;
}

/* special settings for oneColumn width + headline within accordion */


#st-accordion h4{
	width: 96%; margin-left: -20px!important;
}

 #st-accordion ul .st-content ul li { list-style: square!important;margin-left: 0px; border-bottom: none!important; /*background: #666!important;*/list-style-position: outside!important; background: transparent url(../nav/triangle.gif) no-repeat 0 4px ;padding-left: 14px;}
#st-accordion ul .st-content ul li a { display: inline; font-size: 0.9rem; font-weight: 400;}
 #st-accordion ul .st-content img {max-width: 240px;width: 100%; height: auto;}


#st-accordion h2, #st-accordion p {
	width:96%;
}

/* Standard settings */
.st-accordion{
    width:100%; width: 98%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 100px; height: auto; /*min-height: 58px;*/
    border-bottom: 1px solid #c7deef;
	border-bottom: 1px solid #c5c6c7;
    border-top:1px solid #fff;
	/*border-top: 1px solid #c5c6c7;*/
    overflow: hidden;
	background: #999;
}
/*.st-accordion ul li:first-child{
    border-top:none;
} */
.st-accordion ul li:last-child{
    border-bottom:none;
}

.st-accordion ul li > a{
    text-shadow: 1px 1px 1px #fff;
  /* font-size: 14px; font-size: 0.9rem;*/
	font-weight: 600;
    display: block;
	position: relative;
    line-height: 100px; line-height: 1.2rem;
	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;

	/* padding-right: 30px; */
}
.st-accordion ul li > a span{
	background: transparent url(../images/downArrow.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px; width: 36px;
	height: 14px;height: 38px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px; margin-top: -17px;
	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: transparent url(../images/arrowUp.png) no-repeat center center;
	 background: transparent url(../images/downTest.png) no-repeat center center;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	opacity:1;
	right: 10px;

	 background: transparent url(../nav/triangle.gif) no-repeat center center;
	 -webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
    transform:rotate(90deg);

	background: transparent /* url(../images/downTest.png) no-repeat center center */;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
    transform:rotate(0deg);


}
/*.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; color: #a92d0f;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;

	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
    transform:rotate(0deg);

	 -webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
    transform:rotate(-90deg);
}
.st-content{
    padding: 16px 0px 30px 0px;
}
.st-content p{
    /*font-size:  16px;
    font-family:  Georgia, serif;
    font-style: italic;
    line-height:  28px; */
    padding: 0px 4px 15px 4px;
}
.st-content img{
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}


/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

#st-accordion.oneColumn {
	width: 90%!important; margin-left: 0px;

}

#st-accordion.oneColumn ul li{
	width: 90%!important;
}

	}


@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px; font-size: 15px; font-size: 1.2rem;
	}
}
