p, h1, h2, h3, h4, h5 {
	margin-top: 0;
	margin-bottom: .5em;
}
img {
	height: auto;
	max-width: 100%;
}
iframe {
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
i, em {
	font-style: normal;
}
body {
	color: #333;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
hr {
	border-style: none;
	border-top: 1px solid #ddd;
	max-width: 85em;
	width: 85%;
}
#header .content,
.footer_content,
#main {
	margin: 0 auto;
	max-width: 85em;
	padding: 0 16px;
}
.spreadBar {
	background: #569;
	color: white;
	text-align: center;
	font-size: 14px;
	height: 2em;
}
@media (max-width: 525px) {
	.spreadBar {
		height: 3.5em;
	}
}
.topBar {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4px 1em;
	position: absolute;
	width: 100%;
}
#main {
	min-height: 315px;
	padding-bottom: 10px;
}
h1, h2 {
	color: #470;
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .5em;
}
h3 {
	color: #470;
	font-size: 1.3em;
	font-weight: 400;
	text-transform: uppercase;
}
th {
	font-weight: 400;
	white-space: nowrap;
}
a {
	color: #078;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.image {
	line-height: 1;
}

.a-color-inherit {
	color: inherit;
}

.a-color-inherit:hover {
	color: #078;
}

input, textarea, select {
	border: 1px solid #ddd;
	border-radius: 6px;
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: .36em;
}
.button {
	background: #078;
	border-style: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.4;
	padding: .5em 1.75em;
	-webkit-appearance: none;
}
button {
	border-style: none;
	background: none;
	cursor: pointer;
	font-size: inherit;
	padding: 0;
}
a:active,
img:active,
button:active,
.button:active {
	transform: translate(1px, 1px);
	text-underline-offset: 2px;
}
fieldset {
	border-style: none;
	padding: 0;
	margin: 0;
}
#edit-page {
	background: #470;
	color: #fff;
	padding: 5px;
	position: fixed;
	right: 0;
	top: 0;
}
#header > .content {
	display: flex;
	align-items: flex-end;
	position: relative;
}
#header_account {
	padding-left: 1em;
	position: relative;
	text-align: center;
}
#header_account.show .header_account_content {
	display: block;
}
.header_account_content {
	background: #fff;
	box-shadow: 0px 2px 8px 0px #888;
	display: none;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: .5em;
	position: absolute;
	z-index: 10;
	top: 100%;
	white-space: nowrap;
	left: 0;
	text-align: left;
}
.header_account_content > a {
	display: block;
	color: #000;
	line-height: initial;
	padding: 15px;
	text-decoration: none;
}
#nav a,
#header a {
	color: inherit;
}
.footer a {
	color: #fff;
}
.logoDiv {
	display: inline-block;
	padding: 6px 0 14px;
}
#logo {
	display: block;
	-webkit-print-color-adjust: exact;
	background: url(/media/logo22.svg) no-repeat bottom;
	background-size: contain;
	height: 50px;
	width: 200px;
	text-indent: -9999px;
}
#header_tools {
	display: inline-flex;
	justify-content: flex-end;
	padding-top: 6px;
	width: 19em;
	flex-wrap: wrap;
}
#show_navSecond {
	display: none;
}
#searchBar {
	flex-grow: 1;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
}
#show_nav {
	display: none;
	padding: 1em 0;
}
.nav_search_box[type="text"] {
	border-width: 1px;
	box-sizing: border-box;
	padding: 5px 0 4px 9px;
	width: 100%;
}
.nav_search_button {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25' stroke='%23444' stroke-width='2.8'%3E%3Cpath d='M24 23l-9-8'/%3E%3Ccircle cx='9' cy='9' r='7.5' fill='none'/%3E%3C/svg%3E") no-repeat 53%;
	background-size: 51%;
	border-style: none;
	color: transparent;
	padding: 0;
	height: 1.9em;
	width: 1.9em;
	vertical-align: bottom;
	position: absolute;
	right: 0;
}
#nav {
	display: inline;
	flex-grow: 1;
	max-width: 100%;
	vertical-align: bottom;
}
#nav > ul {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	list-style: none;
	margin: 0 auto;
	padding: 0 .5em;
}
#nav > ul > li {
	max-width: 100%;
	vertical-align: middle;
}
#nav > ul > li > a {
	display: block;
	font-weight: 600;
	letter-spacing: .02em;
	line-height: 1.2;
	padding: 1em;
	padding-bottom: .75em;
	text-transform: uppercase;
}
#nav .dropdown {
	background: #fff;
	box-shadow: 0 2px 8px 0 #888;
	color: #333;
	display: none;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 2em);
	padding-top: 1em;
	position: absolute;
	right: 0;
	white-space: normal;
	width: 1080px;
	z-index: 10;
}
#nav > ul > li.show > .dropdown {
	display: block;
}
#nav .dropdown > ul > li > a {
	color: #333;
	display: block;
	line-height: 1.1;
	padding: 5px 1em 6px;
}
.collectExtra {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	justify-content: space-between;
	text-transform: uppercase;
}
.footer {
	clear: both;
	background: #024;
	color: white;
	padding: 20px 0 2em;
}
.footer a {
	font-size: 1em;
}
.footer a:hover {
	opacity: .7;
}
.footer_content {
	display: flex;
}
.footer_signup_div {
	border-left: #014656 solid 1px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding-top: .75em;
	padding-left: 1.5%;
	width: 24%;
}
.footer_signup_button {
	padding: 5px 10px;
	margin-top: 10px;
	width: 5em;
}
.footer_signup_box, textarea {
	width: 185px;
}
.footer_fineprint {
	font-size: 13px;
}
.footer_columns {
	padding-left: 1.5%;
	width: 45%;
	margin: 0 auto;
}
.footer_column {
	display: inline-block;
	font-size: .9em;
	width: 25%;
	vertical-align: top;
}
.footer_head {
	display: block;
	font-size: 1.1em;
	margin-bottom: .5em;
}
.footer_columns,
.footer_contact_info {
	padding-top: .75em;
}
.footer_contact_info {
	border-right: 1px solid #014656;
	width: 20.25%;
}
.footer_fineprint {
	opacity: .7;
	margin-top: 4em;
}
#cart_count {
	color: white;
	font-size: 10px;
	min-width: 1.6em;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}
