body.news {
	background-image: none !important;
	background-color: #fff;
}

.news h2 {
	font-size: 42px;
	line-height: 1.2;
}

.news h5 {
	color: #1b365d;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0;
}

.news p {
	line-height: 1.4;
}

.news p + p {
	margin-top: 20px;
}

.aops-font.play:after {
	position: relative;
	top: 2px;
	font-size: 140%;
	content: "\2019";
}

.aops-font.pause:after {
	position: relative;
	top: 2px;
	font-size: 140%;
	content: "\201e";
}

.aops-font.download:after {
	position: relative;
	top: 1px;
	font-size: 140%;
	content: "\2018";
}

.aops-font.info:after {
	position: relative;
	top: 2px;
	font-size: 140%;
	content: "3";
}

.section-banner {
	width: 100%;
	height: 150px;
	background-image: url(/assets/images/patterns/pattern-aops.png);
	background-repeat: repeat;
	background-size: 150px;
	background-color: #1b365d;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-content {
	width: 100%;
	max-width: 1170px;
	font-size: 50px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
}

.content-wrapper {
	width: 100%;
	max-width: 1170px;
	background-color: #fff;
	min-height: 400px;
	font-size: 16px;
	line-height: 1.5;
	color: #606060;
	margin: 50px auto 100px;
}

.content-description {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #606060;
}

.content-description h2 {
	margin-right: 100px;
}

.content-body {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}

.story-outer {
	width: 100%;
}

.story {
	width: 100%;
	display: flex;
	padding: 24px 0;
}

.single-story {
	position: relative;
	width: 100%;
	max-width: 900px;
	margin-bottom: 24px;
}

.story-buttons.mobile + .story {
	border-top: 1px solid #606060;
}

.story-graphic {
	position: relative;
	flex: 0 0 auto;
	width: 150px;
	height: 150px;
	margin-right: 20px;
	background-color: #eee;
}

.story-graphic img {
	width: 100%;
	height: 100%;
}

.story-summary {
	width: 100%;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.story-blurb a:hover {
	text-decoration: none;
}

.story-date {
	text-transform: uppercase;
	font-size: 14px;
	margin: 6px 0;
	display: flex;
	justify-content: space-between;
}

.story-snippet {
}

.story-buttons {
	margin-top: 12px;
	display: flex;
}

.story-buttons.mobile {
	margin-top: 0;
	display: none;
}

.story-button {
	line-height: 18px;
	font-size: 14px;
	color: #82b44a;
	padding-right: 12px;
	cursor: pointer;
}

.story-button:hover {
	color: #1b365d;
	text-decoration: none;
}

.story-button + .story-button {
	padding-left: 12px;
	border-left: 1px solid #82b44a;
}

/**** single podcast page *****/

.audio-wrapper {
	position: relative;
	width: 100%;
	height: 70px;
	margin-top: 24px;
	background-color: #eee;
	display: flex;
	align-items: center;
}

.audio-graphic {
	width: 10%;
}

.audio-graphic-img {
	width: 100%;
	height: auto;
}

.embedded-player {
	width: 100%;
	display: flex;
	margin: 0 2%;
}

.audio-download-link {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	background-color: #82b44a;
	color: #fff;
	text-align: center;
	margin: 6px 0 12px;
}

.audio-download-link:hover {
	text-decoration: none;
	background-color: #1b365d;
}

.episode-graphic {
	position: relative;
	width: 100%;
	height: 300px;
	margin-bottom: 24px;
	background-color: #ddd;
	display: flex;
	justify-content: center;
}

.episode-img {
	height: 100%;
}

.side-content {
	width: 100%;
	max-width: 900px;
}

.side-button-link:hover {
	text-decoration: none;
}

.side-button {
	width: 100%;
	height: 30px;
	background-color: #eee;
	color: #606060;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px 0;
}

.side-button:hover {
	background-color: #1b365d;
	color: #fff;
}

.rss-button {
	width: 25px;
	height: 25px;
	background-size: 25px 25px;
	background-image: url(/assets/images/socialmedia/rss.svg);
}

/* force load image */
.rss-button:after {
	content: "";
	background-size: 0 0;
	background-image: url(/assets/images/socialmedia/rss-hover.svg);
}

.rss-button:hover {
	background-image: url(/assets/images/socialmedia/rss-hover.svg);
}

.rss-button.main-page {
	position: absolute;
	top: 6px;
	right: 0;
}

.nav-buttons {
	position: relative;
	width: 100%;
	font-size: 16px;
	padding-top: 12px;
	border-top: 1px solid #606060;
}

.nav-button {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	color: #82b44a;
	cursor: pointer;
}

.nav-button.prev {
	left: 0;
}

.nav-button.next {
	right: 0;
}

.nav-button .aops-font {
	font-size: 20px;
}

.nav-button .left-circle-arrow {
	margin-right: 6px;
}

.nav-button .right-circle-arrow {
	margin-left: 6px;
}

.nav-button:hover {
	color: #1b365d;
	text-decoration: none;
}

@media (max-width: 1230px) {
	.banner-content,
	.content-wrapper {
		padding: 0 30px;
	}
}

@media (max-width: 950px) {
	.content-wrapper {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.content-body {
		flex-direction: column;
	}
	.side-button-link {
		width: 100%;
	}
	.side-button {
		min-width: 250px;
	}
	.single-story,
	.story-outer {
		max-width: 950px;
	}
}

@media (max-width: 750px) {
	.news h2 {
		font-size: 38px;
	}
}

@media (max-width: 700px) {
	.episode-graphic {
		height: 40vw;
		min-height: 150px;
	}
}

@media (max-width: 550px) {
	.news h2 {
		font-size: 32px;
	}
	.news h5 {
		font-size: 20px;
	}
	.story-graphic {
		width: 100px;
		height: 100px;
	}
	.content-description {
		margin-bottom: 12px;
	}
}

@media (max-width: 600px) {
	.story-short-content {
		display: none;
	}
}

@media (max-width: 450px) {
	.audio-graphic {
		display: none;
	}
	.story-buttons {
		display: none;
	}
	.story-buttons.mobile {
		display: flex;
		padding-bottom: 12px;
	}
	.story {
		padding: 30px 0 12px;
	}
	.content-description h2 {
		margin-right: 75px;
	}
}

@media (max-width: 420px) {
	.banner-content,
	.content-wrapper {
		padding: 0 20px;
	}
	.banner-content {
		font-size: 46px;
	}
}
