.ac-container label{color: #0F2C40; font-weight:400; padding: 13px 0px; position: relative; display: block; cursor: pointer; border-top:1px solid #F4F4F4;    line-height: 33px; font-size: 22px;}
.ac-container div:first-child label {border:none; }


.ac-container input:checked + label,
.ac-container input:checked + label:hover{font-weight:400; color: #0F2C40;}

.ac-container label:after,
.ac-container input:checked + label:after{content:''; position: absolute; right: 0; top:16px; width:14px; height:24px; background:url('/accord/chevron.svg')center no-repeat;}

.ac-container input:checked + label:after{content:''; position: absolute; right: 0px; top:16px; width:14px; height:24px; background:url('/accord/chevron2.svg')center no-repeat;}
.ac-container input{display: none;}

.ac-container article {overflow: hidden; height:0px; opacity:0;}
.ac-container input:checked ~ article {opacity:1; transition: opacity 0.2s ease-in-out;
   
}

.ac-container article p{ font-size: 15px; padding:0px 0px 20px; font-weight:300;}
.ac-container input:checked ~ article{height: auto;}


#accord {margin:30px 40px; }

/*--------mobile---------*/

@media screen and (max-width: 670px){
	.ac-container label {font-size:18px;}
	.ac-container article p {font-size:15px;}
	#accord {margin:30px 20px;}
}