#hamburger {
    position: fixed;
    top: 47px;
    right: 21px;
    z-index: 99999;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--e-global-color-text);
    background: none;
    height: var(--mb-button-size);
    padding: 0 0 0 var(--mb-button-size);
    margin: 0;
    line-height: var(--mb-button-size);
    vertical-align: middle;
    appearance: none;
    outline: 0;
    cursor: pointer;
    box-shadow: none;
	transition: all .5s;
}
#mobile_header_logo {
	position: absolute;
	top: 1rem;
	left: 1rem;
	z-index: 999;
}
#mmenuheader {
    display: flex;
    justify-content: flex-end;
    padding-right: 13px;
}
/*
#mmenuheader .logo img,
#mobile_header_logo img {
    max-width: 83px;
} */
.mm-ocd__content {
    padding-top: 70px;
}
.mm-ocd-opened #hamburger {
    top: 0 !important;
    right: calc(100vw - var(--mm-ocd-width) + 8px) !important;
    width: 32px;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
    display: none;
}
body.scrolled-down #desktopheader {
	z-index: 49000;
}
#banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom right;
}
@media (min-width: 64em){
	#banner {
		padding-top: 280px;
	}
	#hamburger,
	#mobilemenu,
	#mmenu,
	#mobile_header_logo,
	.mm-ocd {
		display: none !important;
	}
	body.scrolled-down #desktopheader {
		background: #fff;
		box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 8%);
	}
}
@media (max-width: 63.9999em){
	/*#banner{
	    min-height: 50vh;
	}*/
	#desktopheader :not(a):not(button) {
		pointer-events: none;
	}
	#desktopheader a,
	#desktopheader button {
		pointer-events: all;
	}
	#desktopmainmenu, 
	#stepup_org_button,
	#wpadminbar	{
		display: none !important;
	}
	body.mm-ocd-opened #wpadminbar,
	body.mm-ocd-opened .sbi-critical-notice {
		display: none !important;
	}
	.scrolled-down #give_now_button {
		transform: translateY(-150%);
		opacity: 0;
	}
	.scrolled-down #hamburger {
		top: 10px;
	}
	.scrolled-down #desktopheader .site-logo {
		pointer-events: none;
		top: 0;
		left: 0;
	}
	.scrolled-down #desktopheader .site-logo .bars {
		top: 0;
		left: 0;
		transform: translateY(-100%);
		opacity: 0;
	}
	.scrolled-down #desktopheader .site-logo .line1,
	.scrolled-down #desktopheader .site-logo .line2{
		top: 0;
		left: 0;
		transform: translateX(-100%);
		opacity: 0;
	}
}

#mmenuheader .logo {
    position: absolute;
    top: 0;
    left: 0;
}
#mmenuheader .logo a {
    padding: 0;
    margin: 0;
}
:root {
    --mm-spn-item-height: 54px !important;
	--mb-button-size: 36px !important;
	--mb-bar-width: 1 !important;
	--mb-bar-height: 4px !important;
	--mb-bar-spacing: 11px !important;
	--mm-ocd-width: 321px;
}
.mm-spn a:not(:last-child) {	/* this selects the parent menu items */
    padding-right: 0;
}
.mm-spn.mm-spn--light {
	color: var(--e-global-color-text, #000);
	background: #fff;
}

.mm-spn a:not(:last-child):after {
	display: none;
}
.mm-spn.mm-spn--navbar ul {
    top: 80px;
    padding-top: 15px;
}
.mm-spn.mm-spn--navbar ul::before {
    display: block;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="291" height="4" viewBox="0 0 291 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2 2L289 2.00003" stroke="url(%23paint0_linear_105_4200)" stroke-width="4" stroke-linecap="round"/><defs><linearGradient id="paint0_linear_105_4200" x1="2" y1="2.4822" x2="289" y2="2.48222" gradientUnits="userSpaceOnUse"><stop offset="0.0364583" stop-color="%23FBD400"/><stop offset="0.526042" stop-color="%23FF012B"/><stop offset="1" stop-color="%2320C9D4"/></linearGradient></defs></svg>');
    height: 4px;
    width: 291px;
    opacity: 1;
    border: none;
    margin-left: 14px;
}

.mm-spn a {
    height: auto;
    padding: 15px 30px;
    padding-left: 124px;
}
.mm-spn--open {
    text-align: right;
}
.mm-spn li:after {
	display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    width: 10px;
    height: 10px;
    background: #20C9D4;
    opacity: 1;
    border-radius: 2px;
	margin-right: 30px;
	font-family: var(--e-global-typography-primary-font-family);
	font-weight: var(--e-global-typography-primary-font-weight, bold);
	font-size: 30px;
}
.mm-spn li:last-child:after,
.mm-spn li.last-menu-item:after,
.mm-spn li.mobile-menu-extra-item:after {
	display: none;
}
.mobile-menu-extra-item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.mobile-menu-extra-item--first {
	margin-top: 30px;
}
#mobilemenu_stepup_org_button,
#mobilemenu_give_now_button {
    background: var(--e-global-color-text);
    color: white;
    display: flex;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight, bold);
    font-size: 30px;
    border: none;
    padding: 0;
    margin: 10px 0 10px 40px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px 20px;
    display: flex;
	gap: 10px;
    justify-content: flex-end;
    align-items: center;
}
.mobile-menu-extra-item .elementor-button svg * {
    fill: var(--e-global-color-9a00054, #FBD400);
}
#mobilemenu_give_now_button {
    background-color: var(--e-global-color-accent, #FF012B);
}

#give_now_button {
    position: fixed;
    right: 16px;
    top: 0;
    padding: 5px 7px;
	width: 105px;
    z-index: 9999;
	border-radius: 0 0 12px 12px;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	transition: all .5s;
	border: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border-right: none;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
}
#give_now_button svg {
    width: 10px;
    height: 17px;
}
#give_now_button .elementor-align-icon-left {
	margin-right: 4px;
}

