﻿#accordion-container {
	margin: 10px;
	font-size: 13px;
	background: #ffffff;
	padding: 5px;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 0.3);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 0.3);
	-moz-box-shadow: 0px 0px 5px 2px rgba(204, 204, 204, 0.3);
}
#accordion-container .accordion-header {
	font-size: 16px;
	background: #ebebeb;
	margin: 5px 0px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #F3F3F3;
	cursor: pointer;
	color: #666666;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 400;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
#accordion-container .active-header {
	background: #009900;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #FFFFFF;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	font-size: 20px;
	font-weight: 900;
}
#accordion-container .active-header i {
	color: #009900;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	padding-right: 0px;
}

#accordion-container .active-header:hover {
	background: #009900;
	background-repeat: no-repeat;
	background-position: right 50%;
}
#accordion-container .inactive-header {
	background: #ebebeb;
	background-repeat: no-repeat;
	background-position: right 50%;
}
#accordion-container .inactive-header i {
	color: #000000;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	padding-right: 20px;
}

#accordion-container .inactive-header:hover {
	background: #009900;
	background-repeat: no-repeat;
	background-position: right 50%;
	color: #FFFFFF;
}
#accordion-container .inactive-header:hover i {
	color: #ffffff;
}

#accordion-container .accordion-content {
	display: none;
	padding: 10px;
	background: #ffffff;
	overflow: hidden;
}
#accordion-container .accordion-content p{
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#accordion-container .accordion-content .list{
	padding: 0px;
	margin: 0px 10px 0px 20px;
}
#accordion-container .accordion-content .list li{
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}
#accordion-container .accordion-content .list li ul{
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#accordion-container .accordion-content .sub-title{
	border-style: none;
	font-family: 'Roboto', arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: 900;
	margin-top: 30px;
	margin-bottom: 10px;
}
table.faq {
	width: 100%;
	margin-bottom: 10px;
}
table.faq td {
	padding: 5px;
	text-align: center;
	border: 1px solid #F3F3F3;
	font-family: 'Open Sans',arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 600;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
table.faq td strong {
	font-size: 15px;
}
table.faq th {
	padding: 10px;
	text-align: center;
	background-color: #EFEFEF;
	font-family: 'Raleway',arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 600;
}
table.faq tr:hover td{
	background-color: #FFFFFF;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	color: #000000;
}

table.faq tr:nth-child(even) {			
    background-color: #fff;		
}
table.faq tr:nth-child(odd) {			
	background-color:#FBFBFB;
}
