@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'!important;
	letter-spacing: 2px;
}

.font--accent--h1 {
	font-size: 5em!important;
}

.font--classic {
	font-family: garamond;
	letter-spacing: 2px;
	font-size: 4em;
}

	@media (max-width: 48rem) {
	.font--accent--h1 {
		font-size: 4.5em;
	}
}
@media (max-width: 863px) {
	.font--classic {
		font-size: 3em;
	}
}
@media (max-width: 500px) {
	.font--classic {
		font-size: 2em;
	}
}
.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) {
	.theme-header {
		background-attachment: 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.7;
}

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

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

.copy a, .copy a:hover {
	font-weight: bold;
	color: #009BA7;
}

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

.copy--indented {
	padding-left: 5em;
	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%;
	}

	.cell--1of8 {
		width: 25%;
	}

	.icon--tools {
		display: block;
		margin-left: 0.5em;
		float: none!important;
	}
}

li {
	margin-top: 1em;
}

.stickywrap {
	height: 10em;
}

@media (max-width: 48rem) {
	.stickywrap {
		height: 25em;
	}
}

@media (max-width: 36rem) {
	.stickywrap {
		height: 18em;
	}
}

.stickywrap ul li {
	padding: 1.5em 0 1em;
}

.stickywrap .text--dark {
	color: #AFAFAF!important;
}

.menu > li:hover, .menu > li.active {
	border-bottom: 5px solid #009BA7;
	transition: none;
}

/**CTA Download Form**/
#six-ways {
	transform: rotate(-4deg);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.form-transition {
	transform: scaleY(1) scaleX(1);
	transform-origin: top center;
}
.form-transition.is-hidden {
	transform: scaleY(.6) scaleX(.95);
	max-height: 0;
	opacity: 0;
}

.icon--panel {
	fill: #47525A!important;
}

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

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

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