.blog-detail .slideshow-container > *,
.blog-detail .custom-navbar {
	display: none;
}

.blog-detail .blog-single .shared-back-button,
.blog-detail .blog-single .title,
.blog-detail .blog-single .contentRender_name_plugins_core_textbox,
.blog-detail .blog-single .title-container,
.blog-detail .blog-single .footer, 
.blog-detail .blog-single .download-document, 
.blog-detail .blog-single .postComments, 
.blog-detail .blog-single .sibling-posts,
.blog-detail .blog-single .related-container h2,
.blog-detail .blog-single .panel-jumplist-outer {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.blog-detail .blog-single .sibling-posts {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.blog-detail .blog-single .sibling-posts .post-title {
	display: block;
}
.blog-detail .blog-single .sibling-posts .next-post { 
	margin-left: auto;
	text-align: right;
}

.blog-detail .slideshow_container .blog-header-wrapper,
.blog-detail .slideshow_container .blog-header-wrapper h1 {
	display: none;
}

.blog-detail .custom_navbar {
	margin-bottom: 30px;
}
.blog-detail .author-by-line {
	margin-bottom: 17px;
}

.blog-detail .blog-single .download-document {
	margin-bottom: 15px;
}

.blog-container .shared-back-button {
	margin-bottom: 15px;
	display: inline-block;
}

.blog-container .shared-back-button span {
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}

.blog-container .blog-single h1.title {
	margin-bottom: var(--space-3);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.133;
}

.blog-container .blog-single .share-items {
	display: flex;
	padding-left: 0;
	list-style: none;
	margin-bottom: var(--space-10);
}

.blog-container .blog_core_panel {
	margin-bottom: 50px;
}

.blog-container .blog_core_panel .contentRender_name_plugins_core_textbox {
	padding-left: 0;
	padding-right: 0;
}

/* Social links */
.blog-container .addthis_toolbox ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin-left: 0;
}
.blog-container .addthis_toolbox ul li:first-child {
	font-weight: bold;
	text-transform: uppercase;
	font-size: var(--text-sm);
	letter-spacing: .025rem;
	text-decoration: underline 2px var(--red);
}
.blog-container .addthis_toolbox ul li {
	margin-right: var(--space-4);
	line-height: 30px;
}

.blog-container .addthis_toolbox ul li:last-child {
	margin-right: 0;
}

.blog-container .addthis_toolbox ul li.facebook,
.blog-container .addthis_toolbox ul li.twitter,
.blog-container .addthis_toolbox ul li.pinterest,
.blog-container .addthis_toolbox ul li.plus {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 38px;
	height: 38px;
	border: 2px solid var(--red);
	border-radius: 50%;
	text-align: center;
	font-size: var(--text-base);
	color: var(--red);
}

.blog-container .addthis_toolbox ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: inherit;
	margin-bottom: 0;
}
.blog-container .addthis_toolbox ul li.plus {
	border:none;
	width: auto;
	font-size: 36px;
	font-weight: 400;
}

.blog-container .addthis_toolbox ul li.plus a {
	font-weight: inherit;
}

.blog-container .addthis_toolbox ul li.facebook,
.blog-container .addthis_toolbox ul li.twitter,
.blog-container .addthis_toolbox ul li.pinterest {
	background-color: transparent;
}

/* Cats/tags at bottom of detail */
.blog-container .footer .post-categories {
	font-size: var(--text-lg);
	margin-bottom: 5px;
}

.blog-container .footer .post-categories a {
	color: var(--black);
	font-weight: 400;
}

.blog-container .footer .tag-label {
	font-weight: bold;
}

.blog-container .footer {
	margin-bottom: 50px;
}
/* Emd cats/tags at bottom of detail */

.blog-container .related-posts-wrapper {
	position: relative;
	margin-left: -20px;
	margin-right: -20px;
}

.blog-container .related-container {
	position: relative;
	z-index: 1;
}

