body {
	
}


ul li {
	margin: 5px 0;
}


.drop-down {
	height: auto;
	margin-bottom: 20px;
}

.drop-down--headline {
	color: #fff;
	background-color: #7EB795;
	font-size: 1.3em;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
}

.drop-down--headline > span {
	padding: 10px 20px;
	padding-left: 30px;
	line-height: 1.3;
}


.drop-down--expand-button {
	padding: 0 10px;
	font-size: 0.8em;
	font-weight: 500;
	align-items: center;
	justify-content: space-between;
	background-color: #A4CCB5;
	flex: 0 0 160px;
	cursor: pointer;
	display: flex;
}

.drop-down--expand-button-inner {
	flex: 1 1 auto;
	display: flex;
	justify-content: space-between;
}

.drop-down-image {
	transform: rotate(0deg);
	transition: 0.6s all;
	width: 30px;
	height: auto;
}

.drop-down--expand-button.active .drop-down-image {
	transform: rotate(180deg);
	transition: 0.6s all;

}

.drop-down--expand-button > span {
	flex: 1 1 auto;
	text-align: center;
}

.drop-down--content {
	border: 10px solid #7EB795;
	border-top: none;
	padding: 50px;
	display: none;
}


.drop-down--content ul li::before {
  color: #7EB795; /* Change the color */
}

ul.content-list li {
	margin-bottom: 20px !important;
}

.drop-down--content.active {
	display: block;
	border: 10px solid #7EB795;
	opacity: 1;
	padding: 50px;
	height: auto;
	transition: 1s all;
}



.header--buttons {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	list-style: none;
	color: #fff;
	font-size: 0.8em;
	letter-spacing: 0.10em;
	font-weight: 600;
}

.header--buttons--item {
	background-color: #93093b;
	margin: 0;
	margin-left: 3px;
	min-width: 50px;
	text-align: center;
}

.header--buttons--item.gray {
	background-color: #B6B6B6;
}
.header--buttons--link {
	padding: 15px 15px;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header--buttons--link-text {
	flex: 0 0 120px;
	padding-left: 5px;
}

.header--buttons--link:hover, .header--buttons--link:active, {
	color: #fff;
}

.header--buttons--icon {
	height: 22px;
	width: auto;
}

.footer--socal--link {
	margin-right: 10px;
}

.footer--socal--icon {
	height: 25px;
	width: auto;
}

@media (max-width: 736px) {
	.header--buttons {
		display: none;
	}

	.drop-down--expand-button {
	font-size: 1em;
	flex: 0 0 130px;
	}

	.drop-down--headline {
		font-size: 0.9em;
		  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	}
	.drop-down--headline > span {
		padding: 10px 10px;
	}
	.drop-down--content {
		padding: 20px;
	}
	
}
