.ac_section {
	background-color: #f8ecee;
}
.ac_home_bord {
	border-left: 6px solid #8A313E;
}
.ac_homestory_heading {
	background-color: #8A313E;
}
.ac_leadtitle {
	border-bottom: 2px solid #8A313E;
}
.ac_links a:link {
	color:#8A313E;
}
.ac_links a:visited {
	color:#8A313E;
}
.ac_links a:hover {
	color: #DEA1AA;
}
.pe_section {
	background-color: #eff5f4;
}
.pe_home_bord {
	border-left: 6px solid #5a8c84;
}
.pe_homestory_heading {
	background-color: #5a8c84;
}
.pe_leadtitle {
	border-bottom: 2px solid #5a8c84;
}
.pe_links a:link {
	color:#5a8c84;
}
.pe_links a:visited {
	color:#5a8c84;
}
.pe_links a:hover {
	color: #b1cdc9;
}
.st_section {
	background-color: #f5f6ef;
}
.st_home_bord {
	border-left: 6px solid #98a25d;
}
.st_homestory_heading {
	background-color: #98a25d;
}
.st_leadtitle {
	border-bottom: 2px solid #98a25d;
}
.st_links a:link {
	color:#98a25d;
}
.st_links a:visited {
	color:#98a25d;
}
.st_links a:hover {
	color: #d6dabe;
}
.p_section {
	background-color: #faf6eb;
}
.p_home_bord {
	border-left: 6px solid #cca333;
}
.p_homestory_heading {
	background-color: #cca333;
}
.p_leadtitle {
	border-bottom: 2px solid #cca333;
}
.p_links a:link {
	color:#cca333;
}
.p_links a:visited {
	color:#cca333;
}
.p_links a:hover {
	color: #e0c885;
}
.wow_section {
	background-color: #DDD;
}
.wow_home_bord {
	border-left: 6px solid #333;
}
.wow_homestory_heading {
	background-color: #333;
}
.wow_leadtitle {
	border-bottom: 2px solid #333;
}
.wow_links a:link {
	color:#333;
}
.wow_links a:visited {
	color:#333;
}
.wow_links a:hover {
	color: #777;
}


.beamer .new_feature {
	width: 100%;
	float:left;
	height: 400px;
	background-size: cover; 
	background-position: top center;
	position: relative;
	z-index:50;
}
.new_feature_text {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: RGBa(10,10,10,0.8);
	font-size: 30px;
	color: white;
	padding: 5px;
}
.new_feature_text a:link {
	color: white;
	text-decoration: none;
}
.new_feature_text a:visited {
	color: white;
	text-decoration: none;
}
.new_feature_text a:hover {
	color: white;
	text-decoration: none;
}
.new_homestory_heading {
	width: 100%;
	font-weight: bold;
	font-size: 40px;
	color: white;
	text-align: center;
}
.homespacer {
	width: 2%;
	height: 300px;
	display: block;
	float: left;
}
.new_homestory_section {
	width: 100%;
	display: block;
	min-height: 300px;
}
.new_homestory_lead {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
}
.new_homestory_lead_img {
	width: 50%;
	float: left;
}
.new_homestory_lead_img_img {
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: none;
	min-height: 350px;
}
.new_homestory_lead_content {
	width: 49%;
	padding-left: 1%;
	float: left;
}
.new_homestory_lead_title {
	font-size: 40px;
	text-transform: uppercase;
}
.new_homestory_lead_desc {
	font-size: 20px;
}
.new_homestory_row {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.new_homestory_row_item {
	width: 49%;
	float: left;
	min-height: 500px;
	margin-bottom: 40px;
}
.new_homestory_row_item_img {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	background-repeat: none;
	background-position: center;
	background-size: cover;
}
.new_homestory_row_item_title {
	font-size: 25px;
	text-transform: uppercase;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.new_homestory_row_item_excerpt {
	font-size: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.new_homestory_row_item_excerpt p {
	margin: 0px;
	padding: 0px;
}



@media only screen and (min-width:0px) and (max-width: 620px) {
	.new_feature_text {
		font-size: 20px;
	}
	.new_homestory_lead_img {
		width: 100%;
		float: none;
	}
	.new_homestory_lead_content {
		width: 100%;
		padding-left: 0%;
		float: none;
	}
	.new_homestory_lead_title {
		font-size: 25px;
	}
	.new_homestory_lead_desc {
		font-size: 15px;
	}
	.new_homestory_row_item {
		width: 100%;
		float: none;
		margin-bottom: 0px;
	}
	.new_homestory_row_item_excerpt {
		font-size: 15px;
	}
}
@media only screen and (min-width:621px) and (max-width: 830px) {
	.new_homestory_lead_img {
		width: 100%;
		float: none;
	}
	.new_homestory_lead_content {
		width: 100%;
		padding-left: 0%;
		float: none;
	}
}