.blessed-header::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(30, 30, 30, 0.5);
	background-position: center, center;
	background-size: auto;
	background-repeat: repeat;
	box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.85);
	pointer-events: none;
}

@media (max-width: 40rem) {
    .header.header--large {
		padding: 10em 0;
	}
}

@media (min-width: 36rem) {
    .header--95vh {
		height: 95vh;
        min-height: 45em;
	}
}

@media (min-width: 48rem) {
	.has-image.blessed-header {
		background: fixed!important;
	}
}

.video--hero {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	transition: all ease-out 1s;
	z-index: 1;
}

@media (max-width: 62em) {
	.video--hero {
		display: none
	}
}

.blessed-hunger-thirst {
	width: 70%;
}

@media (max-width: 48rem) {
    .blessed-hunger-thirst {
		width: 100%;
    }
}

.btn--play {
	width: 6em;
	height: 6em;
	z-index: 1;
	border: none !important;
	background: transparent url(../img/play-button.svg) no-repeat center top !important;
	background-size: cover;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5))
}

.btn--play:hover {
	transform: scale(1.25);
	filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.7));
}

.btn--play.label--bottom {
	background-size: 60%!important;
	padding-top: 6.5em;
	width: 9em;
	padding-bottom: 2em;
}

.btn--play.label--side {
	padding-left: 6em;
	width: auto;
	height: 5em;
	background-size: contain!important;
	background-position-x: left!important
}

.btn--float {
	top: 50%;
	left: 50%;
    margin-left: -75px;
	margin-top: -73px;
}

@media (max-width: 92rem) {
	.cell--1of2.header-description {
		width: 75%!important;
	}
}

@media (max-width: 36rem) {
	.header-description {
		display: none;
	}
}

.flex {
	display: flex;
}

.vertical--center {
	align-self: center;
}

.fade-in {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}

.copy {
	color: #888;
	line-height: 2;
}

.scripture-passage {
	padding-left: 2em;
}

.copy--indented {
	margin-left: 2em;
}

.copy-featured {
	font-size: 150%;
	text-align: center;
	margin-bottom: 1.5em
}

.photo--left {
	padding-right: 0.25em;
}

.photo--right {
	padding-left: 0.25em;
}

.photo--center {
	padding-left: 0.125em;
	padding-right: 0.125em;
}

.photo-row--first {
	padding-bottom: 0.25em;
}

.photo-row--second {
	padding-top: 0.25em;
}

@media (max-width: 48rem) {
	.cell--1of3.photo--left, .cell--1of3.photo--center, .cell--1of3.photo--right, .cell--1of2.photo--right, .cell--1of2.photo--left {
		width: 100%;
	}
	
	.photo--left {
		padding-right: 0;
		padding-bottom: 0.25em;
	}
	
	.photo--right {
		padding-left: 0;
		padding-top: 0.25em;
	}
	
	.photo--center {
		padding-right: 0;
		padding-left: 0;
		padding-top:0.25em;
		padding-bottom: 0.25em
	}
	
	.copy--full .photo--left, .copy--full .photo--right {
		max-width: 100%;
	}
}

.return-button {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	opacity: 0.4;
}

.return-button:hover {
	opacity: 1;
	background-color: #FDBD00;
}

.padding--deep {
	padding-top: 5rem;
	padding-bottom: 4rem;
}

@media (max-width: 36rem) {
	.padding--deep {
		padding-top: 4rem;
		padding-bottom: 2rem;
	}
}

