.theme-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;
}

.header--95vh {
	min-height: 30em;
}

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

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

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

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

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

.return-button:hover {
	opacity: 1;
	background-color: #F04E36;
	cursor: pointer;
}

@media (max-width: 72em) {
	.mobile--overlay::before {
		content: ' ';
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
		background-color: rgba(0, 0, 0, 0.35);
		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;
	}
	
	.mobile--overlay {
		position: relative;
	}
}

.on-top {
	z-index: 9;
	position: relative;
}

@media (min-width: 36rem) {
	.parallax {
		background-attachment: fixed;
	}
}

.text-leaded {
	line-height: 1.8;
}

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

.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;
}

.copy a {
	font-weight: bold;
}

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

.copy--indented {
	padding-left: 3em;
	padding-right: 3em;
}

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

.image--left {
	margin-right: 5% !important;
}

.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%;
	}
}


/**Text Utilities**/
@font-face {
	font-family: 'WycliffeSpirit-Emboldened';
	src:
	url('../fonts/WycliffeSpirit-Emboldened.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.font--accent {
	font-family: 'WycliffeSpirit-Emboldened',  "Gotham SSm A", "Gotham SSm B", Verdana, sans-serif !important;
}

.font--accent--large {
	font-size: 3.7em;
}

h2.font--accent {
	font-size: 2.5em;
}

h3.font--accent {
	font-size: 3em;
}

@media (max-width: 36rem) {
	.font--accent--large {
		font-size: 2.5em;
	}
}

.text--yellow {
	color: #ffcc06;
}

.text--rotated {
	transform: rotate(-2deg);
}

/**Flex**/
.flex {
	display: flex;
}

.flex--wrap {
	flex-wrap: wrap;
}

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

@media (max-width: 36rem) {
	.mobile--1 {
		order: 1;
		max-width: 250px;
		margin-left: auto!important;
		margin-right: auto!important;
	}
	
	.mobile--2 {
		order: 2;
		margin: 2em 0;
	}

	.mobile--hide {
    	display: none;
	}
}

/**Video**/
.video--block {
	max-width: 600px;
	transition: all ease-out 1s;
	z-index: 1;
}

@media (max-width: 48rem) {
	.video--block {
		max-width: 98%;
		float: left;
	}
}

.a-pulse {
	animation: pulsing 3000ms 1s 2;
}

@keyframes pulsing {
	0%{
		-webkit-transform: scale(1);
	}
	25%{
		-webkit-transform: scale(1);
	}
	35%{
		-webkit-transform: scale(1.15);
		filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.7));
	}
	48%{
		-webkit-transform: scale(1);
	}
	55%{
		-webkit-transform: scale(1.1);
		filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.7));
	}
	70%{
		-webkit-transform: scale(1);
	}
}

.pin1, .pin2 {
	position: absolute;
	width: 10px;
	height: 20px;
	background-color: blue;
}
.pin.active {
	z-index: 2;
}
.pin1 {
	bottom: 160px;
	right: 50px;
}
.pin2 {
	bottom: 200px;
	right: 50px;
}
.tooltip {
	display: none;
	position: relative;
	z-index: 2;
	background: white;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    margin-left: -320px;
}

.tooltip-underlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 1;
}

.tooltip.active {
	display: block;
}


.btn--play {
	width: 1.5em;
	height: 1.5em;
	z-index: 1;
	border: none !important;
	background: transparent url(/LandingPage/q2-feast/img/play-button.svg) no-repeat center top !important;
	background-size: cover;
}

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

.btn--play.label--bottom {
	background-size: 50%!important;
	padding-top: 5em;
	width: 8.5em;
	padding-bottom: 1em;
}

.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: -69.695px;
	margin-top: -49.18px;
}
/**End Video Styles**/

.has-overlay::before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: rgba(36, 36, 36, 0.35);
	background-position: center, center;
	background-size: auto;
	background-repeat: repeat;
	pointer-events: none;
}

/**Splashes**/
.title-1--red {
	position: relative;
	display: block;
	padding-top: 0.5em;
}

.title-1--red::before {
	content: "";
	display: block;
	position: absolute;
	background: url(/LandingPage/q2-feast/img/brush-red.png) no-repeat;
	background-size: contain!important;
	background-position: left center!important;
	width: 100%;
	height: 170px;
	top: 0;
	z-index: 0;
	margin-left: -0.5em;
}

.title-2--yellow {
	position: relative;
	display: block;
	margin-top: -0.5em;
	margin-left: 3.2em;
	padding-top: 0.45em;
	padding-left: 0.5em;
}

.title-2--yellow::before {
	content: "";
	display: block;
	position: absolute;
	background: url(/LandingPage/q2-feast/img/brush-yellow.png) no-repeat;
	background-size: contain!important;
	background-position: 0% bottom!important;
	width: 100%;
	height: 100px;
	top: 0;
	z-index: -1;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
	left: 0;
}

