@charset "utf-8";



.pagecontent { background-color: #eb5656; padding: 30px 60px;     position: relative; }

.half-box { display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    vertical-align: bottom;
    width: 100%; 
	
	}
	
.half-left { border-right: 1px solid rgba(255, 255, 255, 0.1);  float: left;
    margin: 0;
    padding-right: 60px;
    vertical-align: bottom;
    width: 50%;
}

#accordion-container { border-top: 1px solid #ed6767;  margin: 40px 0;
    padding: 0;
    position: relative;
    width: 100%;
	
}
.active-header {
    background: url("/img/minus.png") no-repeat scroll 98% 50% rgba(0, 0, 0, 0);
	background-color:#CCCCCC; 
}

.accordion-content {  border-bottom: 1px solid #25c9da;  display: none;
    padding: 20px 20px;
    width: 100%; 
	font-size :16px;
	}
	
	

 .accordion-header {border-bottom: 1px solid #fff;
    color: #000;
	cursor: pointer;
    font-size: 18px;
	font-weight:normal;
	font-family:"Source Sans Pro",sans-serif;
    margin: 2px;
    padding: 10px 20px ;
    transition: color 0.2s ease-in-out 0s;
    word-spacing: 0.2em;
	border:1px solid #bcbcbc;
}

.inactive-header {  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") no-repeat scroll 98% 50% rgba(0, 0, 0, 0);
 background-color:#eeeeee; } 








