.faqs_cont{
	margin-top:40px;	
	margin-bottom: 115px;
	position:relative;
}
.cd-faq-items {
	position: relative;
	height: auto;
	width: 100%;
	max-width:980px;
	margin:auto;
}

.cd-faq-group {
	/* hide group not selected */
	display: block;
}
.cd-faq-group > li {
	background: #ffffff;
	box-shadow: none;
	border-bottom: 1px solid #e2e2e2;
}
.cd-faq-items > li {
	background: #ffffff;
	box-shadow: none;
	border-bottom: 1px solid #e2e2e2;
}

.cd-faq-title{
	margin-top: 60px;
	margin-bottom: 15px;
	padding-top: 10px;
	border:0 !important;
}
.cd-faq-group:first-child .cd-faq-title {
	margin-top: 0;
	padding-top: 0px;
}
.cd-faq-group .cd-faq-title h2 {
	color: #484a48;
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
}
.cd-faq-trigger {
	position: relative;
	display: block;
	margin: 0;
	padding: 30px 45px 30px 15px;
	
	color: #405d94;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
}
.cd-faq-trigger:hover, .content-visible .cd-faq-trigger {
	color: #a0e1f7;
}
.cd-faq-trigger::before, .cd-faq-trigger::after {
	/* arrow icon on the right */
	content:'';
	position: absolute;
	right: 15px;
	top: 50%;
	height: 2px;
	width: 13px;
	background: #405d94;
}
.cd-faq-trigger::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 23px;
}
.cd-faq-trigger::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.content-visible .cd-faq-trigger::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #a0e1f7;
}
.content-visible .cd-faq-trigger::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #a0e1f7;
}

.cd-faq-content {
	display: none;
	padding: 0 15px 30px;
	
	color:#405d94;
	font-weight:300;
	font-size:15px;
	line-height:22px;
}

.cd-faq-content ul {
	padding-top: 20px;
	padding-left: 40px;
}

.cd-faq-content ul li {
	list-style-type: disc !important;
}

@media only screen and (max-width:999px) {
	.faqs_cont{
		padding:0 20px;
	}
	.cd-faq-trigger {
		font-size: 16px;
		line-height: 22px;
	}

	.cd-faq-content {
		font-size:14px;
		line-height:22px;
	}
}

@media only screen and (max-width:749px) {
	.faqs_cont{
		margin:40px 0;
	}
	.cd-faq-items {
		padding-left: 0px;
	}
	.cd-faq-categories {
		display:none;
	}
}

@media only screen and (max-width:549px) {
	.faqs_cont{
		margin:20px 0;
	}
	.cd-faq-trigger {
		padding: 25px 45px 25px 10px;
		font-size: 15px;
		line-height: 20px;
	}
	.cd-faq-trigger::before, .cd-faq-trigger::after {
		right: 19px;
	}
	.cd-faq-trigger::before {
		right: 10px;
	}
	.cd-faq-content {
		padding: 0 10px 25px;
		font-size:13px;
		line-height:20px;
	}
	.cd-faq-content ul {
		padding-top: 10px;
		padding-left: 20px;
	}
}