#cart_link {
	display: inline-block;
}
#cart_link.show {
	position: relative;
}
#cart_hover {
	border-radius: 1px;
	padding-left: 1em;
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
#cart_image {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51 35' fill='%23333'%3E%3Cpath d='M48.4 5.6L19 3.8c-1.3 0-2.7.7-2 1.7l4.7 12.8c.5 1.2 1.8 1.2 3 1.2H47c1.3 0 2.3-.8 2.3-1.7l1.4-10.2c0-1-.7-1.8-2.3-2zM44 21.5H19.1L11.2.5 1.6 0c-3.5 1.3-.4 3.7-.4 3.7l6.4.1L16.2 25h27.6c4.1-2 .2-3.5.2-3.5z'/%3E%3Ccircle cx='20' cy='30' r='3.6'/%3E%3Ccircle cx='42' cy='30' r='3.6'/%3E%3C/svg%3E") no-repeat;
	background-size: contain;
	background-position-x: 100%;
	padding-right: 2em;
}
#show_nav_image_1::after,
#show_nav_image_2::after {
	content: ' \25BC';
	font-size: .55em;
	margin-left: 2px;
}
#cart_dropdown {
	background: #fff;
	box-shadow: 0px 2px 8px 0px #888;
	display: none;
	font-weight: normal;
	letter-spacing: normal;
	margin-top: .5em;
	overflow: hidden;
	padding: 0 8px 16px;
	position: absolute;
	right: 0;
	width: 20.1em;
	z-index: 5;
	text-transform: none;
}
#cart_link.show > #cart_dropdown {
	display: block;
}
.cart_dropdown_empty {
	padding-top: 20px;
	text-align: center;
}
.cart_dropdown_item {
	display: flex;
	border-bottom: 1px solid #ddd;
	padding: 15px 10px 13px;
}
.cart_dropdown_bookpic {
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	width: 4.3em;
	height: 85px;
	margin-right: 13px;
}
.cart_dropdown_item_data {
	width: 10.3em;
}
.cart_dropdown_title {
	line-height: 1.1;
	margin-bottom: 5px;
}
.cart_dropdown_quantity,
.cart_dropdown_unit_price {
	font-size: .9em;
}
.cart_dropdown_quantity {
	display: inline-block;
	min-width: 48px;
	padding-right: 10px;
}
.cart_dropdown_see_all,
.cart_dropdown_totals {
	border-bottom: 1px solid #ddd;
	padding: 9px 10px 8px;
}
.cart_dropdown_see_all {
	text-align: center;
}
.cart_dropdown_button {
	background: #088E53;
	color: #fff;
	font-size: 1.3em;
	margin: 15px 10px 0;
	padding: 7px 0;
	text-align: center;
}
.breadcrumbs {
	font-size: .9em;
	margin-bottom: 35px;
}
.breadcrumbs > a {
	color: inherit;
	display: inline-block;
	padding: 0 4px;
}
.breadcrumbs > a:hover {
	color: #0e8eb9;
}
.breadcrumbs > a.first {
	padding-left: 0;
}
.breadcrumbs span.last {
	color: #767676;
	padding-left: 4px;
}
.breadcrumbs + .back_link {
	margin-top: -21px;
	margin-bottom: 3px;
}
.home-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scrollbar-width: none;
	white-space: nowrap;
	text-align: center;
	max-width: 85em;
	margin: auto;
}
.home-scroll::-webkit-scrollbar {
	display: none;
}
.home-scroll-item {
	color: inherit;
	display: inline-block;
	height: 268px;
	flex-shrink: 0;
	margin: 1em;
	min-width: 110px;
	position: relative;
	vertical-align: top;
}
.home-scroll-item > img {
	bottom: 0;
	height: 165px;
	width: auto;
}
.home-scroll-title {
	font-size: 14px;
	margin: 1em auto 0;
	position: absolute;
	text-align: center;
	white-space: normal;
	width: 100%;
}
.home-scroll-left,
.home-scroll-right {
	background: #333;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	height: 50px;
	opacity: .85;
	padding: 1.25em;
	position: absolute;
	text-align: center;
	top: 33%;
	width: 50px;
	z-index: 10;
}
.home-scroll-left {
	left: 0;
}
.home-scroll-left::after {
	content: '\2039';
}
.home-scroll-right {
	right: 0;
}
.home-scroll-right::after {
	content: '\203A';
}
.home-scroll-left::after,
.home-scroll-right::after {
	font-size: 200%;
	line-height: 0;
}
.price span,
span.price {
	color: #078;
}
.addtocart {
	margin: 1em 0 2.5em;
}
.addtocart input {
	vertical-align: top;
}
.addtocart-quantity {
	border-color: #777;
	box-sizing: border-box;
	height: 2.6em;
	padding: 6px 0;
	text-align: center;
	width: 2.9em;
}
.addtocart-button {
	height: 2.17em;
}
.addtocart-error {
	color: red;
	margin-top: 4px;
}
.addtocart-status {
	margin-left: 4px;
	padding: 10px 10px 10px 15px;
	background: #eee;
	display: block;
	width: 143px;
}
.addtocart-incart {
	padding: .5em;
	background: #dee;
}
#main .column {
	float: left;
	margin: 0 30px 45px 0;
	width: 24.6em;
}
#main .column.last {
	margin-right: 0;
}
.page_bar,
.bible_catechism {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.bible_catechism {
	clear: both;
	margin-top: 3em;
	padding: 1em 2px;
	text-align: center;
}
.bible_catechism > h2 {
	margin-bottom: 6px;
}
.bible_catechism > a {
	display: inline-block;
	padding: 0 20px;
	text-transform: uppercase;
}
.series_fan {
	padding: 15px 15px 30px;
	max-width: 276px;
}
.fan3{
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	max-width: 42%;
	height: 0;
	width: 33%;
	padding-bottom: 63%;
	-webkit-print-color-adjust: exact !important;
}
.chatInitButton{
	position: fixed;
	z-index: 100;
	background-color:#470;
	color: white;
	right: 5px;
	bottom: 0;
	padding: 10px 20px;
	max-width: 300px;
}
.afkChat{
	display: none;
}
.chatInitButton.unshow{
	display: none;
}
.afkChat.show{
	display: inline-block;
	position: fixed;
	z-index: 100;
	padding: 10px 20px;
	background-color:#470;
	color: white;
	right: 5px;
	bottom: 0;
	text-align: left;
	max-width: 308px;
	box-sizing: border-box;
	margin-right: 35px;
}
.afkChat textarea{
	box-sizing: border-box;
	width: 100%;
}
.afkChat input#id_email{
	box-sizing: border-box;
	width: 100%;
}
.afkChat input.button{
	background-color:#078;
}
@media (min-width: 1330px){
	body{
		font-size: 18px;
	}
}
@media (max-width: 1218px) {
	#main .column {
		max-width: 346px;
		margin-right: 1em;
	}
	.column fieldset {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 1023px) {
	#header > .content {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#nav {
		order: 10;
		border-bottom: 1px solid #ddd;
	}
}
@media (max-width: 767.98px) {
	.header_account_content {
		background: #470;
		text-align: left;
	}
	#header_account.show {
		box-shadow: none;
		z-index: 0;
	}
	#header .content,
	#nav > ul,
	#main {
		flex-direction: column;
	}
	#header .content {
		padding: 0;
	}
	#show_navSecond {
		display: inline-block;
		padding: 17px 5px;
	}
	#collectExtra a {
		color: #fff;
	}
	#header #cart_dropdown a {
		color: #333;
	}
	#header #cart_dropdown a#dropdown_button {
		color: #fff;
	}
	.logoDiv {
		display: block;
		padding: .5em 0;
		margin: auto;
	}
	#header_tools {
		box-sizing: border-box;
		background: #470;
		color: white;
		float: none;
		max-width: none;
		padding: 0 1em;
		width: 100%;
		justify-content: space-between;
	}
	.cartFlexCatcher {
		padding: 0 5px;
	}
	#show_nav {
		display: none;
	}
	#nav {
		display: none;
	}
	#nav.show_nav {
		display: inline-block;
		order: 10;  /* last, after header tools */
	}
	#nav > ul > li {
		display: block;
	}
	#nav .dropdown {
		position: static;
		display: block;
	}
	.footer_columns {
		padding-left: 10px;
		order: -1;
		flex-basis: 100%;
	}
	.footer_content {
		flex-wrap: wrap;
	}
	.footer_contact_info,
	.footer_signup_div {
		border-style: none;
		box-sizing: border-box;
		margin: 0;
		padding-top: 1.5em;
		padding-left: 10px;
		width: 50%;
	}
	.footer_signup_div {
		padding-left: 4px;
	}
	#main .column {
		margin-bottom: 1em;
	}
}
@media (max-width: 760px) {
	#show_navSecond,
	#header_phone {
		display: none;
	}
	#show_nav {
		display: block;
		float: right;
		padding: 1em 0;
	}
	#header_tools {
		display: inline-block;
	}
	.cartFlexCatcher {
		padding: 0;
	}
	.footer {
		font-size: 19px;
	}
	.footer_columns {
		padding: 0;
		width: 100%;
	}
	.footer_column {
		border-bottom: 2px solid #014656;
		display: block;
		font-size: 19px;
		padding: .8em 1em;
		width: auto;
	}
	.footer_columns a {
		line-height: 1.6;
	}
	.footer_contact_info {
		padding-top: 1.5em;
		padding: .8em 1em;
		margin: 0;
		width: auto;
	}
	.footer_content {
		flex-direction: column;
	}
	.footer_signup_div {
		float: none;
		border-left: none;
		border-top: #014656 solid 2px;
		padding-left: 10px;
		width: auto;
	}
	.footer_fineprint {
		padding-left: 0;
	}
	.breadcrumbs {
		margin-bottom: 25px;
	}
}
@media print {
	.footer_columns,
	.footer_signup_div,
	#header_tools {
		display: none;
	}
}
