/*/////////////////////////////////////////////
//// BEGIN: Blog Header
/////////////////////////////////////////////*/
.blog-header {
	position: relative;
	width: 100%;
	background: #E7C983;
	/* height: 49.38vw;*/
	z-index: 1;
}

.blog-header.blog-header--chapter {
	height: auto;
}

.blog-header__fixed {
	position: relative;
	width: 100%;
	background: #E7C983;
}

.blog_post--multi .blog-header__fixed {
	/* position: fixed; */
	left: 0;
}

.blog-header__top {
	display: block;
	overflow: hidden;
}

.blog-header--chapter .blog-header__top {
	display: none;
}

.blog-header .section-wrapper {
	max-width: 1300px;
	max-width: 91.25%;
	margin-right: 0;
	align-items: center;
}

.blog-header .col-left {
	flex-basis: 40%;
}

.blog-header .eyebrow {
	position: absolute;
	top: 10%;
	left: 0;
	width: 100%;
	font-size: 10px;
	letter-spacing: 1px;
}

.blog-header h1 {
	margin-bottom: 6%;
}

.blog-header__author-container {
	display: block;
}

.blog-header__author-image-container {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 15px;
    border-radius: 50%;
	background-color: #C6AA68;
	overflow: hidden;
	vertical-align: middle;
}

.blog-header__author-image-container img {
	display: block;
	width: 100%;
	height: auto;
}

.blog-header__author-container span {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
}

.blog-header .col-right {
	flex-basis: 54.8%;
}

.blog-header .col-right img {
	width: 100%;
}

.blog-header__bottom {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 28px 42px;
	max-height: none;
	background: #E7C983;
	overflow: hidden;
	transition: opacity 0.2s;
}

.blog-header__bottom--fixed {
	opacity: 1;
	position: fixed;
    top: 99px;
}

.blog-header--chapter .blog-header__bottom {
	opacity: 1;
}

.blog-header__bottom span {
	font-family: interstate-condensed, sans-serif;
	font-size: 22px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.blog-header__dummy {
	position: absolute;
	top: 0;
	visibility: hidden;
}

.blog_post--multi .blog-header--chapter .blog-header__dummy {
	display: block;
	position: relative;
	visibility: hidden;
}

.blog-header__dummy .blog-header__bottom {
	position: static;
}

.blog-header--chapter .blog-header__dummy .blog-header__bottom {
	position: relative;
}

/*/////////////////////////////////////////////
//// BEGIN: Media Queries
/////////////////////////////////////////////*/

/* BEGIN: iPad / Mobile */
@media screen and (max-width: 960px) {

	.blog-header__fixed,
	.blog_post--multi .blog-header__fixed {
		position: static;
	}

	.blog-header__dummy,
	.blog_post--multi .blog-header__dummy {
		display: none;
	}
	
	/*.blog-header__bottom {
		display: none;
	}*/
}

/* BEGIN: Responsive */
@media screen and (max-width: 1440px) {

	.blog-header__bottom {
		top: 0;
	}
}
/* FIN */
