.hcp-books-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.hcp-books-wrapper .book-wrapper {
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 30px 15px;
	display: flex;
	flex-direction: column;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book-wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
}

.hcp-books-wrapper .book-wrapper .image-wrapper {
	float: none;
	padding: 0;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book-wrapper .image-wrapper {
		width: 300px;
	}
}

.hcp-books-wrapper .book-wrapper .information-wrapper {
	float: none;
	padding: 0;
	display: flex;
	flex-direction: row;
}

.hcp-books-wrapper .book-wrapper .information-wrapper__left {
	padding: 0;
}

.hcp-books-wrapper .book-wrapper .information-wrapper__right {
	padding: 0;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book-wrapper .information-wrapper {
		width: calc(100% - 330px);
	}
}

.hcp-books-wrapper .book-wrapper .information-wrapper p {
	margin: 0 0 10px;
}

.hcp-books-wrapper .book-wrapper .information-wrapper .format-dropdown {
	border: none;
	overflow: hidden;
	border-radius: 0;
	width: 9.375rem;
	float: left;
	padding: 0.3125rem 0;
	position: relative;
	font-size: 0.875rem;
}

.hcp-books-wrapper .book-wrapper .information-wrapper .format-dropdown:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000000;
	backface-visibility: visible;
	position: absolute;
	top: 50%;
	right: 0.375rem;
	font-size: 0.875rem;
	transform: translateY(-50%);
	pointer-events: none;
}

.hcp-books-wrapper .book-wrapper .information-wrapper .format-dropdown select {
	text-transform: none;
	color: #000000;
	font-size: 0.875rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 120%;
	border: none;
	text-indent: 0;
	background: transparent;
	height: 1.5625rem;
}

.hcp-books-wrapper blockquote {
	padding: 0;
	margin: 0 0 20px;
}

.hcp-books-wrapper blockquote cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	margin-left: 15px;
}

.hcp-books-wrapper .book__the-cover {
	padding: 0;
}

.hcp-books-wrapper .book__the-cover img {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.hcp-books-wrapper .book__the-title {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

.hcp-books-wrapper .book__the-subtitle {
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}

.hcp-books-wrapper .book__the-category {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 0 20px 0;
}

.hcp-books-wrapper .book__the-isbn {
	font-weight: bold;
}

.hcp-books-wrapper .book__the-published {
	font-weight: normal;
}

.hcp-books-wrapper .book__the-author {
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}

.hcp-books-wrapper .book__button-wrapper {
	align-items: center;
	justify-items: center;
}

.hcp-books-wrapper .book__buy-button {
	display: flex;
	width: 100%;
	flex-direction: column;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book__buy-button {
		flex-direction: row;
	}
}

.hcp-books-wrapper .book__the-format {
	font-weight: bold;
}

.hcp-books-wrapper .book__the-description {
	line-height: 15px;
}

.hcp-books-wrapper .book__heading {
	margin: 2em 0 1em;
}

.hcp-books-wrapper .book__content {
	margin-bottom: 1em;
}

.hcp-books-wrapper .book__video-embed {
	margin-bottom: 2em;
}

.hcp-books-wrapper .book__audio-embed {
	margin-bottom: 2em;
}

.hcp-books-wrapper .book__formats {
	width: 100%;
	display: flex;
	margin-bottom: 1em;
	flex-direction: column;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book__formats {
		flex-direction: row;
	}
}

.hcp-books-wrapper .book__formats p {
	margin: 0 0.5em 0 0;
	padding-top: 5px;
}

.hcp-books-wrapper .book__formats-current {
	background: #ffffff;
	border: 2px solid #A8A8A8;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	display: block;
	padding: 0.4em;
	border-bottom-width: 0;
	text-decoration: none;
	color: #000000;
}

.hcp-books-wrapper .book__formats-current:focus,
.hcp-books-wrapper .book__formats-current:hover {
	text-decoration: none;
	color: #000000;
}

.hcp-books-wrapper .book__formats-current:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
}

.hcp-books-wrapper .book__formats-dropdown-wrapper {
	width: 100%;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book__formats-dropdown-wrapper {
		width: 50%;
	}
}

.hcp-books-wrapper .book__formats-dropdown {
	background: #ffffff;
	border: 2px solid #A8A8A8;
	overflow: hidden;
	transition: all 0.3s;
	border-top-width: 0;
	max-height: 0;
}

.hcp-books-wrapper .book__formats-dropdown-open {
	max-height: 700px;
}

.hcp-books-wrapper .book__formats-dropdown-option {
	display: block;
	padding: 0.4em;
	text-decoration: none;
	color: #000000;
}

.hcp-books-wrapper .book__formats-dropdown-option:focus,
.hcp-books-wrapper .book__formats-dropdown-option:hover {
	text-decoration: none;
	background-color: #cccccc;
	color: black;
}

.hcp-books-wrapper .book__retailers {
	width: 100%;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book__retailers {
		width: 50%;
	}
}

.hcp-books-wrapper .book__retailers a {
	padding: 0.4em;
	width: 100%;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book__retailers a {
		padding: 0.4em 2em 0.4em 0.4em;
	}
}

.hcp-books-wrapper .book__retailers-dropdown-wrapper {
	width: 100%;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book__retailers-dropdown-wrapper {
		width: auto;
		display: inline-block;
	}
}

.hcp-books-wrapper .book__retailers-btn {
	background: #ffffff;
	padding: 0.4em 2em 0.4em 0.4em;
	position: relative;
	display: block;
	border: 2px solid #000000;
	border-bottom-width: 0;
	text-decoration: none;
	color: #000000;
}

.hcp-books-wrapper .book__retailers-btn:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1em;
}

