
.accordian
{
    padding-bottom: 30px;    
    position: relative;
 }

.st-accordion
{
   overflow:hidden;  
}

 ul.timeline 
 {
    list-style: none;
    padding: 1px 0;
    margin-left: 170px;
    margin-top: 0px;
    z-index: 1;
    position: relative;
}

.st-accordion ul li{
    clear: both;
    padding-left: 0;
    border-left: 5px solid #336633;
    border-right: 1px solid #F5F5F5;
    background: #fff;
    margin-left: 16px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 25px;
    margin-top: 15px;
    width: 90%;
}

ul.timeline li .date {
    position: absolute;
    padding: 14px 10px;
    font-size: 110%;
    width: 130px;
    text-align: center;
    color: #fff;
    z-index: 2;
    left: -130px;
}

ul.timeline li .date {
    background: #336633;
    border-radius:5px;
}

ul.timeline li .circle {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 4px solid #336633;
    border-radius: 10px;
    background-color: #fff;
    z-index: 3;
    left: -12px;
    margin-top: 15px;
}

.st-accordion ul li > a{    
    display: block;
    position: relative;
    outline: none;
    -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;
    font-size: 110%;
    cursor: pointer;
    background: #fff;
    padding-left: 12px;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #777;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}


.st-accordion ul li > a:hover
{
  padding-left: 20px;
}

.st-accordion ul li > a span{
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	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-content{
    padding: 25px 25px 25px 25px;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 !important;
}

.st-content strong
{
    font-weight: 500;
    float: left;
    width: 180px;
}

.st-content span
{
    display: table;
}

/*.st-accordion ul li > a:hover{
    color: #ED2814;
}*/

.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}

.st-accordion ul li.st-open > a{
    background: #336633;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid #336633;
    font-weight: 400;
}
