/*@media only screen and (min-width: 769px)
{
	.SD DIV#responsiveTrigger
	{
		display: none;
	}
}*/
#responsiveMenu .menu.primary > DIV > UL > LI > A
{
	font-weight: 900;
}
#responsiveTrigger
{
	width: 40px;
	height: 40px;
	background-color:var(--colorNavPrimary);
	border-radius: 100%;
	position: fixed;
	right: 20px;
	top: 20px;
	justify-content: center;
	align-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0;
	z-index: 100001;
	transition: all 500ms ease-in-out !important;
	transition:var(--defaultTransition);
	overflow: hidden;
}
#responsiveMenu UL.sub-menu:not(.active) A
{
	pointer-events: none;
}
DIV#responsiveTrigger:hover
{
	background-color:var(--colorD);
	transition:var(--defaultTransition);
}
DIV#responsiveTrigger .bar
{
	height: 4px;
	width: 20px;
	background: white;
	border-radius: 3px;
	position: absolute;
	transition:var(--defaultTransition);
}
DIV#responsiveTrigger .bar:nth-child(1)
{
	margin-top: -7px;
}
DIV#responsiveTrigger .bar:nth-child(3)
{
	margin-top: 7px;
}
DIV#responsiveTrigger.active .bar:nth-child(1)
{
	margin-top: 0px;
	transform: rotate(45deg);
}
DIV#responsiveTrigger.active .bar:nth-child(2)
{
	margin-left: 89px;
}
DIV#responsiveTrigger.active .bar:nth-child(3)
{
	margin-top: 0px;
	transform: rotate(-45deg);
}
DIV#responsiveMenu UL#menu-social DIV.icon SVG
{
	width: 50px;
}
.ready #responsiveMenu
{
	background-color:var(--colorNavPrimary);
	width: 100%;
	height: 100%;
	right: -100%;
	right: 0%;
	position: fixed;
	z-index: 100000;
	top: 0;
	margin: 0;
	display: block;
	/*pointer-events: none;*/
	min-height: 100vh;
}
/*#responsiveMenu
{
	display: none;
}*/
#responsiveMenu .menu.primary
{
	background-color:var(--colorB);
}
#responsiveMenu .menu.primary UL
{
	list-style: none;
	text-align: center;
	margin: 0px;
	font-family:var(--secondaryFontFamily);
	font-size: 22px;
	width: auto;
	display: flex;
	flex-direction: column;
	/*width: 50%;*/
}
#responsiveMenu .menu.primary LI
{
	pointer-events: none !important;
	display: block;
}
#responsiveMenu .menu.primary A
{
	pointer-events: auto;
	color:var(--colorA);
	cursor: pointer;
	width: auto;
}
#responsiveMenu .menu.primary UL UL
{
	/*position: relative;*/
	height: auto;
	padding: 0;
	overflow: hidden;
	margin-top: 0;
	margin: 0;
}
#responsiveMenu .menu.primary UL UL LI
{
	list-style: none;
	text-align: center;
	margin: 0px;
	font-family:var(--secondaryFontFamily);
	z-index: 110000;
	font-size: 16px;
}
/*social menu
{
}*/
DIV#responsiveMenu .social UL
{
	display: flex;
	flex-direction: row;
	list-style: none;
	margin: calc(var(--defaultMargin)/2);
	justify-content: center;
	padding: 7px;
}
DIV#responsiveMenu .social LI .icon
{
	height: 30px;
	width: 30px;
	display: flex;
	justify-content;
	justify-content: center;
	align-items: center;
	margin-right: calc(var(--defaultMargin)/4);
	margin-left: calc(var(--defaultMargin)/4);
	overflow: visible;
}
DIV#responsiveMenu .social LI
{
	height: 30px !important;
	display: flex !important;
	justify-content;
	justify-content: center !important;
	align-items: center !important;
	margin-right: calc(var(--defaultMargin)/4) !important;
	margin-left: calc(var(--defaultMargin)/4) !important;
	overflow: visible !important;
	display: none;
}
#SD #responsiveMenu #menu-social-1 .icon *
{
	width: 100%;
	/* width: 40px; */
	height: 100%;
	/* padding-left: 8px;*/
	*/;
}
DIV.icon.searchBtn svg path
{
	height: 200px !important;
	width: 200px !important;
}
/*call to action
{
}*/
#responsiveMenu:not(.active)
{
	display: none;
}
#responsiveMenu .CTAbuttons
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	text-align: center;
}
#responsiveMenu .CTAbuttons A
{
	color: ;
	font-size: 22px;
	font-family:var(--secondaryFontFamily);
	width: 100%;
	line-height: 1.1;
	padding: calc(var(--defaultMargin)/2) 0;
}
#responsiveMenu .CTAbuttons A.gift
{
	background-color:var(--colorC);
	color: white;
}
#responsiveMenu .CTAbuttons A.newsletter
{
	background-color:var(--colorD);
	background-image: ;
	color: white;
}
#responsiveMenu .CTAbuttons A.volunteer
{
	background-color: white;
}
/*call to action
{
}*/
DIV#responsiveMenu DIV.logo
{
	text-align: center;
	padding: 15px 30% 0;
}
DIV#responsiveMenu DIV.logo SVG
{
	width: 50%;
	min-width: 200px;
	max-width: 300px;
	margin-top:var(--defaultMargin);
}
