.content-block {
	margin: .65em auto;
}

.content-block:empty {
	margin: 0 auto;
}

.dynamic-content-block {
	transition: opacity 350ms ease-out;
	opacity: 0;
}

.dynamic-content-block:empty {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.dynamic-content-block.rendered {
	opacity: 1;
}

.template-frame {
	display: block;
	width: 100%;
}

.template-frame:before,
.template-frame:after {
	content: " ";
	display: table;
}

.template-frame:after {
	clear: both;
}

.template-frame .template-content,
.template-frame .template-content-inner,
.template-frame .widget-area {
	display: block;
}

.template-frame .widget-area {
	display: none;
}

.has-widget .template-frame .widget-area {
	display: block;
}

.has-widget .template-frame .widget-area .widget-spacer {
	margin-top: .65em;
	padding-top: .65em;
	padding-bottom: .65em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

@media (min-width: 768px) {
	.widget-right-768 .template-frame .widget-area .widget-spacer,
	.widget-left-768 .template-frame .widget-area .widget-spacer {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
		border-bottom: none;
	}

	.widget-right-768 .template-frame .template-content {
		float: left;
		margin-right: -300px;
		width: 100%;
	}

	.widget-right-768 .template-frame .template-content-inner {
		margin-right: 300px;
		padding-right: 1em;
	}

	.widget-right-768 .template-frame .widget-area {
		display: block;
		float: left;
		width: 300px;
	}

	.widget-left-768 .template-frame .template-content {
		float: right;
		margin-left: -300px;
		width: 100%;
	}

	.widget-left-768 .template-frame .template-content-inner {
		margin-left: 300px;
		padding-left: 1em;
	}

	.widget-left-768 .template-frame .widget-area {
		float: left;
		width: 300px;
	}

	.widget-right-768.widget-split .template-frame .template-content {
		float: left;
		margin-right: -50%;
		width: 100%;
	}

	.widget-right-768.widget-split .template-frame .template-content-inner {
		margin-right: 50%;
		padding-right: .5em;
	}

	.widget-right-768.widget-split .template-frame .widget-area {
		display: block;
		float: left;
		width: 50%;
	}

	.widget-right-768.widget-split .template-frame .widget-area-inner {
		padding-left: .5em;
	}

	.widget-left-768.widget-split .template-frame .template-content {
		float: right;
		margin-left: -50%;
		width: 100%;
	}

	.widget-left-768.widget-split .template-frame .template-content-inner {
		margin-left: 50%;
		padding-left: .5em;
	}

	.widget-left-768.widget-split .template-frame .widget-area {
		float: left;
		width: 50%;
	}

	.widget-left-768.widget-split .template-frame .widget-area-inner {
		padding-right: .5em;
	}
}

@media (min-width: 1024px) {
	.widget-right-768.widget-split .template-frame .template-content {
		float: left;
		margin-right: -300px;
		width: 100%;
	}

	.widget-right-768.widget-split .template-frame .template-content-inner {
		margin-right: 300px;
		padding-right: 1em;
	}

	.widget-right-768.widget-split .template-frame .widget-area {
		display: block;
		float: left;
		width: 300px;
	}

	.widget-right-768.widget-split .template-frame .widget-area-inner {
		padding-left: 0;
	}

	.widget-left-768.widget-split .template-frame .template-content {
		float: right;
		margin-left: -300px;
		width: 100%;
	}

	.widget-left-768.widget-split .template-frame .template-content-inner {
		margin-left: 300px;
		padding-left: 1em;
	}

	.widget-left-768.widget-split .template-frame .widget-area {
		float: left;
		width: 300px;
	}

	.widget-left-768.widget-split .template-frame .widget-area-inner {
		padding-right: 0;
	}

	.widget-right-1024 .template-frame .widget-area .widget-spacer,
	.widget-left-1024 .template-frame .widget-area .widget-spacer {
		margin-top: 0;
		padding-top: 0;
		padding-bottom: 0;
		border-top: none;
		border-bottom: none;
	}

	.widget-right-1024 .template-frame .template-content {
		float: left;
		margin-right: -300px;
		width: 100%;
	}

	.widget-right-1024 .template-frame .template-content-inner {
		margin-right: 300px;
		padding-right: 1em;
	}

	.widget-right-1024 .template-frame .widget-area {
		display: block;
		float: left;
		width: 300px;
	}

	.widget-left-1024 .template-frame .template-content {
		float: right;
		margin-left: -300px;
		width: 100%;
	}

	.widget-left-1024 .template-frame .template-content-inner {
		margin-left: 300px;
		padding-left: 1em;
	}

	.widget-left-1024 .template-frame .widget-area {
		display: block;
		float: left;
		width: 300px;
	}

	.widget-right-1024.widget-split .template-frame .template-content {
		float: left;
		margin-right: -50%;
		width: 100%;
	}

	.widget-right-1024.widget-split .template-frame .template-content-inner {
		margin-right: 50%;
		padding-right: .5em;
	}

	.widget-right-1024.widget-split .template-frame .widget-area {
		display: block;
		float: left;
		width: 50%;
	}

	.widget-right-1024.widget-split .template-frame .widget-area-inner {
		padding-left: .5em;
	}

	.widget-left-1024.widget-split .template-frame .template-content {
		float: right;
		margin-left: -50%;
		width: 100%;
	}

	.widget-left-1024.widget-split .template-frame .template-content-inner {
		margin-left: 50%;
		padding-left: .5em;
	}

	.widget-left-1024.widget-split .template-frame .widget-area {
		float: left;
		width: 50%;
	}

	.widget-left-1024.widget-split .template-frame .widget-area-inner {
		padding-right: .5em;
	}
}

.widget-300 {
	margin: 0 auto;
	width: 300px;
}

.widget-centered {
	margin: 0 auto;
	min-width: 300px;
	max-width: 970px;
	text-align: center;
}

.widget-banner {
	margin: 0 auto;
	width: 728px;
	height: 90px;
	background-color: #EEEEEE;
}

.widget-cube {
	margin: 0 auto;
	width: 300px;
	height: 250px;
	background-color: #EEEEEE;
}

.widget-half {
	margin: 0 auto;
	width: 300px;
	height: 600px;
	background-color: #EEEEEE;
}

.story .story-heading a {
	text-decoration: none;
}

.story-thumbnail {
	position: relative;
}

.story-thumbnail-inner {
	box-sizing: content-box;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	background-color: #EEEEEE;
	overflow: hidden;
}

.story-thumbnail.ratio-16-9 .story-thumbnail-inner {
	padding-bottom: 56.25%;
}

.story-thumbnail img,
.story-thumbnail iframe,
.story-thumbnail a.img-polyfill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	border: none;
}

.story-thumbnail a.img-polyfill {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	overflow: hidden;
}

.story-thumbnail a.img-polyfill img {
	display: none;
}

.story-thumbnail img {
	object-fit: cover;
	object-position: 50% 0;
}

.hed-400 .story .story-heading h3 {
	font-weight: 400;
}

.hed-700 .story .story-heading h3 {
	font-weight: 700;
}

.hed-sans .story .story-heading h3 {
	font-family: "Open Sans", sans-serif;
}

.hed-light .story .story-heading h3 {
	color: #555555;
}

.hed-dark .story .story-heading h3 {
	color: #000000;
}

.fade-out .story-inner,
.fade-out-copy .story-copy {
	position: relative;
	overflow: hidden;
	padding-bottom: .65em;
}

.fade-out .story-inner:after,
.fade-out-copy .story-copy:after {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: .65em;
	background: linear-gradient(transparent, rgba(255, 255, 255, .6), rgba(255, 255, 255, .7), rgba(255, 255, 255, .8), rgba(255, 255, 255, .9), #FFFFFF);
}

#homepage-content-blocks .dynamic-content-block .block-heading {
	margin-top: 1.3em !important;
}

#homepage-content-blocks .dynamic-content-block:first-child > .block-template > .block-heading,
#homepage-content-blocks > .find-it-fast-menu + .dynamic-content-block > .block-template > .block-heading {
	margin-top: 0 !important;
}

