/* Logo */
/* ------------------------------------ */
.logo {
	width: 135px !important;
	height: 60px !important;
}

.logo a {
	background-image: none !important;
	position: relative;
	width: 135px !important;
	height: 60px !important;
}
.logo a svg {
	height: auto !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 135px !important;
}
@media (min-width: 768px) {
	.logo {
		width: 160px !important;
		height: 70px !important;
	}
	
	.logo a {
		width: 160px !important;
		height: 70px !important;
	}
	.logo a svg {
		width: 160px !important;
	}
}
@media print {
	.logo {
		display: block !important;
	}
}


/* Page Structure */
/* ------------------------------------ */
.content {
	padding: 0 !important;
}
.pageSection,
.pageSection:last-child {
	padding: 3rem 0 !important;
}
.pageSection--tint {
	background-color: #F5F5EC;
}
.pageSection:first-child {
	padding: 3rem 0 !important;
}
@media(min-width:768px) {
	.pageSection,
	.pageSection:last-child {
		padding: 4rem 0 1rem !important;
	}
	.pageSection--intro {
		padding-bottom: 4rem !important;
	}
	.pageSection:first-child {
		padding: 4rem 0 1rem !important;
	}
}


/* Page Header */
/* ------------------------------------ */
.series_pageHeader {
	text-align: center;
}

.series_pageHeader h1 {
	font-size: 3em;
	font-weight: 700;
	margin: 0 0 0.375em;
}
.series_pageHeader h1 a {
	color: #000;
	text-decoration: none !important;
}
.series_pageHeader p {
	font-size: 1.6em;
}
.pageHeader_icon {
	margin-left: -27%;
	width: 5.5em;
}

.series_pageHeader--internal h1 {
	margin-bottom: 1em;
}

@media(min-width:768px) {
	.series_pageHeader--internal {
		padding-left: 8em;
		position: relative;
		text-align: left;
	}
	.series_pageHeader--internal .pageHeader_icon {
		left: 0;
		margin: 0;
		position: absolute;
		top: 37%;
		transform: translateY(-50%);
		width: 7em;
	}
}


/* Feature Block */
/* ------------------------------------ */
.featureBlock {
	color: #111;
	position: relative;
}
.featureBlock p {
	font-size: 1.5em;
	max-width: 35rem;
	margin: 0 auto 1em;
	text-align: center;
}
.featureBlock--left p {
	text-align: left;
}
.featureBlock_book {
	width: 20%;
	height: auto;
	left: -2%;
	position: absolute;
	bottom: 110%;
	transform: rotate(-7deg);
}
.featureBlock_button {
	border-radius: 0.6em;
	bottom: 0;
	color: white !important;
	font-size: 0.7em;
	left: 50%;
	line-height: 1;
	margin: 0.5em;
	padding: 0.7em 1.5em;
	text-decoration: none !important;
	white-space: nowrap;
}
@media(min-width:1020px) {
	.featureBlock_book {
		width: 14em;
		left: -3em;
		top: -9em;
	}
}


/* Generic Header */
/* ------------------------------------ */
h2 {
	border-style: none;
	color: #000;
	font-size: 2em;
	padding: 0;
	text-align: center;
}

h2 img {
	display: block;
	width: 3em;
	height:auto;
	margin: 0 auto 0.2em;
}


/* Bio Module */
/* ------------------------------------ */
.bioBlock {
	color: #111;
	background-color: #F5F5EC;
	padding: 4em;
	position: relative;
	margin-top: 40%;
	padding-top: 40%;
	text-align: center;
}
.bioBlock_title {
	color: black;
	font-size: 1.5em;
	font-weight: 700;
	margin: 0 0 0.75em;
}
.bioBlock_image {
	border: 10px solid white;
	border-radius: 100%;
	height: auto;
	left: 15%;
	position: absolute;
	margin-top: -35%;
	top: 0;
	width: 70%;
}
.bioBlock p {
	font-size: 1.25em;
}
.bioBlock p:last-child {
	margin-bottom: 0;
}
.bioBlock_link {
	padding-left: 2em;
	position: relative;
	display: inline-block;
}
.bioBlock_link img {
	height: auto;
	left: 0;
	position: absolute;
	width: 1.5em;
}


