.gre-main-menu-button-wrapper {
	position: relative;
}

.gre-main-menu-button {
	padding: 0;
	border: 3px solid #fff;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
	width: 4em;
	height: 4em;
	background-color: #33788e;
	border-radius: 50%;
	cursor: pointer;
	z-index: 20;
}

.gre-main-menu-button:hover,
.gre-main-menu-button:focus {
	background-color: #275468;
}

.gre-main-menu-button--open {
	background-color: #c54020;
}

.gre-main-menu-button--open:hover,
.gre-main-menu-button--open:focus {
	background-color: #a71930;
}

.gre-main-menu-button-content {
	display: flex;
	flex-direction: column;
	font-size: 0.9em;
	font-weight: 700;
	margin-top: -0.4em;
	line-height: 1.2em;
}

.gre-main-menu-button-item {
	width: 100%;
	text-align: center;
}

.gre-desktop-main-menu-button {
	position: absolute;
	bottom: -2em;
	left: 15px;
}

.gre-main-menu-banner {
	display: none;
}

.gre-main-menu-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style: none;
}

.gre-main-menu-list-item {
	display: inherit;
	/*margin: 0 1em;*/
}

.gre-main-menu-list-item a {
	/*font-size: 1em;*/
	font-weight: 700;
	text-decoration: none !important;
	color: #33788e !important;
	padding: 0.5em 1em;
}

.gre-main-menu-list-item a:hover {
	text-decoration: underline !important;
	/*background-color: #275468;*/
	color: #275468 !important;
}