#homepage_video .limited-width {
	max-width: 60rem;
}
#homepage_video a > img {
	display: block;
}

#banner_testimonials {
	position: relative;
	padding-bottom: 26%;
}
#banner_testimonials.height-set {
	padding-top: 5%;
	padding-bottom: 5%;
}
#banner_testimonials:hover div.static_page_element_image_toolbar {
	display: block;
	top: 0;
}
#banner_testimonials div.static_page_element_image_toolbar a {
	color: inherit;
	display: block;
	margin: -0.1em -0.2em -0.1em -1em;
	padding: 0.1em 0.2em 0.1em 1em !important;
}
#banner_images,
#banner_images .banner-image {
	position: absolute;
	left: 0; right: 0;
	top: 0; bottom: 0;
	background: transparent none no-repeat scroll 0 50%;
	background-size: cover;
}
#banner_images .banner-image {
	overflow: hidden;
}
.banner-subtext {
	display: inline-block;
	color: #333;
	font-size: 2.8vw;
	line-height: 1.2;
	max-width: 60%;
	margin-left: 30%;	
}
.banner-subtext .author {
	font-size: 0.75em;
	font-style: italic;
	margin-top: 0.5em;
	text-align: right;
}
.banner-icon {
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	max-width: 5%;
}
.banner-icon img {
	display: block;
}
.banner-image .banner-image-content {
	width: 100%;
	margin-top: 5%;
	z-index: 1;
}
@media screen and (max-width: 640px) {
	.banner-subtext {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.banner-image .horizontal-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.banner-icon {
		bottom: 1.5rem;
		right: 1rem;
	}
}
@media screen and (max-width: 420px) {
	.banner-icon {
		display: none;
	}
	.banner-subtext {
		font-size: 1.1rem;
		max-width: none;
		margin-left: auto;
		padding-left: 35%;
		padding-right: 1rem;
	}
}
@media screen and (max-width: 320px) {
	.banner-image .horizontal-padding {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.banner-subtext {
		padding: 1rem;
		background-color: #b92dc1;
		background-color: rgba(185, 45, 193, 0.9);
		border-radius: 1rem;
		color: white;
	}
}
#banner_progress {
	display: block;
	margin: 0;
	width: 100%;
	position: absolute;
	bottom: 2rem;
	text-align: center;
}
#banner_progress li {
	position: relative;
	display: inline-block;
	background-color: transparent;	
	width: 1.125em;
	height: 1.125em;
	border: 0.2em solid white;
	border-radius: 1em;
	margin: 0 0.375em;
	cursor: pointer;
	transition: background-color 0.5s, border-color 0.5s;
	text-indent: 2em;
	overflow: hidden;
}
#banner_progress li.selected,
#banner_progress li:hover {
	background-color: #b92dc1;
	border-color: white;
}
#home_page_scroller_navigator {
	position: absolute;
	bottom: 0;
	margin: 0 0 -50px 0;
	padding: 5px 0;
	z-index: 10;
	background: rgba(255, 255, 255, 0.5);
	color: white;
	width: 100%;
	list-style: none;
	text-align: center;
	opacity: 0;
	transition: opacity 0.5s, margin 0.2s;
}
#banner_gallery_editor {
	position: absolute;
	left: 12px;
	bottom: 12px;
	line-height: 20px;
	padding: 3px 3px 3px 20px;
	background: #eee url('/images/icons/photos_edit.png') no-repeat scroll 3px center;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 20;
}
#banner_gallery_editor a {
	color: #333;
}
@media screen and (max-width: 1700px) {
	#banner_progress li {
		width: 0.9em;
		height: 0.9em;
		border: 0.2em solid white;
		border-radius: 1em;
		margin: 0 0.375em;
	}
}
@media screen and (max-width: 600px) {
	#banner_progress {
		display: none;
	}
}
#news_boxes {
	background: #dc96e0;
}
.news-box {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	width: 33.33%;
	margin: 0;
	padding: 2rem;
}
.news-box a {
	display: block;
	color: inherit;
	text-decoration: none;
	background-color: white;
	padding: 2em;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 2em;
}
.news-box br {
	display: block;
	height: 0;
	margin-top: 1em;
}
.news-box-thumbnail {
	width: 100%;
	height: 0;
	padding-bottom: 33.33%;
	background: transparent none no-repeat scroll center center;
	background-size: contain;
}
.news-box .read-more {
	color: #b92dc1;
	text-decoration: underline;
	position: absolute;
	bottom: 2em;
}
@media screen and (max-width: 800px) {
	.news-box {
		width: 100%;
		padding: 0;
	}
	.news-box {
		margin: 2em auto;
	}
	.news-box + .news-box {
		margin-top: 0;
	}
	.news-box-thumbnail {
		position: absolute;
		width: 10em;
		height: 10em;
		padding: 0;
		left: 2em;
	}
	.news-box-thumbnail + br {
		display: none;
	}
	.news-box a {
		padding-left: 14em;
	}
	.news-box a.consistent-height-set.consistent-height-measure[style] {
		min-height: 10em !important;
	}
	.news-box .read-more {
		position: static;
	}
}
@media screen and (max-width: 500px) {
	.news-box-thumbnail {
		position: static;
		width: 100%;
		height: 0;
		padding-bottom: 33.33%;
	}
	.news-box-thumbnail + br {
		display: block;
	}
	.news-box a {
		padding-left: 2em;
	}
}