/* Cards */
/* ------------------------------------ */
.cardBlock {
	display: block;
	margin: 0 auto 2rem auto;
	text-decoration: none !important;
	border-radius: 2rem;
	background-color: #F0EEDB;
	padding: 2em;
}
.cardBlock--grid {
	max-width: 28.125rem;
}
.cardBlock_image {
	position: relative;
}
.cardBlock_imageInner {
	border-radius: 1.5em;
	position: relative;
	overflow: hidden;
}
.cardBlock_imageInner:before {
	content: "";
	display: block;
	height: 70%;
	left: -10%;
	position: absolute;
	top: 55%;
	transform: rotate(10deg) translateY(0);
	transition: 0.1s;
	width: 120%;
	z-index: 10;
}
.cardBlock--inactive .cardBlock_imageInner:before {
	background-color: #555;
}
.cardBlock_imageNumber {
	color: white;
	font-size: 2rem;
	font-weight: 700;
	position: absolute;
	left: 1.5rem;
	top: 61.5%;
	transition: 0.1s;
	z-index: 15;
	transform-origin: left center;
}
.cardBlock_imageNumber em {
	display: block;
	font-size: 0.5em;
	font-weight: 500;
}
.cardBlock--active:hover {
	background-color: #fbfbf7;
	box-shadow: 0 0 7px rgba(67,33,1,.07);
	color: #432101;
}
.cardBlock--active:hover .cardBlock_imageInner:before {
	transform: rotate(10deg) translateY(20%);
}
.cardBlock--active:hover .cardBlock_imageNumber {
	transform: translateY(10px) scale(0.7);
}
.cardBlock_image--full img {
	border-radius: 2em;
}
.cardBlock--inactive .cardBlock_image img {
	opacity: 0.5;
}
.cardBlock_button {
	background-color: #703702;
	border: 3px solid white;
	border-radius: 0.6em;
	bottom: 0;
	color: white !important;
	font-size: 1.1em;
	left: 50%;
	line-height: 1;
	padding: 0.7em 1.5em;
	position: absolute;
	text-decoration: none !important;
	transform: translate(-50%,50%);
	transition: 0.2s;
	white-space: nowrap;
	z-index: 20;
}
.cardBlock--active:hover .cardBlock_button {
	background-color: #552a02;
	background-color: #7e4b1b;
}
.cardBlock_button .fa {
	margin-right: 0.3em;
}
.cardBlock_text {
	color: #111;
	padding: 2.5em 1em 0;
	text-decoration: none !important;
}
.cardBlock_title {
	margin-bottom: 1.125em;
	text-decoration: none !important;
}
.cardBlock_title--icon {
	padding-left: 4.5rem;
	position: relative;
}
.cardBlock_title h3 {
	color: black;
	font-size: 1.4em;
	font-weight: 700;
	margin: 0 0 0.25em;
	text-decoration: none !important;
}
.cardBlock_title p {
	font-size: 1.125em;
	margin-bottom: 0;
}
.cardBlock_icon {
	left: 0;
	position: absolute;
	top: 0.5em;
	width: 3.5rem;
}
.cardBlock_description {
	font-size: 1.125em;
}
@media(min-width:768px) {
	.cardBlock {
		margin: 0 auto 3.75rem auto;
		max-width: 100%;
	}
	.cardBlock_description {
		padding-left: 0;
	}
	.cardBlock_text {
		padding-left: 0;
		padding-right: 0;
	}
}


