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

.single-attorneys .banner {
	padding: 48px 0 36px;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 0;
}

.single-attorneys .banner:before {
	background: linear-gradient(160deg, rgba(19, 96, 115, 0.141) 0%, rgba(162, 232, 244, 0.141) 100%);
}

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

.attorney-banner-name h1 {
	margin-bottom: 10px;
	font-size: 2.2rem;
}

.attorney-banner-name h1 span {
	display: block;
	color: var(--color-body-text);
}

.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-info {
	line-height: 1.4;
	font-weight: 500;
	font-size: 1.1rem;
	color: var(--color-body-text);
}

.attorney-banner-info p,
.attorney-banner-info a {
	color: inherit;
	margin-bottom: 0;
}

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

.attorney-banner-info i {
	color: var(--color-secondary);
}

.attorney-banner-position {
	font-weight: bold;
	text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
	.single-attorneys .banner:before {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
		height: 240px;
	}

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

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

	.attorney-banner-name h1 {
		font-size: 2.8rem;
	}

	.attorney-banner-left {
		margin-bottom: 0;
	}

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

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

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

	.single-attorneys .banner-inner {
		flex-wrap: nowrap;
		padding-top: 100px;
		flex-direction: row-reverse;
	}

	.single-attorneys.attorney-special-bio .banner-inner {
		flex-direction: row;
	}
}

/* Attorney Banner Template */
.attorney-banner-large-left {
	order: 2;
	position: relative;
	z-index: 1;
	width: 100%;
}

.attorney-banner-large-left:before {
	position: absolute;
	z-index: -1;
	top: -144px;
	left: -20px;
	width: calc(100% + 40px);
	height: calc(100% + 180px);
	pointer-events: none;
	content: "";
	background: linear-gradient(to bottom, rgba(241, 251, 253, 0) 2%, rgba(242, 252, 253, 1) 29%);
}

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

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

.attorney-banner-large-name h1 {
	margin-bottom: 2px;
	font-size: 3.125rem;
	line-height: 1.3;
}

.attorney-banner-large-info {
	margin-bottom: 14px;
}

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

.attorney-bio-main {
	position: relative;
	padding-top: 80px !important;
}

.attorney-banner-large-quote {
	padding-left: 70px;
	position: relative;
}

.attorney-banner-large-quote em {
	font-size: 1.1rem;
}

.attorney-banner-large-quote:before {
	position: absolute;
	top: 6px;
	left: 0;
	width: 45px;
	height: 39px;
	background-repeat: no-repeat;
	content: "";
}

.attorney-banner-large-buttons {
	display: flex;
	flex-wrap: wrap;
}

.attorney-banner-large-buttons .button {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 39px;
	height: 39px;
	font-size: 1.188rem;
	border-radius: 2px;
	letter-spacing: normal;
	color: var(--color-alternate);
}

.attorney-banner-large-buttons .button + .button {
	margin-left: 8px;
}

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

.attorney-bio-mark {
	display: none;
}

@media screen and (min-width: 330px) {
	.attorney-banner-large-right img {
		height: 390px;
	}
}

@media screen and (min-width: 630px) {
	.attorney-banner-large-left {
		text-align: center;
	}

	.attorney-banner-large-buttons {
		justify-content: center;
	}

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

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

@media screen and (min-width: 1025px) {
	.attorney-banner-large-left {
		text-align: left;
	}

	.attorney-banner-large-info {
		margin-bottom: 35px;
	}

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

	.attorney-banner-large-buttons {
		justify-content: flex-start;
	}

	.attorney-banner-large-left:before {
		display: none;
	}

	.attorney-bio-mark {
		display: block;
		position: absolute;
		top: 30%;
		right: 50%;
		font-family: var(--font-family-heading), sans-serif;
		font-size: 180px;
		margin-right: 740px;
		color: var(--color-border-alt);
		transform: rotate(-90deg) translate(0, -50%);
		transform-origin: right top;
		opacity: 0.1;
		pointer-events: none;
		text-transform: uppercase;
		transition: top 1s ease-out;
	}

	.attorney-bio-mark.animated {
		top: 0;
	}

	.attorney-banner-large-left {
		margin-right: 0;
		flex: 1;
		align-self: center;
		order: 0;
	}

	.attorney-banner-large-name h1 {
		font-size: 6.25rem;
		line-height: 1.2;
	}

	.attorney-banner-large-right {
		width: 440px;
		background: none;
		align-self: flex-end;
	}

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