/* Render-blocking, high priority stylesheet for attorney bios */
/* This file should be SMALL; delete CSS of bio templates you are not using */

.single-team-member .banner {
	padding: 20px 0 0;
	height: auto;
}

.single-team-member .sidebar {
	margin-bottom: 20px;
}

.single-team-member .content {
	margin-bottom: 0;
}

.single-team-member .content ol,
.single-team-member .content ul {
	padding-left: 0;
	border-left: none;
}

.single-team-member .content hr+h2 {
	font-size: var(--font-size-h3);
}

.content-bio-sections h2 {
	font-size: var(--font-size-h3);
}

.content-bio-sections ul+h2 {
	margin-top: 24px;
}

.content-bio-sections ul:has(+h2):after {
	content: '';
	display: block;
	height: 1px;
	background-color: var(--color-alternate);
	margin-top: 35px;
}

.single-team-member .banner-inner {
	flex-direction: row;
}

.attorney-banner-name h1 {
	line-height: 1;
	margin-bottom: 10px;
	font-size: 3.125rem;
	font-weight: 300;
	color: var(--color-white);
	text-transform: uppercase;
}

.attorney-banner-name.long-title h1 {
	font-size: clamp(2.25rem, 7vw, 3.125rem);
}

.attorney-banner-name.xlong-title h1 {
	font-size: clamp(2rem, 7vw, 3.125rem);
}

.attorney-banner-name h1 span {
	display: block;
}

.attorney-banner-left {
	margin: 0 auto 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: auto;
}

.attorney-banner-left img {
	max-width: 300px;
}

.attorney-banner-right {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.attorney-banner-phone-fax,
.attorney-banner-info p {
	margin-bottom: 15px;
}

.attorney-banner-info p,
.attorney-banner-info a {
	font-size: 1.1rem;
	line-height: 1;
	color: var(--color-white);
}

.attorney-banner-info>p:last-child {
	margin: 0;
}

.attorney-banner-info .divider-span {
	display: none;
}

.attorney-banner-position {
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: var(--color-white);
}

@media screen and (max-width: 767px) {
	.single-team-member .banner-inner {
		flex-direction: column;
	}

	.single-team-member #container {
		overflow-x: visible;
	}

	.attorney-bio-mobile-select {
		position: sticky;
		top: var(--header-height);
		z-index: 1;
	}

	.attorney-bio-mobile-select .select-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: var(--color-white);
	}

	.attorney-bio-mobile-select .select-wrapper:after {
		right: 20px;
		top: 10px;
	}

	.attorney-bio-mobile-select .select-wrapper.active:after {
		color: var(--color-primary);
		background: transparent;
	}
}

@media screen and (min-width: 768px) {
	.single-team-member .sidebar {
		margin-bottom: 0;
	}

	.attorney-banner-flex-row {
		display: flex;
		align-items: center;
	}

	.attorney-banner-flex-row p {
		margin: 0 24px 0 0;
	}

	.attorney-banner-left img {
		width: auto;
		max-width: none;
	}

	.attorney-banner-right {
		margin-left: 40px;
		min-width: 50%;
		text-align: left;
	}

	.single-team-member .banner {
		padding: 25px 0 0;
		height: auto;
	}

	.single-team-member .banner-inner {
		flex-wrap: nowrap;
		min-height: 490px;
	}
}

@media screen and (min-width: 1025px) {

	.attorney-banner-name h1,
	.attorney-banner-name.long-title h1,
	.attorney-banner-name.xlong-title h1 {
		font-size: 5rem;
	}

	.attorney-bio-main-d .sidebar-inner {
		position: sticky;
		top: calc(var(--header-height) + 20px);
	}
}

/* Attorney Banner Template D */
.attorney-banner-large-left {
	order: 2;
	padding: var(--gutter-size);
	width: calc(100% + calc(var(--gutter-size) * 2));
	margin-left: calc(var(--gutter-size) * -1);
	background-color: var(--color-primary);
}

.attorney-banner-large-right {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	order: 1;
	width: 300px;
	text-align: center;
}

.attorney-banner-large-name {
	margin-bottom: 10px;
}

.attorney-banner-large-info {
	font-size: 1rem;
	color: var(--color-white);
}

.attorney-banner-large-info i {
	margin-right: 10px;
	color: var(--color-secondary);
}

.attorney-banner-large-info a {
	color: inherit;
	text-decoration: none;
}

.attorney-banner-large-info a:hover,
.attorney-banner-large-info a:focus {
	color: var(--color-secondary);
}

.attorney-banner-large-info p {
	margin-bottom: 0;
}

.attorney-banner-large-info p+p {
	margin-top: 5px;
}

.attorney-banner-large-right img {
	width: auto;
	max-width: 100%;
	height: 300px;
}

.attorney-bio-main-d {
	position: relative;
	padding-top: 20px;
}

.single-team-member-template-d .banner:before {
	display: none;
}

@media screen and (min-width: 768px) {
	.attorney-banner-large-left {
		margin: 0 0 0 0;
		flex: 1;
		align-self: center;
		order: 0;
		padding: 0;
		background: none;
	}

	.attorney-banner-large-right {
		margin: 0;
		flex: 1;
		align-self: flex-end;
		width: auto;
		background: none;
	}

	.attorney-banner-large-right img {
		height: auto;
	}

	.attorney-banner-large-name {
		margin-bottom: 20px;
	}

	.attorney-bio-main-d {
		padding-top: 40px;
	}
}