/* BEGIN BIO-LISTING CSS ----------------------------------------> */

body#professionals:not(.professionals-results) #content
{
	margin: 0 auto;
	background: none;
	max-width: 1500px;
}

body#professionals:not(.professionals-results) #bannerContent
{
	bottom: max(20px, min(8vw, 30px));
}

body#professionals:not(.professionals-results) main
{
	padding: 3rem 0 0 0;
}

#professionals main h3
{
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 18px;
}

#professionals main .letterLinks
{
	margin-bottom: 40px;
}

.letterLinks
{
	margin: 10px 0 18px 0;
	color: #333;
	font-weight: 400;
	font-size: 24px;
}

.letterLinks::after
{
	/* make div stretch to height of content */
	display: block;
	clear: both;
	content: '';
}

.letterLinks a,
.letterLinks span
{
	display: inline-block;
	float: left;
	width: calc(100% / 26);
	text-align: center;
}

.letterLinks > *:last-child
{
	width: calc(100% / 26 - 1px);
}

#professionals main form > div > div
{
 width: calc(33.333% - 14px);
 margin-bottom: 55px;
}

#professionals main form > div > div:last-child
{
	display: flex;
	justify-content: flex-end;
	margin: -25px 0 55px auto;
}

#professionals main form label,
#professionals main form .customSelect
{
	font-size: 19px;
	line-height: 1.2;
}

#professionals #navButton-professionals ul div form input {
    border: none;
    border-bottom: 1px solid #d6d6d6;
}

#professionals .search_form form > div > div.hasFocus > label 
{
    display: block !important;
    top: -20px;
    left: 8px;
    z-index: 5;
    padding: 2px 4px 0 2px;
    background-color: transparent;
    border-radius: 3px;
    font-size: 0.8rem;
    line-height: 1;
    transition: all 0.3s ease;
}

#professionals main form input,
#professionals main form .customSelect
{
	background: transparent;
	border: none;
	border-bottom: 1px solid #d6d6d6;
}

#professionals a.viewAll
{
	background: transparent;
    color: #d22630;
    border: none;
}

#professionals .submit_wrapper span
{
	color: #d5d5d5;
	color: #333333; /* WCAG Contrast Fix */
	padding: 0 10px;
}

#professionals .submit_wrapper a
{
	color: #d22630;
}

#professionals #mainNav .submit_wrapper
{
	position: absolute;
	display: flex;
	align-items: center;
	font-size: 16px;
	width: 48%;
    bottom: -62px;
    right: 0px;
}

#professionals a.clearAll
{
	font-size: 16px;
	padding: 3px 14px 1px 14px;
}

.professionals #mainContent a.viewAll:hover,
.professionals #mainContent a.viewAll:focus,
.professionals #mainContent a.clearAll:hover,
.professionals #mainContent a.clearAll:focus
{
	color: #A20C15;
}

#professionals form button
{
	fill: #d22630;
    border: none;
    background: transparent;
    position: relative;
    top: -6px;
    padding-left: 20px;
}

#professionals #lowerContent
{
	padding: 3.5rem 0 1.5rem 0;
}

@media (max-width: 1349px)
{
	#professionals #mainNav .submit_wrapper
	{	
		display: flex;
		position: relative;
		width: 100%;
		margin-bottom: 15px;
		font-size: 18px;
		right: 0;
		bottom: 0;
	}
	
	#professionals #mainNav .submit_wrapper a
	{	
		color: #fff;
	}
	
	#mainNav form > div > div:last-child button
	{
		border: none;
		background: transparent;
		margin-left: auto;
	}

	#mainNav #megaSearch .submit_wrapper span
	{
		color: #d5d5d5;
		padding: 0 10px;
	}

	.letterLinks a,
	.letterLinks span
	{
		width: calc(100% / 13);
	}

	.letterLinks > *:nth-child(12),
	.letterLinks > *:last-child
	{
		width: calc(100% / 13 - 1px);
	}

	#professionals #navButton-professionals ul div form input 
	{
		border: none;
		border-bottom: 1px solid #fff;
	}
}

.bioList
{
	margin: 30px 0 20px 0;
}

.bioList > div.results-criteria-wrapper
{
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px 0;
}

.bioList > div.results-criteria-wrapper > div
{
	padding: 0 20px 0 0;
}

.bioList > div.results-criteria-wrapper ul.results_criteria,
.bioList > div.results-criteria-wrapper ul.results_criteria > li
{
	display: inline;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bioList > div.results-criteria-wrapper ul.results_criteria > li:after
{
	content: ',\00a0';
}

.bioList > div.results-criteria-wrapper ul.results_criteria > li:last-child:after
{
	display: none;
}

.bioList > div.results-criteria-wrapper button
{
	 align-self: flex-start;
}

.bioList > ul.results_list,
.bioList > ul.results_list > li
{
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bioList > ul.results_list
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bioList > ul.results_list > li
{
	width: calc(33.33% - 20px);
	margin: 0 0 30px 30px;
	color: #666;
	font-size: 16px;
	background: #F3F3F3;
}

.bioList > ul.results_list > li:nth-child(3n+1)
{
	margin: 0 0 30px 0;
}

.bioList .photo
{
	position: relative;
	width: 100%;
	height: 225px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
}

.bioList .photo img
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.15);
	transition: transform 350ms ease;
}

