html,body {
	font-family: "freight-neo-pro", sans-serif;
	font-size: 17px;
	margin: 0;
}
body {
	color: #231f20;
}
img {
	height: auto;
	max-width: 100%;
}
strong {
	font-weight: 700;
}
hr {
	border: none;
	background: #231f20;
	clear: both;
	color: #231f20;
	height: 1px;
	margin: 20px auto 40px auto;
	max-width: 1200px;
	width: 95%;
}
h1,h2,h3,h4,h5 {
	font-family: "freightneocnd-pro";
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 120%;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2rem;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
h2:before,
h2:after {
	color: #c8c7c7;
	content: "";
	display: inline-block;
	width: 50%;
	margin: 0 .5em 0 -55%;
	vertical-align: middle;
	border-bottom: 1px solid;
}
h2:after {
	margin: 0 -55% 0 .5em;
}
h3 {
	font-size: 1.25rem;
	text-transform: uppercase;
}
.yellow {
	color: #f6c03e;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: inherit;
}
.page_title {
	font-size: 3.5rem;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
@media( max-width: 800px ) {
	h1,
	.page_title {
		font-size: 2.5rem;
	}
}

input[type="submit"],
.more_button a {
	background-color: #4d75a8;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 12px 30px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.button {
	background-color: #4d75a8;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 8px 30px;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.more_button a:hover,
.button:hover {
	background-color: #231f20;
}
.learn_more {
	font-size: 0.875em;
	font-weight: 600;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
#hp_book div.col_60 a.more_button {
	background-color: #1a1818;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 90%;
	letter-spacing: 0.063em;
	padding: 12px 30px;
	margin: 20px 0;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
#hp_book div.col_60 a.more_button:hover {
	background-color: #f25c2c;
}

p {
	line-height: 180%;
	padding-bottom: 20px;
}
p.callout {
	font-weight: 600;
}

blockquote {
	font-size: 1.25rem;
	line-height: 160%;
	padding-bottom: 30px;
}
cite {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.063em;
	text-transform: uppercase;
}
cite strong {
	color: #f00;
}
a {
	color: #30598d;
	text-decoration: none;
}
figcaption {
	color: #999;
	font-size: 0.75rem;
	padding-top: 5px;
	text-align: center;
	text-transform: uppercase;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: #fff;
	color: #000;
	min-height: 105px;
	line-height: 140%;
	opacity: 0;
	padding: 10px 5px;
	text-transform: none;
	transition: all 0.4s ease;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:hover figcaption {
	opacity: 0.95;
}

.wp-block-embed {
	display: block;
	margin: 0 auto 20px auto;
	text-align: center;
}
figure,
.wp-block-image {
	display: block;
}
.wp-block-media-text {
	padding-bottom: 20px;
}

.content_wrapper {
	margin: 0 auto;
	max-width: 950px;
	min-width: 320px;
	padding: 0 15px;
	width: 100%;
}
.page_wrapper {
	padding: 60px 15px 40px 15px;
}

.visually_hidden {
	clip-path: inset(100%);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

iframe {
	max-width: 100%;
}

article ul,
.page_wrapper ul {
	margin: 20px 20px 40px 20px;
}
article ol,
.page_wrapper ol {
	margin: 20px 20px 40px 20px;
	list-style-type: square;
}
.page_wrapper ul li,
.page_wrapper ol li,
article ul li,
article ol li {
	line-height: 150%;
	margin: 15px;
}
article ul li,
.page_wrapper ul li {
	list-style: disc;
}
article ol li,
.page_wrapper ol li {
	list-style-type: decimal;
}

.aligncenter,
.wp-block-image .aligncenter {
	display: block;
	margin: 15px auto;
	text-align: center;
}

.alignright,
.wp-block-image .alignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 30px;
}
.alignleft,
.wp-block-image .alignleft {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
}

@media( max-width: 800px ) {
	.alignright,
	.alignleft,
	.wp-block-image .alignright,
	.wp-block-image .alignleft {
		display: block;
		float: none;
		margin: 15px auto;
	}
}


.cols,
.cols_rev {
	display: flex;
	flex-direction: row;
	flex: 1;
	width: 100%;
}
.col_30,
.col_40,
.col_50,
.col_60,
.col_70 {
	vertical-align: top;
}
.col_20 { width: 20%; flex-basis: 20%; }
.col_30 { width: 30%; flex-basis: 30%; }
.col_40 { width: 40%; flex-basis: 40%; }
.col_50 { width: 50%; flex-basis: 50%; }
.col_60 { width: 60%; flex-basis: 60%; }
.col_70 { width: 70%; flex-basis: 70%; }
.col_80 { width: 80%; flex-basis: 80%; }

@media( max-width: 1000px ) {
	.cols {
		flex-direction: column;
	}
	.cols_rev {
		flex-direction: column-reverse;
	}
	.col_20,
	.col_30,
	.col_40,
	.col_50,
	.col_60,
	.col_70,
	.col_80 {
		display: block;
		flex-basis: 100%;
		margin: 20px auto;
		max-width: 550px;
		width: 100%;
	}
}


/* header / navigation */
#site_header {
	padding: 30px 0;
}
#site_header .content_wrapper {
	display: table;
}
.header_logo {
	display: table-cell;
	vertical-align: middle;
	width: 370px;
}
.header_logo img {
	max-width: 316px;
	width: 100%;
}
.header_nav {
	display: table-cell;
	vertical-align: middle;
}

#main_menu {
	color: #000;
	text-align: right;
	vertical-align: middle;
}
#main_menu ul {
	display: inline;
}
#main_menu li {
	display: inline-block;
}
#main_menu > ul > li ul {
	display: none;
}
#main_menu a {
	color: #231f20;
	display: inline-block;
	font-size: 0.9375em;
	font-weight: 600;
	letter-spacing: 0.063em;
	margin: 0 10px;
	padding: 10px 2px 8px 2px;
	text-transform: uppercase;
}
#main_menu a:hover,
#main_menu li.current-menu-item a,
#main_menu li.current-page-ancestor a {
	color: #82afe9;
}