@media (max-width: 50rem) {
	.title-1--red::before {
		width: 500px;
	}
	.title-2--yellow {
		margin-top: -0.65em;
		padding-top: 0.4em;
	}
	.title-2--yellow::before {
		width: 340px;
		background-position: center bottom!important;
	}
}

@media (max-width: 36rem) {
	.title-1--red {
		padding-top: 1.25em;
	}
	.title-1--red::before {
		width: 348px;
	}
	.title-2--yellow {
		margin-left: 2em;
		margin-top: -0.65em;
		padding-top: 0.5em;
		padding-left: 0em;
	}
	.title-2--yellow::before {
		width: 220px;
		background-position: center 15%!important;
	}
}

.heading-splash--mint {
	position: relative;
	display: block;
	padding-top: 0.5em;
}

.heading-splash--mint::before {
	content: "";
	display: block;
	position: absolute;
	background: url(/LandingPage/q2-feast/img/brush-mint.png) no-repeat;
	background-size: contain!important;
	background-position: 10% 0!important;
	width: 80%;
	max-width: 300px;
	height: 180px!important;
	top: 0;
	z-index: -1;
}

.heading-splash--yellow::before {
	content: "";
	display: block;
	position: absolute;
	background: url(/LandingPage/q2-feast/img/brush-yellow-3.png) no-repeat;
	background-size: contain!important;
	background-position: top 0!important;
	width: 80%;
	max-width: 300px;
	height: 180px!important;
	top: -30px;
	z-index: -1;
}

.splash--center::before {
	left: 50%;
	margin-left: -150px;
}

/**@media (max-width: 66rem) {
	.splash--center::before {
		max-width: 250px;
		left: 50%;
		margin-left: -35%;
	}
}**/

/**End Splashes**/

.btn--red {
	background-color: #EF4E35;
	border-color: #EF4E35;
}

.btn--red:hover {
	background-color: #f27461!important;
	border-color: #f27461!important;
}

.btn--red.btn--ghost {
	border-color: #EF4E35;
	color: #EF4E35;
}

.btn--dteal {
	background-color: #005964;
	border-color: #005964;
}

.btn--dteal:hover {
	background-color: #1F7781;
	border-color: #1F7781;
}

.has-shadow {
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.4));
}

.go-button img {
	background-color: #ffcc06;
}

/**Ghana Buttons**/
/***, *::before, *::after {
	transition: none;
}**/

button.ghana-story {
	opacity: 0.4;
}

button.ghana-story:hover {
	transition: 1s;
	opacity: 1;
}

button.is-active {
	opacity: 1;
}

.siwu--block .go-button, .nyagbo--block .go-button, .lucas--block .go-button {
	position: absolute;
	right: 0;
	margin-right: 30%;
	bottom: -2.35em;
}
.go-button:hover img {
	transform: scale(1.15);
	transition: 0.5s;
	filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.6))!important;
	background-color: #005a64!important;
}

.ghana-story {
	display: block;
}

.btn.is-active {
	background-image: url('/LandingPage/q2-feast/img/brush-yellow-2.png')!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
}

/** END Ghana Buttons **/

/** Story Blocks **/
.story-column {
	width: 100%;
}

@media (max-width: 48rem) {
	.map-panel.has-padding--large {
		padding: 0;
	}
}

