.navbar {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #9e1c20;
	box-shadow: 0 3px 19px -9px #000;
}

.navlink {
	position: static;
	padding: 10px 20px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.navlink:hover {
	color: #d6d6d6;
}

.navlink.w--current {
	color: #fff;
	text-decoration: none;
}

.navlink.w--current:hover {
	color: #d6d6d6;
}

.navlink.dropdown-navlink {
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav-menu {
	float: none;
	text-align: center;
}

table {
	width: 100%;
	margin-bottom: 50px;
}

th, td {
	border-bottom: 1px solid #ddd;
	padding: 0 15px;
}

tr:hover {
	background-color: #f5f5f5
}

th {
	background-color: #ddd;
	/*     color: white; */
	text-align: left;
}

.sm-icon {
	width: 20px;
	height: 20px;
}

.sm-icon.sm-author-icon {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}

.sm-icon.sm-author-icon:hover {
	margin-top: -10px;
}

.section-hero {
	padding-top: 100px;
	padding-bottom: 75px;
	background-color: #eeeeee;
	/*   background-image: url('../images/colorpeek-wood-bg.jpg'); */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-about {
	padding-top: 150px;
	padding-bottom: 75px;
	background-color: #fff;
}

.section-pricing {
	padding-top: 50px;
	padding-bottom: 200px;
	background-color: #fff;
}

.section-video {
	padding-top: 100px;
	padding-bottom: 75px;
}

video {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.section-logos {
	padding-top: 50px;
	padding-bottom: 25px;
	background-color: #9e1c20;
	text-align: center;
}

.section-freechapter {
	padding: 40px 20px;
	background-color: #9e1c20;
	text-align: center;
}

div#df-teaching-photo-wrapper {
	display: block;
	margin-bottom: 80px;
}

#df-teaching-photo {
	background: url(../images/29359160144_4d4d6c063b_z.jpg);
	background-size: cover;
	height: 400px;
	background-position: center 30%;
}

.special-wrapper {
	background: white;
	box-shadow: 0px 0px 10px 0px lightgrey;
	padding: 10px 25px 30px 25px;
	margin-top: 20px;
}

.full-width {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.logo {
	max-width: 100%;
	margin-top: 0px;
	-webkit-transition: margin 250ms ease;
	transition: margin 250ms ease;
}

.logo:hover {
	margin-top: -10px;
}

.section-endorsements {
	padding-top: 50px;
	padding-bottom: 75px;
	background-color: #eeeeee;
	/*   background-image: url('../images/colorpeek-wood-bg.jpg'); */
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.headshot {
	height: 275px;
}

.section-authors {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #f9f9f9;
	background-image: none;
	background-position: 0px 0px;
	background-size: auto;
	background-repeat: repeat;
	-webkit-transition: margin 200ms ease;
	transition: margin 200ms ease;
}

.section-purchase {
	padding-top: 75px;
	padding-bottom: 75px;
	background-color: #9e1c20;
}

.section-purchase.section-fb {
	-webkit-transform: skew(0deg, -2deg);
	-ms-transform: skew(0deg, -2deg);
	transform: skew(0deg, -2deg);
}

.section-big-endo {
	padding: 75px 0;
	background-color: #9e1c20;
	color: #fff;
}

.section-big-endo img {
	max-width: 225px;
}

.blockquote-big-endo {
	display: block;
	max-width: none;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	border-left-style: none;
	font-family: Montserrat, sans-serif;
	font-size: 35px;
	line-height: 48px;
}

.blockquote-credit {
	font-family: 'Montserrat', sans-serif;
	color: #9e1c20;
	font-size: 14px;
	line-height: 21px;
	font-weight: 700;
}

.blockquote-credit.bq-credit-large {
	color: #6b6b6b;
	font-size: 16px;
	line-height: 24px;
}

.blockquote-credit.bq-credit-large.bq-credit-lg-white {
	color: #fff;
}

.blockquote-credit.learnmore-link {
	margin-top: 20px;
	margin-bottom: 30px;
}

.h1-white {
	font-family: Montserrat, sans-serif;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.button {
	margin-right: 10px;
	padding: 15px 25px;
	border: 4px solid #9e1c20;
	background-color: #9e1c20;
	-webkit-transition: background-color 250ms ease, color 250ms ease;
	transition: background-color 250ms ease, color 250ms ease;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.button:hover {
	border: 4px solid #9e1c20;
	background-color: transparent;
	color: #9e1c20;
}

.button.button-white {
	margin-top: 20px;
	margin-bottom: 10px;
	/*   float: right; */
	border: 4px solid #fff;
	background-color: #fff;
	-webkit-transition: background-color 250ms ease, color 250ms ease;
	transition: background-color 250ms ease, color 250ms ease;
	color: #9e1c20;
}

.button.button-white:hover {
	border: 4px solid #fff;
	background-color: transparent;
	color: #fff;
}

.button.button-white.button-centered {
	float: none;
	text-align: center;
}

.trailer-video {
	padding-bottom: 0px;
}

.body-copy {
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 26px;
}

.white {
	color: white;
}

.body-copy.hero-copy {
	margin-bottom: 20px;
	color: #9e1c20;
	font-size: 22px;
	line-height: 30px;
}

.body-copy.author-name {
	font-family: Montserrat, sans-serif;
	color: #9e1c20;
	font-size: 24px;
	letter-spacing: 0.5px;
}

.h1-blue {
	margin-bottom: 20px;
	font-family: Montserrat, sans-serif;
	color: #9e1c20;
	font-weight: 400;
	text-transform: uppercase;
}

.h3-red {
	font-family: Montserrat, sans-serif;
	color: #9e1c20;
	font-weight: 400;
	/*   text-transform: uppercase; */
}

.h1-blue.h1-large {
	margin: 2rem 0;
	font-size: 3rem;
	line-height: 60px;
	font-weight: 400;
	text-transform: none;
}

.blockquote {
	margin-top: 20px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 0px;
	border-style: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.blockquote.bq-large {
	padding-right: 20px;
	font-family: Montserrat, sans-serif;
	color: #9e1c20;
	font-size: 35px;
	line-height: 48px;
}

.blockquote-wrapper {
	width: 90%;
}

.so-book {
	position: absolute;
	top: -14px;
}

.big-endo-wrapper {
	max-width: 25%;
	float: right;
}

.container-skew {
	-webkit-transform: skew(0deg, 2deg);
	-ms-transform: skew(0deg, 2deg);
	transform: skew(0deg, 2deg);
}

.row-logos {
	margin-top: 50px;
	margin-bottom: 25px;
}

.dropdown-toggle {
	margin-top: 0px;
	padding: 0px 30px 0px 0px;
}

.arrow-icon {
	color: #fff;
}

.dropdown-list.w--open {
	top: 35px;
	background-color: #9e1c20;
}

.dropdown-navlink {
	position: static;
	font-family: 'Montserrat', sans-serif;
}

.nav-sublink {
	-webkit-transition: padding 200ms ease;
	transition: padding 200ms ease;
	font-family: 'Montserrat', sans-serif;
	color: #eee;
	font-size: 14px;
	line-height: 26px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.nav-sublink:hover {
	padding-left: 30px;
}

.nav-sublink.w--current {
	color: #fff;
	text-decoration: none;
}

.dropdown-link {
	text-decoration: none;
}

.dropdown-link.w--current {
	text-align: center;
	text-decoration: none;
}

.author-col {
	padding-right: 30px;
}

.social-media-block {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -10px;
}

.intext-link {
	padding-bottom: 3px;
	border-bottom: 2px solid darkgray;
	color: darkgray;
	text-decoration: none;
}

.intext-link:hover {
	border-bottom-color: #9e1c20;
	color: #9e1c20;
}

.body {
	background-color: #f9f9f9;
}



/* ===== What you'll learn ===== */

.tabs {}

.articles {}

.article {
	display: none;
}

.article.selected {
	display: block;
}

.article h2, .article p {
	color: #2a2a2a;
}

div.content ul {
	list-style: none;
	text-align: left;
	color: #9e1c20;
	font-family: sans-serif;
}

div.content ul li {
	/*   position: relative; */
	width: 100%;
	padding: .5rem 0;
	float: left;
}

div.content ul li:hover {
	color: #333333;
}

div.content ul li.selected {
	background-color: none;
}



@media (max-width: 991px) {
	.section-hero {
		padding-bottom: 50px;
		background-position: 80% 50%;
	}
	.section-about {
		padding-top: 75px;
		padding-right: 25px;
		padding-left: 25px;
	}
	.section-logos {
		padding-right: 25px;
		padding-left: 25px;
	}
	.section-endorsements {
		padding-right: 25px;
		padding-left: 25px;
	}
	.section-authors {
		padding: 50px 25px;
	}
	.section-purchase.section-fb {
		padding-right: 25px;
		padding-left: 25px;
		text-align: center;
	}
	.section-big-endo {
		height: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	.blockquote-big-endo {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.button {
		margin-bottom: 10px;
	}
	.button.button-white {
		float: none;
		text-align: center;
	}
	.blockquote {
		padding-right: 0px;
	}
	.blockquote.bq-large {
		padding-right: 0px;
	}
	.big-endo-wrapper {
		display: block;
		max-width: 75%;
		margin-right: auto;
		margin-left: auto;
		float: none;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.navbar {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navlink {
		padding-right: 15px;
		padding-left: 15px;
		font-size: 12px;
	}
	.section-hero {
		padding-top: 75px;
		padding-right: 25px;
		padding-left: 25px;
		background-image: -webkit-linear-gradient(90deg, transparent 51%, hsla(0, 0%, 100%, .29)), url('../images/colorpeek-wood-bg.jpg');
		background-image: linear-gradient(0deg, transparent 51%, hsla(0, 0%, 100%, .29)), url('../images/colorpeek-wood-bg.jpg');
		background-position: 0px 0px, 80% 50%;
		background-size: auto, cover;
		background-repeat: repeat, no-repeat;
		text-align: center;
	}
	.section-about {
		padding-top: 50px;
	}
	.logo {
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section-big-endo {
		padding-right: 25px;
		padding-left: 25px;
		background-image: -webkit-linear-gradient(270deg, null, null), url('../images/brush-wood-bg.jpg');
		background-image: linear-gradient(180deg, null, null), url('../images/brush-wood-bg.jpg');
		background-position: 0px 0px, 50% 50%;
	}
	.blockquote-big-endo {
		display: block;
		max-width: 95%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}
	.blockquote-credit.bq-credit-large {
		margin-top: 10px;
	}
	.h1-white {
		font-size: 30px;
		line-height: 40px;
	}
	.body-copy.hero-copy {
		font-size: 18px;
	}
	.h1-blue.h1-large {
		margin-top: 25px;
		font-size: 40px;
		line-height: 50px;
	}
	.blockquote-wrapper {
		display: block;
		width: 90%;
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px solid #6b6b6b;
		text-align: left;
	}
	.so-book {
		position: static;
		display: block;
		max-width: 70%;
		margin-right: auto;
		margin-left: auto;
	}
	.big-endo-wrapper {
		max-width: 100%;
	}
	.nav-sublink {
		font-size: 12px;
	}
	.author-col {
		margin-bottom: 25px;
	}
}

@media (max-width: 479px) {
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navlink {
		background-color: transparent;
		text-align: left;
	}
	.nav-menu {
		background-color: #9e1c20;
		text-align: left;
	}
	.section-hero {
		padding-top: 100px;
	}
	.section-endorsements {
		padding-bottom: 50px;
	}
	.headshot {
		width: auto;
		height: auto;
	}
	.section-purchase.section-fb {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.blockquote-big-endo {
		font-size: 28px;
		line-height: 38px;
	}
	.h1-white {
		font-size: 28px;
		line-height: 38px;
	}
	.body-copy.hero-copy {
		line-height: 26px;
	}
	.h1-blue {
		font-size: 28px;
		line-height: 38px;
	}
	.blockquote {
		font-size: 14px;
		line-height: 24px;
	}
	.blockquote.bq-large {
		font-size: 28px;
		line-height: 38px;
	}
	.blockquote-wrapper {
		width: 100%;
	}
	.so-book {
		max-width: 90%;
	}
	.dropdown-list.w--open {
		background-color: #008bcb;
	}
	.nav-sublink {
		margin-left: 25px;
		font-weight: 600;
	}
	.menu-icon {
		float: left;
		color: #fff;
	}
	.menu-label {
		margin-top: 2px;
		margin-right: 5px;
		float: left;
		font-family: 'Montserrat', sans-serif;
		color: #fff;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	.menu-button-wrapper {
		float: none;
	}
	.menu-button-wrapper.w--open {
		background-color: transparent;
	}
}

.video-flex-container {
	d display: -webkit-flex;
	/* Safari */
	-webkit-flex-wrap: wrap;
	/* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	margin: 50px 0 0;
}

.video-flex-item {
	background-color: #d7d7d7;
	width: 18%;
	margin: 10px 5px;
	display: -webkit-flex;
	/* Safari */
	-webkit-flex-wrap: wrap;
	/* Safari 6.1+ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 30px 20px;
	font-family: 'Montserrat', sans-serif;
	transition: opacity .25s ease;
}

.video-flex-item.watch-now {
	background-color: #9e1c20;
	color: white !important;
	text-align: center;
}

.watch-now .video-title, .watch-now .video-status {
	color: white !important;
}

a.flex-video-link {
	text-decoration: none;
}

@media screen and (max-width:991px) {
	.video-flex-item {
		width: 30%;
	}
}

@media screen and (max-width:700px) {
	.video-flex-item {
		width: 45%;
	}
}

@media screen and (max-width:575px) {
	.video-flex-item {
		width: 100%;
	}
}

.video-flex-item:hover {
	opacity: .5;
}

.video-title {
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #9e1c20;
	margin: 0;
	padding-bottom: 5px;
	width: 100%;
	text-align: center;
}

.video-status {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333;
	margin: 0;
	padding: 0;
}

.video-subhead {
	margin: 0px !important;
	padding: 10px 0 !important;
}

.video-headline {
	margin: 5px 0 25px 0 !important;
	padding: 0px 0 !important;
}