/** TITLE **/

.content-title {
	margin-bottom: 1em;
}

.content-title h1 {}

.content-title h1.light {
	color: rgb(255, 79, 53);
	margin-top: 0;
	/* 1.2em; */
	margin-bottom: 0;
}

.content-title h1.dark {
	margin-top: 0;
	margin-bottom: 0;
}

.content-title h2.light {
	color: rgb(255, 79, 53);
	margin-top: 0;
	/* 1.2em; */
	margin-bottom: 0;
}

.content-title h3.light {
	color: rgb(255, 79, 53);
	margin-top: 0;
	/* 1.2em; */
	margin-bottom: 0;
}


.content-title h3 {
	margin-top: 0;
	/* 0.5em; */
	margin-bottom: 0;
	/* -0.5em; */
}

/** VIDEO **/

.content-video {
	margin-top: 3em;
	margin-bottom: 3em;
}

.content-video video,
.content-video img {
	max-width: 100%;
}

.printer-friendly .content-video .story-video-play,
.printer-friendly .content-video .story-video {
	display: none !important;
}

/** COPY/IMAGE **/

.content-image {
	margin-bottom: 3em;
}

.content-image img,
.content-copy-image img {
	width: 100%;
	height: auto;
}

.content-image.row > .text-fullwidth {
	padding: 0;
	left: 50%;
	width: 100vw;
	transform: translate3d(-50%, 0, 0);
} 

.content-image .image-caption,
.content-copy-image .image-caption {
	//font-style: italic;
	font-size: .95em;
	margin: 0.5em;
}

.content-copy-image img {
	margin: 1em 0;
}

@media (min-width: 768px) {
	.content-copy-image img {
		margin: 0;
	}
}

.content-copy {
	margin-bottom: 3em;
}

.content-copy h3 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.content-copy p:last-child {
	margin-bottom: 0;
}


/** Copy Quote **/
.quote-author {
	font-weight: 600;
	color: rgb(102, 102, 102);
	font-size: 16px;
	font-weight: 700;
}

.author-cred {
	font-weight: 400;
	font-size: 14px;
}

/** CAPTION **/

.content-caption {
	text-align: center;
	margin-top: -3em;
	margin-bottom: 3em;
}

.content-caption p {
	font-size: .95em;
}


/** NUMBERS **/

.numbers {
	margin-bottom: 3em;
}

.numbers h1 {
	margin-bottom: 0.5em;
}

.numbers-container {
	position: relative;
	display: inline-block;
	width: 96%;
	margin-bottom: 2em;
}

@media (min-width: 768px) {
	.numbers-container {
		margin-bottom: 0;
	}
}

.numbers .corner {
	position: absolute;
	width: 24px;
	height: 24px;
}

.numbers .corner-upper {
	border-top: 2px solid rgb(23, 27, 74);
	top: 0;
}

.numbers .corner-right {
	border-right: 2px solid rgb(23, 27, 74);
	right: 0;
}

.numbers .corner-lower {
	border-bottom: 2px solid rgb(23, 27, 74);
	bottom: 0;
}



.numbers .corner-left {
	border-left: 2px solid rgb(23, 27, 74);
	left: 0;
}

.numbers-content {
	padding: 0.8em 2em;
}

.numbers-content p {
	margin: 0;
	line-height: 1em;
	text-align: center;
}

.numbers-content p.number-header {
	font-size: 1.2em;
	font-weight: bold;
	color: rgb(23, 27, 74);
}

.numbers-content p.number-title {
	font-size: 1.2em;
	// color: rgb(208, 208, 206);
	//todo remove this?
}

.numbers-content p.number {
	color: rgb(255, 79, 53);
	font-size: 4em;
	font-weight: bold;
	margin-bottom: 4px;
}


.story .numbers-content p.number {
	font-size: 2.5em;
	padding: 0.5em 0;
}

/** STORY PANELS **/

#panels-title h3 {
	font-size: 0.9em;
	color: rgb(208, 208, 206);
	margin: 40px 6px 3px;
}

#panels-title h1 {
	font-size: 4em;
	margin: 0 0 40px;
}

/** STORY PANELS **/

.story-panels {
	margin-bottom: 3em;
}

.story-panels .story-banner {
	position: relative;
	width: 100%;
}