.block-wrapper .horizontal-inner:not(:first-child) {
	margin-top: .65em;
}

.story .story-heading h3 {
	margin: 0;
	line-height: 1.15em;
	font-size: 1em;
	font-weight: 400;
	color: #222222;
}

.story .story-heading h3 a {
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.story .story-description {
	display: none;
}

.story .story-description p {
	margin: 0 0 .65em 0;
	line-height: 1.4em;
	font-size: 1em;
	color: #555555;
}

.story .story-description p:last-child {
	margin-bottom: 0;
}

.text-stories .story,
.small-stories .story,
.large-stories .story,
.image-stories .story .story-heading,
.image-stories .story .story-description,
.featured-stories .story .story-heading,
.featured-stories .story .story-description,
.large-text-stories .story .story-heading,
.large-text-stories .story .story-description {
	padding: 0 .65em;
}

@media (min-width: 768px) {
	.text-stories .story,
	.small-stories .story,
	.large-stories .story,
	.image-stories .story .story-heading,
	.image-stories .story .story-description,
	.large-text-stories .story .story-heading,
	.large-text-stories .story .story-description {
		padding-left: 0;
		padding-right: 0;
	}

	.featured-stories .story .story-heading,
	.featured-stories .story .story-description {
		padding-right: 0;
	}
}

.text-stories .story .story-thumbnail,
.large-text-stories .story .story-thumbnail {
	display: none;
}

.small-stories .story .story-inner,
.large-stories .story .story-inner {
	height: 4.8em;
}

.small-stories .story .story-thumbnail,
.large-stories .story .story-thumbnail {
	float: left;
	margin-right: .65em;
	width: 6.4em;
}

@media (min-width: 768px) {
	.small-stories.thumb-right .story .story-thumbnail,
	.small-stories .story.thumb-right .story-thumbnail,
	.large-stories.thumb-right .story .story-thumbnail,
	.large-stories .story.thumb-right .story-thumbnail {
		float: right;
		margin-right: 0;
		margin-left: .65em;
	}
}

.small-stories .story .story-heading,
.large-stories .story .story-heading {
	height: 4.8em;
	overflow: hidden;
}

.small-stories .story .story-heading h3,
.large-stories .story .story-heading h3 {
	height: 4.8em;
	line-height: 1.2em;

	/*display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;*/
}
/*
@media (min-width: 601px) {
	.large-stories .story .story-heading h3 {
		display: block;
		-webkit-line-clamp: none;
		-webkit-box-orient: unset;
	}
}
*/
.large-text-stories .story .story-heading {
	margin-bottom: .35em;
}

.large-text-stories .story .story-heading h3 {
	line-height: 1.15;
}

.large-text-stories .story-description {
	display: inherit;
}

.image-stories .story .story-thumbnail {
	margin-bottom: .2em;
}

.image-stories.featured .story-description {
	display: block;
	margin-top: .35em;
}

.overlay-stories .story-inner {
	position: relative;
}

.overlay-stories .story-inner:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent, rgba(0, 0, 0, .15), rgba(0, 0, 0, .30), rgba(0, 0, 0, .55), rgba(0, 0, 0, .60));
	z-index: 1;
}

