.blog-container {
	margin: auto;
}
/* Blog index items */
.blog-index .blog-container .section-label,
.blog-index .blog-container .blog-post,
.blog-index .blog-container .paging-buttons {
	max-width: 966px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
}
.blog-container .blog-post {
	margin: 0 auto 40px;
	clear: left;
}
.blog-container .blog-post .flex-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
.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: inherit;
}
.blog-container .blog-post .flex-wrapper .post-link i {
	margin-left: 5px;
}
@media only screen and (max-width: 40.063em) {
	.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;
	}
}
/* 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-top: 27px;
	border-top: 1px solid #cbcbcb;
}

@media only screen and (max-width: 40.063em) {
	.blog-container .paging-buttons span {
		display: none;
	}
}
/* End pager */

/* Blog detail page */
.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;
	color: #021d44;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.blog-detail .blog-single .download-document {
	margin-bottom: 15px;
}
/* End blog detail page */

/* Author box */
.author {
	max-width: 966px;
	margin: auto;
	display: flex;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 35px;
}
.author .image-holder {
	margin-right: 30px;
	flex: 0 0 100px;
}
.author p:last-of-type {
	margin-bottom: 0;
}
/* End author box */

/* Social links */
.addthis_toolbox ul {
	list-style: none;
	display: flex;
	margin-left: 0;
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
}
.post-categories {
	color: #021d44;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 30px;
}
.addthis_toolbox ul li:first-child {
	font-weight: bold;
}
.addthis_toolbox ul li {
	margin-right: 10px;
	line-height: 30px;
}
.addthis_toolbox ul li.facebook,
.addthis_toolbox ul li.twitter,
.addthis_toolbox ul li.pinterest {
	width: 30px;
	height: 30px;
	border-radius: 30px;
	text-align: center;
}
.addthis_toolbox ul li a {
	color: #FFF;
}
.addthis_toolbox ul li:last-child a {
	color: #021d44;
}
/* End social links*/

/* Cats/tags at bottom of detail */
.footer .tag-label {
	font-weight: bold;
}
.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 {
	border-bottom: 1px solid #cbcbcb;
	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 h2 {
	color: #021d44;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	line-height: 58px;
	font-weight: 300;
	font-style: normal;
	margin-bottom: 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;
}
.blog-widget  ul li a {
	color: #49a5d8;
}
@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;
		color: #021d44;
		font-size: 18px;
		font-family: 'Montserrat', sans-serif;
		font-style: normal;
		font-weight: 400;
		line-height: 30px;
		margin-bottom: 15px;
		text-rendering: optimizeLegibility;
	}
}