.step-menu {
	display: none;
}

.hide-left-column #center_column {
	width: 100%;
	position: inherit;
	padding-top: 0;
    margin-top: 0;
}

@media (min-width: 1200px) {
  div.faq .container {
    width: 1270px;
  }
}

#page-list #page {
	position: relative;
	max-width: 100%;
	width: 100%;
}

#page-list #columns {
	max-width: 100%;
	width: 100%;
}

div.faq {
	
}

div.faq .banner {
	background: url(../img/banner-faq.png);
	width: 100%;
	height: 257px;
	position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}

div.faq .banner:after {
	content: '';
	display: block;
	clear: both;
}

div.faq .banner .row {
	margin-top: 60px;
}

div.faq .banner .contact {
	text-align: right;
}

div.faq .banner .contact span {
	color: #fff;
	font-size: 16px;
}

div.faq .banner .contact a {
	color: #fff;
	font-size: 16px;
	background: #f08900;
	text-decoration: none;
	padding: 10px 20px;
	margin-left: 30px;
}

div.faq .banner .main-title {
	font-size: 22px;
	color: #f08900;
}

div.faq .faq-content {
    background: #fff;
    margin-top: 145px;
    z-index: 101;
    position: relative;
}

div.faq .faq-content .menu {
	background: #1e65aa;
	padding: 40px;
}

div.faq .faq-content .menu h2 {
	color: #fff;
	padding-bottom: 40px;
}

div.faq .faq-content .menu h2:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	position: relative;
	top: 10px;
	background: #fff;
}

div.faq .faq-content .menu ul, div.faq .faq-content .menu li {
	list-style: none;
	color: #fff;
}

div.faq .faq-content .menu ul {
	
}

div.faq .faq-content .menu li {

}

div.faq .faq-content .menu li a {
	padding: 15px 40px;
	margin: 0 -40px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

div.faq .faq-content .menu li.active a, div.faq .faq-content .menu li a:hover {
	background: #0d3053;
	border-right: 7px solid #fff;
}

div.faq .faq-content .reasurance {
	background: url(../img/reasurance-faq.png);
	/*width: 347px;*/
	height: 223px;
	padding: 40px;
	padding-top: 50px;
}

div.faq .faq-content .reasurance h3, div.faq .faq-content .reasurance h4, div.faq .faq-content .reasurance a {
	color: #fff;
	padding: 0;
	margin: 0;
}

div.faq .faq-content .reasurance h3 {
	font-size: 14px;
}

div.faq .faq-content .reasurance h3:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	position: relative;
	top: -10px;
	background: #fff;
}

div.faq .faq-content .reasurance h4 {
	font-size: 12px;
	margin-top: 10px;
}

div.faq .faq-content .reasurance a {
	color: #fff;
	font-size: 14px;
	background: #f08900;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 30px;
}

div.faq .faq-content .faq-list {
	margin: 60px 60px 60px 30px;
}

div.faq .faq-content .faq-item {
	/*margin: 60px 60px 60px 30px;*/
}

div.faq .faq-content .faq-item h4.question {
	color: #316db3;
	font-size: 18px;
	margin-bottom: 30px;
}

div.faq .faq-content .faq-item div.response {
	color: #6c6b6b;
	font-size: 14px;
	margin-bottom: 30px;
}