#main_menu ul > li:hover > ul {
	background: #273038;
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	display: block;
	padding: 6px 10px;
	position: absolute;
	width: 280px;
	z-index: 30;
}
#main_menu > ul > li ul li {
	display: inline;
}
#main_menu > ul > li ul li a {
	color: #fff;
	display: block;
	padding: 10px 0;
	text-align: left;
}

#burger_button,
#menu_open_bg {
	display: none;
}
#menu_open_bg {
	z-index: 400;
}

@media( max-width: 1150px ) {
	#site_header {
		display: block;
	}
	.header_logo,
	.header_nav {
		display: block;
		padding-top: 20px;
		text-align: center;
		width: 100%;
	}

	#main_menu {
		background-color: #273038;
		color: #fff;
		border: 0 !important;
		display: block;
		height: 100vh;
		left: -310px;
		padding: 30px 0 20px 10px;
		position: fixed;
		text-align: left;
		top: 0;
		transition: all 1s;
		width: 310px;
		z-index: 510;
	}
	body.menu_open #main_menu {
		left: 0;
	}
	#main_menu a {
		color: #fff;
		display: block;
		padding: 6px 12px;
		width: 80%;
		text-align: left;
	}
	#main_menu a:hover,
	#main_menu li.current-menu-item a,
	#main_menu li.current-page-ancestor a {
		color: #82afe9;
	}
	#main_menu li {
		display: block;
	}

	#main_menu > ul > li ul,
	#main_menu > ul > li:hover ul {
		background: transparent;
		box-shadow: none;
		display: block;
		padding: 0 0 0 20px;
		position: static;
		width: auto;
	}


	#burger_button {
		cursor: pointer;
		display: inline-block;
		height: 25px;
		width: 30px;
		-o-transition: all 0.25s;
		-ms-transition: all 0.25s;
		-moz-transition: all 0.25s;
		-webkit-transition: all 0.25s;
		transition: all 0.25s;
	}
	body.menu_open #burger_button {
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	body.menu_open #menu_open_bg {
		background-color: rgba( 0, 0, 0, 0.6 );
		display: block;
		height: 100%;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
	}

}


.buy_button {
	display: inline-block;
	margin-top: 20px;
	width: 250px;
}
.buy_button span {
	background-color: #f35e2d;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.063em;
	padding: 12px 30px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	width: 250px;
}
.buy_button span:hover {
	background-color: #333333;
}
.buy_button nav {
	background-color: #f35e2d;
	border-radius: 6px;
	color: #fff;
	display: none;
	margin: 0;
	list-style: none;
	padding-bottom: 15px;
	position: absolute;
	width: 250px;
	z-index: 600;
}
.buy_button.open nav,
.buy_button:hover nav {
	display: block;
}
.buy_button nav a {
	color: #fff;
	display: block;
	font-weight: 600;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 80%;
}
.buy_button nav a:hover {
	color: #333;
}
.buy_button nav p {
	display: inline;
	padding: 0;
}