.story-panels .story-content {
	width: 100%;
	padding: 1em 0.25em 0.5em;
	padding: 30px;
	position: relative;
}

@media (max-width: 767px) {
	.story-panels .story-content {
		text-align: left !important;
	}
}

@media (min-width: 768px) {
	.story-panels .story-content {
		padding: 4em 1em;
	}
}

.story-panels .story-content a {
	font-weight: bold;
}

.story h4 {
	font-weight: bold;
	color: rgb(23, 27, 74);
	margin: 0;
	font-size: 1.25em;
}

@media (min-width: 768px) {
	.story-panels .story-banner {
		width: 46%;
	}

	.story-panels .story-content {
		width: 54%;
		padding: 20px 25px 25px;
	}

	.story-panels .story-content.pull-right {
		//padding: 10px 1.5em 10px 0;
	}

	.story-panels .story-content.pull-left {
		// padding: 10px 0 10px 1.5em;
	}
}

@media (min-width: 992px) {
	.story-panels .story-banner {
		width: 54.6%;
	}

	.story-panels .story-content {
		width: 45.4%;
	}

	.story-panels .story-content.pull-right {
		// padding: 10px 2.5em 10px 0.5em;
	}

	.story-panels .story-content.pull-left {
		// padding: 10px 0.5em 10px 2.5em;
	}
}

@media (min-width: 1200px) {
	.story-panels .story-banner {
		width: 54.6%;
	}

	.story-panels .story-content {
		width: 45.4%;
	}

	.story-panels .story-content.pull-right {
		//padding: 10px 3em 10px 1em;
	}

	.story-panels .story-content.pull-left {
		// padding: 10px 1em 10px 3em;
	}
}

.story-panels .story-image {
	overflow-x: hidden;
}

.story-panels .story-image img {
	width: 100%;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	opacity: 0;
}

.story-title {
	//text-transform: uppercase;
}

.story-panels .story-title,
.story-panels .story-title.valign-bottom {
	position: absolute;
	width: 100%;
	bottom: 2em;
}

.story-panels .story-title.valign-top {
	top: 2em;
	bottom: auto;
}

@media (min-width: 992px) {
	.story-panels .story-title {
		max-width: 90%;
	}
}

.story-panels .story-title.pull-left {
	left: -2px;
}

.story-panels .story-title.pull-right {
	right: -2px;
}

#body .story-panels .story-title h2 {
	color: #fff;
	font-size: 2.8em;
	line-height: 0.85em;
}

@media (min-width: 768px) {
	.story-panels .story-title.pull-left {
		left: -5px;
	}

	.story-panels .story-title.pull-right {
		right: -5px;
	}

	#body .story-panels .story-title h2 {
		font-size: 4em;
	}
}

.story-panels .cta {
	// text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	margin-top: 1em;
	display: block;
}


/* story panel rows*/

.story-panels.story-panels-rows h2 {
	//color: rgb(23, 27, 74) !important;

}

/* overlay */

.story-overlays .story-overlay {
	position: relative;
}

.story-overlays .story-overlay .story-content {
	position: absolute;
	padding: 3.5em 4em;
	top: 0;
	width: 100%;
}

#page-container .story-overlays .story-overlay h3 {
	color: rgb(23, 225, 22);
	font-size: 2em;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 0.5em;
}

/* list */

.story-list .story-list-item {
	position: relative;
	margin-bottom: 2em;
	background: url('../img/panel_background_arrow.png') no-repeat top left #ccc;
	background-size: 100px;
}

.story-list .story-list-item .story-content {
	padding: 1.5em 4em;
	top: 0;
	width: 100%;
	position: relative;
	z-index: 10;
	min-height: 180px;
}

#page-container .story-list .story-list-item h3 {
	color: rgb(23, 225, 22);
	font-size: 2em;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 0.5em;
}

.story-list .story-index {
	position: absolute;
	top: 0;
	left: 12%;
	font-size: 132px;
	color: #e3e3e3;
	z-index: 1;
}

.story-list .story-list-image {
	display: none;
	overflow: hidden;
	margin-bottom: 2em;
}

@media (min-width: 768px) {
	.story-list .story-list-image {
		display: block;
	}
}

.story-list .story-list-image img {
	width: auto;
	height: 100%;
}

/** STORY GRID **/

.stories-grid .story {
	margin-bottom: 3em;
}

