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

#subContent .standardSearch
{
	margin: 0px;
}

#subContent h2#sideSearchHeader
{
	margin-top: 28px;
}

#blogSearch form > div > div
{
    grid-column: 1 / -1;
}

#subContent #subscribeLink
{
	display: block;
	position: relative;
	padding: 0 0 20px 0;
	margin: 60px 0 30px;

	display: flex;
	align-items: center;

	color: var(--darkblue);
}

#subscribeLink svg
{
	display: block;
	width: 50px;
	height: auto;
	fill: var(--yellow);
	margin-left: 15px;
}

#subscribeLink:is(:hover,:focus) svg
{
	fill: var(--teal);
}

#subscribeLink:is(:hover,:focus)
{
	color: var(--teal);
}

@media (min-width: 920px)
{
	#subscribeLink
	{
		position: relative;
		top: -2px;
	}
}

@media (min-width: 1280px)
{
	#blogSearch form > div > div.submit_wrapper
	{
		position: absolute;
		right: 0;
		bottom: 0;
		padding-left: 10px;
		border: none;
		background: none;
	}
}

.blog .search_form div
{
	float: none;
}

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

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

.blog #subContent .expandableHeading
{
	margin-bottom: 0px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.blog #subContent .blogFilters
{
	/*padding-left: 35px;*/
}

.blog #subContent a:not(:hover):not(:focus)
{
	color: var(--maindark);
}

ul#blogSocialLinks,
ul#blogSocialLinks > li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#blogSocialLinks
{
	display: flex;
	align-items: center;
	margin-top: 40px;
}

ul#blogSocialLinks::before
{
	font-size: 19px;
	content: 'Follow Us:';
	line-height: 1;
	margin-right: 20px;
}

/*ul#blogSocialLinks > li
{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 20px;
	line-height: 1;
}*/

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

ul#blogSocialLinks > li > a
{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 51px;
	max-height: 51px;
	min-width: 30px;
	min-height: 30px;
	width: 3vw;
	height: 3vw;
	background: var(--teal);
	border-radius: 51px;
	text-align: center;
	vertical-align: middle;
}

ul#blogSocialLinks > li > a > svg
{
	width: 54%;
	height: auto;
	fill: #fff;
}

ul#blogSocialLinks > li > a:hover,
ul#blogSocialLinks > li > a:focus
{
	background: #fff;
}

ul#blogSocialLinks > li > a:hover > svg,
ul#blogSocialLinks > li > a:focus > svg
{
	fill: var(--teal);
}

.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 #DFE4ED;
}

.blogPosts div.title
{
	margin-bottom: 5px;
	color: var(--maindark);
	--max-font-size: 28;
	line-height: 1.25;
	font-weight: 700;
}

.blogPosts div.title a
{
	color: var(--maindark);
}

.blogPosts:not(.singlePost) div.title a:is(:hover, :focus)
{
	color: var(--teal);
}

.blogPosts.singlePost div.title,
.blogPosts.singlePost div.title a
{
	color: var(--darkblue);
}

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

.blogPosts .socialshare
{
	padding: .5em 0;
	border-bottom: 1px solid #DFE4ED;
	text-align: right;
}

.blogPosts .socialshare svg
{
	fill: var(--teal);
	width: auto;
	max-height: 15px;
	margin-left: 10px;
}

.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;
}

.blogPosts.singlePost .image:not(:empty)
{
	float: unset;
	margin: 0 0 18px 0;
}

.blogPosts.singlePost .image:not(:empty) img
{
	max-height: 306px;
	width: 100%;
	object-fit: cover;
}

.blogPosts.singlePost .blogAuthors .photo,
#mainContent > .blogAuthors .photo
{
	position: relative;
    flex: 0 0 145px;
    width: 145px;
    height: 145px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
    /*margin-right: max(30px, min(50px, 30px +(50 - 30)*((100vw - 1280px) /(1500 - 1280))));*/
}

.blogPosts.singlePost .blogAuthors .photo img,
#mainContent > .blogAuthors .photo img
{
	display: block;
	width: 100%;
	height: auto;
}

.blogAuthors .abstract
{
	clear: left;
	line-height: 1.45;
}

/* 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:not(.title)
{
	margin-top: 0px;
}

.blogPosts > div > div > div + div.content
{
	margin-top: 1.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 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;
}

#subContent .blogArchives .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;
}

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

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

.blogAuthors ul
{
	display: grid;
	grid-gap: 30px;
}

.blogAuthors li
{
	overflow: hidden;
	padding-bottom: 10px;
	/*margin-bottom: 30px;*/
	border-bottom: 1px solid #DFE4ED;
}

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

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

/*.blogAuthors .bioposition,
.blogAuthors .notanattorney
{
	font-size: 1.175rem;
}*/

.blogAuthors .title
{
	margin-bottom: 0px;
	line-height: 1;

	font-family: 'inter';
}

/*.blogAuthors .title,*/
.blogAuthors .bioposition,
.blogAuthors .notanattorney,
.blogAuthors .phone,
.blogAuthors .links
{
	font-family: 'inter';
	font-weight: 400;


	margin: 0;
}

.blogAuthors .phone
{
	--max-font-size: 18;
}

.blogAuthors .bioposition
{
	--max-font-size: 20;
}

.blogAuthors .phone
{
	white-space: nowrap;
}

.blogAuthors .links
{
	color: #DFE4ED;
	clear: both;
}

.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;
}

#mainContent .blogAuthors
{
	margin-top: 60px;
	margin-bottom: 50px;
}

@media (min-width: 768px)
{
	.blogAuthors ul
	{
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 60px;
	}
}

@media (min-width: 920px)
{
	.blogAuthors ul
	{
		grid-template-columns: 1fr;
	}
}

@media (min-width: 1350px)
{
	.blogAuthors ul
	{
		grid-template-columns: repeat(2, 1fr);
	}

	.blogAuthors .title
	{
		--fluid-start: 1200;
		--fluid-end: 1600;
		--min-font-size: 16;
		--max-font-size: 24;
	}

	.blogPosts.singlePost .blogAuthors .photo, #mainContent > .blogAuthors .photo
	{
		width: 8vw;
		height: 8vw;

		max-width: 145px;
		max-height: 145px;
	}

	/*.blogAuthors .title,*/
	.blogAuthors .bioposition,
	.blogAuthors .notanattorney,
	.blogAuthors .phone,
	.blogAuthors .links
	{

		--fluid-start: 1024;
		--fluid-end: 1600;
		--min-font-size: 16;
		--max-font-size: 20;
	}

	.blogAuthors .phone
	{
		--max-font-size: 18;
	}
}

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