main.master>section.master article.main a.first_glimpse:after,main.master>section.master article.main a.ea_video:after{
	bottom:0px;
	color:rgba(255,255,255,0.35);
	content:"\f01d";
	display:inline-block;
	font-family:'FontAwesome';
	font-size:600%;
	left:0px;
	margin:0px auto 17% 30%;
	position:absolute;
	right:0px;
	transition:color 0.4s;
	z-index:1;
}
main.master>section.master article.main a.first_glimpse:hover:after,main.master>section.master article.main a.ea_video:hover:after{
	color:#5f95d5;
}
main.master>section.master article.main a.pledge img{
	bottom:0px;
	left:0px;
	margin:0px 2% 7% auto;
	max-width:31.77189%;
	position:absolute;
	right:0px;
	transition:box-shadow 0.2s;
}
main.master>section.master article.main a.first_glimpse+a.pledge img{
	box-shadow:0px 0px 35px 2px #00316e;
	-webkit-animation:pledge_button_bluegreen 2s linear infinite alternate;
	animation:pledge_button_bluegreen 2s linear infinite alternate;
}
main.master>section.master article.main a.first_glimpse+a.pledge:hover img{
	box-shadow:0px 0px 35px 2px #37a42c !important;
	-webkit-animation:none;
	animation:none;
}

main.master>section.master article.main a.ea_video+a.pledge:hover img{
	box-shadow:0px 0px 35px 2px #644a9b !important;
	-webkit-animation:none;
	animation:none;
}
main.master>section.master article.main a.ea_video+a.pledge img{
	box-shadow:0px 0px 35px 2px #00316e;
	-webkit-animation:pledge_button_bluepurple 2s linear infinite alternate;
	animation:pledge_button_bluepurple 2s linear infinite alternate;
}

@-webkit-keyframes pledge_button_bluegreen {
	from {box-shadow:0px 0px 35px 2px #00316e;}
	to {box-shadow:0px 0px 35px 2px #00583f;}
}
@keyframes pledge_button_bluegreen {
	from {box-shadow:0px 0px 35px 2px #00316e;}
	to {box-shadow:0px 0px 35px 2px #00583f;}
}
@-webkit-keyframes pledge_button_bluepurple {
	from {box-shadow:0px 0px 35px 2px #00316e;}
	to {box-shadow:0px 0px 35px 2px #34176e;}
}
@keyframes pledge_button_bluepurple {
	from {box-shadow:0px 0px 35px 2px #00316e;}
	to {box-shadow:0px 0px 35px 2px #34176e;}
}