/* homepage */
#hero {
	background-color: #000;
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
}
#hero .slide {
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: cover;
	color: #fff;
}
#hero .slide_inner {
	padding: 40px 0;
	min-height: 538px;
}
#hero .more_button a {
	background-color: #fff;
	color: #231f20;
}
.more_orange a,
#hero .more_orange a {
	background-color: #f35e2d;
	color: #fff;
}
.more_yellow a,
#hero .more_yellow a {
	background-color: #f6c03e;
	color: #000;
}
.slide .wp-block-image img {
	display: inline-block;
}
.slide h2 {
	font-size: 3em;
}
.slide h2:before,
.slide h2:after {
	color: transparent;
	display: none;
	width: 0;
	margin: 0;
	border-bottom: none;
}
.slide h3 {
	font-size: 1.5rem;
	padding: 10px 0 20px 0;
	text-transform: uppercase;
}
@media( max-width: 550px ) {

	.slide_1_content {
		padding-top: 90px;
	}
	.series_hero .content_wrapper {
		padding-top: 60px;
	}

}
.slick-arrow {
	background-color: transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	border: 0;
	font-size: 0 !important;
	height: 30px;
	position: absolute;
	top: 265px;
	width: 17px;
	z-index: 50;
}
.slick-prev {
	background-image: url('../images/slider_arrow_left.png');
	left: 50px;
}
.slick-next {
	background-image: url('../images/slider_arrow_right.png');
	right: 50px;
}
@media( max-width: 780px ) {
	.slick-arrow {
		display: none !important;
	}
	#hero .slide_inner {
		background-color: rgba( 0, 0, 0, 0.4 );
	}
}


/* books */
#hp_book {
	font-size: 1.125em;
	padding: 80px 0;
}
#hp_book .cols {
	padding-top: 40px;
}
#hp_book .col_40 {
	text-align: center;
}
#hp_book h3 {
	font-size: 3rem;
	margin-bottom: 20px;
	text-transform: none;
}

#single_book {
	background-repeat: repeat-x;
	background-position: 50% 0;
	padding: 20px 0 0 0;
}
.book_content,
#single_book .inner_wrapper {
	background-position: 100% 100%;
	background-repeat: no-repeat;
}
#single_book .inner_wrapper {
	display: block;
	width: 100%;
}
#single_book .book_content {
	font-size: 1.25em;
	padding-bottom: 60px;
}
#single_book .book_extras {
	padding: 50px 0 0 50px;
	text-align: center;
}
#single_book .book_desc h1.wp-block-heading {
	padding-bottom: 25px;
}
.book_header_image {
	margin-bottom: 50px;
}
.book_header_quote {
	color: #fff;
	font-size: 1.5rem;
	line-height: 140%;
	min-height: 250px;
	padding: 30px 0 80px 0;
}
.book_header_quote p {
	padding-bottom: 0;
	line-height: 140%;
}
.book_header_quote cite {
	text-transform: none;
}
@media( max-width: 1000px ) {
	#single_book .book_desc {
		max-width: 650px;
		margin: 0 auto;
	}
	#single_book .book_extras {
		padding: 0;
	}
}
@media( max-width: 500px ) {
	#single_book {
		padding-top: 30px;
	}
	.book_header_image {
		min-height: 280px;
		margin: 0;
		padding: 30px 0 0 0;
	}
	.book_header_quote  {
		font-size: 1.25rem;
		padding: 15px 0 50px 0;
		padding-top: 15px;
	}

}

