/* Color Tokens */
.color-tokens {
	color: #00678F; /* $primary */
	background-color: #F5866C; /* $secondary */
	border-top-color: #0F563E; /* $tertiary */
	border-right-color: #939598; /* $text */
	border-bottom-color: #DDEBF8; /* $light */
	border-left-color: #2C2C2E; /* $dark */
}
/* End Color Tokens */

/* Blog Post HC1 Styles */
.blog-post.hc1 {
	padding: 1em 0;
	border-color: #2C2C2E; /* $dark */
}

.blog-post.hc1 .title-box {
	padding: 0 0 1.5em;
}

.blog-post.hc1 .title-box img {
	display: block;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
	height: 10em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blog-post.hc1 .title-box time {
	color: #0F563E; /* $tertiary */
	font-family: 'EB Garamond', serif;
	font-size: 1.5EM;
	font-style: italic;
}

.blog-post.hc1 .title-box h1 {
	margin-bottom: .4em;
}

.blog-post.hc1 .info-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: .75em 0;
	border-top: solid 2px #CDCDCD;
}

.blog-post.hc1 address {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-style: normal;
}

.blog-post.hc1 address span {
	color: #00678F; /* $primary */
}

.blog-post.hc1 .social-list {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.blog-post.hc1 .social-list li {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding-left: .3em;
}

.blog-post.hc1 .social-list a {
	display: block;
}

.blog-post.hc1 .social-list icon {
	display: block;
	padding: .37em;
	color: #fff;
	background-color: #F5866C; /* $secondary */
	transition: background-color .5s ease 0s;
}

.blog-post.hc1 .social-list a:hover icon {
	background-color: #0F563E; /* $tertiary */
}

.blog-post.hc1 .column-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.blog-post.hc1 .column-box .box-left {
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 100%;
	padding-bottom: 1em;
}

.blog-post.hc1 .blog-content {
	padding: 1em 0;
}

.blog-post.hc1 .post-categories {
	padding: 1em 0 0 0;
}

.blog-post.hc1 .post-categories h3 {
	margin-bottom: .3rem;
}

.blog-post.hc1 .post-categories ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 2em;
}

.blog-post.hc1 .post-categories  li {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 0 .3em .3em 0;
}

.blog-post.hc1 .next-prev {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 2em;
	border-top: solid 1px #B6D4F0; /* darken($light,10%) */
	border-bottom: solid 1px #B6D4F0; /* darken($light,10%) */
}

.blog-post.hc1 .next-prev a {
	display: block;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 1 1 50%;
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	padding: .55em .5em;
	line-height: 1.2;
}

.blog-post.hc1 .next-prev a.prev {
	text-align: left;
}

.blog-post.hc1 .next-prev a.next {
	text-align: right;
}

.blog-post.hc1 .column-box .box-right {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 35%;
	text-align: center;
}

.blog-post.hc1 .column-box .box-right .side-nav-panel {
	margin: 0 0 3em 0;
}
/* End Blog Post HC1 Styles */

/* IE Fallbacks */
.no-flexbox .blog-post.hc1 .title-box img, .no-flexbox .blog-post.hc1 .title-box > div {
	vertical-align: top;
}

.no-flexbox .blog-post.hc1 .title-box img {
	width: 10em;
}

.no-flexbox .blog-post.hc1 address {
	display: block;
}
/* End IE Fallbacks */

/* Responsive @ 800px */
@media (max-width:800px) {
	.blog-post.hc1 .title-box img {
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 20%;
	}

	.blog-post.hc1 .title-box > div {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin: auto;
		width: 100%;
	}

	.blog-post.hc1 .column-box {
		display: block;
	}

	.blog-post.hc1 .column-box .box-left {
		width: 100%;
		margin-bottom: 2em;
	}

	.blog-post.hc1 .column-box .box-right {
		width: 100%;
	}
}
/* End Responsive @ 800px */

/* Responsive @ 500px */
@media (max-width:500px) {
	.blog-post.hc1 .title-box {
		display: block;
		text-align: left;
	}

	.blog-post.hc1 .title-box img {
		max-width: 200px !important;
		margin: 0 auto .5em;
		height: 100% !important;
	}

	.blog-post.hc1 .title-box > img + div {
		padding-left: 0;
	}
}
/* End Responsive @ 500px */

/* Responsive @ 450px */
@media (max-width:450px) {
	.blog-post.hc1 .social-list {
		padding-top: .25em;
	}

	.blog-post.hc1 .column-box {
		padding-top: .5em;
	}
}
/* End Responsive @ 450px */

.no-flexbox .blog-post.hc1 .info-box.flex {
	display: block;
	width: 100%;
}

.no-flexbox .blog-post.hc1 .info-box.flex > * {
	display: inline-block;
	width: auto;
}

.no-flexbox .blog-post.hc1 .info-box.flex:after {
	clear: both;
	display: block;
	content: '';
}

.no-flexbox .blog-post.hc1 .info-box.flex time {
	float: left;
}

.no-flexbox .blog-post.hc1 .info-box.flex .social-list {
	float: right;
}
