h1 {
	text-align: left;
	font-size: 70px;
	margin: 0;
}

#primary {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	margin-top: 180px;
}

.header-featured-image + #primary .entry-header h1 {
	padding-top: 0;
}

.header-featured-image + #primary {
	margin-top: 30px;
}

.entry-header h2 {
	font-size: 18px;
	font-family: Radikal, sans-serif;
	text-align: left;
	margin-top: 0;
	padding-bottom: 50px;
	min-height: 78px;
}



#body-container {
	width: 66%;
}

#secondary {
	width: 30%;
	padding-right: 4%;
	padding-top: 205px;
}

#body-content {
	
	padding-bottom: 150px;
}

.faq {
	border-bottom: 1px solid #e1e1e1;
	padding-top: 18px;
	padding-bottom: 14px;
	position: relative;
	cursor: pointer;
}

.faq.open {
	border-bottom: 1px solid #FF7300;
}

.faq::after {
	content: '+';
	color: #FF7300;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	font-weight: normal;
}

.faq.open::after {
	content: '-';
	color: #FF7300;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 30px;
	font-weight: normal;
}

.faq:last-child {
	border-bottom: none;
}

.faq .question {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 14px;
	padding-right: 30px;
}

.faq .answer {
	color: #373d3f;
	font-size: 16px;
	display: none;
}

.faq .answer a {
	color: #757575;
	text-decoration: none;
}

/** SIDEBAR **/

.faqs-sidebar .widget {
	margin-bottom: 35px;
}

.faqs-sidebar a {
	color: #ff7300;
	text-decoration: none;
}

.faqs-sidebar .menu-faq-menu-container  ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.faqs-sidebar .menu-faq-menu-container  ul li {
	padding: 4px 0;
}

.faqs-sidebar .menu-faq-menu-container  ul li a {
	color: #757575;
}

.faqs-sidebar .menu-faq-menu-container  ul li.current_page_item a {
	display: none;
}

.faqs-sidebar .menu-faq-menu-container  ul li.current_page_item {
	padding: 0;
}

.faqs-sidebar h2 {
	font-size: 14px;
	font-family: Radikal, sans-serif;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.faqs-sidebar .widget_custom_html:first-child a {
	display: block;
	text-decoration: none;
	color: #757575;
	line-height: 32px;
	font-size: 16px;
}

.faqs-sidebar .search-field {
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	width: 86%;
	text-transform: uppercase;
}

.faqs-sidebar .search-form .search-submit {
	text-indent: -99999px;
	border: 0;
	background-color: transparent;
	background: url('img/sprites.png') no-repeat;
	background-position: 0 -238px;
	width: 29px;
	height: 26px;
	display: inline-block;
}


/** MEDIA QUERIES **/

@media only screen and (max-width: 1350px) {

	#secondary {
		width: 30%;
		padding-right: 4%;
		padding-left: 4%;
	}

	#body-content {
		width: 100%;
		padding-bottom: 150px;
	}

} 


@media only screen and (max-width: 1250px) {


}

@media only screen and (max-width: 1024px) {

	#primary {
		flex-direction: column;
	}

	#body-container {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	#secondary {
		width: 100%;
		padding: 25px 5%;
	}

	#body-content {
		width: 100%;
		padding: 25px 5%;
	}

	.entry-header h1 {
		font-size: 36px;
		text-align: center;
	}

	.entry-header h2 {
		text-align: center;
	}

}

@media only screen and (max-width: 875px) {



}

@media only screen and (max-width: 768px) {


	.entry-header h1 {
		padding-top: 50px;
	}

	.page-template-page-faqs #primary {
		flex-direction: column-reverse;
	}

	#secondary {
		display: none !important;
	}

}

@media only screen and (max-width: 640px) {

	.entry-header h2 {
		padding-bottom: 10px;
	}

}

@media only screen and (max-width: 500px) {


}