#redirform { display: none; }
.prg-pattern:hover, .rpg-pattern:focus { text-decoration: underline; cursor: pointer; }
.redir-link:hover, .redir-link:focus { cursor: pointer; }
.space-organization-content-button-block {
	background-color: #f1f3f4;
	border-radius: 5px;
	padding: 10px 30px 30px;
	margin-top: 15px;
}
.space-organization-content-button {
	padding-top: 20px;
}
.space-organization-content-button a {
	display: inline-block;
	text-decoration: none !important;
	padding: 13px 40px;
	font-weight: 700;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
    border-radius: 23px;
    background-color: #2ecc71;
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.35);
    -webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.space-organization-content-button a:hover {
	box-shadow: 0px 0px 15px 0px rgba(45, 221, 108, 0.55);
}
.space-organization-content-button a i {
	padding-left: 5px;
}