/*---------------------- FAQ page ----------------------*/
.faqpage {
	width: 100%;
}
h3.faqpage-title {
	font-family: HelveticaBold;
	color: #00006a;
	font-size: 40px;
	line-height: 38px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
p.faqpage-txt {
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}
p.faqpage-info {
	font-family: Lato-Italic;
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 24px;
	line-height: 22px;
	margin-top: 34px;
	margin-bottom: 57px;
	text-align: center;
}
p.faqpage-info-2 {
	font-family: Lato-Italic;
	float: left;
	width: 100%;
	color: #2b2b2b;
	font-size: 24px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}
.breadcrumbs-page {
	float: right;
}
.breadcrumbs-page span {
	margin-right: 5px;
	font-size: 16px;
	color: #0000ff;
}
.breadcrumbs-page a {
	font-size: 16px;
	color: #0000ff;
	text-decoration: none;
}
.boxes-questions {
	width: 100%;
}
.boxes-questions-row {
	width: 100%;
	margin-bottom: 78px;
}
.boxes-questions-row:last-child {
	width: 100%;
	margin-bottom: 37px;
}
.boxquestion {
	width: 551px;
}
.boxquestion.right {
	float: right;
	width: 551px;
}
.boxquestion h4 {
	float: left;
	width: 100%;
	height: 58px;
	line-height: 58px;
	font-size: 30px;
	color: #fff;
	background: #4f89fc;
	border: 1px solid #d8d8d8;
	font-family: HelveticaBold;
	margin: 0;
	text-align: center;
}
.boxquestion-body {
	background: #fff;
	border: 1px solid #d8d8d8;
	border-top: none;
	width: 100%;
}
.boxquestion-body ul {
	list-style: none;
	margin-top: 40px;
	margin-bottom: 20px;
	padding-left: 50px;
}
.boxquestion-body ul li {
	line-height: 40px;
}
.boxquestion-body ul li a {
	text-decoration: none;
	color: #191919;
	font-size: 20px;
}
.boxquestion-body ul li a:hover {
	text-decoration: none;
	color: #0000ff;
	font-size: 20px;
}
.faq_details_answer {
	width: 472px;
	height: auto;
	background: #e4e4e4;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	/* border: 1px solid #010101; */
	/* padding: 10px 15px; */
}
/*---------- help sizes
	width: 472px;
	height: auto;
	background: #e4e4e4;
	color: #000;
	font-size: 18px;
	line-height: 26px;
	border: 1px solid #010101;
-------------*/