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



.st-accordion{
    width: 100%;
    min-width: 270px;
    margin: 0 auto;
	padding-top:25px;
}
.st-accordion ul{
	list-style-type: none;
	padding:0;
	margin:0;
}

.st-accordion > ul > li {
	margin-bottom: 20px;
}

.st-accordion ul li ul li {    
    border-top:1px solid #fff;
}



.st-accordion ul li:first-child{
    border-top:none;
}
.accordion > ul > li > a {
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(196,239,252,1) 100%);
	box-shadow: 3px 4px 7px 1px rgba(0,0,0,0.15);
    display: block;
	position: relative;
   	height: auto;
	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: 20px 40px;
	text-decoration:none;
	color:#333;
	font-weight: bold;
	display: block;
	overflow: hidden;
}

/*.st-accordion ul li a span{
	background:  url(../images/arrow.png) no-repeat center center;
	text-indent:-9000px;
	width: 58px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -13px;
	opacity:1;
	transform:rotate(-90deg);
	/*-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:#00BBD3;
}
/*.st-accordion ul li a:hover span{
	opacity: 1;
	right: 20px;
}*/
.st-accordion ul li.st-open a{
    color: #1693eb;
	background-color:#051E2F;
}

.st-accordion ul li.st-open a span{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
    transform: rotate(0deg);
	right: 20px;
	opacity: 1;
}
.st-content{
    padding: 0px;
	height:auto;
	
}
.st-accordion ul li .st-content a {
	background:none;
	font-size:1em;
	color: #767676;
	text-decoration:none;
	border:none;
	height:auto;
	padding-right:0px;
}

.st-accordion ul li .st-content a:hover{
	color: #1B75BC;
}

.st-content ul li{
	border:0;
	list-style-type:none;
	color:#767676;
	border-bottom: dotted 1px #06599F;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 53%, rgba(229,229,229,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 53%,rgba(229,229,229,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 53%,rgba(229,229,229,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	height: auto;
	padding:20px 20px 20px 60px;
	background-image:url(../images/red_bullet.png);
	background-repeat:no-repeat;
	background-position:35px 26px;
}

/*
.st-content ul li a{
    
    background-color:none;
	border-left:0;
   	position: relative;
   	height: auto;
	outline:none;
	display:initial;
	background:none;
	
} 
.st-content ul li a span{
	background:none;
	text-indent:0;
	width: 26px;
	height: 14px;
	position:relative;
	top: 50%;
	margin-top: 0px;
	opacity:0;
	
}
.st-accordion ul li p a{
	background-color:none;
	border: none;
    display:inline;
	height: auto;    
	
}
.st-accordion ul li ul li a{
	
	background-color:none;  
}
*/

.panel .accordion-toggle span{
    background:  url(../images/arrow.png) no-repeat center center;
	background-size: 45px 20px;
	text-indent:-9000px;
	width: 58px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	opacity:1;

}

.panel .accordion-toggle.collapsed span{
    background:  url(../images/arrow.png) no-repeat center center;
	background-size: 45px 20px;
	height: 26px;
	margin-top: -13px;
	opacity:1;
	position: absolute;
	right: 10px;
	text-indent:-9000px;
	top: 50%;
	transform:rotate(-90deg);
	width: 58px;
}










@media only screen and (max-width:700px) {
	.st-accordion > ul > li > a{
		padding: 15px 60px 15px 20px;
	}
	/*.st-accordion ul li a span{
		right: 0px;
		transform:rotate(-90deg);
	}
	.st-accordion ul li a:hover span{
		right: 0px;
	}
	.st-accordion ul li.st-open a span{
		right: 0px;
	}*/

	/*.st-accordion ul li a:hover span{
		right: 0px;
	}*/

	.panel .accordion-toggle span{
	    background:  url(../images/arrow.png) no-repeat center center;
		background-size: 45px 20px;
		text-indent:-9000px;
		width: 58px;
		height: 26px;
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -13px;
		opacity:1;

	}

	.panel .accordion-toggle.collapsed span{
	    background:  url(../images/arrow.png) no-repeat center center;
		background-size: 45px 20px;
		text-indent:-9000px;
		width: 58px;
		height: 26px;
		position: absolute;
		top: 50%;
		right: 0px;
		margin-top: -13px;
		opacity:1;
		transform:rotate(-90deg);
	}






}





@media only screen and (max-width:550px) {
	.st-accordion .title2 {
		font-size:1.5em;
	}
	.st-accordion ul li .st-content a{
		font-size:1.2em;
	}
}

.downarrow{
	background:  url(../images/arrow.png) no-repeat center center;
	text-indent:-9000px;
	width: 58px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -13px;
	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;*/
}

.panel ul li{
	border:0;
	list-style-type:none;
	color:#767676;
	border-bottom: dotted 1px #06599F;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 53%, rgba(229,229,229,1) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 53%,rgba(229,229,229,1) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 53%,rgba(229,229,229,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	height: auto;
	padding: 10px 15px 10px 60px;
	background-image:url(../images/red_bullet.png);
	background-repeat:no-repeat;
	background-position: 35px 13px;
}

.panel a{
	background:none;
	font-size:1em;
	color: #767676;
	text-decoration:none;
	border:none;
	height:auto;
	padding-right:0px;
}


