.hcp-authors-details h2 {
	margin: 20px auto;
	color: #000000;
	font-weight: normal;
}

.hcp-authors-details .authors-details__contributor {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	position: relative;
}

.hcp-authors-details .authors-details__contributor:nth-child(odd) {
	background-color: #eaeaea;
}

.hcp-authors-details .authors-details__contributor:nth-child(odd):before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	background: #eaeaea;
	height: 100%;
	width: 9999px;
}

.hcp-authors-details .authors-details__contributor:nth-child(odd):after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 100%;
	background: #eaeaea;
	height: 100%;
	width: 9999px;
}

.hcp-authors-details .authors-details__contributor__left-column {
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 15px;
}

@media (min-width: 720px) {
	.hcp-authors-details .authors-details__contributor__left-column {
		width: 25%;
	}
}

.hcp-authors-details .authors-details__contributor__left-column img {
	display: block;
	margin: 10px auto;
	border-radius: 100%;
	width: 100%;
}

.hcp-authors-details .authors-details__contributor__right-column {
	width: 100%;
	text-align: center;
}

@media (min-width: 720px) {
	.hcp-authors-details .authors-details__contributor__right-column {
		margin-left: 10px;
		width: 74%;
		text-align: left;
	}
}

.hcp-authors-details .authors-details__contributor__right-column .contributor-bio {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 35px;
}

.hcp-authors-details .authors-details__contributor__right-column .contributor-bio p {
	font-size: 14px;
	line-height: 35px;
}

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

.hcp-authors-details .authors-details__contributor__link {
	margin-bottom: 20px;
}

.hcp-recommended-books-container {
	background-color: #eaeaea;
	position: relative;
	padding: 50px 0;
}

.hcp-recommended-books-container:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 100%;
	background: #eaeaea;
	height: 100%;
	width: 9999px;
}

.hcp-recommended-books-container:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 100%;
	background: #eaeaea;
	height: 100%;
	width: 9999px;
}

.hcp-recommended-books-container h2 {
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.hcp-recommended-books-container .recommended-books {
	display: block;
	margin: 0 auto;
}

.hcp-recommended-books-container .recommended-books__carousel {
	width: 100%;
}

.hcp-recommended-books-container .recommended-books__slide {
	width: 50%;
}

@media (min-width: 720px) {
	.hcp-recommended-books-container .recommended-books__slide {
		width: 25%;
	}
}

.hcp-recommended-books-container .recommended-books__book-cover-wrapper {
	height: 200px;
	position: relative;
	margin-bottom: 1em;
}

@media (min-width: 720px) {
	.hcp-recommended-books-container .recommended-books__book-cover-wrapper {
		height: 300px;
	}
}

.hcp-recommended-books-container .recommended-books__image {
	width: auto;
	height: 100%;
	margin: 0 auto;
	border: 1px solid #666666;
}

.hcp-recommended-books-container .recommended-books__copy {
	text-align: center;
	padding: 10px;
}

.hcp-recommended-books-container .recommended-books__copy p,
.hcp-recommended-books-container .recommended-books__copy a {
	margin-bottom: 10px;
	text-align: center;
	color: #000000;
	font-size: 14px;
}

.hcp-recommended-books-container .recommended-books__copy p.recommended-books__title a,
.hcp-recommended-books-container .recommended-books__copy a.recommended-books__title a {
	font-size: 14px;
}

.hcp-recommended-books-container .recommended-books__subtitle {
	font-size: 14px;
}

.hcp-recommended-books-container .recommended-books__contributor {
	margin-bottom: 15px;
}

.hcp-recommended-books-container .recommended-books__contributor a {
	font-size: 14px;
}

.hcp-recommended-books-container .recommended-books .flickity-prev-next-button {
	background-color: transparent;
	border-radius: 0;
	top: 35%;
}

.hcp-recommended-books-container .recommended-books .flickity-prev-next-button .arrow {
	fill: #eaeaea;
}

.hcp-recommended-books-container .recommended-books .flickity-prev-next-button:focus,
.hcp-recommended-books-container .recommended-books .flickity-prev-next-button:active {
	outline: none;
	box-shadow: none;
	position: absolute;
	top: 35%;
}

.hcp-recommended-books-container .recommended-books .flickity-prev-next-button.next {
	right: 12px;
}

@media (min-width: 720px) {
	.hcp-recommended-books-container .recommended-books .flickity-prev-next-button.next {
		right: -12px;
	}
}

.hcp-recommended-books-container .recommended-books .flickity-prev-next-button.previous {
	left: -12px;
}

@media (min-width: 720px) {
	.hcp-recommended-books-container .recommended-books .flickity-prev-next-button.previous {
		left: -12px;
	}
}