.dropdownNav{
	position: absolute;
	z-index: 99999;
	top: 100%;
	width: 100%;
	background-color: rgb(236,247,239);
	overflow: hidden;
	box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.16);
}

.dropdownOptionContainer{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	margin: .7em 0em 2.5em;
	padding: 0 10%;
	position: relative;
}

.dropdownOption{
	width: 100%;
	line-height: 300%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #696158;
	border-bottom: 1px solid #009639;
}

.dropdownNavCollapse{
	height: 0;
}