/* Default */
div#FAQs {
	width: 100%;
}

div#FAQs .fullbackground {
	background-color:#fff;
	background-image: url(/images/widgets/FAQs/faq.jpg);
}

.questions {
	width:50%;
	margin:0;
	padding:0 20px 100px 0;
	display:inline-block;
	vertical-align: top;
	list-style-type: none;
	position:relative;
}

.questions li {
	margin-bottom:20px;
	line-height: 1.7;
	padding:10px;
	background:#fafafa;
}

.questions li:hover {
	cursor:pointer;
	background:#eee;
}

.questions li.active {
	background: #DDF2EA;
	color: #666;
}

.answers {
	width:50%;
	margin:0;
	padding:0 0 100px 20px;
	display:inline-block;
	vertical-align: top;
	position:relative;
}

.answers div {
	display:none;
	padding: 10px 15px;
	background: #DDF2EA;
	border-radius: 4px;
	color: #666;
	position:relative;
}

.answers div:first-of-type {
	display:block;
}

.answers p {
	line-height: 1.7;
}

.answers div .glyphicon {
	color: #DDF2EA;
    font-size: 30px;
    position: absolute;
    left: -35px;
    top: 4px;
}

















/* OLD */

div.faq-row {
	margin-bottom: 50px;
}

div.faq-row h3 {
	font-size: 20px;
	margin-bottom: 10px;
	color: #666;
	text-transform: uppercase;
	line-height: 1.4;
}

div.faq-row p {
	font-family: "Helvetica Neue", "Helvetica";
	font-size: 18px;
	color: #828897;
	font-weight: 100;
	line-height: 1.7;
}



div#FAQs .textContainer {
  max-width: 960px;
  width: 100%;
  margin: 50px auto;

}

div#FAQs .qa_container {
	padding: 50px;
	font-size: 14px;
}




div#FAQs .qa_container:nth-child(odd) {
	background-color: rgba(0,0,0,0.05);
}

div#FAQs .qa_container:nth-child(odd):hover {
	background-color: rgba(0,0,0,0.08);
}

div#FAQs .qa_container:nth-child(even) {
	background-color: white;
}

div#FAQs .qa_container:nth-child(even):hover {
	background-color: rgba(0,0,0,0.03);
}

div#FAQs .question {
}

div#FAQs .answer {
	margin-top: 20px;
	display: none;
	font-style: italic;
}


/* for 980px or less */
@media screen and (max-width: 992px) {

	div#FAQs .textContainer {
		width: 720px;
	}
	
	div#FAQs .fullbackground {
		font-size: 40px;
	}
	
	div#FAQs .qa_container {
		padding: 30px;
		font-size: 13px;
	}

	
}

/* for 700px or less */
@media screen and (max-width: 768px) {
	
	div#FAQs .textContainer {
		width: 90%;
		font-size: 11px;
		margin-top:20px;
	}

	div#FAQs .fullbackground {
		font-size: 30px;
	}

	div#FAQs .qa_container {
		padding: 25px;
		font-size: 12px;
	}
}


/* for 480px or less */
@media screen and (max-width: 480px) {

	div#FAQs .textContainer {
		font-size: 10px;
	}
	
	div#FAQs .fullbackground {
		font-size: 25px;
	}
	
	div#FAQs .qa_container {
		padding: 20px;
		font-size: 10px;
	}
}