@media (min-width: 70rem) {
	.stories {
		width: 100%;
		background-image: url('/LandingPage/q2-feast/img/hero-splash.jpg')!important;
		background-repeat: no-repeat;
		background-size: 90%;
		background-position: center 90%;
	}
	
	.story-container {
		min-height: 780px;
	}

	.story-column {
		width: 32%;
	}

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

h2.story--blurb {
	font-size: 3.2em;
	line-height: 1.2;
}

.text--float {
	position: absolute;
	z-index: 8;
	margin-left: 45%;
	margin-top: 8%;
}

.story--photo {
	max-width: 600px;
	width: 60%;
	z-index: 2;
	position: absolute;
	margin-top: -6%;
	order: 1;
}

.siwu--block, .nyagbo--block, .lucas--block {
	background-color: #333333;
	width: 70%;
	overflow: visible;
	position: relative;
}

.siwu--block, .nyagbo--block {
	height: 380px;
}

.lucas--block {
	height: 530px;
}

@media (max-width: 70rem) {
	h2.story--blurb {
		font-size: 2.75em;
	}
	
	.story--photo {
		width: 80%;
		position: absolute;
		left: -3em;
		order: 2;
	}
	
	.story-block .cell--1of2 {
		width: 75%;
	}
	
	.siwu--block, .nyagbo--block, .lucas--block {
		background-color: #333333;
		width: 100%;
		margin-right: -30%;
	}
	
	.siwu--block, .nyagbo--block {
		height: 300px;
	}
	
	.lucas--block {
		height: 470px;
	}
}

@media (max-width: 58rem) {
	.story-block .cell--1of2 {
		width: 75%;
	}
	
	h2.story--blurb {
		font-size: 2.5em;
	}
	
	.story--photo {
		width: 100%!important;
		position: absolute;
		margin-top: -50%;
		margin-left: 5%;
		margin-right: auto;
		float: normal;
		order: 2;
	}
	
	.story-block {
		margin-top: 30%;
	}
	
	.siwu--block, .nyagbo--block, .lucas--block {
		background-color: #333333;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.siwu--block, .nyagbo--block {
		height: 300px;
	}
	
	.lucas--block {
		height: 560px;
	}
	
	.text--float {
		width: 75%;
		position: absolute;
		margin-top: 5%;
		margin-left: auto!important;
		margin-right: auto!important;
		left: 0;
		right: 0;
	}
}

@media (max-width: 45rem) {
	.story-background .cell--1of2 {
		width: 80%;
		margin: auto;
		float: none;
	}
	.story-block {
		margin-top: 35%;
	}
	.text--float {
		width: 75%;
		position: absolute;
		margin-top: 10%!important;
	}
	
	.siwu--block, .nyagbo--block {
		height: 250px;
	}
	
	.lucas--block {
		height: 400px;
	}
}

@media (max-width: 36rem) {
	.story-background .cell--1of2 {
		width: 100%;
	}
	
	.story-block {
		margin-top: -10%;
	}
	
	.story--photo {
		width: 100%!important;
		position: static;
		margin: auto!important;
		float: none;
	}
	
	.siwu--block, .nyagbo--block, .lucas--block {
		width: 100%;
		margin: auto;
	}
	
	.text--float {
		width: 75%!important;
		margin-top: 58%!important;
		margin-left: auto!important;
		margin-right: auto!important;
		float: none;
	}
	
	.siwu--block, .nyagbo--block {
		height: 260px;
	}
	
	.lucas--block {
		height: 470px;
	}
}

.story-block {
	transition: transform 400ms ease, opacity 400ms ease;
}

.btn.is-active .story-block {
	opacity: 1.0;
	transform: scale(1.0) translate3d(0,0,0)
}

/** END Story Blocks **/

/**Additional Stories**/
figure {
	float: left;
	position: relative;
	z-index: 9;
	background-position: center;
	background-size: cover!important;
	overflow: hidden;
}


figure::before {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	overflow: hidden;
}

figure.story--verse::before {
	background-image: url('/LandingPage/q2-feast/verse-next-door-story/img/story-door.jpg');
	content: ' ';
}

figure.story--table::before {
	background-image: url('/LandingPage/q2-feast/jesus-table-story/story-table.jpg');
}

figure.story--feasts::before {
	background-image: url('/LandingPage/q2-feast/7-feasts-story/img/story-feast.jpg');
	content: ' ';
}

figure:hover::before {
	transform: scale(1.25)!important;
}

.block {
	display: block;
	position: relative;
	padding-top: 130%;
}

.activity-block {
	display: block;
	position: relative;
	padding-top: 70%;
}

.hover-shadow:hover {
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.75);
}

figure:hover figcaption {
	background: rgba(25, 25, 25, 0.65);
}

figure figcaption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10%;
	background: rgba(45, 45, 45, 0.3);
}

figure:hover figcaption {
	background-image: url('/LandingPage/q2-feast/img/blob.png');
	background-repeat: no-repeat;
	background-size: 85%;
	background-position: center 35%;
	transition: all ease .3s;
}

figure h4 {
	font-size: 150%;
}

figcaption p, figcaption .go-button {
	display: none;
}

figure:hover p, figure:hover .go-button {
	display: block;
	transition: 1s;
}

/**Meal That Satisfies Story**/
.background-africa {
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.background-africa--filled {
	background-color: #005A64;
	background-image: url('../meal-that-satisfies-story/img/ghana-map-colored.png')!important;
}


@media (min-width: 48rem) {
	.background-africa {
		background-image: url('/LandingPage/q2-feast/meal-that-satisfies-story/img/ghana-map-outlined.svg');
		background-attachment: fixed;
	}
	
	.background-africa--filled, .background-indonesia--filled {
		background-attachment: fixed;
	}
}

.background--cocoa {
	background-image: url('/LandingPage/q2-feast/meal-that-satisfies-story/img/cocoa-illustration.svg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 18%;
	background-position: 70% center;
}

.background--palmtree {
	background-image: url('/LandingPage/q2-feast/meal-that-satisfies-story/img/palmtree-illustration.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 25%;
	background-position: 15% center;
}

@media (max-width: 48rem) {
	.background--cocoa {
		background-image: url('/LandingPage/q2-feast/meal-that-satisfies-story/img/cocoa-illustration.svg');
		background-repeat: no-repeat;
		background-attachment: static;
		background-size: 80%;
		background-position: center center;
	}
	
	.background--palmtree {
		background-image: url('/LandingPage/q2-feast/meal-that-satisfies-story/img/palmtree-illustration.png');
		background-repeat: no-repeat;
		background-attachment: static;
		background-size: 85%;
		background-position: center center%;
	}
}