/***********************************/
/********* Homepage Styles *********/
/***********************************/
.home #masthead {
	z-index: 9;
}
/* Home Hero */
.blue {background-color: #2db7eb;}
.green {background-color: #dadb3e;}
.orange {background-color: #f3940d;}
#heros {
	list-style: none;
	margin-left: 0;
	position: relative;
	overflow: hidden;
	top: 151px;
}
#heros div {
	background-repeat: no-repeat;
	background-position: top right;
	height: 500px;
	left: 0;
	margin: 0;
	top: 0;
	width: 100%;
	display: block;
	font-size: 1.4em;
	line-height: 1.2em;
}
#heros div span {
	color: #383838;
	right: 870px;
	position: absolute;
	z-index: 8;
	top: 40px;
	width: 27%;
	text-align: center;
}
#heros div span p {
	line-height: 1.2em;
	font-size: 1.2em;
	margin: 20px 0;
}
#heros div span a {
	background-color: #fff;
	border: 2px solid #fff;
	border-radius: 33px;
	bottom: 250px;
	color: #052f5f;
	display: inline-block;
	font: 0.9em SourceSansPro-Semibold;
	left: 60px;
	padding: 16px 42px;
	text-decoration: none;
	transition: all .5s;
	width: auto;
	z-index: 9;
	margin: 10px;
}
#heros span a:hover,
#heros span a:focus {
	background-color: transparent;
	border: 2px solid #052f5f;
}
.hero-bg {
	height: 700px;
	width: 100%;
	position: absolute;
	top: 169px;
	z-index: 8;
}
.hero-bg {
	 background-size: 1107px;
}
.hero {
	background-size: 800px;
}
.home #content .fixwidth	{
	width: auto;
}
.front {
	width: 33%;
	background-color: #cee007;
}
/* CTA Zone */
.home #content {
	margin: -7px;
}
.home #contentwrap {
	margin-top: 180px;
}
.home #content article {
	padding: 1px 90px;
	position: relative;
	z-index: 1;
}
.home .intro {
	padding: 1px 0;
	text-align: center;
	background-color: #fff;
}
.home .intro p {
	font: 1.3em SourceSansPro;
}
.home hr {
	width: 7%;
	margin-left: 46%;
}
.home .secondary_text {
	font-size: 1.4em;
	text-align: center;
	background-color: #fafafa;
	margin-bottom: -20px;
}
.home .secondary_text h2 {
	margin-top: 20px;
	font-size: 1.8em;
}
/* Latest News boxes */
#latest-news {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	background-color: #fafafa;
	padding-top: 20px;
}
#latest-news article {
	flex: 0 0 13%;
	padding: 0;
	position: relative;
	margin-right: 15px;
}
#latest-news article .bkg {
	text-align: center;
	height: 168px;
	width: 248px;
}
#latest-news .latest-news-content {
	color: #052f5f;
	padding-bottom: 20px;
	text-align: center;
}
#latest-news h3 {
	font-size: 1.4em;
	font-weight: bold;
}
#latest-news a {
	color: #052f5f;
}
#latest-news p {
	font-size: 1.1em;
	padding: 0 20px;
}
#latest-news p a {
	background-color: transparent;
	border: 2px solid #052f5f;
	border-radius: 33px;
	display: block;
	font-family: SourceSansPro-Semibold;
	font-size: 0.8em;
	margin: 30px auto 10px auto;
	padding: 2px 10px;
	text-decoration: none;
	width: 50%;
}
#latest-news p a:hover,
#latest-news p a:focus {
	background-color: #052f5f;
	color: #fff;
}
.more {
	padding: 20px;
	text-align: center;
	background-color: #fafafa;
}
.more p a {
	background-color: #fff;
	border: 2px solid #052f5f;
	border-radius: 33px;
	font-family: SourceSansPro-Semibold;
	font-size: 0.9em;
	padding: 10px 40px;
	text-decoration: none;
	width: 10%;
}
.more p a:hover,
.more p a:focus {
	background-color: #052f5f;
	color: #fff;
}
.keepinformedwidget label {
	left: 37%;
}
.keepinformedwidget input:focus + label,
.keepinformedwidget input.isfilled + label  {
	left: 33%;
}
#footer ul.social-media {

}
