  p.byline {
	font-size: 16px;
	font-family: 'freight-sans-pro-n4', 'freight-sans-pro',sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	color: #666;
	margin-top:-10px;
	margin-bottom:24px;
}
.tag-social-container {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	clear: left;
	margin: 20px auto;
}
.tag-block-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
div.tag-block {
	display: inline-block;
	line-height: 28px;
}
 html body.generic_inner .l-page .l-content-center .l-content div.tag-block a, .blog-footer .tag-block a{
	font-size: 15px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin:0px 10px 5px 0px;
	padding:4px 14px;
	color:#454545;
	background-color: #ccc;
	border-radius: 4px;
	border-bottom: 0;
	display: inline-block;
}
 html body.generic_inner .l-page .l-content-center .l-content div.tag-block a:hover, .blog-footer .tag-block a:hover {
	border-bottom: 0;
	text-decoration: underline;
	background-color: #b3b3b3;
 }

div.tag-block a:before {
	content: "\f02b";
    margin-right: 6px;
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	position: relative;
	right: 0px;
	top: 0;
	height: 16px;
	overflow: hidden;
}	
#fb-share-button {
	height: 28px;
	font-size: 15px;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding: 4px 14px;
	color: white;
	background-color: #4267B2;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
}
#fb-share-button .fa-facebook {
	margin-right: 5px;	
}

#related-blog-list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#related-posts {
	background: #f4f3f5;
	padding: 30px 15px 15px 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#related-posts .related-stories-title {
	margin: 0px;
	font-size: 30px;
	color: #592c88;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
}
.random-post {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.related-stories-img-container {
	width: 116px;
	height: 116px;
}
.related-stories-img-container img {
	-o-object-fit: cover;
	   object-fit: cover;
	height: 100%;
	width: 100%;	
}
.related-stories-info-container {
	width: auto;
	padding-left: 0px;
	padding-right:15px;
}
.related-stories-info-container p {
	margin: 0px;	
}
.related-stories-info-container .tag-empty {
	margin-bottom: 0px
}
.related-stories-tags p {
	font-size: 13px;
	line-height: 23px;
	text-transform: uppercase;
	color: #636363;
	font-weight: 500;
	letter-spacing: .05em;
	display: inline;
}
html body.generic_inner .l-page .l-content-center .l-content .random-post a, .blog-footer .random-post a {
	border-bottom: none;	
}
.random-post .related-stories-titles p {
	font-size: 20px;	
	color: #592c88;
	font-weight: 600;
}
@media (min-width: 450px) {
	.random-post {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	.related-stories-info-container {
		padding-left: 15px
	}
}
@media (min-width: 1150px) {
	.random-post {
		width: 50%;
	}
	.related-stories-info-container {
		width: 250px;
	}
}
.hide-element {
	display:none;
}

/* style additions for blog buttons November 2019 */

.blog-button-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 20px 0px;
}
.button.blog-third,.button.blog-half {
	width: 100%;
	height: 100%;
	text-align: center;
}
.button.blog-third:nth-child(-n + 2),.button.blog-half:nth-child(1) {
	margin-bottom: 15px;
}
@media (min-width: 45em) {
	.button.blog-third {
		width: 31%;
	}
	.button.blog-half {
		width: 48%;
	}
	.button.blog-third:nth-child(-n + 2),.button.blog-half:nth-child(1) {
		margin-bottom: 0px;
	}
}
@media (min-width: 55em) {
	.button.blog-third, .button.blog-half {
		width: 100%;
	}
	.button.blog-third:nth-child(-n + 2),.button.blog-half:nth-child(1) {
		margin-bottom: 15px;
	}
}
@media (min-width: 65em) {
	.button.blog-third {
		width: 31%;		
	}
	.button.blog-half {
		width: 48%;
	}
	.button.blog-third:nth-child(-n + 2), .button.blog-half:nth-child(1) {
		margin-bottom: 0px;
	}
}

/*pagination style changes */
.pagination-container {
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 15px auto;
}
#prev-pagination .pagination-text {
	left: 0px;
}
#next-pagination .pagination-text {
	right: 0px;
}
#prev-pagination:hover .pagination-text {
	left: 7px;
}
#next-pagination:hover .pagination-text {
	right: 7px;
}
#prev-pagination .pagination-text, #next-pagination .pagination-text  {
	display: inline;
	color: #592c88;
	font-size: 18px;
	font-weight: 700;
	margin: 0px 5px;
	position: relative;
	transition: all 400ms;
}
#prev-pagination a, #next-pagination a {
	border-bottom: none;
}
#prev-pagination a:hover, #next-pagination a:hover {
	text-decoration: none;
}
#prev-pagination .fa-chevron-left, #next-pagination .fa-chevron-right {
	font-size: 14px;
}