/* CKEDITOR STYLES */
.block .bizango_cms_content .subtitle,
.book-slider .slide h6,
.chapter-top h6 {
	font-size: 0.778rem;
	font-weight: 700;
	line-height: 1.42em;
	margin-bottom: 0.444rem;
	letter-spacing: 0.1em;
}
.block .bizango_cms_content .special-heading {
	font-family: abolition, sans-serif;
	font-size: 4.44rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1em;
}
.block .bizango_cms_content .xtra-ln-ht {
	line-height: 1.9em;
}
.block .bizango_cms_content .interstate {
	font-family: interstate, sans-serif;
}
.chapter-top h6 {
	color: #d77828;
}
@media only screen and (max-width: 660px) {
	/* Prevent text from aligning right at smaller screen sizes  */
	.bizango_cms_content *[style="text-align: right;"] {
		text-align: left !important;
	}
	/* h1 {
		font-size: 45px;
		line-height: 51px;
		margin-bottom: 30px;
	} */
}
@media only screen and (max-width: 480px) {
	/* h1 {
		font-size: 40px;
		line-height: 46px;
	}
	h2 {
		font-size: 36px;
		line-height: 40px;
	}
	h3 {
		font-size: 32px;
		line-height: 38px;
	} */
}
/*---------------BUTTONS / LINKS ---------------*/

