/* BEGIN BLOG CSS -----------------------------------------------> */

.blog .search_form div
{
	display: block;
	float: none;
}

.blog #subContent form > div > div:last-of-type
{
	text-align: right;
}

.blog #subContent #emailSignupForm button
{
	display: block;
	width: 60px;
	height: 68px;
	position: absolute;
	right: 0px;
	top: -68px;
	padding: 0;
	border: none;
}

.blog #subContent #emailSignupForm button svg 
{
	display: block;
	width: 20px;
	height: auto;
	margin: 0 auto;
	fill: var(--orange-yellow);
	transform: rotate(90deg);
}

.blog #subContent form > div > div
{
    flex-basis: 100%;
}

.blog #bannerText
{
	padding: 20px;
	background: #ddd;
	border-radius: 10px;
}

.blog #searchMessage
{
	margin-bottom: 1.3em;
	padding-bottom: 8px;
	background-size: 12px 1px;
	border-bottom: 1px solid currentColor;
}

.blogPosts div.title
{
	margin-bottom: 1em;
	--max-font-size: 29;
}

.blogPosts div.title a
{
	font-family: 'playfair_display';
	color: #000000;
}

.blogPosts div.title a:is(:hover, :focus)
{
	color: var(--blue-green);
}

.blogPosts img
{
	height: auto;
	max-width: 100%;
}

.blogPosts .socialshare
{
	padding: .5em 0;
	border-bottom: 1px solid var(--rules);
	text-align: right;
}

.blogPosts .image:not(:empty)
{
	float: left;
	margin-right: 1em;
}

/* in listing, make image a max height */
.blogPosts > div > div:not(.postDetail) img
{
	display: block;
	width: auto;
	max-height: 9.5em;
}

.blogPosts .sp_pencil img
{
	display: inline !important;
}

/* in listing, make sure the read more shows inline with the intro */
.blogPosts > div > div:not(:only-child) .intro p:last-child
{
	display: inline;
}

.blogPosts > div > div
{
	clear: both;
	margin-bottom: 2.5em;
}

/* fields within each blog post */
.blogPosts > div > div > div + div
{
	margin-top: .5em;
}

.blogPosts .itemdate span:not(:last-child)
{
	margin-right: 5px;
}

.blogPosts .blogComments
{
	margin-bottom: 0;
}

.blogPosts .blogComments > div > div
{
	padding: 10px 0;
	border: 1px solid currentColor;
	border-width: 1px 0 0 0;
}

.blogPosts .blogComments > div > div > div
{
	margin: 0 10px;
}

.blogPosts .blogComments .comment
{
	margin-top: 10px;
}

#addComment
{
	border-top: 1px solid currentColor;
}

.blog #historyLinks a
{
	float: left;
}

.blog #historyLinks a:last-child
{
	float: right;
}

.blogtag
{
	margin: 1em 0;
	line-height: 1.5;
}

.blogFilters ul,
.blogFilters li
{
	list-style: none;
	margin: 0 0 .5em 0;
}

/*.blogFilters li:first-child 
{
	margin-top: 0;
}*/

#subContent .blogFilters .results_list > li:nth-child(n+6)
{
	display: none;
}

#mainContent #blogArchives .results_list
{
	column-count: 2;
}

@media (min-width: 480px)
{
	#mainContent #blogArchives .results_list
	{
		column-count: 3;
	}
}

#mainContent #blogArchives .results_list,
#mainContent #blogArchives .results_list > li
{
	list-style: none;
	display: block;
	margin: 0 0 15px 0;
}

#mainContent #blogArchives .results_list > li
{
	margin: 0;
	padding: 0;
}

.blogAuthors .title
{
	margin: 0 0 .3em 0;
	font-size: 1.3em;
}

.blogAuthors .photo
{
	float: left;
	margin-right: 1em;
}

.blogAuthors ul,
.blogAuthors li
{
	list-style: none;
	margin: 0 0 10px 0;
}

.blogAuthors li
{
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid currentColor;
}

#searchMessage.blogAuthors li
{
	padding-bottom: 0;
	border-bottom: 0;
}

.blogAuthors .abstract
{
	margin: 5px 0;
}

.vlog .image
{
	position: relative;
}

.vlog .image a::before,
.vlog .image a::after
{
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 43.3px;
	border-color: transparent transparent transparent white;
}

.vlog .image a::before
{
	border-left-color: #808080;
	filter: blur(8px);
}

#blogLinkedIn
{
	margin: 20px 0;
}

#blogLinkedIn > a
{
	display: block;
	position: relative;
	padding-left: 35px;
	line-height: normal;
}

#blogLinkedIn > a svg
{
	position: absolute;
	top: 1px;
	left: 0;
}

#blogSocialLinks,
#blogSocialLinks li 
{
	margin: 0;
	list-style: none;
}

#blogSocialLinks
{
	display: flex;
	margin-top: 20px;
}


#blogSocialLinks li:not(:last-child)
{
	margin-right: 10px;
}

/* END BLOG CSS -------------------------------------------------> */