.get-involved-content{
	width: 100%;
	text-align: center;
}
.get-involved-content h2{
	color: #2D8FF2;

}
.jumplinks{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top:50px;
}
.jumplinks a{
	display: inline-block;
	border-radius: 10px;
	padding: 9px 50px 9px 20px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	min-width: 150px;
	margin: 10px 5px;
	height: 36px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.jumplinks a:before{
	display: block;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.11);
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.jumplinks a:after{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

section.volunteer{
	position: relative;
	text-align: center;
}
section.volunteer .inner{}
section.volunteer .anchorpoint{
	position: absolute;
	top: -200px;
}
section.volunteer h2{}
section.volunteer a.button.section-link{}


section.sponserme{
	position: relative;
	text-align: center;
}
section.sponserme .inner{}
section.sponserme .anchorpoint{
	position: absolute;
	top: -200px;
}
section.sponserme h2{}
section.sponserme .sponser-contact-links,
section.sponserme .loginlink{
	display: flex;
	justify-content: center;
	padding-top:5px;
}
section.sponserme .sponser-contact-links a{
	display: inline-block;
	border-radius: 60px;
	padding: 9px 30px 9px 60px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 27px;
	min-width: 150px;
	margin: 10px 5px;
	font-size:27px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.1);
}
section.sponserme .sponser-contact-links a.sponsor-tel:after{
	display: block;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	opacity: 0.5;
}
section.sponserme .sponser-contact-links a.sponsor-tel:after{
	background: url(../images/gi-phone.svg);
}
section.sponserme .sponser-contact-links a.sponsor-email:after{
	background: url(../images/gi-email.svg);
}
section.sponserme .loginlink a{
	display: inline-block;
	border-radius: 60px;
	padding: 9px 30px 12px 30px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 27px;
	min-width: 150px;
	margin: 10px 5px;
	font-size:27px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.1);
}
section.sponserme .loginlink a.login:after{
}

section.faceme{
	position: relative;
	text-align: center;
}
section.faceme .inner{}
section.faceme .anchorpoint{
	position: absolute;
	top: -200px;
}
section.faceme h2{}
section.faceme .sponser-contact-links{
	display: flex;
	justify-content: center;
	padding-top:5px;
}
section.faceme .facebook-links a{
	display: inline-block;
	border-radius: 60px;
	padding: 9px 30px 9px 60px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 27px;
	min-width: 150px;
	margin: 10px 5px;
	font-size:27px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	background: rgba(255,255,255,0.1);
}
section.faceme .facebook-links a.facebook-like-link:after{
	display: block;
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	background: url(../images/gi-facebook.svg);
}

.news-form{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top:50px;
}
.news-form button{
	display: inline-block;
	border-radius: 10px;
	padding: 9px 50px 9px 20px;
	position: relative;
	text-align: center;
	color: #fff;
	text-decoration: none;
	line-height: 18px;
	min-width: 150px;
	margin: 10px 5px;
	height: 36px;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	outline: none;
	border: 0px solid rgba(0,0,0,0);
}
.news-form button:before{
	display: block;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,0.11);
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.news-form button:after{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/chevron-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border-radius: 0 10px 10px 0;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}

@media screen and (max-width: 750px){
	.jumplinks {
		padding-top: 20px;
	}
	.jumplinks a {
		width:50%;
		min-width: 200px;
		padding: 11px 50px 11px 20px;
		height: 40px;
	}
}
@media screen and (max-width: 500px){
	.jumplinks a {
		width:75%;
		height: 44px;
		padding: 13px 50px 13px 20px;
	}
	section.faceme .facebook-links a{
		font-size: 20px;
	}
}