.stories-grid .story-banner {
	position: relative;
	width: 100%;
}

.stories-grid .story-title {
	width: 100%;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	position: initial;
}

.story-linked .story-banner:hover .story-title {
	font-size: 1.025em;
}

#body .stories-grid-hover .story-title h2 {
	color: #fff;
	font-weight: bold;
	font-size: 4em;
	line-height: 0.85em;
}

#body .stories-grid-hover .story-title-copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
}

#body .stories-grid-hover .story-title-copy p,
#body .stories-grid-hover .story-title-copy li {
	margin: 0;
	font-size: 1.3em;
	font-weight: 300;
}

#body .stories-grid-hover .col-sm-3 .story-title-copy,
#body .stories-grid-hover .col-sm-4 .story-title-copy {
	padding: 0 2em;
}

#body .stories-grid-hover .col-sm-6 .story-title-copy {
	padding: 0 4em;
}

#body .stories-grid-hover .story-title-copy b {
	font-size: 1.05em;
}

#body .stories-grid-hover .story-title-copy h1 {
	font-weight: bold;
	margin: 0 auto 10px;


	//color: rgb(23, 225, 22);
	font-size: 5em;
	letter-spacing: -0.05em;
}

#body .stories-grid-hover .story-title {
	font-size: 1em !important;
}

#body .stories-grid-hover .story-title h2 {
	font-size: 3em !important;
}

@media (min-width: 768px) {
	#body .stories-grid-hover .story-title h2 {
		font-size: 2em !important;
		max-width: 75%;
	}
}

#body .stories-grid .col-sm-3 .story-title {
	font-size: 9px;
}

.stories-grid-hover .story-title.title-bottom,
.stories-grid-hover .story-title {

	bottom: -0.25em;
	position: absolute;
}

.stories-grid .story-title.title-top {
	text-align: center;
	top: -1.6em;
}

.stories-grid .story-title.title-left {
	text-align: left;
	left: -0.45em;
	bottom: 3em;
}

.stories-grid-hover .story-title.title-left {
	left: -0.2em;
}

.stories-grid .story-title.title-right {
	text-align: right;
	right: -0.45em;
	bottom: 3em;
}

.stories-grid-hover .story-title.title-left {
	right: -0.2em;
}

.stories-grid-hover .story-banner {
	background-color: #dfdfdf;
}

.stories-grid-hover .story-banner-cover {
	display: none;
}

#body .stories-grid-hover .story-banner-cover h2 {
	font-size: 3em;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
	top: 50%;
}

@media (min-width: 768px) {
	.stories-grid-hover .story-banner-cover {
		background-color: rgb(23, 27, 74);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		cursor: pointer;
		opacity: 1;
		visibility: visible;
		transition: visibility 0s, opacity 0.35s;
		display: block;
	}

	.stories-grid-hover .story:hover .story-banner-cover {
		opacity: 0;
		visibility: hidden;
		transition: visibility 0s 0.8s, opacity 0.35s;
	}
}

.stories-grid .story-content {
	width: 100%;
	padding: 1em 0;
	position: relative;
}

.stories-grid .story-content ul {
	padding-left: 1em;
}

.stories-grid .story-content ul b,
.stories-grid .story-content ul strong {
	color: rgb(23, 27, 74);
}

.stories-grid .story-image {
	overflow-x: hidden;
}

.stories-grid .story-image img {
	width: 100%;
	height: auto;
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
}

.stories-grid .story-cta {
	// text-transform: uppercase;
	font-weight: bold;
	margin-top: 1em;
	display: block;
}

.stories-grid .story-content-tight p {
	margin-bottom: 0;
}

.stories-grid .story-content-tight .story-cta {
	margin-top: 0;
}

.story-banner .story-title h2 {
	// color: white !important;
}

/** STORY CAROUSEL **/

.stories-carousel {
	position: relative;
}

.stories-carousel .story-content {
	padding: 20px 25px 25px;
}

.stories-carousel .story-content p:last-child {
	margin-bottom: 0;
}

.stories-carousel-content .story-title {
	padding-bottom: 20px;
	position: initial;
}

.gray-carousel .story-content,
.grey-carousel .story-content {
	background-color: #f3f3f3;

}



.blue-carousel .story-content {
	background-color: rgb(23, 27, 74);

}

.blue-carousel .story-content * {
	color: #fff !important;
}