/* Chapter Header */
/* ------------------------------------ */
.chapterHeader {
	margin: 0 auto 5rem;
	max-width: 50rem;
	text-align: center;
}
.chapterHeader_icon {
	width: 5rem;
	margin: 0 auto 0.2em;
}
.chapterHeader_title {
	font-size: 2.2em;
	margin-top: 0em;
}
.chapterHeader_title small {
	display: block;
}
.chapterHeader_intro {
	font-size: 1.25em;	
}
.chapterHeader_callout {
	margin: 3rem 0;
	text-align: center;
}
.chapterHeader_book {
	height: auto;
	left: 5rem;
	position: absolute;
	transform: rotate(7deg);
	top: -2rem;
	width: 8rem;
}
.chapterHeader_button {
	border-radius: 0.6em;
	bottom: 0;
	color: white !important;
	display: inline-block;
	font-size: 1em;
	left: 50%;
	line-height: 1;
	margin: 0.5em;
	padding: 0.7em 1.5em;
	text-decoration: none !important;
	white-space: nowrap;
}
.chapterHeader_book {
	display: none;
}
@media(min-width:600px) {
	.chapterHeader_callout {
		background-color: #f9f9f2;
		margin: 3rem 0 7rem;
		padding: 3rem 3rem 3rem 12rem;
		position: relative;
	}
	.chapterHeader_book {
		display: block;
		height: auto;
		left: 5%;
		position: absolute;
		transform: rotate(7deg);
		top: -2rem;
		width: 8rem;
	}
}
@media(min-width:768px) {
	.chapterHeader_book {
		left: 10%;
	}
}


/* Transcript */
/* ------------------------------------ */
table.transcriptTable {
	border-top: 1px solid #c1c1c1;
}
table.transcriptTable tbody {
	border-bottom: 1px solid #c1c1c1;
}
table.transcriptTable td {
	background-color: transparent !important;
	border-style: none !important;
	text-align: left !important;
}
table.transcriptTable tbody:nth-child(2n+0) {
	background-color: #f7f6ed;
}
table.transcriptTable tbody tr:first-child td {
	padding-top: 1em;
}
table.transcriptTable tbody tr:last-child td {
	padding-bottom: 1em;
}


/* Share List */
/* ------------------------------------ */
ul.shareList {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.shareList li {
	display: inline-block;
	margin: 0 0.75em 0.75em;
}
ul.shareList a {
	display: block;
}
ul.shareList img {
	width: 2.5rem;
	height: auto;
}


/* Video List */
/* ------------------------------------ */
.videoList {
	margin-top: 3.5rem;
}
.videoList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.videoList li {
	color: #666;
	font-size: 1.15em;
	margin: 0 0 1.5em 0 !important;
	position: relative;
	border-top: 1px solid #999;
	padding-top: 1.5em;
}
.videoList li a {
	font-weight: 600;
}
.videoList li span {
	font-size: 0.8em;
	font-style: italic;
	display: inline-block;
	color: #703702;
	font-weight: 600;
}
.videoList li.inactive span {
	color: #a98767;
}
.videoList li.inactive  {
	color: #999;
}


/* Form */
/* ------------------------------------ */
form {
	margin: 0 0 3em;
	background-color: #F0EEDB;
	padding: 1.5rem;
}
label {
	display: block;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}
.form-control {
	width: 100%;
	max-width: 100%;
}
.form-group {
	margin-bottom: 1rem;
}
form .btn {
	border-style: none;
	color: white;
	padding: 0.5em;
	font-weight: 500;
	font-size: 0.9em;
	border-radius: 0.2em;
}
img.form-book {
	width: 80% !important;
	height: auto;
	transform: rotate(-6deg) translateX(15%) translateY(-8%);
}
.fieldWrapper p {
	text-align: left;
}


/* Footer */
/* ------------------------------------ */
.globalFooter {
	border-top:2px solid white;
}
.globalFooter_primary {
	height: 200px;
}