.overlay-stories.hed-top .story-inner:after {
	background: linear-gradient(to top, transparent, rgba(0, 0, 0, .15), rgba(0, 0, 0, .30), rgba(0, 0, 0, .55), rgba(0, 0, 0, .60));
}


.overlay-stories.link-overlay .story-thumbnail-inner a::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 3;
}


.overlay-stories .story-copy,
.overlay-stories .story-heading {
	position: absolute;
	bottom: .35em;
	left: .5em;
	right: .5em;
	z-index: 2;
}

.overlay-stories.hed-top .story-copy,
.overlay-stories.hed-top .story-heading {
	top: .35em;
	bottom: auto;
}

.overlay-stories .story-copy .story-heading {
	position: static;
	bottom: auto;
	left: auto;
	right: auto;
	z-index: 1;
}

.overlay-stories .story-description {
	margin-top: .35em;
}

.overlay-stories .story-heading h3,
.overlay-stories .story-description p {
	color: #FFFFFF;
	line-height: 1.2em;
	max-height: 4.8em;
	overflow: hidden;
}

.overlay-stories.show-tease .story-copy .story-heading h3 {
	font-size: 1.2em;
	font-weight: 700;
}

.overlay-stories.show-tease .story-copy .story-description {
	display: block;
}

.featured-stories .story-thumbnail {
	margin-bottom: .2em;
}

.featured-stories .story-heading {
	margin-bottom: .35em;
}

.featured-stories .story-description {
	display: inherit;
}