.buy-btn .button,
.button.buy-btn,
.email-content #mc-embedded-subscribe,
.block_type__offset-intro .button,
.cta-simple-txt .button,
.sidebar-txt .button,
.element__form .form-field button[type="submit"] {
	text-align: center;
	border: none;
	color: white;
	background-color: #d77828;
}
.buy-btn .button:hover,
.button.buy-btn:hover,
.email-content #mc-embedded-subscribe:hover,
.block_type__offset-intro .button:hover,
.cta-simple-txt .button:hover,
.sidebar-txt .button:hover,
.excerpt-btn:hover {
	color: white;
}
.cta-simple-txt .button {
	padding: 21px 56px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------UTILITY CLASSES---------------*/
.help {
	display: inline-block;
	padding: 10px;
	background: #ddd;
	border-radius: 8px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
}
.help p > a {
	color: #ddd;
	text-decoration: underline;
}
.bizango_content_controls .bizango_content_controls_add {
	width: 20%;
}
.bizango_content_controls .bizango_content_controls_manage {
	width: 80%;
	white-space: no-wrap;
}
.blog_content .help {
	display: block;
}
.center-x {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.center-y {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hidden {
	display: none;
}
.bz-img .bizango_image_controls {
	position: absolute;
	top: 10px;
	left: 10px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.bz-img--r .bizango_image_controls {
	left: auto;
	right: 10px;
}
.bz-img--l .bizango_image_controls {
	left: 50px;
}
.crop-img.element__image {
	height: 100%;
}
.crop-img.element__image img {
	display: none;
}
.crop-img.element__image .cropped-image {
	display: block;
	padding-bottom: 0;
	height: 100%;
}
.page_frame.pf--full,
.pf-full .page_frame {
	max-width: 2000px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* OVERLAYS */
.olay::after,
.olay-2::before,
.olay-bg-2 .block__bg-img::before,
.olay-bg .block__bg-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---------------BLOCK DEFAULT COLORS---------------*/
body {
	background: white;
}
/* OPTIONAL */
img.illustration {
	display: block;
	margin: 0px;
	margin-bottom: 20px;
}
/* helpers-> clearfix */
.group:before,
.group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.clear {
	clear: both;
}

/* ------------HEADER BG-------------- */
.block .all-cols-wrap .element__header-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.header-bg {
	position: relative;
	height: 290px;
	background-color: #133e3c;
	/* margin-bottom: -125px; */
	overflow: hidden;
}
.header-bg.org-tri::before,
.block_type__hero::before,
.block_type__banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
}
.header-bg.red-crcl::after,
.block.block_type__hero::after,
.block.block_type__banner::after {
	content: "";
	position: absolute;
	width: 330px;
	height: 330px;
	bottom: -230px;
}
/*---------------THEMES + BACKGROUNDS---------------*/
/* label.background-color__white::after,
.background-color__white,
.background-color__white .block__bg-img {
	background-color: white;
	fill: white;
}
label.background-color__white img {
	display: none;
}
label.background-color__black:after,
.background-color__black,
.background-color__black .block__bg-img {
	background-color: black;
	fill: black;
}
label.background-color__secondary::after,
.background-color__secondary,
.background-color__secondary .block__bg-img {
	background-color: #f4f4f4;
	fill: #f4f4f4;
}
label.background-color__primary::after,
.background-color__primary,
.background-color__primary .block__bg-img {
	background-color: #133e3c;
	fill: #133e3c;
}
label.background-color__tertiary::after,
.background-color__tertiary,
.background-color__tertiary .block__bg-img {
	background-color: #332219;
	fill: #332219;
}
label.background-color__quaternary::after,
.background-color__quaternary,
.background-color__quaternary .block__bg-img {
	background-color: #1b120d;
	fill: #1b120d;
}
label.background-color__tan::after,
.background-color__tan,
.background-color__tan .block__bg-img {
	background-color: #f1dccb;
	fill: #f1dccb;
}
label.background-color__light-tan::after,
.background-color__light-tan,
.background-color__light-tan .block__bg-img {
	background-color: #f9f1ea;
	fill: #f9f1ea;
}
label.swatch__pop-background-color.swatch__tertiary,
label.swatch__pop-background-color.swatch__quaternary {
	display: none;
}
.bizango_content_background-color_block_options .block-options__button label::after {
	content: "";
	position: absolute;
	height: 75%;
	width: 75%;
	top: 10%;
	left: 10%;
}
.bizango_content_background-color_block_options .block-options__button input:checked + label::after {
	top: 15%;
	left: 15%;
}
.block.theme__dark,
.block.theme__dark .block__bg-img {
	background-color: #000;
}
.block.theme__light,
.block.theme__light .block__bg-img {
	background-color: #fff;
}
.background-color__black,
.background-color__black label,
.background-color__primary,
.background-color__primary label,
.background-color__tertiary,
.background-color__tertiary label,
.background-color__quaternary,
.background-color__quaternary label,
.pop-background-color__black,
.pop-background-color__primary,
.theme__dark,
.theme__dark label {
	color: white;
}
.block.theme__light,
.background-color__white,
.background-color__white label,
.background-color__secondary,
.background-color__secondary label,
.pop-background-color__white,
.pop-background-color__secondary {
	color: #191b4e;
} */
/*---------------CUSTOM BLOCKS---------------*/
/* SET DEFAULT PADDING SET TO MATCH PSD DESIGNS */
.block-id {
	position: absolute;
	top: 0;
	left: 50px;
	width: auto;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
}
.block .all-cols-wrap {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex; */
}
.bizango_admin_tab {
	margin-right: 45px;
}
.bizango_content_controls,
.bizango_image_controls,
.bizango_cms_button {
	position: relative;
	z-index: 10;
}
.block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.block-option-container--video-link textarea {
	height: 18px;
}
.block__admin-view {
	min-height: 100px;
}
.block__bg-img {
	z-index: 0;
}
.bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.block ul {
	margin-left: 0px;
}
/* iframe.playerBox {
	margin-left: 0 !important;
} */
.block.text-position__left .page_frame {
	-ms-flex-item-align: start;
	align-self: flex-start;
	text-align: left;
}
.block.text-position__center .page_frame {
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	align-self: center;
	text-align: center;
}
.block.text-position__right .page_frame {
	-ms-flex-item-align: end;
	align-self: flex-end;
	text-align: right;
}
.block.text-position__left.center-columns__yes .page_frame,
.block.text-position__right.center-columns__yes .page_frame {
	text-align: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.block.align-text__top {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.block.align-text__middle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.block.align-text__bottom {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.block.constrain-content__yes .all-cols-wrap {
	width: 75%;
	margin: 0 auto;
}
.block.hide-collection__true {
	display: none;
}
.block.block__admin-view.block.hide-collection__true {
	display: block;
}
.block.block__admin-view .bizango_cms_content table td {
	border: 2px dashed rgba(0, 0, 0, 0.2);
}
.pf-static .page_frame {
	position: static;
}
.pf-static div[class^="element"] {
	position: relative;
	z-index: 1;
}
.tac {
	text-align: center;
}
.mb0-last > .bizango_cms_content > *:nth-last-child(1) {
	margin-bottom: 0;
}
.poa-pencil .bizango_cms_content {
	position: relative;
}
.poa-pencil .bizango_cms_content .bizango_cms_pencil {
	position: absolute;
	left: -40px;
	top: -10px;
}
@media only screen and (max-width: 660px) {
	.block.narrow-content__true .all-cols-wrap {
		width: 100%;
	}
}
.block_type__hero.flair__on::before,
.block_type__banner.flair__on::before,
.block.org-tri::before,
.header-bg.org-tri::before {
	top: -50px;
	left: -40px;
	background-image: url("../../images/sites/bkr/orange-shape-2.png");
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 1;
}
.red-crcl::after,
.block_type__hero.flair__on::after,
.block_type__banner.flair__on::after {
	top: auto;
	bottom: -135px;
	left: auto;
	right: -90px;
	/* background-image: url("../../images/sites/bkr/red-circle.png"); */
	background-size: 325px;
	background-repeat: no-repeat;
	background-position: bottom right;
}
.bx-shadow img {
	-webkit-box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.2);
}
.sidebar-content .bx-shadow img {
	-webkit-box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 3px 1px 6px rgba(0, 0, 0, 0.3) !important;
}

@media only screen and (max-width: 640px) {
	.black-marker::before {
		background-size: 100% 70%;
	}
}
@media only screen and (min-width: 768px) {
	.custom-blk .all-cols-wrap div[class^="col-"] {
		min-width: 0;
		padding: 0;
	}
}
/* DEFAULT SLIDER STYLING */
/* .slick-slider .slick-arrow {
	width: 32px;
	height: 40px;
	background-image: url("../../images/sites/bkr/chevron.svg");
	background-size: 42px;
	background-color: transparent;
}
.slick-slider .slick-arrow.slick-prev {
	-webkit-transform: scaleX(-1) translateY(-20px);
	transform: scaleX(-1) translateY(-20px);
}
.slick-slider .slick-arrow::before,
.slick-slider .slick-arrow::after {
	display: none;
} */
/* DEFAULT HERO */
.block_type__hero {
	min-height: 64px;
}
.block_type__hero .bizango_cms_content > *:nth-last-child(1) {
	margin-bottom: 0;
}
/* ------------HP HERO-------------- */
.block_type__hp-hero {
	min-height: 580px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.block_type__hp-hero .page_frame {
	position: static;
}
.block_type__hp-hero .all-cols-wrap {
	min-height: 580px;
}
.vertical-align__middle .all-cols-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.vertical-align__bottom .all-cols-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.block_type__hp-hero .page_frame,
.block_type__hp-hero .all-cols-wrap,
.block_type__hp-hero .grid-x,
.block_type__hp-hero .cell,
.block_type__hp-hero .element__image {
	height: 100%;
}
.block_type__hp-hero .all-cols-wrap {
	/* position: relative;
  z-index: 2; */
}
.block_type__hp-hero .col-1 {
	height: auto;
}
.block_type__hp-hero .col-1,
.block_type__hp-hero .col-2 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2;
}
.block_type__hp-hero .col-2 {
	left: auto;
	right: 0;
}
.block_type__hp-hero .col-3 {
	position: relative;
	max-width: 1262px;
	padding: 0 20px !important;
	padding-top: 60px !important;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2;
}
.hp-hero-main-img img {
	/* margin-right: auto; */
}
.hp-hero-side-img img {
	margin-left: auto;
	margin-right: -20px;
	height: calc(100% - 20px);
}
/* ADMIN STYLING */
.block_type__hp-hero .bizango_image_controls {
	top: 80px;
}
@media only screen and (max-width: 1315px) {
	.block_type__hp-hero,
	.block_type__hp-hero .all-cols-wrap {
		height: 43.4vw;
		min-height: 0;
	}
	.block_type__hp-hero .col-1 {
		height: 100%;
	}
	.hp-hero-main-img.crop-img.element__image .cropped-image {
		display: none;
	}
	.hp-hero-main-img.crop-img.element__image img {
		display: block;
	}
	.red-crcl::after,
	.header-bg.red-crcl::after,
	.block.block_type__hero::after,
	.block.block_type__banner::after {
		bottom: -17.7vw;
		right: -6.4vw;
		background-size: 24.7vw;
	}
}
@media only screen and (max-width: 640px) {
	.red-crcl::after,
	.header-bg.red-crcl::after,
	.block.block_type__hero::after,
	.block.block_type__banner::after {
		background-size: 40vw;
	}
}
/* ------------HERO-------------- */
.block_type__hero,
.block_type__banner {
	overflow: hidden;
}
.block_type__hero .all-cols-wrap {
	position: relative;
	z-index: 1;
}
/* ------------BOOK SLIDER-------------- */
.block_type__book-slider {
	padding: 90px 0;
	max-width: 100%;
	overflow: hidden;
	min-height: 580px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block_type__book-slider .col-1 {
	margin-right: 0;
	width: 27.5%;
}
.block_type__book-slider .col-2 {
	margin-left: 5.5556%;
}
.block_type__book-slider .block__bg-img {
	background-image: url("../../images/sites/bkr/falling-obj-scene.png");
	background-size: auto;
	background-position: -20px center;
}
.block_type__book-slider .element__text {
	margin-top: 100px;
}
.book-slider .slick-list {
	padding: 0 !important;
}
.book-slider .slick-track {
	margin-left: -172px;
	/* margin-left: 223px; */
}
.book-slider .slide {
	position: relative;
	height: 395px;
	width: 395px !important;
	max-width: 395px;
	color: white;
	-webkit-transition: -webkit-transform ease 500ms;
	transition: -webkit-transform ease 500ms;
	transition: transform ease 500ms;
	transition: transform ease 500ms, -webkit-transform ease 500ms;
}
.book-slider .slide .bg-img {
	opacity: 0.25;
	mix-blend-mode: luminosity;
}
.book-slider .slide-content-container {
	width: 100%;
	height: 100%;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform ease 500ms;
	transition: -webkit-transform ease 500ms;
	transition: transform ease 500ms;
	transition: transform ease 500ms, -webkit-transform ease 500ms;
}
.book-slider .slide-content .bizango_cms_content {
	position: relative;
	z-index: 1;
}
.book-slider .slide-content .bizango_cms_content *:nth-last-child(1) {
	margin-bottom: 0;
}
.book-slider .slide-after-1-start .slide-content-container,
.book-slider .slide-after-2-start .slide-content-container {
	-webkit-transition: all linear 0ms;
	transition: all linear 0ms;
}
.book-slider .slick-current {
	z-index: 2;
	-webkit-transform: scale(1) translateX(0);
	transform: scale(1) translateX(0);
}
.book-slider .slide-end {
	z-index: 2;
}
.book-slider .slide-after-1,
.book-slider .slide-after-1-start {
	z-index: 1;
}
.book-slider .slide-after-1 .slide-content-container,
.book-slider .slide-after-1-start .slide-content-container {
	-webkit-transform: scale(0.797) translateX(-215px);
	transform: scale(0.797) translateX(-215px);
}
.book-slider .slide-after-2 .slide-content-container,
.book-slider .slide-after-2-start .slide-content-container {
	-webkit-transform: scale(0.645) translateX(-650px);
	transform: scale(0.645) translateX(-650px);
}
.book-slider .slick-next {
	/* right: -40px; */
}
.book-slider .slide h1 {
	font-size: 1.94rem;
	line-height: 1.08em;
	margin-bottom: 1.33rem;
	font-weight: 700;
}
.book-slider .slide h6 {
	color: #e68d43;
	font-weight: 700;
}
.book-slider .slide .button {
	font-size: 0.667rem;
	padding: 13px 15px;
}
.book-slider .slick-prev {
	display: none !important;
}
/* BLOCK STYLE MINI */
.block_type__book-slider.block-style__mini {
	min-height: 0;
}
.block-style__mini .block__bg-img {
	display: none;
}
.block-style__mini .book-slider .slide {
	height: 265px;
}
.block-style__mini .slide-content-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/* ADMIN STYLING */
.block__admin-view .book-slider .slide.slick-current,
.block__admin-view .book-slider .slick-current .slide-content-container {
	height: auto;
	min-height: 395px;
}
.block-style__mini.block__admin-view .book-slider .slide.slick-current,
.block-style__mini.block__admin-view .book-slider .slick-current .slide-content-container {
	min-height: 265px;
}
@media only screen and (max-width: 1230px) {
	.block_type__book-slider .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block_type__book-slider .element__text {
		margin-top: 0;
	}
	.block_type__book-slider .col-1 {
		width: 100%;
	}
	.block_type__book-slider .col-2 {
		margin: 0 auto;
		max-width: 730px;
		width: 100%;
	}
}
@media only screen and (max-width: 1000px) {
	.block_type__book-slider .block__bg-img {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	.book-slider .slick-next {
		top: calc(100% + 24px);
		right: 36px;
	}
}
@media only screen and (max-width: 700px) {
	.block.block_type__book-slider {
		min-height: 0;
		padding-bottom: 0;
	}
	.book-slider .slick-track {
		margin-left: 0;
	}
	/* .book-slider .slide-after-1 .slide-content-container,
	.book-slider .slide-after-1-start .slide-content-container, */
	.book-slider .slide-after-2 .slide-content-container,
	.book-slider .slide-after-2-start .slide-content-container {
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
	.book-slider .slick-next {
		top: 50%;
		right: 25px;
	}
	.book-slider {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.book-slider .slick-track {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.book-slider .slide {
		margin-right: 250px;
		height: auto;
		min-height: 395px;
		width: 100% !important;
		max-width: 80vw;
	}
	.book-slider .slide-after-1 .slide-content-container,
	.book-slider .slide-after-1-start .slide-content-container {
		-webkit-transform: scale(1) translateX(0);
		transform: scale(1) translateX(0);
	}
}
@media only screen and (max-width: 480px) {
	.block_type__book-slider .page_frame {
		padding: 0;
	}
	.block_type__book-slider .col-1 {
		margin: 0 1.25em;
		width: calc(100% - 2.5em);
	}
	.book-slider .slide {
		margin-right: 0;
		max-width: 100vw;
	}
	.book-slider .slick-next {
		display: none;
		top: calc(100% + 24px);
		right: 25px;
	}
	.book-slider .slide-content-container {
		padding: 20px 25px;
	}
	.book-slider .slide h1 {
		font-style: 32px;
		line-height: 38px;
	}
	.book-slider .slide h2 {
		font-style: 28px;
		line-height: 32px;
	}
}
/* ------------BOOK SUMMARY-------------- */
.block_type__book-summary {
	padding-top: 145px;
}
.block_type__book-summary .page_frame {
	position: static;
}
.block_type__book-summary .col-1 {
	background-color: #000000;
	z-index: 0;
}
.block_type__book-summary .col-2,
.block_type__book-summary .col-3 {
	position: relative;
	z-index: 2;
}
.block_type__book-summary .block__bg-img {
	height: 290px;
	opacity: 0.83;
	z-index: 1;
}
.block.book-block .book-summary-cover {
	max-width: calc(27.7778% - 1.25em);
	margin-left: calc(5.556% + 0.625em);
}
.block.book-block .book-summary {
	margin-left: calc(5.5556% + 0.625em);
}
.col-2.book-summary {
	max-width: 601px;
	width: 100%;
}
.book-block .summary-nav {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#body_fiction .summary-top {
	position: relative;
	margin-top: 130px;
	color: #f9f1ea;
	z-index: 1;
}
#body_fiction .summary-top .special-heading {
	display: inline-block;
	color: #f3d5af;
	margin-top: -10px;
}
.summary-top .bizango_content_prose > p {
	margin-bottom: 5px;
}
.block .summary-nav {
	margin-left: -0.625em;
	margin-top: 40px;
	margin-right: -0.625em;
}
.block .summary-nav-vt {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.summary-nav-hz.limit li:nth-child(n + 2) {
	margin-right: auto;
	margin-left: 20px;
}
.summary-nav-hz li:nth-child(n + 2) {
	/* margin: 0 auto; */
}
.summary-nav li {
	list-style: none;
	padding-bottom: 10px;
	border-bottom: 5px solid transparent;
}
.summary-nav .current {
	border-bottom-color: #f3d5af;
}
.summary-nav a {
	font-size: 1.125em;
	letter-spacing: 0.225em;
	font-weight: 700;
}
#body_fiction .summary-nav a {
	font-family: interstate, sans-serif;
	color: #f3d5af;
}
.summary_content .text_content {
	margin-top: 20px;
}
/* ADMIN STYLING */
.block_type__book-summary.block__admin-view {
	padding-top: 138px;
}
@media only screen and (max-width: 1015px) {
	.block_type__book-summary .block__bg-img,
	.block_type__book-summary .col-1 {
		height: 225px;
	}
	.block.book-block .book-summary-cover {
		max-width: calc(33.333% - 0.625em);
	}
	.block_type__book-summary .element__image {
		margin-left: 0.625em;
	}
	#body_fiction .summary-top {
		color: #301e16;
	}
	.block .summary-nav-hz {
		display: none;
	}
	#body_fiction .background-color__white .summary-nav a,
	#body_fiction .background-color__light-gray .summary-nav a,
	#body_fiction .background-color__tan .summary-nav a,
	#body_fiction .background-color__light-tan .summary-nav a,
	#body_fiction .background-color__transparent .summary-nav a,
	#body_fiction .background-color__white .summary-top .special-heading,
	#body_fiction .background-color__light-gray .summary-top .special-heading,
	#body_fiction .background-color__tan .summary-top .special-heading,
	#body_fiction .background-color__light-tan .summary-top .special-heading,
	#body_fiction .background-color__transparent .summary-top .special-heading {
		color: #af3614;
	}
	.block .summary-nav-vt {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	#body_fiction .summary-top {
		/* margin-top: 0; */
	}
}
@media only screen and (max-width: 640px) {
	.block_type__book-summary .element__image img {
		max-width: 500px;
		margin-left: 0;
		width: 100%;
	}
	.block.book-block .book-summary-cover,
	.block.book-block .book-summary,
	.block_type__book-summary .element__image {
		margin-left: 0;
	}
	.block.book-block .book-summary-cover {
		max-width: 350px;
	}
	#body_fiction .summary-top,
	.summary-top {
		margin-top: 0px;
	}
	.block .summary-nav {
		margin: 0;
	}
}
/* ------------BOOK EXCERPT-------------- */
.block_type__book-excerpt.hide-bg .block__bg-img {
	opacity: 0;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.block_type__book-excerpt .block__bg-img {
	opacity: 1;
	-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.excerpt_container .bizango_cms_content .special-heading {
	font-size: 2.778rem;
}
.block-theme__patriot-acts .excerpt_container {
	background-color: #f9f1ea;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #332219;
	padding: 70px;
}
.book-block.block-theme__patriot-acts .excerpt_container .bizango_content_title {
	color: #af3614;
	letter-spacing: 0.1em;
}
.block-theme__patriot-acts .excerpt-btn {
	background-color: #af3614;
	color: #f9f1ea;
}
@media only screen and (max-width: 640px) {
	.block-theme__patriot-acts .excerpt_container {
		padding: 35px;
	}
}
@media only screen and (max-width: 480px) {
	.block-theme__patriot-acts .excerpt_container {
		padding: 15px;
	}
}
/* ------------BOOK CTA-------------- */
.book-cta {
	overflow: hidden;
}
.book-cta .block__bg-img {
	width: 33.3333%;
}
.book-block .book-cover img {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 0;
}
.book-cta.block-theme__patriot-acts .bizango_cms_content .special-heading {
	font-size: 2.7778rem;
}
.book-cta.block-theme__patriot-acts .button {
	background-color: #332219;
	color: #f9f1ea;
}
.book-block.block_type__book-cta .book-txt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: calc(5.5556% + 0.625em);
}
.book-block .buy-now_container {
	max-width: 350px;
}
.buy-list .button.single {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
@media only screen and (max-width: 640px) {
	.book-cta .block__bg-img {
		width: 100%;
		height: 33.333%;
	}
	.book-block.block_type__book-cta .book-txt {
		margin-left: 0.625em;
		margin-top: 20px;
		width: calc(100% - 1.25em);
	}
}
/* ------------ABOUT BLOCK-------------- */
.block_type__about-block {
	padding: 0;
	min-height: 490px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block_type__about-block .col-1 {
	min-height: 490px;
	min-width: 45%;
	position: relative;
	width: 36.93%;
	max-width: 520px;
	margin-right: -15px;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}
.about-img img {
	margin-bottom: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.block.block_type__about-block .col-2 {
	position: relative;
	/* max-width: 690px; */
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	z-index: 1;
}
.about-olay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.background-color__secondary .about-olay {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(10%, rgb(53, 81, 77)),
		color-stop(20%, rgba(53, 81, 77, 0.9)),
		color-stop(50%, rgba(53, 81, 77, 0))
	);
	background: linear-gradient(to left, rgb(53, 81, 77) 10%, rgba(53, 81, 77, 0.9) 20%, rgba(53, 81, 77, 0) 50%);
}
.background-color__primary .about-olay {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(10%, rgb(244, 244, 244)),
		color-stop(20%, rgba(244, 244, 244, 0.9)),
		color-stop(50%, rgba(244, 244, 244, 0))
	);
	background: linear-gradient(to left, rgb(244, 244, 244) 10%, rgba(244, 244, 244, 0.9) 20%, rgba(244, 244, 244, 0) 50%);
}
.background-color__black .about-olay {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(10%, rgb(0, 0, 0)),
		color-stop(20%, rgba(0, 0, 0, 0.9)),
		color-stop(50%, rgba(0, 0, 0, 0))
	);
	background: linear-gradient(to left, rgb(0, 0, 0) 10%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 50%);
}
.background-color__white .about-olay {
	background: -webkit-gradient(
		linear,
		right top,
		left top,
		color-stop(10%, rgb(255, 255, 255)),
		color-stop(20%, rgba(255, 255, 255, 0.9)),
		color-stop(50%, rgba(255, 255, 255, 0))
	);
	background: linear-gradient(to left, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 50%);
}
@media only screen and (max-width: 640px) {
	.block_type__about-block .page_frame {
		/* width: calc(100% - 40px);
		margin: 0 20px; */
	}
	.block_type__about-block .col-1 {
		min-width: 0;
		width: calc(100% - 1.25em);
		max-width: 400px;
		min-height: 0;
		height: 90vw;
		max-height: 490px;
		margin-top: 25px;
		margin-bottom: 25px;
		margin-left: 0.625em;
	}
	.about-olay {
		display: none;
	}
	.block_type__about-block .col-2 {
		max-width: calc(100% - 1.25em);
		margin: 0 0.625em;
	}
}
/* ------------TESTIMONIALS-------------- */
/* .block_type__testimonials .col-1 {
	margin-top: 69px;
}
.block_type__testimonials .col-1 > div {
	position: relative;
	z-index: 1;
}
.block_type__testimonials .col-1::before {
	content: "";
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url("../../images/sites/bkr/DB-stars.png");
	background-repeat: no-repeat;
	background-size: 160px auto;
	background-position: center top;
}
.block_type__testimonials.flair__on .col-1::before {
	display: block;
}
.block_type__testimonials .element__text {
	margin-bottom: 15px;
} */
.testimonial-slider .slide .bizango_cms_content {
	max-width: 775px;
	margin: 0 auto;
}
.testimonial-slider .slick-arrow {
	/* top: 30px; */
	top: calc(50% - 50px);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.testimonial-slider .slick-next {
	margin-right: 5.5556%;
}
.testimonial-slider .slick-prev {
	margin-left: 5.5556%;
}
.testimonial-slider .slick-dots {
	margin-left: 0;
}
.testimonial-slider .slick-dots li {
	margin: 0 3px;
}
.testimonial-slider .slick-dots li,
.testimonial-slider .slick-dots button {
	height: 16px;
	width: 16px;
}
.block_type__testimonials.dots__hide .slick-dots,
.block_type__testimonials.arrows__hide .slick-arrow {
	display: none !important;
}
.testimonial-slider .slick-dots .slick-active button {
	background-image: url("../../images/sites/bkr/sml-orange-blob.png");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
.testimonial-slider .slick-dots li button::before,
.testimonial-slider .slick-dots li.slick-active button::before {
	content: "";
	opacity: 1;
	width: 14px;
	height: 14px;
	background-image: url("../../images/sites/bkr/DB-circle.svg");
	background-size: 30px;
	background-position: -6px center;
	background-repeat: no-repeat;
}
/* PATRIOTS ACT STYLING */
.block-theme__patriot-acts .testimonial-slider .slick-dots li {
	margin: 0 5px;
	position: relative;
}
.block-theme__patriot-acts .testimonial-slider .slick-dots button {
	height: 12px;
	width: 12px;
}
.block-theme__patriot-acts .testimonial-slider .slick-dots .slick-active button {
	background-color: #af3614;
	background-image: none;
	border-radius: 50%;
}
.block-theme__patriot-acts .testimonial-slider .slick-dots li button,
.block-theme__patriot-acts .testimonial-slider .slick-dots li button::before {
	opacity: 0.8;
}
.block-theme__patriot-acts .testimonial-slider .slick-dots li button::before,
.block-theme__patriot-acts .testimonial-slider .slick-dots li.slick-active button::before {
	background-color: #f9f1ea;
	background-image: none;
	border: 2px solid #f9f1ea;
	border-radius: 50%;
	height: 16px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 16px;
	z-index: -1;
}
.block-theme__patriot-acts .testimonial-slider .slick-dots li.slick-active button,
.block-theme__patriot-acts .testimonial-slider .slick-dots li.slick-active button::before {
	opacity: 1;
}
/* ADMIN STYLING */
.block__admin-view .testimonial-slider .slick-arrow {
	/* top: 69px; */
	top: calc(50% - 20px);
}
@media only screen and (max-width: 1000px) {
	.testimonial-slider .slide .bizango_cms_content {
		max-width: 88vw;
		margin: 0 6vw;
	}
	.testimonial-slider .slick-next,
	.testimonial-slider .slick-prev {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 480px) {
	.testimonial-slider .slick-arrow {
		display: none !important;
	}
}

/* ------------CTA SPECIAL-------------- */
.block_type__special-cta .cta-ttl {
	width: calc(100% - 11.1112%);
	margin: 0 auto;
}
.blog-col,
.email-col {
	margin-top: 40px;
}
.blog-col .img_frame {
	position: relative;
	max-width: 100%;
	height: 165px;
	margin-bottom: 20px;
}
.blog-date {
	font-family: interstate, sans-serif;
	font-size: 0.667rem;
	color: #b9b9b9;
	font-weight: 800;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-col .button {
	padding: 16px 20px;
}
.block .email-col {
	/* COMMENTED OUT FOR HIDDEN BLOG, ADD BACK IN WHEN BLOG IS ACTIVE */
	/* width: 38.889%; */
}
.block_type__special-cta h6 {
	font-family: malaga, sans-serif;
}
.email-col .book-cover {
	position: relative;
	width: 200px;
	height: 275px;
	background-color: #3dd4d7;
	margin-right: 20px;
}
.email-col .book-cover img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.email-col .email-content {
	margin-top: 20px;
}
.email-content #mce-EMAIL {
	color: #133e3c;
	background-color: #eaeaea;
	margin-right: 0;
	margin-bottom: 20px;
}
.email-content #mce-EMAIL::-webkit-input-placeholder {
	color: #133e3c;
}
.email-content #mce-EMAIL::-ms-input-placeholder {
	color: #133e3c !important;
}
.email-content .email-submit {
	margin-left: -40px;
}
.email-content .email-submit {
	width: calc(100% - 0.625em);
	margin-left: 0.625em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.email-content #mc-embedded-subscribe {
	width: 100%;
}
.social-col {
	width: 20%;
	margin-left: 60px;
	position: relative;
	color: white;
	padding: 32px;
	background-image: url("../../images/sites/bkr/DB-frame.png");
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.social-content {
	padding: 50px 25px;
	/* padding-bottom: 20; */
	background-color: #133e3c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.social-content a {
	text-decoration: none;
}

.social-col {
	align-self: center;
	max-width: 47%;
}
@media only screen and (max-width: 1130px) {
	.element__cta-special {
		flex-wrap: nowrap;
	}
	.block .blog-col,
	.block .email-col {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-bottom: 20px;
	}
	.block .email-col {
		margin-right: calc(5.55556% + 0.625rem);
	}
	.social-col {
		width: 100%;
		max-width: 43%;
	}
}
@media only screen and (max-width: 850px) {
	.element__cta-special {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		flex-wrap: wrap;
		width: calc(100% + 1.25em);
		padding: 0 40px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.block .blog-col,
	.block .email-col,
	.block .social-col {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.block .blog-col {
		max-width: 475px;
	}
	.blog-col .img_frame {
		width: 250px;
	}
	.block .email-col {
		max-width: 475px;
		margin-left: auto;
	}
	.block .social-col {
		max-width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.block .email-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block .email-col .auto {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.email-content .email-submit,
	.email-content #mce-EMAIL {
		max-width: calc(100% - 12px);
		margin-left: 12px;
		width: 100%;
	}
}
/* ------------OFFSET INTRO-------------- */
.block_type__offset-intro {
	position: relative;
	padding-top: 0;
	padding-bottom: 50px;
	padding-top: 145px;
	/* margin-top: -142px; */
	background: none;
	z-index: 2;
}
.block_type__offset-intro .block__bg-img {
	top: 142px;
	height: calc(100% - 142px);
}
.block_type__offset-intro .element__image img {
	margin-left: auto;
}
.intro-txt-lft {
	display: none;
}
.intro-txt-top h4 {
	margin-bottom: 5px;
}
.intro-txt-top h3 {
	font-size: 1rem;
}
.intro-txt-btm {
	margin-top: 20px;
}
/* OFFSET STYLINGS */
/* HOMEPAGE */
.block_type__offset-intro.offset-style__homepage {
	max-width: 100%;
	overflow: hidden;
}
.block_type__offset-intro.offset-style__homepage,
.block_type__offset-intro.offset-style__homepage .all-cols-wrap {
	margin-top: -125px;
}
.block_type__offset-intro.offset-style__homepage .all-cols-wrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block_type__offset-intro.offset-style__homepage .element__header-bg {
	display: none;
}
.block_type__offset-intro.offset-style__homepage .block__bg-img {
	top: 125px;
	height: calc(100% - 125px);
}
/* .block_type__offset-intro.offset-style__homepage .block__bg-img::before, */
.block_type__offset-intro.offset-style__homepage .intro-txt-lft::before {
	content: "";
	position: absolute;
	background-image: url(/images/sites/bkr/dark-squiggle.png);
	background-size: contain;
	background-position: right center;
	background-repeat: no-repeat;
	right: 100%;
	width: 500px;
	height: 69px;
}
.offset-style__homepage .col-1 {
	margin-left: 0;
	min-width: 250px;
}
.offset-style__homepage .col-2,
.offset-style__author .col-2 {
	width: calc(55.55556% - 1.25rem);
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}
.offset-style__homepage .intro-txt-lft {
	display: block;
	margin-top: 35px;
}
.offset-style__homepage .intro-txt-top {
	display: none;
}
.offset-style__homepage .intro-txt-btm .button {
	background: none;
	color: #133e3c;
	border: 1px solid #133e3c;
}
/* AUTHOR */
.offset-style__author .col-1 {
	width: calc(27.77778% - 1.25rem);
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.intro-txt-btm {
	margin-top: 180px;
}
/* ADMIN */
.block_type__offset-intro.block__admin-view {
	overflow: visible;
}
@media only screen and (min-width: 640px) {
	.block .all-cols-wrap .intro-txt-top {
		position: absolute;
		bottom: calc(100% - 270px);
		color: white;
	}
}
@media only screen and (max-width: 1300px) {
	.block_type__offset-intro.offset-style__homepage .block__bg-img::before {
		top: 30vw;
	}
}
@media only screen and (max-width: 780px) {
	.offset-style__homepage .col-2 {
		margin-left: 20px;
		width: calc(55.556% - 40px);
		-webkit-box-flex: 2;
		-ms-flex-positive: 2;
		flex-grow: 2;
	}
	/* .offset-style__homepage .col-1 {
		width: 40%;
	}
	.block_type__offset-intro.offset-style__homepage .block__bg-img::before {
		top: 45vw;
	}
	.offset-style__homepage .intro-txt-btm {
		margin-top: 0;
	} */
}
@media only screen and (max-width: 640px) {
	.block_type__offset-intro.offset-style__homepage .intro-txt-lft::before {
		display: none;
	}
	.block_type__offset-intro.offset-style__homepage .all-cols-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block_type__offset-intro.offset-style__homepage,
	.block_type__ofdefaultro.offset-style__homepage {
		margin-top: -20vw;
	}
	.block_type__offset-intro.offset-style__homepage .block__bg-img,
	.block_type__ofdefaultro.offset-style__homepage .block__bg-img {
		top: 20vw;
		height: calc(100% - 20vw);
	}
	.offset-style__homepage .col-1,
	.offset-style__default .col-1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 60%;
	}
	.offset-style__homepage .col-1 {
		width: 100%;
	}
	.offset-style__homepage .col-1,
	.offset-style__author .col-1 {
		width: auto;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
	.offset-style__homepage .col-1 .element__image {
		margin-right: -70px;
		max-width: 60vw;
	}
	.offset-style__default .col-1 {
		margin-bottom: 20px;
	}
	.offset-style__homepage .col-1 img,
	.offset-style__default .col-1 img {
		margin-bottom: 0;
	}
	.offset-style__homepage .col-2 {
		width: calc(100% - 1.25em);
		margin-left: 0;
	}
	.offset-style__homepage .intro-txt-lft {
		/* margin-left: 40px; */
		margin-left: 0;
		margin-top: 20vw;
		/* align-self: flex-end; */
	}
	.intro-txt-btm {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 548px) {
	.offset-style__homepage .col-1 .element__image {
		margin: 0 auto;
	}
	.offset-style__homepage .intro-txt-lft {
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
}
@media only screen and (max-width: 480px) {
	.offset-style__homepage .intro-txt-lft {
		margin-left: 0;
	}
	/* .block_type__offset-intro.offset-style__homepage .block__bg-img {
		top: 5vw;
		height: calc(100% - 5vw);
	}
	.block_type__offset-intro.offset-style__homepage,
	.block_type__offset-intro.offset-style__homepage .all-cols-wrap {
		padding-top: 5vw;
		margin-top: -5vw;
	} */
}
/* ------------Book Two Column-------------- */
html body .public-section .block.block_type__book-two-column {
	background: none;
	background-color: transparent;
	min-height: 300px;
	overflow: hidden;
	padding: 0;
}
.block_type__book-two-column .block__bg-img {
	height: 100%;
	width: 49.2%;
	opacity: 1 !important;
	left: 0;
}
.block_type__book-two-column .element__text {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.block_type__book-two-column li {
	list-style-position: inside;
}
.block_type__book-two-column .all-cols-wrap .bk-bg-img img {
	height: 100%;
	left: 0;
	max-width: 98.4%;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}
.block_type__book-two-column.block-image__image .all-cols-wrap .bk-bg-img img {
	height: auto;
	left: auto;
	position: absolute;
	top: auto;
	width: auto;
}
.block-image__image .all-cols-wrap .bk-bg-img {
	max-width: 360px;
	left: -5%;
}
.block_type__book-two-column .col-1,
.block_type__book-two-column .col-2 {
	position: relative;
}
.block_type__book-two-column .col-2 {
	/* margin-left: 0;
	width: calc(50% - 1.25em + 20px); */
}
.bk-txt-1,
.bk-txt-2 {
	max-width: 460px;
	padding: 70px;
	position: relative;
	z-index: 1;
}
.bk-txt-1 {
	max-width: 393px;
	margin-left: auto;
}
.bk-txt-1,
/* .background-color__primary .bk-txt-1, */
.background-color__secondary .bk-txt-1,
.background-color__black .bk-txt-1 {
	color: white;
}
/* .background-color__secondary .bk-txt-1, */
.background-color__primary .bk-txt-1,
.background-color__white .bk-txt-1,
.background-color__transparent .bk-txt-1,
.bk-txt-2 {
	color: #133e3c;
}
.bk-txt-1 p {
	color: #f4f4f4;
	line-height: 1.9em;
}
/* BG IMAGE STYLING */
.block-image__image.background-position__top .bk-bg-img {
	top: 10%;
}
.block-image__image.background-position__center .bk-bg-img {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.block-image__image.background-position__bottom .bk-bg-img {
	bottom: 10%;
}
.background-image-opacity__strong .bk-bg-img img {
	opacity: 0.7;
}
.background-image-opacity__medium .bk-bg-img img {
	opacity: 0.5;
}
.background-image-opacity__light .bk-bg-img img {
	opacity: 0.3;
}
.bk-txt-1 {
	text-align: right;
}
/* ADMIN */
html body .block.block_type__book-two-column .bizango_image_controls {
	z-index: 3;
}
@media only screen and (max-width: 1000px) {
	.block_type__book-two-column .page_frame {
		padding: 0;
	}
	.block_type__book-two-column .block__bg-img {
		height: 4em;
		width: 100%;
	}
	.block_type__book-two-column .all-cols-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.block_type__book-two-column.background-color__white .col-1 {
		background-color: #fff;
	}
	.block_type__book-two-column.background-color__black .col-1 {
		background-color: #000;
	}
	.block_type__book-two-column.background-color__primary .col-1 {
		background-color: var(--theme-primary);
	}
	.block_type__book-two-column.background-color__secondary .col-1 {
		background-color: var(--theme-secondary);
	}
	.block_type__book-two-column .col-1,
	.block_type__book-two-column .col-2 {
		width: 100%;
		margin: 0;
	}
	.block_type__book-two-column .bk-txt-1,
	.block_type__book-two-column .bk-txt-2 {
		padding: 20px;
		text-align: left;
	}
	.bk-txt-1,
	.bk-txt-2 {
		max-width: 100%;
	}
	.block_type__book-two-column .all-cols-wrap .bk-bg-img img {
		max-width: 100%;
	}
}
/* ------------BOOK EXCERPT-------------- */
.block_type__book-excerpt {
	padding: 0;
	padding-bottom: 28px;
}
.excerpt_container {
	position: relative;
	color: #133e3c;
	background-color: #ffffff;
	max-width: 670px;
	padding: 64px 70px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 1;
}
.excerpt_container .bizango_content_title {
	color: #d77828;
	margin-bottom: 10px;
}
.excerpt-btn {
	position: absolute;
	left: 50%;
	bottom: -28px;
	background-color: #d77828;
	color: white;
	padding: 18px 28px;
	text-align: center;
	font-size: 0.9375em;
	letter-spacing: 0.09375em;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.excerpt_container .bizango_content_prose {
	display: none;
}
.block_type__book-excerpt:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}
/* ADMIN STYLE */
.block__admin-view .excerpt_container .bizango_content_prose {
	display: block;
}
@media only screen and (max-width: 660px) {
	.excerpt_container {
		padding: 45px 40px;
	}
}
@media only screen and (max-width: 480px) {
	.block_type__book-excerpt .page_frame {
		padding: 0;
	}
	.excerpt_container {
		padding: 45px 20px;
	}
}
/* ------------SIMPLE CTA-------------- */
html body .public-section .block.block_type__simple-cta {
	background: none;
	background-color: transparent;
}
.block_type__simple-cta .block__bg-img {
	overflow: hidden;
	width: 34.5%;
}
.block_type__simple-cta .block__bg-img::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: -8%;
	left: -70px;
	background-image: url(/images/sites/bkr/DB-squiggle.svg);
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
.block_type__simple-cta .col-1 {
	min-width: 250px;
	margin-bottom: 20px;
}
.cta-simple-img {
	position: relative;
}
.cta-simple-img img {
	margin-bottom: 0;
}
.block .cta-simple-txt {
	color: #133e3c;
	margin-left: 20px;
	margin-bottom: 50px;
}
.cta-simple-txt .button {
	margin-left: -67px;
}
@media only screen and (max-width: 640px) {
	.block_type__simple-cta .col-1 {
		min-width: 0px;
		max-width: 328px;
	}
	.cta-simple-txt .button {
		margin-left: 0;
	}
}
/* ------------INTRO CHAPTER-------------- */
.block_type__intro-chapter {
	/* margin-top: -170px; */
	padding-top: 120px;
}
.block_type__intro-chapter p {
	font-family: malaga, sans-serif;
	font-size: 1.167rem;
	line-height: 1.523em;
}
.chapter-top {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	max-width: 885px;
	width: 100%;
	min-height: 525px;
	padding: 45px;
	margin: 0 auto 60px auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.block .all-cols-wrap .chapter-img {
	position: absolute;
}
.chapter-top::before,
.chapter-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.chapter-top::before {
	top: -45px;
	background-image: url(/images/sites/bkr/white-frame.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	opacity: 0.1;
}
.chapter-img::after {
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(9, 31, 30, 0.7)),
		color-stop(10%, rgba(9, 30, 31, 0.6)),
		color-stop(40%, rgba(9, 31, 30, 0))
	);
	background: linear-gradient(to top, rgba(9, 31, 30, 0.7), rgba(9, 30, 31, 0.6) 10%, rgba(9, 31, 30, 0) 40%);
}
.chapter-txt-top {
	position: relative;
	color: white;
	z-index: 1;
}
.chapter-txt-top h1 {
	margin-bottom: 10px;
}
.chapter-txt-main-1,
.chapter-txt-main-2 {
	max-width: 675px;
	margin: 0 auto;
}
.chapter-txt-main-1 {
	padding-bottom: 30px;
	border-bottom: 1px solid black;
}
.chapter-txt-main-2 {
	padding-top: 50px;
}
@media only screen and (max-width: 1150px) {
	.chapter-txt-main-1,
	.chapter-txt-main-2 {
		max-width: 560px;
	}
}
@media only screen and (max-width: 1000px) {
	.chapter-top {
		min-height: 50vw;
	}
	.chapter-img::after {
		background: -webkit-gradient(
			linear,
			left bottom,
			left top,
			from(rgba(9, 31, 30, 0.7)),
			color-stop(40%, rgba(9, 30, 31, 0.6)),
			color-stop(80%, rgba(9, 31, 30, 0))
		);
		background: linear-gradient(to top, rgba(9, 31, 30, 0.7), rgba(9, 30, 31, 0.6) 40%, rgba(9, 31, 30, 0) 80%);
	}
}
@media only screen and (max-width: 480px) {
	.chapter-top {
		padding: 25px;
	}
	.chapter-img::after {
		background: rgba(9, 31, 30, 0.7);
	}
}
/* ------------CHAPTER SIDEBAR-------------- */
.sidebar-container {
	position: absolute;
	top: 950px;
	right: 0;
	z-index: 12;
}
.chapter-sidebar {
	min-height: 450px;
	width: 260px;
	background-color: #f4f4f4;
	padding: 20px 28px 28px 28px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sidebar-container::before {
	content: "";
	position: absolute;
	top: -120px;
	right: 0;
	height: 325px;
	width: 322px;
	background-size: contain;
	/* background-image: url(/images/sites/bkr/red-circle.png); */
	background-repeat: no-repeat;
	z-index: -1;
}
.sidebar-img {
	position: relative;
	height: 278px;
	margin-bottom: 20px;
	width: 195px;
	/* top: -15px; */
}
.sidebar-img img {
	width: 100%;
	max-width: 100%;
}
.sidebar-fixed {
	position: fixed;
	top: 150px;
}
.sidebar-txt h2 {
	font-size: 1.167rem;
}
.sidebar-txt h6 {
	margin-top: -10px;
	font-size: 0.667rem;
}
@media only screen and (max-width: 1350px) {
	.sidebar-container::before {
		height: 18vw;
		width: 18vw;
		min-width: 210px;
		min-height: 210px;
	}
	.chapter-sidebar {
		width: 200px;
	}
	.sidebar-img {
		width: 100%;
		height: auto;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.sidebar-img img {
		-webkit-box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.2);
		box-shadow: 7px 7px 6px rgba(0, 0, 0, 0.2);
	}
}
@media only screen and (max-width: 1000px) {
	.sidebar-container {
		display: none;
	}
}
/* ------------FIREFOX SPECIFIC CHANGES-------------- */
@-moz-document url-prefix() {
}
/* ------------CHROME SPECIFIC CHANGES-------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
	div,
	a {
		-webkit-tap-highlight-color: transparent !important;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) and (max-width: 850px) {
}
/* ------------SAFARI SPECIFIC CHANGES-------------- */
@media not all and (min-resolution: 0.001dpcm) {
	@media {
		label.background-color__secondary,
		label.background-color__primary {
			top: -5px;
		}
	}
}
/* ------------EDGE SPECIFIC CHANGES-------------- */
body.chromium-edge {
}
/* ------------IE SPECIFIC CHANGES-------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.chapter-top {
		height: 525px;
	}
}
