.blog-container .blog-post {
	padding: 0px 35px;
}

.custom_header_slideshow_blog {
	display: flex;
	flex-direction: column-reverse;
	overflow: hidden;
}

.custom_header_slideshow_blog .back-link-container {
	position: absolute;
	top: 24px;
	left: 0px;
	width: 100%;
}

.custom_header_slideshow_blog .back-link {
	width: 100%;
	max-width: 596px;
	margin: 0 auto;
	padding: 0px 35px;
	color: #fff;
}

.custom_header_slideshow_blog .no-img .back-link {
	max-width: 966px;
}

.custom_header_slideshow_blog .back-link:before {
	content: "‹";
	position: relative;
	top: 1px;
	display: inline-block;
	padding-right: 4px;
	font-size: 18px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.custom_header_slideshow_blog .back-link a {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.custom_header_slideshow_blog .back-link a > span {
	font-size: 18px;
}

.custom_header_slideshow_blog .title-content {
	position: relative;
	flex-basis: 40%;
	padding: 70px 0;
	background: #00A4EF;
}

.custom_header_slideshow_blog .title-content.no-img {
	flex-basis: 100%;
}

.custom_header_slideshow_blog .title-content .inner {
	margin: 0 auto;
	padding: 0px 35px;
	max-width: 596px;
	box-sizing: content-box;
}

.custom_header_slideshow_blog .title-content.no-img .inner {
	max-width: 966px;
}

.custom_header_slideshow_blog .title-content h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 100;
	line-height: 1.1;
}

.custom_header_slideshow_blog .title-content .author-by-line {
	margin: 0;
	color: #fff;
}

.custom_header_slideshow_blog .title-content .author-by-line a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.custom_header_slideshow_blog .image-content {
	flex-basis: 60%;
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media (min-width: 980px) {
	.custom_header_slideshow_blog {
		flex-direction: row;
	}
	.custom_header_slideshow_blog .back-link {
		padding: 0px 50px;
	}
	.custom_header_slideshow_blog .title-content {
		padding: 140px 0;
		border-top: none;
		border-right: 4px solid #fff;
	}
	.custom_header_slideshow_blog .title-content .inner {
		padding: 0px 50px;
	}
	.custom_header_slideshow_blog .image-content {
		min-height: 690px;
	}

	.custom_header_slideshow_blog .title-content h1 {
		font-size: 56px;
	}
}

/* Blog index items */
.blog-index .blog-posts { margin-top: 40px; }
.blog-index .blog-container .section-label,
.blog-index .blog-container .blog-post,
.blog-index .blog-container .paging-buttons {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.blog-index .blog-container .paging-buttons > div {
	flex-basis: 33.3333%;
}

.blog-container .blog-post {
	margin: 0 auto 40px;
	clear: left;
}

.blog-container .blog-posts .blog-post {
	margin-top: 35px;
	padding-bottom: 40px;
}

@media (min-width: 1025px) {
    .blog-container .blog-posts .blog-post {
         margin-top: 45px; 
         padding-top: 25px;
    }

    .blog-container .blog-posts .author {
        padding: 60px 35px;
        background: #f5f5f5;
        margin-top: 40px !important;
    }
}

.blog-container .blog-posts .blog-post.blog-single {
	border-bottom: none;
}

.blog-container .blog-posts .blog-post:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.blog-container .blog-post .flex-wrapper {
	display: flex;
	flex-wrap: nowrap;
}
.blog-container .blog-post .flex-wrapper > div {
	flex-basis: 50%;
}
.blog-container .blog-post .flex-wrapper > div:first-child {
	margin-right: 15px;
}
.blog-container .blog-post .flex-wrapper div.full-width {
	flex-basis: 100%;
	margin-right: 0;
}
.blog-container .blog-post .flex-wrapper > div:nth-child(2) {
	margin-left: 15px;
}
.blog-container .blog-post .flex-wrapper h3 a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
	line-height: 1.3;
}

.blog-container .blog-post .flex-wrapper h3 a:hover {
	color: #00a4ef;
}

.blog-container .primary-img a {
	display: inline-block;
	overflow: hidden;
}

.blog-container .primary-img a img {
	transition: transform 400ms cubic-bezier(0,0,0.3,1);
}

.blog-container .primary-img a:hover img {
	transform: scale(1.05);
}

.blog-container .blog-post .flex-wrapper .read-more {
    display: inline-block;
    margin-bottom: 16px;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FDB924;
    transition: background-color 400ms cubic-bezier(0,0,0.3,1);
    cursor: pointer;
}

.blog-container .blog-post .flex-wrapper .read-more:hover {
	text-decoration: none;
	background-color: #F7AA02;
}

.blog-container .blog-post .flex-wrapper .post-link i {
	margin-left: 5px;
}
@media only screen and (max-width: 860px) {
	.blog-container .blog-post .flex-wrapper h3 a {
		font-size: 28px;
	}
	.blog-container .blog-post .flex-wrapper {
		display: block;
	}
	.blog-container .blog-post .flex-wrapper > div {
		flex-basis:100%;
	}
	.blog-container .blog-post .flex-wrapper > div:first-child {
		margin-right: 0;
	}
	.blog-container .blog-post .flex-wrapper > div:nth-child(2) {
		margin-left: 0;
	}
	.blog-container .blog-post .flex-wrapper > div.primary-img {
		margin-bottom: 10px;
	}
	.blog-index .blog-container .paging-buttons > div { flex-basis: auto; }
}
/* End blog index items */

/* Pager */
.blog-container .paging-buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 30px 35px;
}

@media only screen and (max-width: 40.063em) {
	.blog-container .paging-buttons span {
		display: none;
	}
}
/* End pager */

/* Blog detail page */
.blog-detail .title-bar {
	margin-bottom: 0;
}
.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 .author, 
.blog-detail .blog-single .download-document, 
.blog-detail .blog-single .postComments, 
.blog-detail .blog-single .related-container {
	max-width: 966px;
	margin: auto;
}
.blog-detail .blog-single .contentRender_name_plugins_core_textbox {
	padding: 0;
}
.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: 30px;
}
.blog-detail .blog-single .download-document {
	margin-bottom: 15px;
}
/* End blog detail page */

