﻿#accordion-container {
	font-size: 1.2empx;	
	margin-top:30px;
}

.accordion-header {
	font-size: 15px !important;
	background: #f7f7f7;
	margin: 5px 0 0 0;
	padding: 10px 40px 10px 35px;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #4a4a4a;
	position:relative;

}

h2 .accordion-header, h2 .active-header {
    color: #ffffff !important;
}

.accordion-header p {
    
    display:inline;
    padding:0;
    margin:0;
}

.accordion-header .editBtn {
    background: url(pencil_add.png) no-repeat;
    position:absolute;
    right:40px;
    top:6px;
    height:16px;
    width:16px;
    display:block;
    overflow:hidden;
    text-indent:-999px;
    border:none;
  }

.active-header {
	background: #009639 ; /*#9ac357*/
	border-color:#556f2c;/*#556f2c*/
	color:#fff !important;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.active-header a {color:#CCC;}



.active-header:hover {
	background: #009639; /*#556f2c*/
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.active-header:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8.7px 5px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5px;
}

.inactive-header {
	/*background: #ffffff;*/
	background-repeat: no-repeat;
	background-position: 98% 50%;
    border-bottom-color: #ccc !important;
}

.inactive-header:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.7px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -5px;
}

.inactive-header:hover {
	background: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

.accordion-content {
	display: none;
	padding: 20px 40px 20px 35px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-top: 0;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.accordion-content h3 {margin-top:0;}

.faqIncrement {
    position:absolute;
    top: 50%;
    transform: translateY(-50%);
    left:8px;
}

.faqlist {
    padding-left: 15px;
    padding-right: 15px;
}