.news {
	min-height: 500px;
}

/* Safari doesn't expand image to 100% if not explicitly set...*/
.news-list-view a:first-of-type > img,
.news-single .article > img {
	width: 100%;
}

.news-single .glider_background {
	padding-bottom: 1rem;
	margin-top: 0;
}

.news-single .glider_background .float_image_box {
	margin-top: 0.4rem;
}

.news-single .glider_background section {
	min-width: 30%;
}

.news-single .glider_background:last-of-type {
	padding-bottom: 2.7rem;
}

@media only screen and (min-width: 1000px) {

	.news-single .box_content,
	.news-list-view .article.box_content {
		padding: 0 3.7rem;
	}
}

.news-list-view .kicker-text {
	display: inline-block;
	font-size: 1rem;
	line-height: normal;
	padding-bottom: 0.3rem;
	color: #716c65;
	font-family: GalaxiePolaris-Medium, sans-serif;
}

.news-single .kicker-text,
.news-list-view .first_article .kicker-text {
	display: inline-block;
	font-size: 1.1rem;
	line-height: normal;
	padding-bottom: 0.4rem;
	color: #716c65;
	font-family: GalaxiePolaris-Medium, sans-serif;
}

.news-list-view .title-text {
	font-family: GalaxiePolaris-Medium, sans-serif;
	padding-bottom: 0.4rem;
	color: #4a4a49;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-decoration: none;
}

.news-single .title-text,
.news-list-view .first_article .title-text {
	font-family: GalaxiePolaris-Medium, sans-serif;
	padding-bottom: 0.7rem;
	color: #4a4a49;
	font-size: 1.7rem;
	line-height: 2rem;
	text-decoration: none;
}

.news-list-view .title-text {
	padding-bottom: 0.3rem;
}

.news-list-view .teaser-text {
	font-size: 0.95rem;
	line-height: 1.35em;
	color: #413c35;
	font-family: GalaxiePolaris-Book, sans-serif;
}

.news-single .teaser-text,
.news-list-view .first_article .teaser-text {
	font-size: 1.05rem;
	line-height: 1.42em;
	color: #413c35;
	font-family: GalaxiePolaris-Medium, sans-serif;
}

.news-list-view .first_article .teaser-text {
	font-family: GalaxiePolaris-Book, sans-serif;
}

.news-single .box_content.header section,
.news-list-view .first_article section {
	max-width: 70%;
}

.news-single .box_content.header .float_image_box {
	max-width: 29%;
	text-align: right;
	margin-right: 0;
	padding-right: 0;
}

.news-list-view .first_article .float_image_box {
	margin-right: 0;
	max-width: 29%;
	padding-right: 0;
	text-align: right;

}

.no-news-found {
	padding: 1rem;
}

@media only screen and (max-width: 700px) {
	.news-single .box_content.header section,
	.news-list-view .first_article.box_content section {
		max-width: 100%;
	}

	.news-single .box_content.header .float_image_box.empty,
	.news-list-view .first_article .float_image_box.empty {
		display: none;
	}

	.news-single .box_content.header .float_image_box,
	.news-list-view .first_article .float_image_box {
		max-width: 100%;
		text-align: left;
		margin-top: 1rem;
	}

	.news-text-wrap {
		margin-top: -2rem;
	}

	.news-list-view .first_article.box_content {
		padding-bottom: 0;
	}
}

.news-single .header.box_content {
	position: relative;
}

@media only screen and (min-width: 1000px) {
	.news-single .header.box_content {
		padding: 0 3.7rem 0;
	}
}

.news-single .glider_background h3 {
	font-size: 1.4rem;
	line-height: normal;
	padding-bottom: 0;
}

/* Related Link */
.news-single a.relatedLink,
.no-touch .news-single:hover a.relatedLink,
.news-list-view .article a.relatedLink,
.no-touch .news-list-view:hover .article a.relatedLink {
	color: #8f0000;
	font-family: GalaxiePolaris-Medium, sans-serif;
	font-size: 1.05rem;
}

.no-js .news-single a.relatedLink:hover,
.no-touch .news-single a.relatedLink:hover,
.no-js .news-list-view .article a.relatedLink:hover,
.no-touch .news-list-view .article a.relatedLink:hover {
	color: #ec0000;
}

/* Slider Wrapper */
.news-single .slider_wrapper {
	margin-top: 0.35rem;
}

/* QUOTE */
.news-single .glider_background .quote.float_image_box {
	margin-top: 1.4rem;
	overflow: hidden;
	width: 24%;
	margin-right: 0;
}

.news-single .glider_background .quote.text {
	display: inline-block;
	width: 75%;
	box-sizing: border-box;
	color: #585147;
	line-height: 2.1rem;
	font-size: 1.4rem;
	padding-left: 1%;
	padding-right: 32%;
	margin: 1rem 0;
	font-family: GalaxiePolaris-Medium, sans-serif;
}

.news-single .glider_background .quote.text.quote_100 {
	margin-left: 25%;
}

@media only screen and (max-width: 999px) {
	.news-single .glider_background .quote.text {
		width: 100%;
		padding-left: 1rem;
		padding-right: 25%;
	}
	.news-single .glider_background .quote.text.quote_100 {
		margin-right:auto;
		margin-left: auto;
	}

}

/* END QUOTE */

.news-backlink-wrap {
	position: absolute;
	top: 1rem;
	right: 3.7rem;
}

/* FOOTER NAV*/

.news-single .footer_nav {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 3.7rem;
	overflow: auto;
}

.news-single .footer_nav .left,
.news-single .footer_nav .center,
.news-single .footer_nav .right {
	display: inline-block;
}

.news-single .footer_nav .left .news-list-date {
	color: #413c35;
}

.news-single .footer_nav a {
	color: #8f0000;
}

.no-js .news-single .footer_nav a:hover,
.no-touch .news-single .footer_nav a:hover {
	color: #ec0000;
}

.news-single .footer_nav .right {
	float: right;
}

@media only screen and (max-width: 999px) {

	.news-backlink-wrap {
		right: 1rem;
	}

}

/* END FOOTER NAV*/

/* READ MORE LINK */
.news-list-view .read_more {
	display: inline-block;
	padding-top: 0.3rem;
}