.blog-container {
	margin: auto;
}

.blog-container .blog-single h1.title {
	margin-top: 30px;
}

.blog-container a, .blog-container a:hover, .blog-container .blog-post .post-squeeze .post-content .author-by-line a, .blog-container .blog-post .post-squeeze .author-by-line a:hover, .blog-container .paging-buttons a.next-link span, .blog-container .paging-buttons a.prev-link span, .blog-container .paging-buttons a.rss-link span, .content .blog-post .post-squeeze .title-container a.shared-back-button span {
	color: #0094ad;
    font-size: 19px;
    line-height: 1.42;
    font-family: 'Ridley Grotesk W05 Regular', sans-serif;
	letter-spacing: 0.01em;
}

.blog-container a.back-link, .blog-container a.back-link:hover {
	font: 400 15px/1 'Ridley Grotesk W05 Regular', sans-serif;
	color: #001737;
	text-transform: uppercase;
	display: inline-block;
}

.blog-container a.back-link i.fas {
	color: #0094ad;
	padding: 0 5px;
}

.blog-container .blog-post .flex-wrapper .post-content h3, .blog-container .blog-post .flex-wrapper .post-content h3 a:hover {
    margin-bottom: 15px;
    color: #001737;
    font-size: 54px;
    line-height: 1;
    font-family: 'Strato W01 Book', sans-serif;
    letter-spacing: 0.01em;
}

.blog-container .blog-post .post-content .blog_core_panel .contentRender {
	padding: 0;
}

.blog-container .paging-buttons a.next-link span, .blog-container .fa {
	margin-bottom: 3px;
}

.blog-container .blog-post .post-squeeze .flex-wrapper .post-content > a, .blog-container .blog-post .post-squeeze .flex-wrapper .post-content i.fa, .blog-container .blog-post .post-squeeze .post-content .author-by-line a, .blog-container .blog-post .post-squeeze .author-by-line a:hover {
	font-weight: 400;
}

.blog-container p {
	color: #7f8b9b;
    font-size: 19px;
    line-height: 1.42;
    font-family: 'Ridley Grotesk W05 Regular', sans-serif;
    letter-spacing: 0.01em;
    margin-bottom: 1.25rem;
}

.blog-container .blog-post .post-squeeze .author .author-title, .blog-container .blog-post .flex-wrapper .post-content .author-by-line {
	color: #7f8b9b;
    font-size: 19px;
    line-height: 1.42;
    font-family: 'Ridley Grotesk W05 Regular', sans-serif;
	letter-spacing: 0.01em;
	padding-bottom: 10px;
}

.blog-container .blog-post .post-squeeze .flex-wrapper .post-content h3 a, .blog-container .blog-post .post-squeeze .flex-wrapper .post-content h3 {
	margin-bottom: 2px;
}

.blog-detail .content .blog-widget h2, .blog-detail .content .blog-widget h3, .blog-index .content .blog-widget h2, .blog-index .content .blog-widget h3{
	margin-bottom: 4px;
}


.blog-detail .content .blog-widget h3.archive-year, .blog-index .content .blog-widget h3.archive-year {
    font-family: 'Strato W01 Book', serif;
    font-style: normal;
    line-height: 1;
	color: #001737;
	font-size: 20px;
    font-weight: bold;
}
.blog-container .blog-post .post-squeeze .author .author-details h5 {
	margin: 2px 0 8px;
}

.blog-container i.fa {
	font-family: "fontAwesome";
}
/* 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: 15px;
}
.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;
	margin-bottom: 15px;
}
.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 .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;
	font-size: 19px;
    line-height: 1.42;
    font-family: 'Ridley Grotesk W05 Regular', sans-serif;
    letter-spacing: 0.01em;
    margin-bottom: 1.25rem;
}
.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;
}
.addthis_toolbox ul li:first-child {
	font-weight: bold;
}
.addthis_toolbox ul li {
	margin-right: 10px;
	line-height: 30px;
}
.footer .addthis_toolbox ul li.facebook,
.footer .addthis_toolbox ul li.twitter,
.footer .addthis_toolbox ul li.pinterest {
	width: 28px;
	height: 28px;
	border-radius: 30px;
	text-align: center;
	background-color: #0094ad
}

.footer .addthis_toolbox ul li.facebook a:hover,
.footer .addthis_toolbox ul li.twitter a:hover,
.footer .addthis_toolbox ul li.pinterest a:hover {
	color: #fff
}

.addthis_toolbox ul li a {
	color: #FFF;
}
.addthis_toolbox ul li:last-child a {
	color: #0094ad;
}
/* End social links*/

/* Cats/tags at bottom of detail */
.footer .tag-label {
	font-weight: bold;
}

.footer .post-categories {
	margin: 5px 0 20px;
}

.footer .post-categories span.tag-content a, .footer .post-tags span.tag-content a  {
	color:#008CBA;
	text-decoration: none;
}

.footer .tag-content a:hover {
	text-decoration: underline;
}
.footer {
	margin-bottom: 50px;
}
/* Emd cats/tags at bottom of detail */

/* Related posts */

.related-posts .items .related-item h3 a, .related-posts .items .related-item h3 a:hover {
	margin-bottom: 15px;
    color: #001737;
    font-size: 27px;
    line-height: 1;
    font-family: 'Strato W01 Book', sans-serif;
    letter-spacing: 0.03em;
	margin-bottom: 30px;
}

.related-posts .items {
	display: flex;
	justify-content: flex-start;
}

.related-container .related-posts h2 {
	margin: 25px 0;
}

.footer .post-tags {
	margin-bottom: 20px;
}

.related-posts .related-item {
	margin-right: 31px;
	flex: .25 0;
	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 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;
	}
}

@media only screen and (max-width: 1000px) {
	.blog-container {
		margin: 15px;
		}
}