.blue-carousel .story-title h3 {
	color: rgb(183, 227, 227) !important;
}

.stories-grid .stories-carousel-content ul {
	padding-left: 2em;
}

.stories-carousel-container {
	position: relative;
	overflow-x: hidden;
}

.stories-carousel-content {
	position: relative;
	white-space: nowrap;
	overflow-x: visible;
	padding: 0;
}

.stories-carousel .navigation-arrow {
	position: absolute;
	top: 80px;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 100;
	opacity: 1;
	transition: opacity .5s;
}

.stories-carousel .navigation-arrow:hover {
	opacity: .75;
}

.stories-carousel .arrow-left {
	left: 30px;
	background: url('../img/arrow_left.png') no-repeat center center transparent;
	background-size: 100%;
}

.stories-carousel .arrow-left:hover {

	background-image: url('../img/arrow_left_hover.png');

}

.stories-carousel .arrow-right {
	right: 30px;
	background: url('../img/arrow_right.png') no-repeat center center transparent;
	background-size: 100%;
}

.stories-carousel .arrow-right:hover {

	background-image: url('../img/arrow_right_hover.png');

}

.stories-carousel .story {
	display: block;
	white-space: normal;
	float: none;
	vertical-align: top;
}

@media (min-width: 768px) {
	.stories-carousel .story {
		display: inline-block;
	}
}

/** LINKS **/

.links {
	margin-top: 3em;
	margin-bottom: 3em;
}

.link {
	display: block;
	width: 100%;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 4px;
	padding: 10px 25px;
	width: 100%;
	border: 1px solid #ff4f35;
	border-radius: 4px;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	color: white;
	background-color: #ff4f35;
	transition: background 0.3s ease-in-out;
}

a.link:visited {
	color: white;
}
a.link:hover {
	color: #ff4f35;
	background-color: white;
}

@media (min-width: 786px) {
	.link {
		margin-bottom: 0;
	}
}

/** GRID **/

.basic-grid,
.boxed-grid {
	margin-bottom: 2em;
}

.basic-grid .grid-item,
.boxed-grid .grid-item {
	position: relative;
}

.boxed-grid .grid-item {
	margin-bottom: 1em;
}

.basic-grid .grid-content-container,
.boxed-grid .grid-content-container {
	position: relative;
	height: 100%;
	font-weight: 600;
}

.boxed-grid .grid-content-container {
	background-color: #ccc;
}

.basic-grid .grid-content,
.boxed-grid .grid-content {
	position: relative;
	width: 100%;
}

.basic-grid .grid-content ul {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.basic-grid .grid-item {
		margin-bottom: 1em;
	}

	.basic-grid .grid-content ul {
		padding-left: 0;
		margin-bottom: 10px;
	}
}

.boxed-grid .grid-content {
	padding: 3em;
}

/** PREVIEWS **/

.previews {
	margin-bottom: 3em;
}

.previews .preview {
	background-color: rgb(23, 225, 227);
	margin-bottom: 2em;
}

.previews .preview .by-line {
	font-weight: 400;
	text-transform: none;
	margin-bottom: 1em;
}

@media (min-width: 768px) {
	.previews .preview {
		margin-bottom: 0;
	}
}

.previews .preview-container,
.arrow-grid .grid-content-container {
	// background: url('../img/panel_background_arrow.png') no-repeat top left #ccc;
	background-size: 100px;
	padding: 3em 4em;
	color: rgb(23, 27, 74);
}

.preview-container .source,
.preview-container .preview-read-more {
	font-size: 14px;
}

.previews h1 {
	margin-bottom: 0.5em;
}

.grid-content-container img {
	max-width: 100%;
	height: auto;
}

.none-grid .grid-content-container {
	background: none transparent;
}

.blue-grid .grid-content-container {
	background-color: rgb(23, 27, 74);
}

.blue-grid .grid-content-container * {
	color: #fff;
}

.blue-grid .grid-content-container a,
.blue-grid .grid-content-container a:visited {
	color: rgb(255, 79, 53);
}

.blue-grid .grid-content-container a:hover {
	color: rgb(208, 208, 206);
}

.blue-grid .grid-content-container h1,
.blue-grid .grid-content-container h2,
.blue-grid .grid-content-container h3 {
	margin-bottom: 0.5em;
}

