div#donate_by_mail_mask{
	display:none;
	justify-content:center;
	align-items:center;
	width:100vw;
	height:100vh;
	position:fixed;
	left:0px;
	top:0px;
	background-color:#000000CC;
	z-index:12500;
}
div#donate_by_mail_mask.active{
	display:flex;
	cursor:pointer;
}

#donate-mail-pop{
	display:block;
	position:relative;
	width:auto;
	max-width: 700px;
	min-width:250px;
	margin: -5% 2rem 0px 2rem;
	height:auto;
	padding:2rem;
	background-color:#fff;
	color:#000;
	font-family:Montserrat, sans-serif;
	font-size: 18px;
	line-height:130%;
	border-radius: .25rem;
}
a.pop_close{
	display:inline-block;
	width:auto;
	margin: -1rem -1rem auto auto;
	float:right;
}

#donate-mail-pop p.has-text-align-center{
	text-align:center !important;
}
#donate-mail-pop p.has-small-font-size{
	font-size:85% !important;
}


/* customize boxzilla pop-up to slide up from bottom */

.boxzilla-bottom-right, .boxzilla-bottom-left{
	width:100vw;
	min-width:100vw;
	max-width:100vw;
	box-shadow: 4px 0px 20px #00000033;
}
.boxzilla-content h2{	
	font-size:1.5rem;
	font-family:Montserrat,sans-serif;
	font-weight:900;
	color:rgb(0,52,92)
}
.boxzilla-content h2:before{
	content:'';
	height:0px;
	margin:0px;
	background:transparent;
	display:none;
}
.boxzilla-content .three-options-350{
	display: flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:stretch;
	margin-bottom:3rem;
}

.boxzilla-content .three-options-350 a{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	width: 20%;
	max-width:20%;
	min-width: 150px;
	justify-content:center;
	margin: 0px 1rem;
	padding: 1rem;
	border: none;
	border-radius: .2rem;
	background-color:#fff;
	box-shadow: 4px 4px 12px #00000044;
	color:#000;
	text-decoration:none;
	font-family:Montserrat, sans-serif;
	font-weight:bold;
text-align:center;
	font-size: .75rem;
	line-height: 130%;
}
.three-options-350 a.ccard-button{
	background-color:#0183C8;
	color:#fff;
}

.three-options-350 a.ppal-button{
	background-color:#88C54C;
	color:#fff;
}

.three-options-350 a.check-button{
	background-color:rgb(241, 161, 4);
	color:#fff;
}

.three-options-350 a i{
	color:#fff;
}

@media screen and (max-width:720px){
	.boxzilla-content .three-options-350 a{
		aspect-ratio: 1/1;
		margin-bottom: 1.5rem;
		max-width: 130px;
	}
	.boxzilla {
		padding: 25px 5px !important;
	}
}
.donate_350_blurb_box{
	width:calc(100% + 50px);
	margin: 1rem -25px;
	background-color:var(--e-global-color-secondary);
	padding: .5rem 0px;
}
.donate_350_blurb{
	display:block;
	width:80%;
	max-width: 900px;
	margin: 1rem auto;
	line-height:120%;
	color:#fff;
}
.donate_350_blurb a:link, .donate_350_blurb a:visited{
	color:#fff;
	text-decoration:underline;
}
.donate_350_blurb a:hover, .donate_350_blurb a:visited:hover{
	color:#fff;
	text-decoration:none;
}

#donate_columns{
	display:flex;
	width:80%;
	max-width: 900px;
	margin: 1rem auto;
	align-items:center;
	justify-content: space-between;
	background-color:#ffffffcc;
	border-radius: 1rem;
	border: solid 8px #fff !important;
	padding: 1rem;
}
.donate_txt{
	display:block;
	width: 48%;
	text-align:right;
	font-size: 16px;
	line-height:120%;
	padding: 1rem 1rem 0 1rem;
}
#slide_donate_link{
	display:block;
	width: 49%;
	height:auto;
	background-color:#fff;
	border-radius: 1rem;
	box-shadow: 0px 0px .5rem #00000055;
}
#slide_donate_link a{
	display:inline-block;
	width:100%;
	height:auto;
	padding: 1rem;
}
#slide_donate_link img{
	display:inline-block;
	width:100%;
	height:auto;
}
@media screen and (max-width: 720px){
	#donate_columns{
		flex-direction:column-reverse;
		width:90%;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
	.donate_txt,
	#slide_donate_link{
		width: 100%;
		text-align:center;
	}
	.donate_350_blurb_box{
		width:calc(100% + 10px);
		margin: 1rem -5px;
	}
}

@media screen and (max-width: 600px){
	#donate_columns{
		width:95%;
	}

}