@media (min-width: 64em){
	#give_now_button {
		padding: 6px;
		padding-left: 18px;
		right: 0;
		top: 137px;
		width: auto;
		min-width: 263px;
		border-radius: 12px 0 0 12px;
		font-size: 32px;
		line-height: 30px;
		text-align: left;
		white-space: normal;
	}
	#give_now_button .elementor-align-icon-left {
		margin-right: 12px;
	}
	#give_now_button svg {
		width: 20px;
		height: 60px;
	}
	#give_now_button .elementor-button-text {
		padding-right: 50%;
	}
	
}
/* NEW .site-logo */
a.site-logo {
    padding: 0;
    margin: 0;
    display: block;
	color: #2c2a2a;
    position: relative;
	width: 75px;
	height: 70px;
}
@media (max-width: 1024px){
	a.site-logo {
		top: -40px;
	}
}
.site-logo,
.site-logo * {
    transition: all .5s;
}

.site-logo .bars {
    position: absolute;
    left: 100px;
    top: 0;
    width: 37px;
    height: 22px;
}

.site-logo .line1 {
    position: absolute;
    left: 0;
    top: 41px;
	width: 150px;
	height: 30px;
}
.site-logo .line2 {
    position: absolute;
    left: 21px;
    top: 62px;
	width: 53px;
	height: 8px;
}

.scrolled-down #desktopheader .site-logo {
	width: 28px;
	height: 36px; 
}
.scrolled-down #desktopheader .site-logo .bars{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

@media (min-width: 64em){
	a.site-logo {
		width: 228px;
		height: 212px;
	}
	.site-logo .bars {
		left: 140px;
		top: 0;
		width: 113px;
		height: 68px;
	}

	.site-logo .line1 {
		left: 0;
		top: 90px;
		width: 228px;
		height: 63px;
	}
	.site-logo .line2 {
		left: 64px;
		top: 188px;
		width: 164px;
		height: 24px;
		display: block;
	}

	.scrolled-down #desktopheader .site-logo {
		width: 240px;
		height: 81px; 
		margin-top: -38px;
		margin-bottom: 21px;
	}
	.scrolled-down #desktopheader .site-logo .bars{
		left: 0;
		top: 0;
		width: 83px;
		height: 50px;
	}
	.scrolled-down #desktopheader .site-logo .line1{
	    left: 80px;
	    top: 3px;
	    width: 169px;
	    height: 47px;
	}
	.scrolled-down #desktopheader .site-logo .line2{
		left: 71px;
		top: 63px;
		width: 119px;
		height: 18px;
	}
}
.elementor-nav-menu li{
	margin-bottom: 1em!important;
}
#mmenuheader img.bars{
	left: 35px;
}
#mmenuheader .site-logo .line1{
	top: 30px;
	left: -65px;
}