.blue-grid.arrow-grid .grid-content-container {
	//background: url('../img/panel_background_blue.png') no-repeat top left rgb(23, 27, 74);
	background-size: 100px;
}

.gray-grid .grid-content-container {
	background-color: rgb(183, 227, 227);
	color: rgb(23, 27, 74);
}

.gray-grid .grid-content-container h1,
.gray-grid .grid-content-container h2,
.gray-grid .grid-content-container h3 {
	margin-bottom: 0.5em;
}

.gray-grid.arrow-grid .grid-content-container {
	// background: url('../img/panel_background_arrow.png') no-repeat top left #ccc;
	background-size: 100px;
}

.arrow-grid .grid-content {
	padding: 0;
}

.previews .preview h3,
.arrow-grid .grid-content-container h3 {
	color: inherit;
	font-size: 2em !important;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 0.5em;
}


.previews .preview a,
.arrow-grid .grid-content-container a {
	font-weight: 600;
	text-transform: none;
	color: rgb(255, 79, 53);
}

.arrow-grid .grid-content-container a:hover {

	color: rgb(23, 27, 74);
}

.previews .preview a:hover,
.previews .preview a:focus,
.previews .preview a:active {
	color: rgb(23, 27, 74);
}

.arrow-grid .grid-content-container a .boxed-grid table {
	width: 100%;
}

.boxed-grid table td {
	padding: 0;
	vertical-align: top;
}

.boxed-grid table ul {
	padding: 0 1em;
}

.story-video-play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/videoplay_button.png') no-repeat center center transparent;
	background-size: 150px;
	cursor: pointer;
	transition: opacity .5s ease-in;
	opacity: .5;
}

.story-video-play:hover {
	background-size: 150px;
	opacity: 1;
}

.block.video .story-video-play {
	opacity: .9;
	background-image: url('../img/videoplay_button-orange.png');
}

.block.video .story-video-play:hover {
	opacity: 1;
}

.story-video {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 1500;
	top: 0;
	left: 0;
	visibility: hidden;
	display: none;
}

.story-video-container {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
}

.story-video-close {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	color: rgb(255, 79, 53);
	cursor: pointer;
	font-size: 16px;
}

.story-video-close:hover {
	color: #fff;
}

@media (min-width: 520px) {
	.story-video {
		position: fixed;
	}

	.story-video-container {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 80%;
		height: 80%;
		padding: 0 2em;
	}

	.story-video-close {
		display: block;
	}
}

/** EXPANDING TEXT **/

.expanding-text-group {
	margin-bottom: 2em;
}

.expanding-text {
	margin-top: 2em;
}

.expanding-text-header h2 {
	font-size: 1.2em;
	line-height: 2em;
	padding: 0.6em 1em;
	margin: 0;
	color: rgb(208, 208, 206);
	//text-transform: uppercase;
	background-color: #ccc;
	position: relative;
}

.expanding-text .expanding-text-open,
.expanding-text .expanding-text-close {
	position: absolute;
	top: 13px;
	right: 30px;
	width: 18px;
	height: 18px;
	background-color: #fff;
	text-align: center;
	line-height: 19px;
	font-size: 15px;
	padding-left: 1px;
	cursor: pointer;
}

.expanding-text .expanding-text-close {
	line-height: 18px;
	padding-left: 0;
}

.expanding-text.closed .expanding-text-close {
	display: none;
}

.expanding-text.open .expanding-text-open {
	display: none;
}

.expanding-text.open .expanding-text-container {
	display: block;
}

.expanding-text .expanding-text-container {
	display: none;
	padding-top: 1em;
	padding-bottom: 1em;
}

.expanding-text .expanding-text-content {
	padding-left: 1em;
	padding-right: 1em;
}

/** COLUMNED LIST **/

.columns-content {
	margin: 30px 0;
}

.columns-content .columns-h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.columns-content .columns-h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.1em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

.columns-content .columns-h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 10px 0;
}

.columns-content .columns-p {
	font-size: 17px;
	font-weight: 400;
	margin: 10px 0;
}

.columns-content .columns-li {
	list-style-type: disc;
}


.single-position {
	color: rgb(23, 27, 74);
}

/**
* Utilities
*/

.content-fullwidth {
	padding: 0;
  width: 100vw;
  overflow-x: hidden;
  left: 50%;
  position: relative;
  margin-left: -50vw;
}