/*background*/
.background-40-to-80 {
	/*http://www.colorzilla.com/gradient-editor/#000000+0,000000+100&0.4+0,0.8+100;Neutral+Density*/
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.background-40-to-80 a.btn {
	font-size: 17px;
	font-family: 'Open Sans Condensed';
	width: 100%;
	padding: 12px 5px;
}
.background-40-to-80 .wpb_raw_html {
	margin-bottom: 0;
}

/* Green button */
a.green-button:link, a.green-button:visited,
button.green-button, button.green-button:link, button.green-button:visited {
	background-color: #71a67b;
	border: 3px solid #fff;
	color: #fff;
}
a.green-button:hover,
button.green-button:hover {
	-moz-box-shadow: 3px 3px 5px #000000;
	-webkit-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
	color: #fff !important;
	text-decoration: none;
}
a.green-button:active,
button.green-button:active {
	background-color: #fff;
	border: 3px solid #71a67b;
	color: #71a67b !important;
}

/* Blue Button */
a.blue-button:link, a.blue-button:visited,
button.blue-button, button.blue-button:link, button.blue-button:visited {
	background-color: #4170a8;
	border: 3px solid #fff;
	color: #fff;
}
a.blue-button:hover,
button.blue-button:hover {
	-moz-box-shadow: 3px 3px 5px #000000;
	-webkit-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
	color: #fff !important;
	text-decoration: none;
}
a.blue-button:active,
button.blue-button:active {
	background-color: #fff;
	border: 3px solid #4170a8;
	color: #4170a8 !important;
}

/* Red Button */
a.red-button,        button.red-button ,
a.red-button:hover,  button.red-button:hover ,
a.red-button:active, button.red-button:active ,
a.red-button:focus,  button.red-button:focus {
	background-color: #d84141;
	text-decoration: none !important;
	color: #fff !important;
	border: none;
	outline: none;
}

/* Toolkit Button **/
a.toolkit-button:link, a.toolkit-button:visited {
	background-color: #b52121;
	border-radius: 4px;
	color: #ffffff;
	font-size: 24px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	text-align: center;
	text-decoration: none !important;
	width: 50%;
}

a.toolkit-button:hover {
	-moz-box-shadow: 3px 3px 5px #000000;
	-webkit-box-shadow: 3px 3px 5px #000000;
	box-shadow: 3px 3px 5px #000000;
	color: #fff !important;
	text-decoration: none;
}

a.toolkit-button:active {
	background-color: #fff;
	border: 3px solid #4170a8;
	color: #4170a8 !important;
}