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

.blog .search_form div
{
	float: none;
}

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

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

.blogPosts
{
	margin-top: 70px;
	margin-top: max(50px, 
	             min(70px, 50px + (70 - 50) * ((100vw - 767px) / (1920 - 767))
	));
}

.blogPosts div.title
{
	font-family: 'HelveticaNeue_cn';
	font-weight: 500;
	line-height: 1.2;
	--min-font-size: 24;
	--max-font-size: 32;
	--max-margin-bottom: 14;
}

.blogPosts div.title a:not(:hover):not(:focus)
{
	color: inherit;
}

.blogPosts .byline 
{
	font-size: clamp(20px, 24/1600 * 100vw, 24px);
	color: #B4B4B4;
	font-family: 'HelveticaNeue_cn';
	font-weight: 500;
}

.blogPosts .byline span + span::before 
{
	content: '|';
	margin: 0 8px;
}

.blogPosts .itemdate
{
	margin-top: 0;
	color: #E31B23;
}

.blogPosts .bio 
{
	color: #808080;
}

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

.blogPosts .standardbutton 
{
	margin-top: 40px;
}

.blogPosts .blogtag
{
	padding: 18px 0 0;
	margin-bottom: 0;
	font-family: 'HelveticaNeue_cn';
	font-size: clamp(16px, 18/1600 * 100vw, 18px);
	color: #808080;
	font-weight: 500;
}

.blogPosts .socialshare
{
	display: flex;
	justify-content: flex-end;
	padding: 18px 0;
	border-bottom: 1px solid #D8D8D8;
}

.blogPosts .socialshare a 
{
	display: block;
	height: 20px;
	margin-left: 10px;
	border-radius: 2px;
	overflow: hidden;
}

.blogPosts .socialshare img,
.blogPosts .socialshare svg 
{
	height: 100%;
	width: auto;
}

.blogPosts .socialshare svg path
{
	fill: #E31B23 !important;
}

.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;
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #D8D8D8;
}

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

.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
{
	display: flex;
	margin-bottom: 20px;
}


.blog #historyLinks a + a 
{
	margin-left: 10px;
}

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

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

.blogFilters ul
{
	margin-bottom: 0;
}

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

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

#newsroomSearch .submit_wrapper
{
	text-align: right;
}

#newsroomSearch
{
	padding-bottom: 71px;
	margin-bottom: 90px;
	margin-bottom: max(60px, 
	             min(90px, 60px + (90 - 60) * ((100vw - 767px) / (1920 - 767))
	));
}

#rssLink img
{
	margin: 0 13px 0 6px;
}

#rssLink,
#blogSocialLinks
{
	font-size: 24px;
}

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

#blogSocialLinks
{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
	grid-gap: clamp(35px, 45/1600 * 100vw, 45px);
}

#blogSocialLinks a
{
	display: block;
	line-height: 1;
}

#blogSocialLinks a svg path
{
	fill: #8C98AC;
}

#blogSocialLinks #rss svg
{
	width: 25px;
	height: auto;
}

#blogSocialLinks .linkedin svg 
{
	width: 26px;
	height: auto;
}

#blogSocialLinks .twitter svg 
{
	width: 20px;
	height: auto;
}

#blogSocialLinks .facebook svg 
{
	width: 13px;
	height: auto;
}

#emailSignupForm
{
	position: relative;
	display: block;
	padding: 30px 40px;
	background: #8C98AC;
	margin-bottom: 11px;
	font-size: 26px;
	text-transform: initial;
}

#emailSignupForm:not(:hover):not(:focus)
{
	color: #ffffff;
}

#emailSignupForm:hover,
#emailSignupForm:focus 
{
	color: #E31B23;
}

/*#emailSignupForm form > div 
{
	display: block;
}

#emailSignupForm button
{
	position: absolute;
	top: -30px;
	right: 13px;
	border: none;
	background: none;
	line-height: 0;
	font-size: 0;
}*/

#emailSignupForm svg
{
	position: absolute;
	right: 40px;
	top: calc(50% - 5px);
	fill: currentColor;
}

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

#mainContent #blogArchives .results_list,
#mainContent #blogArchives .results_list > li
{
	display: block;
	list-style: none;
	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 30px 0;
}

.blogAuthors li
{
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #EAEAEA;
}

#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
{
	position: relative;
	line-height: normal;

	display: block;
	padding-left: 35px;
}

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

#subContentItems
{
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
	overflow: hidden;
	background: #F0EFED;
}

#subContentItems h2 
{
	margin-bottom: 0;
}

#subContentItems a:not(:hover):not(:focus)
{
	color: inherit;
}

#subContentItems li 
{
	margin-bottom: 15px;
}

#subContentItems button.toggleExpand
{
	padding: 0;
	margin: 10px 0 0 0;
	color: #60718E;
	box-shadow: none;
	background: none;
}

#subContentItems button.toggleExpand:hover,
#subContentItems button.toggleExpand:focus 
{
	color: #E31B23;
}

#subContentItems button.toggleExpand::before 
{
	display: none;
}

.blogFilters:not(:last-of-type) 
{
	padding-bottom: 30px;
	border-bottom: 1px solid #ffffff;
}

@media (min-width: 920px)
{
	#subContent
	{
		padding-top: 0;
		margin-top: 0;
	}

	#newsroomSearch form > div > div
	{
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: calc((100%/3) - 55px);
	}

	#newsroomSearch .submit_wrapper
	{
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: 130px;
	}

	#subContentItems h2:first-child
	{
		margin-top: 45px !important;
	}

}

@media (max-width: 919px)
{
	#blogSearch form > div > div 
	{
		width: 100%;
	}
}

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