.ac-container{
	width: 100%;
	margin: 0px auto;
	text-align: center;
	background: none;
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after {
	background: url(images/arrow-down.png) right center no-repeat;	
}


.ac-container input:checked + label:hover:after, .ac-inscontainer input:checked + label:hover:after {
	background: url(images/arrow-up.png) right center no-repeat;
}

.ac-pcontainer input:checked + label:hover:after{
	background: url(images/mob-finarrUp.png) right center no-repeat;
}

.ac-container label {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	padding: 2% 5% 1% 5%;
	margin-bottom: 1%;
	position: relative;
	z-index: 20;
	display: block;
	height: auto;
	cursor: pointer;
	color: #FFF;
	line-height: 27px;
	font-size: 25px;
	background: url(images/arrow-down.png) right center no-repeat;
	background-color: #7D1423!important;	

}

.ac-container label:hover {
	background: url(images/arrow-down.png) right center no-repeat;	
	background-color: #600716!important;
}


.ac-container input:checked + label {
	background: url(images/arrow-up.png) center right no-repeat;
	background-color: #600716;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);

}

.ac-container input:checked + label:hover {
	background: url(images/arrow-up.png) center right no-repeat;
	background-color: #600716;	
}


.ac-container input, .ac-inscontainer input, .ac-pcontainer input {
	display: none;
}
.ac-container article, .ac-inscontainer article {
	display: none;
}


ul {
	list-style-type: disc;
	margin: 0px 0 18px 1em;
}

li {
	list-style-type: disc;
	text-align: left;
	color: #313131;
	font-family:  Myriad Pro, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 5px;
	margin: 0px;
	
}

.ac-container article p {
	color: #313131;
	line-height: 20px;
	font-size: 16px;
}
.ac-container input:checked ~ article, .ac-inscontainer input:checked ~ article, .ac-pcontainer input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
.ac-container input:checked ~ article.ac-large, .ac-inscontainer input:checked ~ article.ac-large {
	display: block;
	height: auto;
	width: 90%;
	padding: 2%;
	background: none;
	margin: 0 auto 1% auto;
	
}

