/* New Accordion */

details {
	background-color: transparent !important;
	border-radius: 0px !important;
	border-bottom: 1px solid #275d38 !important;
	padding: 15px;
}

details[open] > summary:before {
	content: "\f0d7";
}

summary {
	background-color: transparent !important;
	margin-left: -25px !important;
}

summary::before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "\f0da";
	font-family: "Font Awesome 5 Solid", "Font Awesome 5 Pro";
	font-weight: 100;
	position: absolute;
	margin: auto;
	height: auto;
	width: 30px;
	color: #275d38;
	font-size: 30px;
}

summary > p {
	margin-left: 50px !important;
}

details > div {
	background-color: transparent !important;
	border-top: none !important;
	padding: 10px 5px 0 !important;
}

details > div > p {
	margin-left: 35px;
}

details > div > ul {
	margin-left: 40px;
}

details > div::after, summary::after {
	display: none !important;
}