/*Hides COVID-19 block on Home Page*/
.COVID19 {
	display: none !important;
}

.blog-cat-author a {
	position: relative;
	padding-right: 5px;
}

.blog-cat-author a:after {
	content: ',';
	position: absolute;
	right: 0px;
	font-family: inherit;
	font-size: inherit;
	top: 0;
}

.blog-cat-author a:last-child::after {
	display: none;
}


.setion-intro-2 {

	min-width: 100%;

}

.page-template-page-search .search-result,
.page-template-page-search2 .search-result {
	padding-bottom: 0px;
	padding-top: 15px;
}

.page-template-page-search .content a.button,
.page-template-page-search2 .content a.button {
	margin-top: 10px;
}

.search-results mark {
	background: none;
	font-weight: bold;
}

.page-id-5922 .post-title {
	line-height: 1.2em;
}

.header .searchandfilter .sf-field-taxonomy-search_section {
	display: none;
}


.header-fixed {
	position: fixed;
	top: 0;
	z-index: 10000;
	left: 0;
	right: 0;
	background: white;
}

.home .bx-wrapper {
	z-index: 10;
}

#menu-industries-dropdown-2 {
	column-count: 3;
	display: block !important;
}

#menu-industries-dropdown-2 a {
	text-transform: none;
	padding: 0 0 5px 10px;
	border-left: 1px solid #767676;
	line-height: 1.3em;
}

#menu-industries-dropdown-2 li {
	display: block;
	float: none;
}

/*
.page-template-page-people .staff-grid .thumbnail, .tax-related_industries .staff-grid .thumbnail {
	//width: 48%;
	width: 40%;
}


.page-template-page-people .staff-grid .details, .tax-related_industries .staff-grid .details {
	//width: 48%;
	width: 56%;
}

.page-template-page-people .staff-grid .attorney {
	position: static !important;
}

.page-template-page-people .staff-grid {
	height: auto !important;
}
*/

.cname-title,
.cname-title h2 {
	color: black !important;
	text-align: center;
}

.mfp-bg {
	z-index: 10001;
}

.mfp-wrap {
	z-index: 10002;
}

/*Adjusts width between badges on bio. See March bio*/
@media (min-width: 981px) {
	.bio-badges {
		width: 60% !important;
	}
}