.blog-container .related-posts {
	border-bottom: 1px solid #cbcbcb;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.blog-container .related-posts h2 {
	width: 100%;
	max-width: var(--width-base);
	margin: 0 auto var(--space-5) auto;
	padding: 0 var(--space-5);
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
	color: var(--red);
	letter-spacing: .03rem;
}

.blog-container .related-arrows {
	position: absolute;
	bottom: var(--space-12);
	left: 0;
	right: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 var(--space-5);
	pointer-events: none;
}

.blog-container .related-arrow {
	background: none;
	padding: var(--space-3) 0;
	color: var(--red);
	font-size: var(--text-xl);
	line-height: var(--leading-none);
	pointer-events: all;
}

.blog-container .related-arrow:focus {
	outline: none;
}

.blog-container .related-arrow::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.blog-container .related-arrow.prev::before {
	content: '\f30a';
}

.blog-container .related-arrow.next::before {
	content: '\f30b';
}

.blog-container .related-posts .related-item {
	padding: 0 1px;
}

.blog-container .related-posts .related-item-inner > a {
	position: relative;
	z-index: 2;
}

.blog-container .related-posts .related-item-content {
	position: relative;
	z-index: 2;
	max-width: 80%;
	padding: var(--space-3) var(--space-4);
	margin-top: -27px;
	background: var(--white);
	opacity: 0;
	transition: opacity .4s ease;
}

.blog-container .related-posts .related-item.slick-active .related-item-content {
	opacity: 1;
}

.blog-container .related-posts .related-item img {
	filter: grayscale(100%);
	width: 100%;
	transition: filter .4s ease;
}

.blog-container .related-posts .related-item.slick-active img {
	filter: grayscale(0%);
}

.blog-container .related-posts .related-item:last-of-type {
	margin-right: 0;
}

.blog-container .related-posts .related-item h3,
.blog-container .related-posts .related-item h3 a {
	font-weight: bold;
	font-size: var(--text-lg);
	line-height: 1.2em;
	margin-top: 0;
	color: var(--black);
}

.blog-container .related-posts .related-item h3 {
	margin-bottom: var(--space-2);
	letter-spacing: .02rem;
}

.blog-container .related-posts .related-item a.read-more-link {
	font-weight: bold;
}

.blog-container .related-posts .related-item a.read-more-link i {
	margin-left: 5px;
}

@media screen and (min-width: 40em) {
	.blog-container .blog-single h1.title {
		font-size: 45px;
	}

	.blog-container .related-posts h2 {
		text-align: left;
		font-size: 35px;
		letter-spacing: .2rem;
	}

	.blog-container .related-arrows {
		bottom: var(--space-5);
	}
}

@media (min-width: 740px) {
	.blog-container .related-arrows {
		bottom: 72px;
	}
}

@media screen and (min-width: 64em) {
	.blog-container .blog-single h1.title {
		font-size: 55px;
		line-height: 1.09;
	}
}

@media (min-width: 90em) {
	.blog-container .related-arrows {
		left: 150px;
		right: 150px;
	}

	.blog-container .related-arrow {
		font-size: var(--text-2xl)
	}

	.blog-container .related-posts h2 {
		padding: 0;
		font-size: 73px;
		letter-spacing: 7px;
	}

	.blog-container .related-posts .related-item-content {
		max-width: 70%;
	}

	.blog-container .related-posts .related-item h3,
	.blog-container .related-posts .related-item h3 a {
		font-size: var(--text-lg);
	}
}

@media (min-width: 1920px) {
	.blog-container .related-arrows {
		left: 400px;
		right: 400px;
		bottom: 30px;
	}

	.blog-container .related-posts .related-item.slick-active:last-of-type .related-item-content {
		opacity: 0;
	}
	
	.blog-container .related-posts .related-item.slick-active:last-of-type img {
		filter: grayscale(100%);
	}
}

.blog-container .contentRender_name_plugins_core_textbox img {
	margin: 0 0 16px;
}