.background--trees {
	background-image: url('../oct-story/img/trees.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 13%;
	background-position: 23%;
}

.background--moose {
	background-image: url('../oct-story/img/moose.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 30%;
	background-position: 70%;
}

.background--houses {
	background-image: url('../nov-story/img/houses.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 25%;
	background-position: 73%;
}

.background--africantree {
	background-image: url('../nov-story/img/african-tree.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 26%;
	background-position: 28%;
}

.background--palmtree {
	background-image: url('../dec-story/img/palm-tree.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 15%;
	background-position: 23%;
}

.background--sailboat {
	background-image: url('../dec-story/img/sailboat.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 25%;
	background-position: 73%;
}

@media (max-width: 95rem) {
	.cell--1of2.map-panel {
		width: 65%;
	}
}

@media (max-width: 64rem) {
	.background--trees {
		background-size: 20%;
		background-position: 10%;
	}
	
	.background--moose {
		background-size: 40%;
		background-position: 90%;
	}
	
	.background--houses {
		background-size: 50%;
		background-position: 50%;
	}
	
	.background--africantree, .background--palmtree {
		background-size: 50%;
		background-position: 15%;
	}
	
	.background--sailboat {
		background-size: 70%;
		background-position: 60%;
	}
	
	.cell--1of2.map-panel {
		width: 95%;
		padding: 0;
	}
}

@media (max-width: 36rem) {
	.background--trees {
		background-size: 40%;
		background-position: 50%;
	}
	
	.background--moose, .background-houses {
		background-size: 80%;
		background-position: 50%;
	}
}

.background-africa {
	background-size: 70%;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-africa--filled {
	background-color: #039da6;
	background-image: url('../nov-story/img/southsudan-map-colored.svg')!important;
}

.background-indonesia {
	background-size: 200%;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-indonesia--filled {
	background-color: #039da6;
	background-image: url('../dec-story/img/timor-map-colored.svg')!important;
}

@media (min-width: 48rem) {
	.background-africa {
		background-image: url('../nov-story/img/southsudan-map-outlined.svg');
		background-attachment: fixed;
	}
	
	.background-indonesia {
		background-image: url('../dec-story/img/timor-map-outlined.svg');
		background-attachment: fixed;
        background-size: cover;
	}
	
	.background-africa--filled, .background-indonesia--filled {
		background-attachment: fixed;
	}
}

/**Landing Page**/
.text-leaded {
	line-height: 1.8;
}

.text-unleaded {
	line-height: 1.2;
}

.has-shadow {
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.has-shadow--inset {
	-moz-box-shadow: inset 0 0px 40px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0px 40px 0px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 0px 40px 0px rgba(0, 0, 0, 0.25);
}

.moose-trees {
	margin-top: -40%;
	margin-right: 5%;
	position: relative;
	z-index: 6;
	float: right;
}

.southsudan-houses {
	margin-top: -32%;
	margin-right: -5%;
	position: relative;
	z-index: 6;
	float: right;
}

.boat-palm {
	margin-top: -58%;
	margin-right: -5%;
	position: relative;
	z-index: 6;
	float: right;
}

.intro-block {
	padding-bottom: 7em;
}

@media (max-width: 48rem) {
	.cell--2of5.moose-trees, .cell--3of5.boat-palm {
		width: 60%;
	}
	
	.moose-trees {
		margin-top: -65%;
	}
	
	.cell--3of5.southsudan-houses {
		width: 80%;
	}
	
	.southsudan-houses {
		margin-top: -45%;
	}
	
	.intro-block .cell--snuggle.cell--3of4 {
		width: 75%;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	
	.cell--2of3.copy--column {
		width: 100%;
	}
}

@media (max-width: 36rem) {
	.cell--2of5.moose-trees {
		width: 60%;
	}
	
	.moose-trees {
		margin-top: -65%;
		margin-right: auto!important;
		margin-left: auto!important;
		padding-top: 3rem;
	}
	
	.cell--3of5.southsudan-houses {
		width: 100%;
	}
	
	.southsudan-houses {
		margin-top: -43%
	}
	
	.intro-block .cell--snuggle.cell--3of4 {
		width: 100%;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	
	.intro-block {
		padding-bottom: 0;
	}
	
	.has-padding--huge {
		padding: 2rem;
	}
}

.verse-gradient {
	background: linear-gradient(rgba(255, 255, 255, 0), #fff), url('../img/topography.png');
	background-color: #fff;
}

.usa-gradient {
	background: linear-gradient(#559dc5, #d3dce3);
}

.southsudan-gradient {
	background: linear-gradient(#559dc5, #a7deff);
}

.indonesia-gradient {
	background: linear-gradient(#559dc5, #98bdda);
}

/** Read More **/
.read-more-state {
    display: none;
}

.read-more-state ~ table .read-more-wrap,
.read-more-state ~ .copy .read-more-wrap,
.read-more-state ~ .copy--full .read-more-wrap{
	transition: all ease-out 1s;
}

.read-more-state:checked ~ table .read-more-wrap,
.read-more-state:checked ~ .copy .read-more-wrap,
.read-more-state:checked ~ .copy--full .read-more-wrap{
	margin-top: 0;
	max-height: 0;
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	display: inline-block;
}

.read-more-state:checked ~ table .read-more-wrap {
	display: table-caption;
}

.read-more-state ~ .text--center .read-more-trigger:before {
    content: '- Show Less';
    font-weight:bold;
}
.read-more-state ~ .text--center .read-more-trigger-white:before {
    content: '- Show Less';
    font-weight:bold;
}
.read-more-state:checked ~ .text--center .read-more-trigger:before {
    content: '+ Read More';
    font-weight:bold;
}
.read-more-state:checked ~ .text--center .read-more-trigger-white:before {
    content: '+ Read More';
    font-weight:bold;
}

#financials .read-more-state:checked ~ .text--center .read-more-trigger:before {
    content: 'See Details';
    font-weight:bold;
}

#financials .read-more-state ~ .text--center .read-more-trigger:before {
    content: 'Collapse Table';
    font-weight:bold;
}

.read-more-trigger-white {
    cursor: pointer!important;
    display: inline-block;
    color: #f4be18!important;
    font-size: 1em;
    line-height: 2;
    border-radius: 3px;
}

.read-more-trigger-white:hover {
	color: #d2a20f!important;
}

/** END Read More **/

/** Country Map Buttons **/

.btn--bare.country,
.btn--bare.country * {
	transition-duration: 0s;
}

.country {
	display: block;
}

.country .map {
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	color: #fff;
	transition-duration: 0s;
}

.country.is-active {
	color: #00848d;
}

.btn.country:hover .map,
.country.is-active .map {
	fill: #fff;
	stroke: none;
	color: #007377;
}

/** END Country Map Buttons **/

/** Story Blocks **/

.story-column {
	width: 100%;
}

@media (min-width: 62rem) {
	.map-panel {
		min-height: 800px;
	}
	
	.story-column {
		width: 32%;
	}

	.story-block {
		position: absolute;
		top: 120%;
		left: -50%;
		width: 200%;
	}
}

/** END Story Blocks **/

/** Floating Photo **/

@media (min-width: 49em) {
	.photo--float {
		margin-top: -36%;
		margin-right: 8%;
		position: relative;
		z-index: 6;
		float: right;
		overflow: hidden;
	}
	.photo--float img {
		min-width: 200%;
		margin-left: -85%;
	}
	.photo--float--southsudan img {
		margin-left: -36%;
	}
	.photo--float--indonesia img {
		margin-left: -81%;
	}
}

@media (min-width: 36em) and (max-width: 48em) {
	.copy--column {
		width: 100%;
	}
	.photo--float {
		width: calc(75% - 0.5rem * 2) !important;
		margin-left: calc(12.5% + 0.5rem) !important;
		margin-right: calc(12.5% + 0.5rem) !important;
	}
}

@media (max-width: 48em) {
	.img--accent--float {
		display: none;
	}
}


/** END Floating Photo **/
