.media-contact-bg {
	background: rgb(13,79,69);
}
.media-contact {
	color: white;
	padding: 1em 2em;
	font-family: 'GTSectra-Regular';
}
.media-contact h2 {
	color: white;
	margin-top: 0;
	margin-bottom: 0;
}
.media-contact-info p {
	margin: 0;
}
.media-contact a:link,
.media-contact a:visited {
	color: #2BFEBB;
}
@media (min-width: 700px) {
	.media-contact {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 30% auto;
		align-items: center;
		grid-gap: 20px;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.media-contact header {
		border-right: solid 1px rgb(152,253,99);
	}
	.media-contact-info {
		font-size:1.4em;
	}
}

.news-story > header,
.news-story-body p,
.news-story-body h3,
.news-story-body h4,
.news-story-body ul,
.news-story-body ol,
.news-story-body blockquote {
	width: 90%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.news-story > header h2 {
	color: #1CAA95;
	font-size: 3.2em;
}
.news-story > header p {
	color: rgb(13,79,69);
	font-family: 'GTSectra-Regular';
	font-size: 1.2em;
}

.featured-image,
.img-stretch {
	max-width: 1200px;
	margin: 0 auto;
}

.featured-image img,
.img-stretch img {
	width: 100%;
	height: auto;
}
.img-stretch figcaption {
	background: rgb(13,79,69);
	color: white;
	font-family: 'GTSectra-Regular';
	padding: 6px 1.5em;
	margin-bottom: 2em;
}

.custom-split-panel {
	margin-bottom: 20px;
}
@media (min-width: 650px) {
	.custom-split {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 20px;
	}
}
.story-author {
	border-top: solid 1px #1CAA95;
	border-bottom: solid 1px #1CAA95;
	font-family: 'GTSectra-Regular';
	color: rgb(13,79,69);
	font-weight: bold;
	font-size: 1.3em;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}
.story-author h3 {
	color: #8F9392;
	font-family: inherit;
	font-size: 0.8em;
}

.section-quote {
	background: #ffffff;
		background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 15%, #a4ffe4 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 15%,#a4ffe4 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#ffffff 15%,#a4ffe4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a4ffe4',GradientType=0 );
	color: rgb(13,79,69);
	padding: 0 10px 50px;
	margin-bottom: 2em;
}
	.section-quote .grid {
		display: grid;
		grid-template-columns: auto;
		grid-template-rows: 202px 76px auto;
		margin-left: auto;
		margin-right: auto;
		max-width: 1200px;
		width: 100%;
	}
	.section-quote .quote-img-wrap {
		grid-area: 1 / 1 / 3 / 2;
	}
	.section-quote .quote-img-wrap img {
		object-fit: cover;
		height: auto;
	    max-height: 100%;
		width: 100%;
	}
	.section-quote .quote-quote-wrap {
		border-left: solid 1px rgb(182,174,89);
		grid-area: 2 / 1 / 4 / 2;
		margin-left: 1em;
		margin-right: 1em;
		padding-left: 1.5em;
		padding-top: 76px;
	}
	.section-quote blockquote {
		border-left: none;
		font-family: 'GTSectra-MedItalic', serif;
		font-size: 2.2em;
		font-style: italic;
		margin: 0 0 24px;
		padding: 0;
	}
	.section-quote blockquote footer {
		color: inherit;
		font-family: 'MonumentExtended-Regular', sans-serif;
		font-size: 35%;
		font-style: normal;
		letter-spacing: 1px;
		margin-top: 24px;
	}
	.section-quote blockquote footer:before {
		content: '';
	}
	.section-quote .footer-speaker-name,
	.section-quote .footer-speaker-context {
		display: block;
	}
	.section-quote .footer-speaker-name {
		padding-bottom: 4px;
		text-transform: uppercase;
	}
	.section-quote .footer-speaker-context {
		font-size: 90%;
	}
	@media (min-width: 600px) {
		.section-quote .grid {
			grid-template-rows: 350px 76px auto;
		}
	}
	@media (min-width: 850px) {
		.section-quote {
			background: #a4ffe4;
			background: -moz-linear-gradient(45deg, #a4ffe4 0%, #ffffff 79%, #ffffff 100%);
			background: -webkit-linear-gradient(45deg, #a4ffe4 0%,#ffffff 79%,#ffffff 100%);
			background: linear-gradient(45deg, #a4ffe4 0%,#ffffff 79%,#ffffff 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4ffe4', endColorstr='#ffffff',GradientType=1 );
			padding-top: 64px;
			padding-bottom: 64px;
		}
		.section-quote .grid {
			grid-template-columns: 300px 80px auto;
			grid-template-rows: auto;
		}
		.section-quote .quote-img-wrap {
			grid-area: 1 / 1 / 2 / 3;
		}
		.section-quote .quote-img-wrap img {
			max-height: none;
		}
		.section-quote .quote-quote-wrap {
			border-left: none;
			border-top: solid 1px rgb(217,217,185);
			grid-area: 1 / 2 / 2 / 4;
			margin-top: 24px;
			padding-left: 80px;
			padding-top: 30px;
		}
		.section-quote blockquote {
			font-size: 1.8em;
		}
	}
	@media (min-width: 1000px) {
		.section-quote .grid {
			grid-template-columns: 460px 100px auto;
		}
		.section-quote .quote-quote-wrap {
			padding-left: 100px;
		}
		.section-quote blockquote {
			font-size: 2.2em;
		}
	}
	@media (min-width: 1100px) {
		.section-quote .grid {
			grid-template-columns: 500px 100px auto;
		}
		.section-quote .quote-quote-wrap {
			padding-left: 130px;
		}
	}
