/**
 * Render-blocking, high priority stylesheet for attorney bios
 *
 * @format
 */

/* This file should be SMALL; delete CSS of bio templates you are not using */

/*
ATTORNEY BANNER TEMPLATE A
ATTORNEY BANNER TEMPLATE B
ATTORNEY TEMPLATE C
ATTORNEY BANNER TEMPLATE D
*/

.single-attorneys .banner {
	height: auto;
	padding: 40px 0 0;
	background-color: #001222;
	border: none;
	background-position-x: left;
}

#main.attorney-bio-main-a {
	padding: 0;
	padding-bottom: 30px;
}

.cont-tab-main {
	background: #f0f5f5;
	margin-bottom: 70px;
	border-top: 10px solid transparent;
	border-image: linear-gradient(to left, #0a4e80, #35c376 52%, #74d945);
	border-image-slice: 1;
}

.cont-tab-main .content-tabs-row {
	margin: 0;
}
.attorney-banner-name h1 {
	font-size: 35px;
	color: var(--color-white);
	margin-bottom: 10px;
}

.attorney-banner-left {
	margin: 0 auto 00;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: auto;
	background: transparent;
	margin: 0;
}
.content-tabs-row-inner {
	display: inline-block;
	align-items: center;
	justify-content: flex-start;
	column-gap: 0;
	flex-direction: row;
	width: 100%;
	text-align: center;
}

.cont-tab-main .content-tab-activate {
	background: transparent;
	border: none;
	position: relative;
}
.cont-tab-main .content-tab-activate {
	background: transparent;
	border: none;
	position: relative;
	color: #032c40;
	font-size: 15px;
	text-transform: capitalize;
	padding: 30px 15px;
	min-height: 80px;
	font-weight: bold;
	outline: none !important;
}
.cont-tab-main .content-tab-activate i {
	display: none;
}
.attorney-banner-left img {
	max-width: 100%;
	height: auto;
}

.attorney-banner-right {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.attorney-banner-phone-fax,
.attorney-banner-info p {
	margin-bottom: 15px;
}
.attorney-banner-phone-fax.attorney-banner-flex-row {
	margin: 20px 0 20px 0;
}

.attorney-banner-phone-fax.attorney-banner-flex-row.att-social i {
	font-size: 20px;
	margin: 0;
	width: 25px;
	text-align: center;
}

.attorney-banner-phone-fax.attorney-banner-flex-row.att-social p {
	margin: 0;
}
.attorney-banner-phone-fax.attorney-banner-flex-row.att-social {
	margin-top: 30px;
	justify-content: flex-start;
	column-gap: 10px;
}
.attorney-banner-info p,
.attorney-banner-info a {
	color: var(--color-white);
	line-height: 1;
	font-size: 18px;
	text-decoration: none !important;
	font-weight: 600;
}

.attorney-banner-info a:hover,
.attorney-banner-info a:focus {
	color: var(--color-secondary);
}

.attorney-banner-info > p:last-child {
	margin: 0;
}

.attorney-banner-info .divider-span {
	display: none;
}

.attorney-banner-position {
	text-transform: uppercase;
	color: var(--color-secondary);
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

@media screen and (min-width: 1025px) {
	.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: 42px;
	}
	/*
.attorney-banner-left img {
	max-width: 900px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}*/

	.attorney-banner-left {
		justify-content: flex-start;
	}

	.attorney-banner-left img {
		max-width: inherit;
		/* width: auto; */
		/* width: auto; */
		object-fit: inherit;
		width: auto;
		height: auto;
		max-height: 475px;
	}
.attorney-banner-right {
	min-width: 55%;
	margin-left: 0;
	text-align: left;
	max-width: 55%;
}

	.single-attorneys .banner {
		/* min-height: 430px; */
		padding: 105px 0 0;
		padding-bottom: 0;
		/* height: auto; */
		/* background-size: 50%; */
		/* background-position: right top; */
	}

	.single-attorneys .banner-inner {
		-o-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding-top: 0;
		padding-left: 50px;
	}
}

@media screen and (min-width: 1920px) {
	.single-attorneys .banner {
		padding-top: 141px;
	}
}

/* Attorney Banner Template A */

.single-attorneys-template-a .attorney-banner-right {
	background-color: #032c40;
	background-image: url(../images/attorney-info-bg.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 20px;
}

.single-attorneys-template-a .attorney-banner-left {
	-ms-align-self: flex-end;
	align-self: center;
	margin-bottom: 0;
	width: 45%;
	overflow: hidden;
}

.single-attorneys-template-a .attorney-banner-name, .single-attorneys-template-a .attorney-banner-info {
	padding: 5px 25px 5px 15px;
}

/*.single-attorneys-template-a .attorney-banner-name {
	border-bottom: 1px solid var(--color-white);
}*/

.single-attorneys-template-a .attorney-banner-name h1 {
	color: var(--color-white);
	margin-bottom: 10px;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 1;
}

.single-attorneys-template-a .attorney-banner-info i {
	color: var(--color-secondary);
	width: 20px;
	text-align: center;
	font-size: 18px;
}

/* Attorney Banner Template B */
.single-attorneys-template-b .attorney-banner-name {
	border-bottom: 1px solid var(--color-white);
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.single-attorneys-template-b .attorney-banner-left {
	background: var(--color-white);
	background: linear-gradient(30deg, white 0%, #e3e3e3 100%);
	border: 2px solid var(--color-secondary);
}

.single-attorneys-template-b .attorney-banner-info p,
.single-attorneys-template-b .attorney-banner-info a {
	font-size: 1.3rem;
}

.single-attorneys-template-b .generate-vcard a {
	text-transform: uppercase;
	font-size: 0.9rem;
}

.single-attorneys-template-b .attorney-banner-info {
	margin-bottom: 30px;
}

.single-attorneys-template-b .attorney-banner-letter,
.single-attorneys-template-b .generate-vcard i {
	display: inline-block;
	color: var(--color-secondary);
}

.single-attorneys-template-b .generate-vcard i {
	font-size: 75%;
}

.single-attorneys-template-b .attorney-banner-info span {
	display: none;
}

@media screen and (min-width: 1025px) {
	.single-attorneys-template-b .attorney-banner-info {
		margin-bottom: 0;
	}

	.single-attorneys-template-b .attorney-banner-phone-fax p:first-of-type {
		margin-right: 15px;
	}

	.single-attorneys-template-a .attorney-banner-right {
		background-color: transparent;
		background-image: none;
		padding-bottom: 0;
	}
}

/* Attorney Template C */
.attorney-template-c-tabs {
	display: none;
}

.attorney-template-c-container {
	display: flex;
	flex-wrap: wrap;
	padding: 0 30px;
}

.single-attorneys-template-c main {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0 0;
	background-image: url(../images/base/background_ceiling.jpg);
}

.attorney-template-c-contact h1 {
	margin-bottom: 10px;
}

.attorney-template-c-contact h2 {
	font-size: 1.2rem;
}

.attorney-template-c-content {
	background: var(--color-white);
	order: 1;
	padding: 30px 15px;
	width: 100%;
}

.attorney-template-c-photo {
	order: 0;
	display: flex;
	align-items: flex-end;
	text-align: center;
	width: 100%;
	justify-content: center;
}

.attorney-template-c-photo img {
	max-width: 100%;
	width: auto;
	height: 400px;
}

@media screen and (min-width: 1025px) {
	.attorney-template-c-content-inner {
		max-height: 700px;
		overflow-y: scroll;
	}

	.single-attorneys-template-c main {
		padding-top: 180px;
	}

	.attorney-template-c-tabs {
		display: block;
		background: var(--color-secondary);
	}

	.attorney-template-c-photo img {
		height: auto;
	}

	.attorney-template-c-container {
		flex-wrap: nowrap;
		justify-content: center;
	}

	.attorney-template-c-content.content {
		order: 0;
		max-width: 525px;
		align-self: flex-start;
		padding: 0 !important;
	}

	.attorney-template-c-content-inner {
		padding: 35px;
	}

	.attorney-template-c-photo {
		order: 1;
		width: auto;
		margin-left: 50px;
	}

	.attorney-template-c-content-inner .content-tab {
		padding: 0;
		margin: 0;
	}
}

/* Attorney Banner Template D */
.attorney-banner-large-left {
	order: 2;
}

.attorney-banner-large-right {
	order: 1;
	margin-bottom: 20px;
	width: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	background: #edf1f5;
}

.attorney-banner-large-name,
.attorney-banner-large-buttons,
.attorney-banner-large-info {
	margin-bottom: 35px;
}

.attorney-banner-large-info a,
.attorney-banner-large-info p {
	color: var(--color-white);
}

.attorney-banner-large-info p {
	margin-bottom: 4px;
	font-size: 1.1rem;
}

.attorney-banner-large-right img {
	height: 300px;
	width: auto;
	max-width: 100%;
}

.attorney-bio-main-d {
	position: relative;
}

.attorney-banner-large-quote {
	position: relative;
	padding-left: 70px;
}

.attorney-banner-large-quote em {
	color: var(--color-white);
	font-size: 1.1rem;
}

.attorney-banner-large-quote::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
	width: 45px;
	height: 39px;
	background-image: url(../images/base/quote_cutout.png);
	background-repeat: no-repeat;
}

.attorney-banner-large-buttons {
	display: flex;
	flex-wrap: wrap;
}

.attorney-banner-large-buttons a {
	padding: 0;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-attorneys-template-d .banner::before {
	display: none;
}

@media screen and (min-width: 900px) {
	.attorney-banner-large-left {
		order: 0;
		flex: 1;
		margin-right: 8%;
		align-self: center;
	}

	.attorney-banner-large-right {
		flex: 1;
		background: none;
		width: auto;
		margin: 0;
		align-self: flex-end;
	}

	.attorney-banner-large-right img {
		height: auto;
	}
}

/* .attorney-green.animate-in-view {
	position: relative;
	z-index: 0;
	color: #fff !important;
	opacity: 1;
}

.attorney-green.animate-in-view.animated {
	background: linear-gradient(90deg, #fff, #fff, #fff);
	background-size: 100%;
	color: #fff;
	-webkit-text-fill-color: #fff;
	animation: fadeToGradient4 1s ease-in forwards;
	display: inline-block;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
@keyframes fadeToGradient4 {
	0% {
		background: none;
		-webkit-text-fill-color: #fff;
		opacity: 1;
	}

	100% {
		background: linear-gradient(to left, #70d743, #62d052 52%, #4bca63);
		background-size: 100%;
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		opacity: 1;
	}
} */

.attorney-green {
	position: relative;
	opacity: 1;
	transition: color 1s ease-out;
	transition-delay: 1.5s;
}

.attorney-green.animate-in-view::after {
	position: absolute;
	content: attr(data-text);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
}

.attorney-green.animate-in-view.animated {
	color: transparent;
}

.attorney-green.animate-in-view.animated::after {
	opacity: 0;
	/* animation-delay: 3s; */
	animation-delay: 1s;
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	/* transition-delay: 3s; */
	transition-delay: 1s;
	-webkit-background-clip: text !important;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-image: linear-gradient(to right, #2c97a2 19%, #48c965 81%) !important;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
	.single-attorneys-template-a .attorney-banner-name,
	.single-attorneys-template-a .attorney-banner-info {
		padding: 30px 25px;
	}

	.single-attorneys .banner .banner-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.single-attorneys-template-a .attorney-banner-left {
		width: 100%;
		overflow: hidden;
		min-width: 100%;
	}

	.attorney-banner-left img {
		width: auto;
		left: 0%;
	}

	.attorney-banner-name h1 {
		font-size: 45px;
	}
	.attorney-banner-position {
		margin-top: 10px !important;
	}

	.single-attorneys-template-a .attorney-banner-info {
		padding-top: 0;
		padding-bottom: 0;
	}

	.single-attorneys-template-a .attorney-banner-name {
		padding-bottom: 10px;
	}
	.attorney-banner-phone-fax.attorney-banner-flex-row {
		margin: 10px 0 10px 0;
	}
	.attorney-banner-phone-fax.attorney-banner-flex-row.att-social {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.single-attorneys-template-a .attorney-banner-name,
	.single-attorneys-template-a .attorney-banner-info {
		padding: 30px 25px;
	}

	.single-attorneys .banner .banner-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.single-attorneys-template-a .attorney-banner-left {
		width: 100%;
		overflow: hidden;
		min-width: 100%;
	}
	.attorney-banner-left img {
		max-width: 770px;
	}

	.attorney-banner-left img {
		max-width: 500px;
		width: auto;
		left: 0;
	}

	.attorney-banner-name h1 {
		font-size: 45px;
	}
	.attorney-banner-position {
		margin-top: 10px !important;
	}

	.single-attorneys-template-a .attorney-banner-info {
		padding-top: 0;
		padding-bottom: 0;
	}

	.single-attorneys-template-a .attorney-banner-name {
		padding-bottom: 10px;
	}
	.attorney-banner-phone-fax.attorney-banner-flex-row {
		margin: 10px 0 10px 0;
	}
	.attorney-banner-phone-fax.attorney-banner-flex-row.att-social {
		margin-top: 20px;
		display: flex;
		justify-content: center;
	}
	.content-tabs-row {
		display: block !important;
	}
	.cont-tab-main .content-tab-activate {
		font-size: 15px;
		text-transform: capitalize;
		padding: 15px 8px;
		min-height: 40px;
		font-weight: bold;
		outline: none !important;
	}
}
