body {
	background-image: url(../graphics/templates/bg_header_home.png), url(../graphics/templates/bg_footer.png);
	background-size: 100% 765px, 100% 1000px;
	background-repeat: no-repeat;
	background-position: top, bottom;
}

.home_box_shop {
	width: 100%;
	height: auto;
	padding-top: 56px;
	margin: 0;
}
.home_box_shop img {
	width: 100%;
	height: auto;
}
.home_box_shop p {
	text-align: left;
}

.home_box_whatwedo {
	width: 100%;
	height: auto;
	padding-top: 88px;
	margin: 0;
}

.home_box_mission {
	width: 100%;
	height: auto;
	padding-top: 56px;
	margin: 0;
	background-position: 0px 200px;
}
.home_box_mission .section {
	width: 100%;
	margin-top: 48px;
	margin-bottom: 48px;
}
.home_box_mission .section_2 {
	margin-left: 0;
}
.home_box_mission .section_3 {
	margin-left: 0;
}

.home_box_audiences {
	width: 375px;
	height: auto;
	padding: 80px 0 40px 0;
	margin: 0 -32px;
	overflow-x: auto;
}
/* thanks https://css-tricks.com/can-get-pretty-far-making-slider-just-html-css/ */
/* this version shows adjacent items but doesn't do scroll snapping: */
.home_box_audiences_slider {
	margin-left: 32px;
	padding-right: 32px;
	width: 969px; /* 311 item width + 18 gutter x 2 */
	display: flex;
	justify-content: space-between;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
}
.home_box_audiences_item {
	scroll-snap-align: start;
}
/* this version does scroll snapping, but doesn't show the adjacent items:
.home_box_audiences .slider {
	margin-left: 32px;
	margin-right: 32px;
	display: flex;
	justify-content: space-between;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}
.home_box_audiences .item {
	margin-right: 18px;
	scroll-snap-align: start;
}
*/
.home_box_audiences .photo {
	float: none;
	width: 311px;
}
.home_box_audiences .photo img {
	width: 100%;
	height: auto;
}
.home_box_audiences .text {
	float: none;
	padding: 0;
	width: 311px;
}
.home_box_audiences .reset {
	display: none;
}

.home_box_qualifications {
	padding: 80px 0 0 0;
}
.home_box_qualifications .stack_left {
	height: auto;
}
.home_box_qualifications .text {
	width: 230px; /* this prevents longer text from wrapping below the icons */
	margin-left: 80px;
}

.home_box_newsletter {
	margin: 100px -30px 50px -30px;
	height: 660px;
	padding: 50px 30px;
	background: rgba(181, 208, 255, 0.4); /* same as background_alt; the curve doesn't work well here because the Constant Contact form is so tall */
}

.home_box_blog {
	padding: 25px 0 50px 0;
}
.home_box_blog .photo img {
	width: auto;
	height: auto;
}

.home_box_featured {
	margin-bottom: -32px;
}
.home_box_featured .logos {
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
.home_box_featured .logos img {
	padding: 18px;
}
.home_box_featured .logos_spacer {
	margin: 0;
}

