.home-middle {
    width:        	100%;
	height:			475px;
	background:		#006eb8 url('//cdn2.hubspot.net/hubfs/91068/images/new//bg_home_middle.jpg') top center;
	background-attachment: fixed;
	background-size: cover;
}
.home-middle h1 {
    color:			#FFFFFF;
	font-size:		24px;
	line-height:	normal;
	font-weight:	700;
	text-transform: uppercase;
	padding: 		20px 0 30px;
	margin:			0;
	text-align:		center;
}
.home-middle .hp-sliders {
	position:	relative;
}
.hp-sliders .slider {
	position:	absolute;
	top: 		0;
	left:		0;
	z-index:	250;
	transition: all 0.75s ease 0s;
	opacity:	0;
}
.hp-sliders .slider.active {
	z-index:	300;
	opacity:	1;
	transition: all 0.75s ease 0s;
}

.hp-sliders p.quote {
	color:			#FFFFFF;
	line-height:	normal;
	font-weight:	300;
	text-align:		center;
	width:			75%;
	margin:			0 auto 20px auto;
}
.hp-sliders p.source {
	color:			#FFFFFF;
	line-height:	normal;
	font-weight:	300;
	text-align:		center;
	width:			75%;
	margin:			0 auto;
}
.hp-sliders .nav-left {
	position:		absolute;
	left:			10px;
	top:			50%;
	margin-top:		25px;
	cursor:			pointer;
    z-index:        1000;
}
.hp-sliders .nav-right {
	position:		absolute;
	right:			10px;
	top:			50%;
	margin-top:		25px;
	cursor:			pointer;
    z-index:        1000;
}


.home-callouts {
	margin:			30px 0 15px 0;
}
.home-callouts .callout-right {
	float: 			none;
	width:			100%;
	max-width:		100%;
	height:			auto;
	padding:		0;
	margin-bottom:	30px;
}
.home-callouts .callout-right-save {
	float: 			none;
	width:			100%;
	max-width:		100%;
	height:			auto;
	padding:		20px 0 10px;
	margin-bottom:	30px;
}
.home-callouts .callout-right h1 {
	margin:			30px;
	padding:		0;
	color:			#FFFFFF;
	font-size:		24px;
	font-weight:	800;
}
.home-callouts .callout-right p {
	margin:			0 30px 30px 30px;
	padding:		0;
	color:			#FFFFFF;
	font-size:		14px;
	line-height:	30px;
	font-weight:	800;
}
.home-callouts h3 {
	margin:			0;
}
.home-callouts h4 {
	margin:			10px 0;
}
.home-callouts ul {
    list-style:		none;
    text-align: 	justify;
    padding:		0;
    width:			100%;
}
.home-callouts ul li {
    display: 		inline-block;
    width:			100%;
    vertical-align: top;
    text-align:		center;
    margin:			0 0 20px;
}
.home-callouts ul li p {
	font-size:		18px;
	margin:			0;
}
.home-callouts ul:after {
    content: 		"";
    width: 			100%;
    display: 		inline-block;
}
.news-image-container {
    width:		100%;
	height:		227px;
	border:		1px solid #cccccc;
    background-size: contain; 
    background-position: 50% 50%; 
    background-repeat: no-repeat;
}


