/*# sourceMappingURL=privacy-policy.css.map */

.lava-page-content>section {
	background-color: white;
}

.page-title {
	font-weight: bold;
	font-size: 3.2em;
}

.page-subhead {
	margin-bottom: 50px;
	font-size: 1.8em;
}

.questions-wrap {
	margin: 40px 0;
}

.questions-wrap .dropdown {
	margin-bottom: 25px;
	background-color: #f5f5f5;
}

.questions-wrap .dropdown .dropdown-header {
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.questions-wrap .dropdown .dropdown-header .dropdown-title {
	margin-right: 25px;
	margin-bottom: 0;
	width: 70%;
	font-size: 1.7em;
	font-weight: 300;
	color: #444;
}

.questions-wrap .dropdown .dropdown-header .toggle-dropdown-btn {
	margin-bottom: 0;
	margin-right: 0;
	padding: 10px;
	min-width: 100px;
	box-sizing: border-box;
	color: #999;
	background-color: white;
	border-radius: 5px;
}

.questions-wrap .dropdown .dropdown-header .toggle-dropdown-btn:hover::after {
	background-color: rgba(0, 0, 0, .1);
}

.questions-wrap .dropdown .dropdown-body {
	padding: 0 30px;
	height: 0;
	overflow: hidden;
}

.questions-wrap .dropdown .dropdown-body .dropdown-body-content {
	padding-bottom: 20px;
}

.questions-wrap .dropdown .dropdown-body .dropdown-content-title {
	font-size: 1.1em;
	line-height: 1.3;
}

.questions-wrap .dropdown .dropdown-body ul {
	margin-bottom: 30px;
	list-style-type: disc;
	list-style-position: inside;
}

.questions-wrap .dropdown .dropdown-body ul li {
	line-height: 1.5;
}

.questions-wrap .dropdown .dropdown-body .dropdown-columns {
	display: flex;
	justify-content: space-between;
}

.questions-wrap .dropdown .dropdown-body .dropdown-columns .dropdown-column {
	width: 31%;
}

.questions-wrap .dropdown .dropdown-body .plain-text {
	font-weight: normal;
}

.questions-wrap .dropdown.active .toggle-dropdown-btn {
	background: rgba(0, 0, 0, .06);
}

@media screen and (max-width: 540px) {
	.questions-wrap .dropdown .dropdown-header .dropdown-title {
		font-size: 1.5em;
	}
}