.book_content .button {
	margin-top: 20px;
	width: 250px;
}
.book_subtitle {
	font-family: "freightneocnd-pro";
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.063em;
	line-height: 100%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.book_praise {
	margin-top: -22px;
	padding: 0 0 30px 0;
	position: relative;
	text-align: center;
}
.book_praise h2 {
	padding-bottom: 50px;
}
.book_praise blockquote {
	margin: 0 auto;
	max-width: 800px;
	text-align: left !important;
}
.book_praise blockquote:before {
	content: "“";
	font-family: "freightneocnd-pro";
	font-size: 4rem;
	text-align: center !important;
}
.postid-63 .book_praise blockquote:before	{ color: #6da500; }
.postid-71 .book_praise blockquote:before	{ color: #e84f24; }
.postid-74 .book_praise blockquote:before	{ color: #3cb4e8; }
.postid-76 .book_praise blockquote:before	{ color: #ce57a2; }
.postid-84 .book_praise blockquote:before	{ color: #d91f26; }
.postid-1145 .book_praise blockquote:before	{ color: #f25c2c; }

.books_list {
	background: linear-gradient(#fff, #dcdada);
}
.books_list h2 {
	padding-top: 20px;
}
.books_list h2:after,
.books_list h2:before {
	border-bottom: 0px !important;
}

.books_list .cover_image {
	width: 180px;
}
.books_list .cover_image img {
	width: 100%;
}
.books_list .alignleft {
	margin-bottom: 50px;
}
.books_list a.more_button {
	background-color: #1a1818;
	border: 0;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	font-size: 90%;
	letter-spacing: 0.063em;
	padding: 12px 30px;
	margin: 20px 0;
	transition: all 0.3s ease;
	text-transform: uppercase;
}
.books_list a.more_button:hover {
	background-color: #f25c2c;
}
.books_list .col_30 {
	padding-top: 30px;
}
.books_list .col_70 {
	padding-left: 50px;
}
.books_list .col_70 h2 {
	text-align: left;
}
.books_list .col_70 h2:before,
.books_list .col_70 h2:after {
	display: none;
	width: auto;
	margin: 0;
	border-bottom: none
}


@media( max-width: 900px ) {
	.books_list .col_30 {
		padding-top: 0;
		text-align: center;
	}
	.books_list .col_30 img {
		max-width: 350px;
	}
	.books_list .col_70 {
		padding-left: 0;
	}
	.book_praise {
		margin-top: 50px;
	}

}

#footer_tapestry {
	background: #3f3f3f url('../images/tapestry_bg4.jpg') 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 1.25rem;
	padding-bottom: 10px;
}
#footer_tapestry .inner_wrapper {
	top: -35px;
	position: relative;
	width: 100%;
}
#footer_tapestry h3 {
	font-size: 3rem;
	padding: 20px 0;
}

/* footers */
#footer_books {
	background: #faf9f9 url('../images/footer_books_bg.png') 0 100% repeat-x;
	padding: 50px 0;
	text-align: center;
}
#footer_books h2 {
	padding-bottom: 30px;
}
#footer_books h3 {
	display: block;
	position: absolute;
	text-align: center;
	padding-bottom: 15px;
	width: 100%;
}
#footer_books img {
	position: relative;
	transition: all 0.3s ease;
	width: 180px;
}
#footer_books img:hover {
	-moz-transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform: scale(1.1);
}
#footer_books a.book_63 img,
#footer_books a.book_71 img,
#footer_books a.book_74 img,
#footer_books a.book_76 img {
	margin-right: -50px;
}

@media(max-width: 1100px ) {
	#footer_books h3 {
		display: none;
	}
}

@media(max-width: 900px ) {
	#footer_books {
		background-color: #dcdada;
		background-image: none;
	}
	#footer_books a.book_63 img,
	#footer_books a.book_71 img,
	#footer_books a.book_74 img,
	#footer_books a.book_76 img {
	margin-right: 0px;
	margin-top: 0;
	margin-bottom: 0;
	}
	#footer_books img {
	position: relative;
	transition: all 0.3s ease;
	width: 270px;
	}
}


#footer_newsletter {
	background: #4f87af url('../images/newsletter_bg.png') 0 0 repeat-x;
	font-size: 1.25rem;
	position: revert;
	margin-top: -1px;
	text-align: center;
}
.newsletter_wrapper {
	background: transparent url('../images/newsletter_goat.png') 100% 100% no-repeat;
}
#footer_newsletter .inner_wrapper {
	background: transparent url('../images/newsletter_skyline.png') 0 100% no-repeat;
	color: #fff;
	padding: 90px 0 40px 0;
	text-align: center;
}
input[type="text"],
input[type="email"] {
	background-color: #fff;
	border: 0;
	border-radius: 8px;
	margin: 4px;
	padding: 16px 10px;
	width: 250px;
}
input[type="submit"] {
	background-color: #000;
	margin: 4px;
	padding: 16px 30px;
}
input[type="submit"]:hover {
	background-color: #f25c2c;
}

@media( max-width: 800px ) {
	.newsletter_wrapper,
	#footer_newsletter .inner_wrapper {
		background: none;
	}
	.newsletter_wrapper {
	background: transparent url('../images/newsletter_goat.png') 170px 100% no-repeat;
}

}

#site_footer {
	color: #abaaaa;
	font-size: 0.75em;
	padding: 60px 0 40px 0;
	text-align: center;
	text-transform: uppercase;
}
#site_footer a {
	color: #abaaaa;
}
#site_footer p {
	padding: 10px 0;
}

.c-accordion__title {
	padding: 15px 2em 10px 0;
}
.shield_image {
	cursor: pointer;
}

@media( max-width: 550px ) {
	.no_mobile {
		display: none !important;
	}
}