/* Author box */
.author {
	max-width: 966px;
	margin: auto;
	display: flex;
	padding-top: 35px;
	padding-bottom: 35px;
    background: #f5f5f5;
    padding: 60px 35px;
    margin: 35px -35px 35px !important;
}
.author .image-holder {
	margin-right: 30px;
	flex: auto;
}

.author .image-holder img {
	width: 100%;
	max-width: 150px;
	background-color: #fff;
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.2)
}

.author .author-details h5,
.author .author-details .author-title { display: none; }

.author .author-details-mobile {
	margin-left: 20px;
}

.author p:last-of-type {
	margin-bottom: 0;
}
@media (min-width: 860px) {
    .author {
        margin: 0 auto !important;
    }
	.author .author-details-mobile { display: none; }
	.author .author-details h5,
	.author .author-details .author-title { display: block; }
}
@media (max-width: 860px) {
	.author {
		flex-direction: column;
	}
	.author .image-holder {
        display: flex;
        flex-direction: column;
        justify-content: center;
		align-items: center;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media (min-width: 641px) {
    .author .image-holder {
        flex-direction: row;
        flex: 0 0 150px;
    }
}
/* End author box */

/* Social links */
.addthis_toolbox ul {
	list-style: none;
	display: flex;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}
.addthis_toolbox ul li:first-child {
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1;
}
.addthis_toolbox ul li {
	margin-right: 20px;
}
.addthis_toolbox ul li.facebook,
.addthis_toolbox ul li.twitter,
.addthis_toolbox ul li.pinterest {
	color: #fff;
}

.addthis_toolbox ul li a {
	width: 35px;
	color: #00a4ef !important;
	font-size: 20px;
	cursor: pointer;
	transition: color 400ms cubic-bezier(0,0,0.3,1);
}

.addthis_toolbox ul li a:hover {
    color: #d9531e !important;
	text-decoration: none;
}
/* End social links*/

/* Cats/tags at bottom of detail */
.footer > section {
	margin-bottom: 10px;
}
.footer .tag-label {
	padding-right: 5px;
	font-size: 20px;
	font-weight: bold;
}
.footer .tag-content a {
	font-size: 18px;
	font-weight: 300;
}
.footer .tag-content a:hover {
	text-decoration: underline;
}
.footer {
	margin-bottom: 50px;
}
/* Emd cats/tags at bottom of detail */

/* Related posts */
.related-posts .items {
	display: flex;
	justify-content: flex-start;
}

.related-posts .related-item {
	margin-right: 31px;
	flex: 1;
	width: 25%;
}
.related-posts .related-item img {
	margin-bottom: 5px;
	width: 100%;
}
.related-posts .related-item:last-of-type {
	margin-right: 0;
}
.related-posts .related-item a.read-more-link i {
	margin-left: 5px;
}
.related-container .related-posts {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 40.063em) {
	.related-posts .items {
		flex-wrap: wrap;
	}
	.related-posts .related-item {
		margin-right: 0;
		flex-basis: calc(50% - 20px);
		max-width: initial;
		margin-bottom: 15px;
	}
	.related-posts .related-item:nth-child(odd) {
		margin-right: 20px;
	}
	.related-posts .related-item:nth-child(even) {
		margin-left: 20px;
	}
}
/* End related posts*/

/* Cat, tag, archive, author widget css */
.blog-widget {
	margin: auto;
	max-width: 966px;
	padding: 0 15px;
}
.blog-widget ul {
	list-style: none;
	margin-bottom: 20px;
	margin-left : 0;
}
.blog-widget  ul li {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-bottom:  4px;
}
@media only screen and (max-width: 64.063em) {
	.blog-widget  ul li {
		margin-bottom: 5px;
	}
}
@media only screen and (min-width: 40.063em) {
	.blog-widget ul {
		-moz-column-count: 2;
		-moz-column-gap: 15px;
		-webkit-column-count: 2;
		-webkit-column-gap: 15px;
		column-count: 2;
		column-gap: 15px;
	}
}
@media only screen and (min-width: 64.063em) {
	.blog-widget ul {
		-moz-column-count: 3;
		-moz-column-gap: 15px;
		-webkit-column-count: 3;
		-webkit-column-gap: 15px;
		column-count: 3;
		column-gap: 15px;
	}
}