.bioList .nametitle 
{
	padding: 1.5rem 1.5rem 2.5rem;
}

.bioList .nametitle .position
{
	padding: .5rem 0;
}

.bioList > ul.results_list > li:hover .photo a:not(.sp_class) img,
.bioList > ul.results_list > li:focus-within .photo a:not(.sp_class) img,
.bioList > ul.results_list > li .photo a:focus:not(.sp_class) img
{
	transform: scale(1);
}

.bioList > ul.results_list > li .title,
.bioList > ul.results_list > li .title a
{
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
}

.bioList > ul.results_list > li .title a:hover,
.bioList > ul.results_list > li .title a:focus
{
	color: #9f0604;
}

.bioList > ul.results_list > li .position
{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	color: #d22630;
}

.bioList > ul.results_list > li .office
{
	margin: 8px 0;
	line-height: 1.2;
}

.bioList > ul.results_list > li .office a
{
	color: #666;
}

.bioList > ul.results_list > li .office a:hover,
.bioList > ul.results_list > li .office a:focus
{
	color: #9f0604;
}

.bioList > ul.results_list > li .contact > div:not(:empty)
{
	display: inline-block;
}

.bioList > ul.results_list > li .contact > div:not(:empty)::before
{
	content: '|';
	padding: 0 5px;
}

.bioList > ul.results_list > li .contact > div:first-child::before
{
	content: none;
	padding: 0;
}

.bioList > ul.results_list > li .contact > div a
{
	color: #666;
}

.bioList > ul.results_list > li .contact > div a:hover,
.bioList > ul.results_list > li .contact > div a:focus
{
	color: #9f0604;
}


.inNewsBioList
{
	/* margin-bottom: 0; */
	
}

#lowerContent .inNewsBioList > ul.results_list
{
	display: flex;
	flex-wrap: wrap;
	/* gap: 1rem; */
	justify-content: flex-start;
	/*width: calc(100% + 80px);
	margin: 0 0 0 -40px;*/
}

.inNewsBioList > ul.results_list > li
{
	margin: 0 0 16px 16px;
	width: calc(25% - 12px);
}

.inNewsBioList > ul.results_list > li:nth-child(3n+1)
{
	margin: 0 0 16px 16px;
}

.inNewsBioList > ul.results_list > li:nth-child(4n+1)
 {
    margin: 0 0 16px 0;
	
}

.inNewsBioList > ul.results_list > li .photo
{
	margin: 0;
	height: 200px;
}

.inNewsBioList > ul.results_list > li .nametitle
{
	background: #f3f3f3;
	padding: 1rem 2rem;
}

.inNewsBioList > ul.results_list > li .title a
{
 	font-size: 16px;
 	text-transform: uppercase;
 	color: #d22630;
}

.inNewsBioList > ul.results_list > li .abstract,
.inNewsBioList > ul.results_list > li .abstract a
{
	color: #333333;
	font-size: 0.8rem;
}

.inNewsBioList > ul.results_list > li .abstract a:hover,
.inNewsBioList > ul.results_list > li .abstract a:focus
{
	 color: #d22630;
}

@media (max-width: 1024px)
{
	.bioList > ul.results_list > li,
	.bioList > ul.results_list > li:nth-child(3n+1)
	{
		width: calc(50% - 15px);
		margin: 0 0 30px 30px;
	}

	.bioList > ul.results_list > li:nth-child(odd)
	{
		margin: 0 0 30px 0;
	}
	
	#professionals main form > div > div
	{
	 width: calc(50% - 14px);
	 margin-bottom: 55px;
	}

	#professionals main form > div > div:last-child 
	{
		margin: 10px 0 55px auto;
	}

	#professionals a.viewAll
	{
		padding-bottom: 5px;
	}

	#professionals a.clearAll
	{
		padding: 1px 14px 2px 14px;
	}

	#lowerContent .inNewsBioList > ul.results_list
	{
		display: flex;
		flex-wrap: wrap;
		/* gap: 1rem; */
		justify-content: flex-start;
		width: 100%;
		margin: 0;
	}

	.inNewsBioList > ul.results_list > li,
	.inNewsBioList > ul.results_list > li:nth-child(3n+1)
	{
		width: calc(50% - 8px);
		margin: 0 0 16px 16px;
	}

	.bioList > ul.results_list > li:nth-child(odd)
	{
		margin: 0 0 16px 0;
	}
}

@media (max-width: 479px)
{
	#professionals #lowerContent h2
	{
		font-size: 26px;
	}
}

@media (max-width: 479px)
{
	.bioList > ul.results_list > li,
	.bioList > ul.results_list > li:nth-child(3n+1),
	.bioList > ul.results_list > li:nth-child(odd)
	{
		width: 100%;
		margin: 0 0 30px 0;
	}

	#professionals main form > div > div
	{
	 width: 100%;
	 margin-bottom: 40px;
	}

	#professionals main form > div > div:last-child 
	{
		margin: 0 0 30px auto;
	}

	#professionals a.clearAll
	{
		padding: 0px 14px 0px 14px;
	}

	#professionals a.viewAll
	{
		padding-bottom: 9px;
	}
	
	#professionals .submit_wrapper span
	{
		padding: 0px;
	}
}


/* END BIO-LISTING CSS ------------------------------------------> */