@media (min-width: 481px) {
	.featured-stories .story-inner {
		position: relative;
		overflow: hidden;
	}

	.featured-stories .story-thumbnail {
		float: left;
		width: 58.5%;
		margin: 0 .65em 0 0;
	}

	.featured-stories .story-copy {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 58.5%;
	}

	.featured-stories .story-copy:after {
		content: " ";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: .65em;
		background: linear-gradient(transparent, rgba(255, 255, 255, .6), rgba(255, 255, 255, .7), rgba(255, 255, 255, .8), rgba(255, 255, 255, .9), #FFFFFF);
	}
}

@media (min-width: 601px) {
	.large-stories .story .story-inner {
		position: relative;
		height: auto;
		overflow: hidden;
	}

	.large-stories .story .story-thumbnail {
		width: 8em;
	}

	.large-stories .story-copy {
		position: absolute;
		top: 0;
		left: 8.65em;
		bottom: 0;
		overflow: hidden;
	}

	.large-stories.thumb-right .story-copy,
	.large-stories .story.thumb-right .story-copy {
		left: auto;
		right: 8.65em;
	}

	.large-stories .story-copy:after {
		content: " ";
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: .65em;
		background: linear-gradient(transparent, rgba(255, 255, 255, .6), rgba(255, 255, 255, .7), rgba(255, 255, 255, .8), rgba(255, 255, 255, .9), #FFFFFF);
	}

	.large-stories .story .story-heading {
		height: auto;
		margin-bottom: .35em;
	}

	.large-stories .story .story-heading h3 {
		height: auto;
		line-height: 1.15;
		overflow: visible;
	}

	.large-stories .story-description {
		display: inherit;
	}
}

@media (min-width: 768px) {
	.large-stories .story .story-thumbnail {
		width: 10em;
	}

	.large-stories .story-copy {
		left: 10.65em;
	}

	.large-stories.thumb-right .story-copy,
	.large-stories .story.thumb-right .story-copy {
		right: 10.65em;
	}
}

@media (max-width: 767px) {
	.river-cube .section-heading:not(:empty),
	.river-half .section-heading:not(:empty) {
		margin-bottom: .65em !important;
	}
}

.river-cube .large-stories .story,
.river-half .large-stories .story {
	margin: .65em 0;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.river-cube .large-stories .story:first-child,
.river-half .large-stories .story:first-child {
	margin-top: 0;
}

.river-cube .large-stories .story:last-child,
.river-half .large-stories .story:last-child {
	margin-bottom: 0;
}

@media (min-width: 601px) {
	.river-cube .large-stories .story .story-heading h3,
	.river-half .large-stories .story .story-heading h3 {
		font-size: 1.1em;
	}
}

@media (min-width: 768px) {
	.river-cube .large-stories .story .story-heading h3,
	.river-half .large-stories .story .story-heading h3 {
		font-size: 1.3em;
	}
}

@media (min-width: 1024px) {
	.river-cube .large-stories .story .story-heading h3,
	.river-half .large-stories .story .story-heading h3 {
		font-size: 1.5em;
	}
}

.river-cube.has-widget .template-frame .widget-area .widget-spacer,
.river-half.has-widget .template-frame .widget-area .widget-spacer {
	margin-top: 0;
	border-top: none;
}

.river-cube .widget-area,
.river-half .widget-area {
	display: block;
}

@media (max-width: 767px) {
	.river-text .section-heading:not(:empty) {
		margin-bottom: .65em !important;
	}
}

.river-text .large-text-stories .story {
	margin: .65em 0;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.river-text .large-text-stories .story:first-child {
	margin-top: 0;
}

.river-text .large-text-stories .story:last-child {
	margin-bottom: 0;
}

@media (min-width: 601px) {
	.river-text .large-text-stories .story .story-heading h3 {
		font-size: 1.1em;
	}
}

@media (min-width: 768px) {
	.river-text .large-text-stories .story .story-heading h3 {
		font-size: 1.3em;
	}
}

@media (min-width: 1024px) {
	.river-text .large-text-stories .story .story-heading h3 {
		font-size: 1.5em;
	}
}

.river-text.has-widget .template-frame .widget-area .widget-spacer {
	margin-top: 0;
	border-top: none;
}

.river-text .widget-area {
	display: block;
}

.a1-container .a1-latest .small-stories .story {
	margin-top: .65em;
	padding-top: .65em;
	border-top: 1px solid #CCCCCC;
}

.a1-trending .small-stories .story,
.a1-c-trending .small-stories .story,
.a1-latest .text-stories .story,
.a1-popular .small-stories .story {
	margin-bottom: .65em;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.a1-trending .small-stories .story:last-child,
.a1-c-trending .small-stories .story:last-child,
.a1-latest .text-stories .story:last-child,
.a1-popular .small-stories .story:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.a1-impact .story-heading h3,
.a1-c-impact .story-heading h3 {
	line-height: 1.1;
	font-size: 1.8em;
	max-height: none;
	overflow: visible;
}

.a1-impact .image-stories .story-heading,
.a1-c-impact .image-stories .story-heading {
	margin-bottom: .65em;
}

.a1-impact .image-stories .story-thumbnail,
.a1-c-impact .image-stories .story-thumbnail {
	margin-bottom: 0;
}

@media (min-width: 481px) {
	.a1-impact .story-heading h3,
	.a1-c-impact .story-heading h3 {
		font-size: 2em;
	}

	.a1-c-trending .overlay-stories {
		margin-left: -2px;
		overflow: hidden;
	}

	.a1-c-trending .overlay-stories .story {
		float: left;
		width: 50%;
	}

	.a1-c-trending .overlay-stories .story-inner {
		margin: 2px 0 0 2px;
	}

	.a1-latest {
		margin-top: .65em;
	}
}

@media (min-width: 601px) {
	.a1-trending .overlay-stories {
		margin-left: -2px;
		overflow: hidden;
	}

	.a1-trending .overlay-stories .story,
	.a1-c-trending .overlay-stories .story {
		float: left;
		width: 33.33%;
	}

	.a1-trending .overlay-stories .story-inner {
		margin: 2px 0 0 2px;
	}

	.a1-popular {
		margin-top: .65em;
	}
}

@media (min-width: 768px) {
	.a1-impact,
	.a1-trending,
	.a1-c-impact,
	.a1-c-trending {
		float: left;
	}

	.a1-impact {
		width: 75%;
	}

	.a1-trending {
		width: 25%;
	}

	.a1-c-impact {
		width: 60%;
	}

	.a1-c-trending {
		width: 40%;
	}

	.a1-impact .story-heading h3,
	.a1-c-impact .story-heading h3 {
		font-size: 2.25em;
	}

	.a1-trending .overlay-stories,
	.a1-c-trending .overlay-stories {
		margin: 0;
	}

	.a1-trending .overlay-stories .story,
	.a1-c-trending .overlay-stories .story {
		position: relative;
		top: -2px;
	}

	.a1-trending .overlay-stories .story {
		width: 100%;
	}

	.a1-c-trending .overlay-stories .story {
		width: 50%;
	}
}

@media (min-width: 1024px) {
	.a1-c-impact {
		margin-left: -280px;
		width: 100%;
	}

	.a1-c-impact .image-stories {
		margin-left: 280px;
	}

	.a1-c-trending {
		float: left;
		width: 280px;
	}

	.a1-impact .story-heading h3,
	.a1-c-impact .story-heading h3 {
		font-size: 2em;
	}

	.a1-impact .story-description,
	.a1-c-impact .story-description {
		display: block;
		margin-top: .65em;
	}

	.a1-trending .image-stories .story {
		margin: 0 0 .65em 1em;
	}

	.a1-trending .image-stories .story:last-child {
		margin-bottom: 0;
	}

	.a1-c-trending .small-stories .story {
		margin-left: 1em;
	}

	.a1-latest,
	.a1-popular {
		margin-top: .65em;
	}
}

@media (min-width: 1024px) {
	.a1-c-impact {
		margin-left: -300px;
	}

	.a1-c-impact .image-stories {
		margin-left: 300px;
	}

	.a1-c-trending {
		width: 300px;
	}

	.a1-sf-container .a1-popular {
		display: block;
	}

	.a1-sf-container .a1-popular .story:last-child {
		padding-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.a1-impact .story-heading h3,
	.a1-c-impact .story-heading h3 {
		font-size: 2.25em;
	}

	.a1-c-impact {
		margin-left: -330px;
	}

	.a1-c-impact .image-stories {
		margin-left: 330px;
	}

	.a1-c-trending {
		width: 330px;
	}

	/*
		.a1-c-impact {
			float: right;
			margin-left: 0;
			width: 65%;
		}

		.a1-c-impact .image-stories {
			margin-left: 0;
		}

		.a1-c-trending {
			position: relative;
			left: -1em;
			width: 35%;
		}
	*/

}

.big-video-block .bv-impact .overlay-stories .story-inner:after,
.big-video-block .bv-impact .overlay-stories .story-copy {
	display: none;
}

.big-video-block .bv-alternate .overlay-stories {
	margin-left: -2px;
	overflow: hidden;
}

.big-video-block .bv-alternate .overlay-stories .story {
	float: left;
	width: 50%;
}

.big-video-block .bv-alternate .overlay-stories .story-inner {
	margin: 2px 0 0 2px;
}

.big-video-block .overlay-stories .story-heading h3 {
	max-height: 3.6em;
}

.big-video-block .bv-impact .overlay-stories .story-thumbnail a,
.big-video-block .bv-alternate .overlay-stories .story-thumbnail iframe {
	display: none;
}

.big-video-block .bv-alternate .overlay-stories .story {
	cursor: pointer;
}

@media (min-width: 601px) {
	.big-video-block .bv-alternate .overlay-stories {
		margin-left: -2px;
		overflow: hidden;
	}

	.big-video-block .bv-alternate .overlay-stories .story {
		float: left;
		width: 33.33%;
	}

	.big-video-block .bv-alternate .overlay-stories .story-inner {
		margin: 2px 0 0 2px;
	}
}

@media (min-width: 768px) {
	.big-video-block .bv-impact,
	.big-video-block .bv-alternate {
		float: left;
	}

	.big-video-block .bv-impact {
		width: 60%;
	}

	.big-video-block .bv-alternate {
		width: 40%;
	}

	.big-video-block .bv-alternate .overlay-stories {
		margin: 0;
	}

	.big-video-block .bv-alternate .overlay-stories .story {
		position: relative;
		top: -2px;
	}

	.big-video-block .bv-alternate .overlay-stories .story {
		width: 50%;
	}
}

.one-by-nine-stories .overlay-stories {
	margin: -2px 0 0 -2px;
}

.one-by-nine-stories .overlay-stories .story {
	float: left;
	width: 50%;
	margin-top: 2px;
}

.one-by-nine-stories .overlay-stories .story:nth-child(1) {
	width: 100%;
}

.one-by-nine-stories .overlay-stories .story-inner {
	margin-left: 2px;
}

@media (min-width: 481px) {
	.one-by-nine-stories .overlay-stories .story {
		width: 33.33%;
	}

	.one-by-nine-stories .overlay-stories .story:nth-child(1) {
		width: 33.33%;
	}
}

@media (min-width: 801px) {
	.one-by-nine-stories .overlay-stories .story {
		width: 20%;
	}

	.one-by-nine-stories .overlay-stories .story:nth-child(1),
	.one-by-nine-stories .overlay-stories .story:nth-child(2),
	.one-by-nine-stories .overlay-stories .story:nth-child(3),
	.one-by-nine-stories .overlay-stories .story:nth-child(4) {
		width: 25%;
	}

	.one-by-nine-stories .overlay-stories .story:nth-child(5),
	.one-by-nine-stories .overlay-stories .story:nth-child(6),
	.one-by-nine-stories .overlay-stories .story:nth-child(7),
	.one-by-nine-stories .overlay-stories .story:nth-child(8),
	.one-by-nine-stories .overlay-stories .story:nth-child(9) {
		width: 20%;
	}
}

.a1-popular .dark-heading,
.dynamic-content-block[data-template=popular-small] .section-heading,
.dynamic-content-block[data-template=popular-1x8] .section-heading {
	background-color: #990000;
}

body.pub-nbbj .a1-popular .dark-heading,
body.pub-nbbj .dynamic-content-block[data-template=popular-small] .section-heading,
body.pub-nbbj .dynamic-content-block[data-template=popular-1x8] .section-heading {
	background-color: #1361A4;
}

@media (min-width: 768px) {
	.dynamic-content-block[data-template=popular-small] .section-heading,
	.dynamic-content-block[data-template=popular-1x8] .section-heading {
		background-color: transparent;
		color: #990000;
	}

	body.pub-nbbj .dynamic-content-block[data-template=popular-small] .section-heading,
	body.pub-nbbj .dynamic-content-block[data-template=popular-1x8] .section-heading {
		background-color: transparent;
		color: #1361A4;
	}
}

.a1-popular .small-stories .story,
.popular-small-stories .small-stories .story {
	display: none;
	position: relative;
	margin-top: .65em;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.a1-popular .small-stories .story,
.popular-small-stories .small-stories .story:nth-child(-n+6) {
	display: inherit;
}

.a1-popular .small-stories .story-inner:before,
.popular-small-stories .small-stories .story-inner:before {
	content: attr(data-story-num);
	position: absolute;
	top: 0;
	left: 0;
	height: 4.8em;
	line-height: 4.8em;
	width: 1.8em;
	border-top-right-radius: 1.7em;
	border-bottom-right-radius: 1.7em;
	background: #990000;
	color: #FFFFFF;
	text-align: center;
	text-align-last: center;
	z-index: 2;
}

body.pub-nbbj .a1-popular .small-stories .story-inner:before,
body.pub-nbbj .popular-small-stories .small-stories .story-inner:before {
	background: #1361A4;
}

@media (min-width: 601px) {
	.popular-small-stories .small-stories {
		overflow: hidden;
		margin-left: -1em;
	}

	.popular-small-stories .small-stories .story {
		float: left;
		width: 50%;
		padding-left: 0;
		padding-right: 0;
	}

	.popular-small-stories .small-stories .story-inner {
		position: relative;
		margin-left: 1em;
	}
}

@media (min-width: 768px) {
	.popular-small-stories .small-stories .story {
		padding-bottom: 0;
		border-bottom: none;
	}

	.a1-popular .small-stories .story-inner,
	.popular-small-stories .small-stories .story-inner {
		/*padding-left: 3.05em;*/
	}

	.a1-popular .small-stories .story-inner:before,
	.popular-small-stories .small-stories.thumb-right .story-inner:before {
		left: auto;
		right: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-top-left-radius: 1.7em;
		border-bottom-left-radius: 1.7em;

		/*content: attr(data-story-num);
		position: absolute;
		top: 0;
		left: 0;
		height: 2.4em;
		line-height: 2.4em;
		width: 2.4em;
		border-radius: 1.7em;*/
	}
}

@media (min-width: 1024px) {
	.popular-small-stories .small-stories .story {
		width: 33.33%;
	}
}

@media (min-width: 1300px) {
	.popular-small-stories .small-stories .story {
		width: 25%;
		display: inherit;
	}
}

.popular-one-by-eight-stories .overlay-stories {
	margin: -2px 0 0 -2px;
}

.popular-one-by-eight-stories .overlay-stories .story {
	float: left;
	width: 50%;
	margin-top: 2px;
}

.popular-one-by-eight-stories .overlay-stories .story:nth-child(5),
.popular-one-by-eight-stories .overlay-stories .story:nth-child(6),
.popular-one-by-eight-stories .overlay-stories .story:nth-child(7),
.popular-one-by-eight-stories .overlay-stories .story:nth-child(8) {
	display: none;
}

.popular-one-by-eight-stories .overlay-stories .story-inner {
	margin-left: 2px;
}

.popular-one-by-eight-stories .overlay-stories .story-inner:before {
	content: attr(data-story-num);
	position: absolute;
	top: 2px;
	left: 2px;
	height: 2em;
	line-height: 2em;
	width: 2em;
	border-radius: 1em;
	background: #990000;
	color: #FFFFFF;
	text-align: center;
	text-align-last: center;
	z-index: 2;
}

body.pub-nbbj .popular-one-by-eight-stories .overlay-stories .story-inner:before {
	background: #1361A4;
}

.popular-one-by-eight-stories .overlay-stories .story-heading h3 {
	font-size: .9em;
	line-height: 1.25em;
	max-height: 3.75em;
	overflow: hidden;
}

@media (min-width: 481px) {
	.popular-one-by-eight-stories .overlay-stories .story {
		width: 33.33%;
	}

	.popular-one-by-eight-stories .overlay-stories .story:nth-child(5),
	.popular-one-by-eight-stories .overlay-stories .story:nth-child(6) {
		display: block;
	}

	.popular-one-by-eight-stories .overlay-stories .story:nth-child(7),
	.popular-one-by-eight-stories .overlay-stories .story:nth-child(8) {
		display: none;
	}

	.popular-one-by-eight-stories .overlay-stories .story-heading h3 {
		font-size: .9em;
		max-height: 5em;
		overflow: hidden;
	}
}

@media (min-width: 768px) {
	.popular-one-by-eight-stories .overlay-stories .story {
		width: 25%;
	}

	.popular-one-by-eight-stories .overlay-stories .story:nth-child(7),
	.popular-one-by-eight-stories .overlay-stories .story:nth-child(8) {
		display: block;
	}
}

@media (min-width: 1024px) {
	.popular-one-by-eight-stories .overlay-stories {
		margin: 0;
		height: 8em;
		overflow: hidden;
		text-align: justify;
		text-align-last: justify;
		-ms-text-justify: distribute-all-lines;
		text-justify: distribute-all-lines;
	}

	.popular-one-by-eight-stories .overlay-stories:after {
		display: block;
		content: '';
		width: 100%;
		height: 0;
		font-size: 0;
		line-height: 0
	}

	.popular-one-by-eight-stories .overlay-stories .story {
		display: inline-block !important;
		float: none;
		margin: 0;
		width: 10.66em;
		text-align: left;
		text-align-last: left;
	}

	.popular-one-by-eight-stories .overlay-stories .story-inner {
		margin: 0;
	}
}

.tsm-block .overlay-stories {
	margin: 0;
	height: 8em;
	overflow: hidden;
	text-align: justify;
	text-align-last: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.tsm-block .overlay-stories:after {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0
}

.tsm-block .overlay-stories .story {
	display: inline-block !important;
	width: 10.66em;
	text-align: left;
	text-align-last: left;
}

.tsm-block .overlay-stories .story-heading h3 {
	font-size: .95em;
	line-height: 1.1em;
	max-height: 4.4em;
}

.tsm-block .overlay-stories .story-description p {
	font-size: .9em;
}




.four-small-block .small-stories .story {
	margin: .65em 0;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.four-small-block.no-heading .small-stories .story:first-child {
	margin-top: 0;
}

.four-small-block .small-stories .story:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.four-small-block.no-heading-1 .template-content {
		padding-top: .65em;
		border-top: 1px solid #CCCCCC;
	}

	.four-small-block .template-spacer {
		margin-top: -.65em;
		margin-left: -1em;
		overflow: hidden;
	}

	.four-small-block .small-stories .story {
		float: left;
		width: 50%;
		margin-top: .65em !important;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.four-small-block .small-stories .story-inner {
		margin-left: 1em;
	}
}

@media (min-width: 1101px) {
	.four-small-block .small-stories .story {
		width: 25%;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}

.one-by-four-stories .small-stories .story {
	margin-top: .65em;
	margin-bottom: .65em;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.one-by-four-stories .bottom.small-stories .story:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.one-by-four-stories .image-stories.hide-last .story:last-child {
	display: none;
}

@media (min-width: 660px) {
	.one-by-four-stories .bottom.image-stories {
		overflow: hidden;
		margin-left: -1em;
	}

	.one-by-four-stories .bottom.image-stories .story {
		float: left;
		width: 50%;
	}

	.one-by-four-stories .bottom.image-stories .story .story-inner {
		margin-left: 1em;
	}

	.one-by-four-stories.no-widget .template-spacer {
		margin-left: -1em;
	}

	.one-by-four-stories.no-widget .image-stories .story {
		float: left;
		width: 50%;
	}

	.one-by-four-stories.no-widget .image-stories .story .story-inner {
		margin-left: 1em;
	}
}

@media (min-width: 768px) {
	.one-by-four-stories .bottom.image-stories .story {
		float: none;
		width: auto;
	}

	.one-by-four-stories.has-widget .widget-spacer {
		display: flex;
		height: 300px;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.one-by-four-stories .template-spacer {
		margin-left: -1em;
	}

	.one-by-four-stories .image-stories .story {
		float: left;
		width: 33.33%;
	}

	.one-by-four-stories.no-widget .image-stories .story {
		float: left;
		width: 25%;
	}

	.one-by-four-stories .template-content .story .story-inner {
		margin-left: 1em;
	}

	.one-by-four-stories.has-widget .widget-spacer {
		display: block;
		height: auto;
	}
}

.text-only-block .text-stories .story {
	margin-top: .65em;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.text-only-block .text-stories .column.last .story:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

@media (min-width: 768px) {
	.text-only-block.no-heading .template-frame {
		margin-top: 1.65em;
	}

	.text-only-block .text-stories .story:first-child {
		margin-top: 0;
	}

	.text-only-block .text-stories .story:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
}


.featured-block {
	margin-bottom: 2em;
}

.featured-block .dark-heading {
	background-color: red;
	margin-bottom: 0 !important;
}

.featured-block .template-content-inner {
	padding-top: 2px;
	padding-bottom: .65em;
	border-bottom: 2px solid red;
}

.mixed-small-block .small-stories .story,
.double-feature-left .small-stories .story {
	margin-top: .65em;
	margin-bottom: .65em;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.mixed-small-block .small-stories .story:last-child,
.double-feature-left .small-stories .story:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.mixed-small-block.no-widget .dfl-right .small-stories.bottom,
.double-feature-left.no-widget .dfl-right .small-stories.bottom {
	margin-top: .65em;
	border-top: 1px solid #CCCCCC;
}

.mixed-small-block .featured-stories .story-heading h3,
.double-feature-left .featured-stories .story-heading h3,
.featured-block .featured-stories .story-heading h3 {
	font-weight: 700;
	font-size: 1.2em;
}

.featured-block .featured-stories {
	margin-bottom: .65em;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.featured-block .text-stories .story {
	margin-bottom: .65em;
}

.featured-block .text-stories .story:last-child {
	margin-bottom: 0;
}

.featured-block .text-stories .story-heading h3 {
	position: relative;
	padding-left: 25px;
	line-height: 1.2em;
}

.featured-block .text-stories .story-heading h3:before {
	font-family: FontAwesome;
	content: "\f061";
	position: absolute;
	top: 0;
	left: 0;
	line-height: inherit;
	font-size: 16px;
	color: red;
}

.featured-block .text-stories .story:first-child .story-heading h3 {
	font-size: 1.25em;
}

@media (min-width: 768px) {
	.featured-block .template-content-inner {
		padding: .65em;
		border: 1px solid red;
		border-top: none;
	}

	.double-feature-left .small-stories .story {
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.double-feature-left .small-stories .story:last-child {
		margin-bottom: 0;
	}

	.double-feature-left .dfl-left {
		float: left;
		width: 21em;
	}

	.double-feature-left .dfl-right {
		margin-left: 22em;
	}

	.double-feature-left.no-widget .dfl-right .small-stories.bottom {
		padding: 0;
		border: none;
	}

	.mixed-small-block .template-spacer {
		overflow: hidden;
	}

	.mixed-small-block .mixed-small-left,
	.mixed-small-block .mixed-small-right {
		float: left;
		width: 50%;
	}

	.mixed-small-block .mixed-small-right {
		margin-top: -2px;
	}

	.mixed-small-block .mixed-small-right .overlay-stories .story {
		float: left;
		width: 50%;
		margin-top: 2px;
	}

	.mixed-small-block .mixed-small-right .overlay-stories .story-inner {
		margin-left: 2px;
	}
}

@media (min-width: 600px) and (max-width: 1023px) {
	.featured-block .featured-stories .story-thumbnail-inner {
		padding-bottom: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.featured-block .featured-stories .story-thumbnail {
		width: 50%;
	}

	.featured-block .featured-stories .story-copy {
		left: 50%;
	}

	.featured-block .featured-stories .story-heading h3 {
		font-size: 1.3em;
	}
}

@media (min-width: 1024px) {
	.featured-block .featured-block-stories {
		display: block;
		overflow: hidden;
	}

	.featured-block .featured-stories {
		float: left;
		width: 60%;
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.featured-block .featured-stories .story-thumbnail {
		width: 20em;
	}

	.featured-block .featured-stories .story-copy {
		left: 20em;
	}

	.featured-block .featured-stories .story-heading h3 {
		font-size: 1.4em;
	}





	.featured-block .text-stories {
		padding-left: 1em;
		overflow: hidden;
	}

	.double-feature-left .template-content {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	.double-feature-left.has-widget .dfl-left {
		margin-right: 1em;
		width: 43em;
	}

	.double-feature-left.has-widget .featured-stories .story-thumbnail {
		width: 50%;
	}

	.double-feature-left.has-widget .featured-stories .story-copy {
		width: 50%;
		left: 50%;
	}

	.double-feature-left.no-widget .dfl-right {
		position: relative;
		left: -1em;
		margin-right: -1em;
	}

	.double-feature-left.no-widget .dfl-right .small-stories {
		float: left;
		width: 50%;
	}

	.double-feature-left.no-widget .dfl-right .small-stories .story {
		padding-left: 1em;
	}

	.double-feature-left .featured-stories .story-heading h3 {
		font-size: 1.5em;
	}

	.mixed-small-block .mixed-small-left {
		float: left;
		width: 45%;
	}

	.mixed-small-block .mixed-small-left .featured-stories .story-thumbnail {
		float: left;
		width: 13.65em;
		margin: 0;
	}

	.mixed-small-block .mixed-small-left .featured-stories .story-copy {
		left: 13.65em;
		right: 0;
		width: auto;
	}

	.mixed-small-block .mixed-small-right {
		float: none;
		width: auto;
		margin-top: 0;
		margin-left: 45%;
	}

	.mixed-small-block .mixed-small-left .featured-stories .story {
		width: 100%;
	}

	.mixed-small-block .mixed-small-right .small-stories {
		overflow: hidden;
	}

	.mixed-small-block .mixed-small-right .small-stories .story {
		float: left;
		width: 50%;
	}

	.mixed-small-block .mixed-small-right .small-stories .story .story-inner {
		margin-left: 1em;
	}

	.mixed-small-block .mixed-small-right .small-stories .story {
		margin-top: 0;
		margin-bottom: .65em;
		padding: 0;
		border: none;
	}

	.mixed-small-block .mixed-small-right .small-stories .story:nth-child(3),
	.mixed-small-block .mixed-small-right .small-stories .story:nth-child(4) {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.double-feature-left .dfl-left,
	.double-feature-left.has-widget .dfl-left {
		width: 35.5em;
	}

	.double-feature-left .dfl-right {
		margin-left: 36.5em;
	}

	.double-feature-left .featured-stories .story-thumbnail,
	.double-feature-left.has-widget .featured-stories .story-thumbnail {
		width: 58.5%;
	}

	.double-feature-left .featured-stories .story-copy,
	.double-feature-left.has-widget .featured-stories .story-copy {
		width: 41.5%;
		left: 58.5%;
	}

	.mixed-small-block .mixed-small-left {
		float: left;
		width: 35.5em;
	}

	.mixed-small-block .mixed-small-right {
		margin-left: 35.5em;
	}
}

.five-tall .image-stories .story-heading h3,
.five-tall .featured-stories .story-heading h3 {
	font-weight: 700;
	font-size: 1.2em;
}

.five-tall .large-stories .story {
	margin-top: .65em;
	padding-top: .65em;
	border-top: 1px solid #CCCCCC;
}

@media (min-width: 601px) {
	.five-tall .featured-stories .story-thumbnail-inner {
		padding-bottom: 65%;
	}

	.five-tall .featured-stories .story-heading h3 {
		font-size: 1.4em;
	}

	.five-tall .featured-stories .story-heading {
		margin-bottom: 1em;
	}

	.five-tall .large-stories .story-heading h3 {
		font-size: 1.2em;
		font-weight: 700;
	}
}

@media (min-width: 768px) {
	.five-tall .featured-stories .story-thumbnail-inner {
		padding-bottom: 55%;
	}

	.five-tall .featured-stories .story-copy {
		padding-left: .5em;
	}

	.five-tall .featured-stories .story-heading {
		margin-bottom: 1.25em;
	}

	.five-tall .featured-stories .story-heading h3 {
		font-size: 1.6em;
	}

	.five-tall .image-stories .story-inner {
		max-height: 20em;
	}
}

@media (min-width: 1024px) {
	.five-tall .featured-stories .story-thumbnail {
		box-sizing: border-box;
		width: 50%;
		padding-right: .5em;
	}

	.five-tall .featured-stories .story-thumbnail-inner {
		height: 15em;
		padding-bottom: 0;
	}

	.five-tall .featured-stories .story-copy {
		left: 50%;
		padding: 0 1em;
	}

	.five-tall .featured-stories .story-heading h3 {
		font-size: 1.8em;
	}

	.five-tall .featured-stories .story-heading {
		margin-bottom: 1.5em;
	}

	.five-tall .image-stories .story-inner {
		max-height: 21em;
	}
}

@media (min-width: 1200px) {
	.five-tall .featured-stories .story-heading h3 {
		font-size: 1.9em;
	}
}



.legacy-block .life-tributes { overflow: hidden; }

.legacy-block .life-tributes-spacer { margin-left: -1em; }

.legacy-block .life-tribute { max-height: 5.7em; line-height: 1.4em; margin-top: .65em; padding: 0 .65em; overflow: hidden; }

.legacy-block .life-tribute-spacer { margin-left: 1em; }

.legacy-block .life-tribute h3 { margin: 0; line-height: 1.4em; font-size: 1.1em; font-weight: 700; color: #222222; }

.legacy-block .life-tribute p { margin: 0; line-height: 1.4em; font-size: 1em; font-weight: 400; color: #555555; }

.legacy-block .life-tribute a, .life-tribute a:hover { color: inherit; }

@media (min-width: 768px) {
	.legacy-block .life-tributes-spacer { margin-top: -.65em; }

	.legacy-block .life-tribute { float: left; height: 5.7em; width: 50%; padding: 0; }
}

@media (min-width: 940px) {
	.legacy-block .life-tribute { width: 33.33%; }
}

@media (min-width: 1260px) {
	.legacy-block .life-tribute { width: 25%; }
}

.three-vertical-columns .vertical-column {
	margin-bottom: 1.65em;
}

@media (min-width: 768px) {
	.three-vertical-columns .template-spacer {
		overflow: hidden;
		margin-left: -1em;
	}

	.three-vertical-columns .vertical-column {
		float: left;
		width: 33.33%;
		margin-bottom: 0;
	}

	.three-vertical-columns .vertical-column .vert-1-plus-5 {
		margin-left: 1em;
	}
}

.vert-1-plus-5 .image-stories .story,
.vert-1-plus-5 .text-stories .story {
	margin-bottom: .65em;
	padding-bottom: .65em;
	border-bottom: 1px solid #CCCCCC;
}

.vert-1-plus-5 .image-stories .story .story-thumbnail {
	margin-bottom: .65em;
}

.vert-1-plus-5 .text-stories .story:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}