@charset "utf-8";
/* typography.css, put type styles here */

/* customize_miscellaneous */ /* customize_miscellaneous */

.container_12 p, .container_16 p {
	color:#000000;
}
 .container_12 a, .container_16 a {
	color:#afc636;
	text-decoration:none;
	font-weight: bold;
}
 .content_area a:hover {
	color:#ffffff;
	background-color: #afc636;
}
h4 a {
	font-weight: 400;
}
.hero_content h4 a {
	font-weight: 400;
}
.hero_content h4 a:hover {
	color:#ffffff;
	background-color: #afc636;
    text-shadow: 1px 1px 0 #00703C;
}
.link_to_courses {
	margin: 25px 0;
	}
.link_to_courses a {
	color:#ffffff;
	padding: 10px;
	background-color: #afc636;
	text-shadow: 1px 1px 0 #00703c; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	-webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0 0 5px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0 0 5px rgba(50, 50, 50, 0.75);
	margin: 25px 0;
	font-family: 'Bitter', serif;
    text-align: center;
}
.link_to_courses a:hover {
	color:white;	
	text-shadow: 1px 1px 0 rgba(50, 50, 50, 0.25); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	background-color: #00703c;
	-webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    inset 0 0 5px rgba(50, 50, 50, 0.75);
	box-shadow:         inset 0 0 5px rgba(50, 50, 50, 0.75);	
	}
	
.defib-home {
	margin-left: 0;
	margin-right: 0;
	padding: 10px;
	list-style: none;
	background-color: white;
	-webkit-box-shadow: inset 0 0 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    inset 0 0 5px rgba(50, 50, 50, 0.25);
	box-shadow:         inset 0 0 5px rgba(50, 50, 50, 0.25);	
}