/**
 * Render-blocking, high priority stylesheet for attorney bios
 *
 * @format
 */

/* This file should be SMALL; delete CSS of bio templates you are not using */
.single-attorneys .banner .banner-image:after {
	display: none;
}
.single-attorneys .banner .banner-image-inner1 {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 50px));
}
.single-attorneys .banner .banner-image:before {
	right: auto;
	left: 0;
	clip-path: polygon(0 66px, 100% 120px, 100% 100%, 0 76px);
	width: 100%;
	top: auto;
	bottom: -10px;
	height: 130px;
	transition: all 0.4s ease-in-out;
}
.single-attorneys .banner-image-inner2 {
	transition: all 0.3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 calc(100% - 50px));
}

.single-attorneys .banner.is-personal .banner-image-inner1 {
	clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
}

.single-attorneys .banner.is-personal .banner-image:before {
	bottom: calc(100% - 130px);
	clip-path: polygon(0 0, 100% 0, 150% 100%, 0 calc(100% - 120px));
}

@media screen and (min-width: 768px) {
	.single-attorneys .banner .banner-image:before {
		right: auto;
		left: 0;
		height: 100%;
		top: 0;
		bottom: auto;
		clip-path: polygon(120px 0%, 100% 0%, 16px 100%, 0% 100%);
		width: 136px;
	}

	.single-attorneys .banner .banner-image {
		left: auto;
		right: 0;
		transform: none;
		width: 70%;
	}

	.single-attorneys .banner .banner-image-inner1 {
		clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
	}

	.single-attorneys .banner-image-inner2 {
		clip-path: polygon(120px 0, 100% 0, 100% 100%, 0 100%);
	}

	.single-attorneys .banner.is-personal .banner-image-inner1 {
		clip-path: polygon(100% 1%, 100% 0, 100% 100%, 100% 100%);
	}

	.single-attorneys .banner.is-personal .banner-image:before {
		left: calc(100% - 136px);
		clip-path: polygon(120px 0%, 100% 0%, 100% 100%, 0% 100%);
	}
}

@media screen and (min-width: 1024px) {
	.single-attorneys .banner .banner-image {
		width: 65%;
	}
}

@media screen and (min-width: 1600px) {
	.single-attorneys .banner .banner-image {
		width: 58%;
	}
}

.single-attorneys .banner {
	height: auto;
}

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

.attorney-banner-name h1 {
	line-height: 1;
	margin-bottom: 2px;
	font-size: 2.813rem;
	letter-spacing: -2px;
	color: var(--color-near-white);
}

.attorney-banner-name h1 span {
	-webkit-text-stroke: 1px var(--color-white);
	color: transparent;
}

.attorney-banner-info {
	line-height: 1;
	font-weight: 600;
	font-size: 0.981rem;
}

.attorney-banner-info i {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 0.923rem;
	min-width: 15px;
}

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

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

.attorney-banner-info p {
	margin-bottom: 12px;
}

.attorney-banner-info .button {
	margin-top: 14px;
}

.attorney-banner-info .button:not(.outline) {
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
}

.attorney-banner-info .button + .button {
	margin-left: 6px;
}

.attorney-banner-info .button.outline {
	font-size: 0.923rem;
	text-transform: none;
	letter-spacing: normal;
	color: var(--color-white);
	padding: 7px 8px 6px 8px;
	border-color: var(--color-white);
}

.attorney-banner-info .button.outline:hover,
.attorney-banner-info .button.outline:focus {
	border-color: var(--color-primary);
}

.attorney-banner-position {
	font-weight: bold;
	font-size: 1.438rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: var(--color-primary);
}

.single-attorneys .banner-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media screen and (min-width: 1025px) {
	.attorney-banner-name h1 {
		font-size: 3.438rem;
	}

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

	.attorney-banner-info {
		font-size: 1.063rem;
	}

	.single-attorneys .banner {
		height: auto;
		border-top: 5px solid var(--color-primary);
	}

	.single-attorneys .banner-inner {
		flex-wrap: nowrap;
	}

	.single-attorneys .banner-content {
		/* min-height: 456px; */
		min-height: 372px;
		max-width: 380px;
	}
}

@media screen and (min-width: 1441px) {
	.attorney-banner-name h1 {
		font-size: 4rem;
	}

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

	.single-attorneys .banner-content {
		/* min-height: 582px; */
		max-width: 420px;
	}
}
