/* FAQ
*/
.faq_accordion1  {
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.faq_accordion1 div.answer_block_container {
	margin: 2px 0px 2px 0px;
	position: relative;
}
.faq_accordion1 div.answer_block {
	background-color: #efefef;
	margin-left: 45px;

}
.faq_accordion1 p {
	margin-bottom : 10px;
	text-decoration: none;
	font-size: 12pt;
	padding:9px;
	padding-left: 21px;
	color: #757a83;
	margin:0px;
	
}
.faq_accordion1>a {
	position: relative;
	cursor:pointer;
	display:block;
	padding:13px 35px 13px 65px;
	margin: 2px 0px;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1;
	background-color: #c9c9c9;
	background-repeat: no-repeat;
	background-position: right;
	
	transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
}

.faq_accordion1 .triangle{
	position:absolute;
	border-top:10px solid #FFFFFF;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:0px;
	width: 0; 
	height: 0; 
	right: 20px;
	top: 16px;
}
.faq_accordion1 >a.selected .triangle{
	border-top:0px;
	border-bottom:10px solid #FFFFFF;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.faq_accordion1 >a:hover {
	color: #FFFFFF;
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}
.faq_accordion1>a.selected {
	color: #FFFFFF;
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}
.faq_accordion1 .more_questions{
	float: right;
}
.faq_accordion1 .more_questions span{
	font-weight: bold;
	font-size: 11pt;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}
.faq_accordion1 .more_questions .b2j_button{
	float: right;
}
.faq_accordion1 .b2j_button{
	display: block;
	padding: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	background-color: #ffa433;
	-khtml-border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: background .3s ease-in-out, color .3s ease-in-out;
	-moz-transition: background .3s ease-in-out, color .3s ease-in-out;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
	-o-transition: background .3s ease-in-out, color .3s ease-in-out;
}
.faq_accordion1 .b2j_button:hover{
	background-color: #ffa433;
}

.faq_accordion1>a.selected .q_body{
	background:#5a6683 !important;
}
.faq_accordion1>a.selected .q_body div div{
	background:#5a6683;
}
.faq_accordion1>a.selected .q_body div div div{
	background:#FFFFFF;
}
.faq_accordion1>a.selected .q_body div div div div{
	color:#5a6683;
}

.faq_accordion1>a:hover .q_body{
	background:#5a6683 !important;
}
.faq_accordion1>a:hover .q_body div div{
	background:#5a6683;
}
.faq_accordion1>a:hover .q_body div div div{
	background:#FFFFFF;
}
.faq_accordion1>a:hover .q_body div div div div{
	color:#5a6683;
}

.faq_accordion1 .q_body{
	position:absolute;
	width:43px;
	height:42px;
	border-right: 2px solid white;
	background:#858585 !important;
	left: 0;
    top: 0;
}
.faq_accordion1 .q_body div{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-17px;
	margin-top:-17px;
	width:34px;
	height:34px;
	background-color:#FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faq_accordion1 .q_body div div{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-15px;
	margin-top:-15px;
	width:30px;
	height:30px;
	background-color:#858585;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faq_accordion1 .q_body div div div{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-13px;
	margin-top:-13px;
	width:26px;
	height:26px;
	background-color:#FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faq_accordion1 .q_body div div div div{
	position:absolute;
	line-height:26px;
	color:#858585;
	width:26px;
	text-align: center;
	font-size: 12pt;
}

.faq_accordion1 .a_body{
	position:absolute;
	float:left;
	display:block;
	width:43px;
	height:42px;
	left: 0px;
	top: 0px;
	background:#d11e23 !important;
}
.faq_accordion1 .a_body div{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-17px;
	margin-top:-17px;
	width:34px;
	height:34px;
	background-color:#FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faq_accordion1 .a_body div div{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-15px;
	margin-top:-15px;
	width:30px;
	height:30px;
	background-color:#d11e23;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faq_accordion1 .a_body div div div{
	position:absolute;
	top: 50%;
	left: 50%;
	margin-left:-13px;
	margin-top:-13px;
	width:26px;
	height:26px;
	background-color:#FFFFFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faq_accordion1 .a_body div div div div{
	position:absolute;
	line-height:26px;
	color:#d11e23;
	width:26px;
	text-align: center;
	font-size: 12pt;
}