.hcp-books-wrapper .book__retailers-btn:focus,
.hcp-books-wrapper .book__retailers-btn:hover {
	text-decoration: none;
	color: #000000;
}

.hcp-books-wrapper .book__other-retailers {
	background: #ffffff;
	border: 2px solid #000000;
	border-top-width: 0;
	overflow: hidden;
	max-height: 0;
	transition: all 0.3s;
}

.hcp-books-wrapper .book__other-retailers--open {
	max-height: 700px;
}

.hcp-books-wrapper .book__other-retailers a {
	display: block;
	padding: 0.4em;
	text-decoration: none;
	color: #000000;
}

.hcp-books-wrapper .book__other-retailers a:focus,
.hcp-books-wrapper .book__other-retailers a:hover {
	text-decoration: none;
	background-color: #cccccc;
	color: black;
}

.hcp-books-wrapper .book__other-retailers-button {
	color: #ffffff;
	border-radius: 20px;
	width: 49%;
	padding: 0.3em 1em;
	display: flex;
	flex-direction: column wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin: 0 auto 1em;
	text-decoration: none;
}

@media (min-width: 720px) {
	.hcp-books-wrapper .book__other-retailers-button {
		width: 33%;
		padding: 0.5em 1.4em;
	}
}

.hcp-books-wrapper .book__other-retailers-button:hover {
	text-decoration: none;
	color: #ffffff;
}

.hcp-book-cards-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

.hcp-book-cards-wrapper .book-cards {
	width: 100%;
}

.hcp-book-cards-wrapper .book-cards .ais-Hits-list,
.hcp-book-cards-wrapper .book-cards .ais-InfiniteHits-list {
	display: grid;
	grid-template-columns: repeat(var(--hcp-products-cols), 1fr);
	width: 100%;
	gap: 20px;
}

.hcp-book-cards-wrapper .book-cards.list .ais-Hits-list,
.hcp-book-cards-wrapper .book-cards.list .ais-InfiniteHits-list {
	grid-template-columns: 1fr;
}

.hcp-book-cards-wrapper .book-cards .ais-Hits-item,
.hcp-book-cards-wrapper .book-cards .ais-InfiniteHits-item {
	margin: 10px;
}

.hcp-book-cards-wrapper .book-cards .hcp-fixed-height .ais-Hits-list,
.hcp-book-cards-wrapper .book-cards .hcp-fixed-height .ais-InfiniteHits-list {
	align-items: stretch;
}

.hcp-book-cards-wrapper .book-cards .hcp-fixed-height .ais-Hits-item,
.hcp-book-cards-wrapper .book-cards .hcp-fixed-height .ais-InfiniteHits-item {
	display: flex;
	height: 100%;
}

.hcp-book-cards-wrapper .book-cards .hcp-fixed-height .card {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 420px;
}

.hcp-book-cards-wrapper .book-cards .hcp-fixed-height .card-img-top {
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
}

.hcp-book-cards-wrapper .book-cards .card {
	transition: transform 0.3s ease-in-out;
}

.hcp-book-cards-wrapper .book-cards .card:hover {
	transform: scale(1.03);
}

.hcp-book-cards-wrapper .book-cards .card .cart-icon {
	height: 20px;
	width: 20px;
	margin-right: 10px;
	fill: #fff;
}

.hcp-book-cards-wrapper .book-cards .book-cover {
	max-height: 298px;
	-o-object-fit: contain;
	object-fit: contain;
	display: block;
	margin-bottom: 15px;
}

.hcp-book-cards-wrapper .book-cards img {
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.hcp-book-cards-wrapper .top-pagination-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
	padding: 10px 10px 20px;
	margin-bottom: 20px;
	width: 100%;
}

.hcp-book-cards-wrapper .top-pagination-wrapper .filter__perpage .ais-HitsPerPage:before {
	content: "Per Page: ";
}

.hcp-book-cards-wrapper .top-pagination-wrapper .filter__perpage select {
	height: 25px;
}

.hcp-book-cards-wrapper .top-pagination-wrapper .filter__sortby .ais-SortBy:before {
	content: "Sort By: ";
}

.hcp-book-cards-wrapper .top-pagination-wrapper .filter__sortby select {
	height: 25px;
}

@media (max-width: 767px) {
	.hcp-book-cards-wrapper .top-pagination-wrapper {
		height: auto;
		flex-direction: column;
		margin-bottom: 0;
	}
}

.hcp-authors-wrapper .heading-wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
}

.hcp-authors-wrapper .subtitle {
	text-align: center;
}

.hcp-authors-wrapper .authors-wrapper {
	margin: 0 auto;
	padding: 30px 15px;
}

.hcp-authors-wrapper .author__container {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.hcp-authors-wrapper .author__image {
	width: 100%;
}

@media (min-width: 720px) {
	.hcp-authors-wrapper .author__image {
		width: 25%;
	}
}

.hcp-authors-wrapper .author__image img {
	margin: 0 auto;
}

@media (min-width: 720px) {
	.hcp-authors-wrapper .author__image img {
		max-width: 75%;
	}
}

.hcp-authors-wrapper .author__details {
	width: 100%;
}

@media (min-width: 720px) {
	.hcp-authors-wrapper .author__details {
		width: 75%;
	}
}

.hcp-authors-wrapper .author__name {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.hcp-authors-wrapper .author__bio {
	margin-bottom: 10px;
}

.hcp-authors-wrapper .author__link a {
	margin-bottom: 20px;
}

.hcp-authors-wrapper .author__link a:hover {
	background: #999999;
}