@charset "utf-8";
.drawer-hamburger {
  top: 5px;
	margin-right: 10px;
  padding: 12px 12px 22px 10px;
	background: rgba(255,255,255,0.50);
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 15.25rem;
	background-color: #fff;
	border: 1px solid #07a340;
}

.drawer-hamburger:hover {
  cursor: pointer;
	padding: 12px 20px 24px 10px;
  background-color: transparent;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
	background-color: #07a340;
}
.drawer-hamburger:hover {
	cursor: pointer;
}

.drawer-nav {z-index: 100;}	
.drawer-nav .drawer-menu li {
	width: 100%;
	padding: 1em 0;
	font-size: 1.4em;
	font-weight: 500;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}
.drawer-nav .drawer-menu A {
	width: 100%;
	color:#656565;
}

@media (min-width: 768px) {
.drawer-hamburger {
  top:0;
}
}
@media (min-width: 1024px) {
.drawer-hamburger{
	display: none;
}
.drawer--right .drawer-nav{
	right: 0;
}
.drawer-nav{
	position: inherit;
	width: auto;
	background: none;
}
.drawer-nav .drawer-menu {
	display:flex;
	justify-content: flex-end;
	text-align: center;
}
.drawer-nav .drawer-menu li {
	width: auto;
	display:flex;
	margin: 0 0.2em;
	text-align: center;
	border-bottom: none;
	position: relative;
}
.drawer-nav .drawer-menu li A{
	transition: all 0.7s ease-out;
}
.drawer-nav .drawer-menu li A:hover { 
	color:#3eac4a;
}
.drawer-nav .drawer-menu li:after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	left: 50%;
	bottom: 0.6em;
	border: 5px solid transparent;
	border-top-color: #07a340;
	border-bottom-width: 0;
}
}
@media (min-width: 1024px) {
.drawer-nav .drawer-menu li {
	padding: 0.5em 0.5em 1.2em;
	font-size: 1.4em;
}
}
@media (min-width: 1100px) {
.drawer-nav .drawer-menu li {
	padding: 0.5em 0.5em 1.2em;
	font-size: 1.6em;
}
}

