/*# sourceMappingURL=faq.css.map */

.lava-page-content>.content-header {
	background-color: #3f86c4;
}

.lava-page-content>.content-header * {
	color: white;
	text-align: center;
}

.lava-page-content>.content-header .page-title {
	font-size: 5em;
	font-weight: bold;
}

.lava-page-content>.content-header .page-subhead {
	font-size: 1.3em;
	font-weight: 400;
}

.lava-page-content>.content-header .page-header-text {
	font-size: 1.4em;
}

.page-nav-section .page-nav-links-wrap {
	display: flex;
	justify-content: space-between;
}

.page-nav-section .page-nav-item {
	width: 31%;
	display: flex;
	border-radius: 20px;
}

.page-nav-section .page-nav-link {
	padding: 40px 40px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	background-color: white;
	box-shadow: 8px 8px 32px rgba(0, 0, 0, .37);
	transition: all .25s linear;
	color: #444;
	font-weight: bold;
	cursor: pointer;
}

.page-nav-section .page-nav-link h3 {
	font-size: 1.6em;
	font-weight: bold;
}

.page-nav-section .page-nav-link:hover {
	text-decoration: none;
}

.page-nav-section .page-nav-link.simulcharge:hover {
	background-color: #ed0281;
}

.page-nav-section .page-nav-link.battery-health:hover {
	background-color: #077925;
}

.page-nav-section .page-nav-link.power-spec:hover {
	background-color: #e0a904;
}

.questions-section {
	margin-bottom: 30px;
	padding: 40px 30px;
	background-color: white;
	box-shadow: 8px 8px 32px rgba(0, 0, 0, .37);
	border-radius: 20px;
}

.questions-section:last-child {
	margin-bottom: 0;
}

.questions-title {
	margin-bottom: 30px;
	padding-left: 40px;
	font-weight: bold;
}

.single-question-wrap.dropdown {
	padding: 20px;
	display: flex;
	border-left: solid 2px #d8d8d8;
}

.single-question-wrap.dropdown .single-question-container {
	width: 100%;
}

.single-question-wrap.dropdown .question-number {
	width: 35px;
	font-weight: bold;
	margin-right: 20px;
}

.single-question-wrap.dropdown .question-number, .single-question-wrap.dropdown .question {
	font-size: 1.25em;
}

.single-question-wrap.dropdown .question-wrap {
	display: flex;
	justify-content: space-between;
}

.single-question-wrap.dropdown .question-wrap .question {
	width: calc(100% - 45px);
	font-weight: normal;
}

.single-question-wrap.dropdown .question-wrap:hover .question {
	color: #3f86c4;
}

.single-question-wrap.dropdown .question-wrap .question-icon {
	width: 35px;
	font-size: 17px;
	text-align: end;
}

.single-question-wrap.dropdown .question-wrap .icon-minus {
	display: none;
}

.single-question-wrap.dropdown .answer-wrap {
	width: calc(100% - 40px);
}

.single-question-wrap.dropdown .answer-wrap p, .single-question-wrap.dropdown .answer-wrap ul, .single-question-wrap.dropdown .answer-wrap li {
	font-weight: normal;
	color: #444;
}

.single-question-wrap.dropdown .answer-wrap ul {
	margin-bottom: 15px;
	padding-left: 15px;
	list-style-type: disc;
}

.single-question-wrap.dropdown .answer-wrap ul:last-child {
	margin-bottom: 0;
}

.single-question-wrap.dropdown .answer-wrap ul li {
	display: list-item;
	line-height: 1.4;
	list-style-position: inside;
}

.single-question-wrap.dropdown.active {
	border-left: solid 2px #3f86c4;
}

.single-question-wrap.dropdown.active .question {
	color: #3f86c4;
}

.single-question-wrap.dropdown.active .icon-minus {
	display: block;
}

.single-question-wrap.dropdown.active .icon-plus {
	display: none;
}

@media screen and (max-width: 767px) {
	.lava-page-content>.content-header .page-title {
		font-size: 3.5em;
	}
	
	.page-nav-section .page-nav-links-wrap {
		flex-direction: column;
	}
	
	.page-nav-section .page-nav-item {
		margin-bottom: 15px;
		width: 100%;
	}
	
	.page-nav-section .page-nav-item:last-child {
		margin-bottom: 0;
	}
}
