/**
 * Subpage styling goes here. Excluded on homepage
 *
 * @format
 */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Banner and sidebar elements
*******************************************************************************************/

.banner {
	height: 225px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.banner:before,
.banner:after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	top: 0;
	left: 0;
}

.banner:before {
	height: 100%;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #001731;
	pointer-events: none;
	opacity: 0.5;
}

.banner:after {
	background: rgb(0, 14, 31);
	background: linear-gradient(180deg, rgba(0, 14, 31, 1) 0%, rgba(0, 14, 31, 0) 100%);
	height: 60%;
}

.single-attorneys .banner:before,
.single-attorneys .banner:after {
	display: none;
}

.single-attorneys .banner {
	height: auto;
	padding: 80px 0 0;
	background-position-x: 100%;
}

@media screen and (max-width: 1024px) {
	.single-attorneys .banner {
		background-image: url(../images/_banner_attorney_mobile.jpg) !important;
	}
}

.banner img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
}

.banner-inner {
	position: relative;
	padding-top: 50px;
	z-index: 1;
	display: flex;
	flex-direction: row;
	height: 100%;
	float: none;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.banner-bar {
	height: auto;
	background: #001731;
	width: 100%;
	align-self: flex-end;
	position: relative;
	padding: 20px 0;
}

#banner-bar-history:before,
#banner-bar-history {
	background: #8f8c90;
}

.banner-bar-history-buttons,
.banner-bar-inner {
	position: relative;
	display: flex;
	height: 100%;
}

.banner-bar-blog-featured {
	display: flex;
}

.banner-bar:before {
	content: "";
	display: block;
	position: absolute;
	left: -25vw;
	top: 0;
	height: 100%;
	background: #051324;
	width: 150vw;
}

.banner-bar a {
	color: #fff;
	text-decoration: none;
}

.banner-bar button:focus,
.banner-bar button:hover,
.banner-bar a.active,
.banner-bar a:focus,
.banner-bar a:hover {
	color: #2ab7ca;
	text-decoration: none;
}

.banner-bar-inner .content-tab-activate.active:after,
.banner-bar-inner button:not(.pseudo-input).active:after,
.banner-bar-inner a.active:after {
	height: 10px;
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #2ab7ca;
}

#banner-bar-history .banner-bar-inner button.active:after {
	background: transparent;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ffffff transparent;
	left: calc(50% - 10px);
}

.banner-bar-inner button,
.banner-bar-inner a {
	display: block;
	position: relative;
	padding: 28px 2vw 32px;
	color: #fff;
	font-weight: 500;
}

.banner-bar-practices-tabs {
	display: flex;
	align-self: flex-end;
}

.banner-bar-practices-tabs-button:after {
	display: none;
}

.banner-bar-practices-form {
	width: 100%;
}

.banner-bar-practices {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.banner-title {
	width: 100%;
	text-align: center;
	font-size: 2.8rem;
	text-transform: none;
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
	font-family: var(--heading-font-family);
}

.banner-title.banner-title-xl {
	font-size: 4.1rem;
}

@media screen and (min-width: 920px) {
	.banner-title {
		font-size: 5.4rem;
		line-height: 1;
	}

	.banner-title.banner-title-xl {
		font-size: 6.8rem;
	}
}

@media screen and (min-width: 920px) and (max-height: 769px) {
	.banner-title {
		font-size: 4.1rem;
	}

	.banner-title.banner-title-xl {
		font-size: 5.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.banner-bar-practices-tabs button {
		border: 1px solid #2ab7ca;
		flex: 1;
		padding: 15px;
	}

	.banner-bar-practices-tabs button:not(:last-of-type) {
		margin-right: 12px;
	}

	.banner-bar-practices-tabs {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 1025px) {
	.single-attorneys .banner {
		padding-top: 105px;
	}

	.banner-bar {
		padding: 0;
	}

	.banner-inner {
		padding-top: 40px;
	}

	.banner-bar-practices-form {
		width: auto;
		min-width: 430px;
		padding: 16px 0;
		margin-left: auto;
	}

	.banner-bar-practices {
		flex-wrap: nowrap;
	}

	.banner {
		height: 380px;
	}

	.banner:after {
		height: 200px;
	}
}

@media screen and (max-height: 769px) and (min-width: 1025px) {
	.banner {
		height: 320px;
	}
}

@media screen and (min-width: 1500px) {
	.banner-title {
		/* font-size: 5.9rem; */
	}
}

.search-form {
	display: flex;
	position: relative;
}

.search-form button {
	font-size: 1rem;
	padding: 0px 20px;
	display: flex;
	align-items: center;
	font-weight: 400;
}

/*******************************************************************************************
BLOG - Posts, search results, and pagination
*******************************************************************************************/

.post-head h1,
.post-head h2 {
	font-size: 2rem;
	margin-bottom: 12px;
	padding: 0;
	border: 0;
	text-transform: none;
}

.blog-landing-inner .post-block {
	margin-bottom: 20px;
}

.post-head,
.post-body {
}

.post-body {
	display: block;
}

.single-post .post-body {
	display: block;
}

.post-body-image img {
	max-width: 100%;
}

.post-body-image {
	margin-bottom: 8px;
}

img.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

img.alignleft {
	float: right;
	margin: 0 30px 30px 0;
}

.post-body-excerpt p:last-of-type {
	margin-bottom: 0;
}

.post-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.post-bottom-share {
	color: #2ab7ca;
	font-weight: 600;
}

.sidebar .search-form input {
	border: 1px solid #c7c7c7;
	border-right: none;
}

.color-label input::placeholder,
.color-label input,
.color-label label {
	color: #101a29;
}

.white-label input::placeholder,
.white-label input,
.white-label label {
	color: #fff;
}

.search-results-title h2 {
	margin-bottom: 0;
	text-transform: uppercase;
}

.blog-landing-spacer {
	margin-bottom: 30px;
}

.post-block {
	background: #001731;
	padding: 40px;
}

@media screen and (min-width: 1025px) {
	.blog-landing-spacer {
		margin-bottom: 50px;
	}

	.search-results-title {
		display: flex;
		align-items: center;
	}

	.search-results-title a {
		margin-left: 30px;
	}

	.blog-landing-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		margin-bottom: 60px;
	}

	.blog-landing-inner .post-block {
		margin-bottom: 0;
	}

	.post-body {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.single .post-body-image {
		margin: 0 0 30px;
	}

	.post-body-image ~ .post-body-excerpt {
		margin-left: 40px;
		width: 75%;
	}
}

/* BLOG > Page Navigation */

.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 600;
	text-decoration: none;
	/* border-radius: 50%; */
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0;
	display: block;
	background: none;
	color: #051324;
	margin-right: 10px;
}

.wp-pagenavi span.current {
	color: #2ab7ca;
	text-decoration: underline;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: #d0d0d0;
	color: #002755;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	color: #2ab7ca;
	background: none;
	padding: 0 15px;
	border-radius: 0;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus,
.wp-pagenavi .first:hover,
.wp-pagenavi .first:focus,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:focus {
	background: none;
	color: #114888;
}

/*******************************************************************************************
TEMPLATES - Pre-built subpages
*******************************************************************************************/

/* TEMPLATES > Attorney Banner */

.attorney-banner-name h1 {
	font-size: 2.4rem;
	text-transform: none;
	margin: 0 0 5px;
}

.single-attorneys .banner-inner {
	padding: 0;
	flex-direction: column;
}

.attorney-banner-left {
	margin: 0 auto 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	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 {
	color: #fff;
	line-height: 1;
	font-size: 1.1rem;
}

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

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

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

.attorney-banner-position span:not(:last-of-type):after {
	content: " | ";
	margin: 0 2px;
}

.attorney-banner-position span {
	font-size: 0.9rem;
}

.attorney-banner-large-left {
	order: 2;
	width: 100%;
	padding: 20px 15px;
	background: #fff;
}

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

.attorney-banner-large-name,
.attorney-banner-large-buttons {
	margin-bottom: 25px;
}

.attorney-banner-large-info {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8d8d8d;
}

.attorney-banner-large-info-lower a {
	display: inline-block;
}

.attorney-banner-large-info a,
.attorney-banner-large-info p {
	color: #051324;
}

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

.attorney-banner-large-info i {
	color: #2ab7ca;
	margin-right: 20px;
	text-align: center;
	width: 16px;
	position: absolute;
	left: 0;
	top: 5px;
}

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

.attorney-banner-large-info li {
	margin-bottom: 5px;
	font-size: 1.1rem;
	padding-left: 36px;
	position: relative;
}

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

.attorney-bio-main-d {
	position: relative;
}

.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;
}

.content-tabs-anchor-links .content-tabs-row {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 1;
	background: rgba(15, 133, 119, 0.8);
}

.content-tabs-anchor-links .content-tabs-row button {
	background: none;
	color: #fff;
	min-height: 60px;
	margin: 0;
	position: relative;
	flex: 1;
}

.content-tabs-anchor-links .content-tabs-row button:hover,
.content-tabs-anchor-links .content-tabs-row button:focus {
	background: #051324;
}

.content-tabs-anchor-links .content-tabs-row button:after {
	position: absolute;
	content: "";
	height: 14px;
	background: #fff;
	right: 0;
	top: calc(50% - 7px);
	width: 1px;
}

.content-tabs-anchor-links .content-tabs-row button i {
	display: none;
}

.content-tabs-anchor-links .content-tabs-row button.active {
	background: #fff;
	color: #114888;
}

.content-tabs-anchor-links .content-tabs-row button:hover:after,
.content-tabs-anchor-links .content-tabs-row button:focus:after,
.content-tabs-anchor-links .content-tabs-row button.active:after {
	display: none;
}

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

.content-tabs-row {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.banner-bar .content-tabs-row {
	margin-bottom: 0;
}

.content-tabs-row-inner {
	display: flex;
	white-space: pre;
}

.content-tab-activate {
	border-radius: 0;
	padding: 0;
	flex: 1;
	background: none;
	text-transform: none;
}

.content-tab-activate.active,
.content-tab-activate:hover,
.content-tab-activate:focus {
	background: transparent;
	color: #2ab7ca;
}

.content-tab-activate.active {
	cursor: text;
}

.content-tabs-anchor-links .mobile-tab {
	display: none;
}

.content-tabs-select {
	margin: 0;
	width: 100%;
}

/* .banner-bar-inner select {
	background: #101A29;
	border: 1px solid #2AB7CA;
	color: #2AB7CA;
	font-weight: 500;
}

.banner-bar-inner .select-wrapper:after {
	color: #2AB7CA;
	content: '\f0d7';
} */

.content-tabs-anchor-links .content-tabs-select {
	display: block;
}

.single-attorneys .banner-bar {
	/* display: none; */
}

.assistant-data p {
	margin: 0;
}

@media screen and (min-width: 1025px) {
	.content-tab {
		margin-bottom: 50px;
		display: none;
	}

	.content-tab.active {
		-webkit-animation: fadeIn 200ms ease-out;
		animation: fadeIn 200ms ease-out;
	}

	.content-tab.active,
	.content-tabs-anchor-links .content-tab {
		display: block;
	}

	.attorney-banner-large-info li {
		font-size: 1.05rem;
		font-weight: 500;
	}

	.single-attorneys .banner-bar {
		position: relative;
		left: 0;
		right: 0;
		display: block;
	}

	.attorney-banner-large-left {
		order: 0;
		align-self: center;
	}

	.attorney-banner-large-right {
		background: none;
		margin: 0;
		align-self: flex-end;
		flex: 1;
		flex-basis: 100%;
	}

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

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

	.attorney-banner-large-left {
		background: transparent;
		margin-right: 0;
		min-width: 590px;
	}

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

	.attorney-banner-large-info-lower ul {
		display: flex;
	}

	.attorney-banner-large-info-lower ul li:not(:last-of-type) {
		margin-right: 20px;
	}

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

	.content-tabs {
		display: flex;
		flex-wrap: wrap;
	}

	.content-tabs-row {
		display: block;
	}

	.mobile-tab,
	.content-tabs-anchor-links .content-tabs-select {
		display: none;
	}
}

/* TEMPLATES > Attorneys Landing */

.page-template-template-attorneys main {
	padding-top: 70px;
}

.attorney-search-bar {
	font-size: 0.9rem;
}

.attorney-search-bar span,
.attorney-search-bar label {
	color: #8f8c90;
}

.attorney-search-bar-sort .select-wrapper {
	display: flex;
}

.attorney-search-clear span,
.attorney-search-clear,
.attorney-search-bar-sort .select-wrapper:after {
	color: #001423;
}

.attorney-search-clear:hover span,
.attorney-search-clear:focus span {
	color: #fff;
}

#attorney-sort-selector {
	max-width: 160px;
	background: #bfeaef;
	margin-left: auto;
}

.attorney-search-clear {
	padding: 10px;
	background: #bfeaef;
	margin-left: auto;
	font-weight: 400;
	text-transform: capitalize;
}

.attorney-search-clear:after {
	content: "\f00d";
	margin-left: 15px;
	font-family: "Font Awesome 6 Pro";
}

.attorney-search-bar-sort {
	display: flex;
	align-items: center;
}

.attorney-search-bar-sort label,
.attorney-search-bar-terms-text {
	/* white-space: pre; */
}

.attorney-search-container-columns {
	padding-left: 25px;
	padding-right: 25px;
}

.attorney-search-bar-sort label {
	position: relative;

	padding-left: 0;
}

button.attorney-search-form-expanded-close {
	position: absolute;
	right: 8px;
	top: 8px;
	padding: 0;
	width: 30px;
	height: 30px;
	background: none;
	color: #114888;
}

button.attorney-search-form-expanded-close:after {
	display: none !important;
}

#attorney-search-form-expand-button span {
	display: none;
}

#attorney-search-form-expand-button.active span {
	display: inline-block;
}

@media screen and (min-width: 1025px) {
	.attorney-search-container-columns {
		padding-left: 0;
		padding-right: 0;
	}
	.attorney-search-clear {
		margin-left: 8px;
	}
	.attorney-search-bar {
		display: flex;
		justify-content: space-between;
	}

	#attorney-sort-selector {
		width: 100px;
		margin-left: 20px;
	}

	.attorney-search-bar-count {
		white-space: pre;
	}

	.attorney-search-bar-count:after {
		content: "|";
		display: inline-block;
		margin: 0 10px;
	}
}

.attorney-search-inner {
	display: block;
	outline: none;
	-webkit-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-moz-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-ms-transition: filter 300ms ease-out, opacity 100ms ease-out;
	-o-transition: filter 300ms ease-out, opacity 100ms ease-out;
	transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
	filter: blur(15px);
	opacity: 0;
}

.main-attorney-search > .row {
	max-width: 1130px;
}

.person-box {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.attorney-results .person-box {
	width: auto;
	background: #e1e1e1;
	max-width: 263px;
	width: 263px;
}

.assistant-data:not(:last-child) {
	margin-bottom: 20px;
}

.management-single-box {
	cursor: default;
}

.attorney-results {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.person-box img {
	width: auto;
	max-height: 368px;
	margin: 0 auto;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.person-box:hover img,
.person-box:focus img {
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}

.person-box .person-box-info {
	padding: 12px;
	background-color: rgb(5 19 36 / 82%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.person-box-info h2,
.person-box-info p {
	color: #fff;
	margin: 0;
}

.person-box:hover .person-box-info,
.person-box:focus .person-box-info {
	background-color: rgb(5 19 36 / 100%);
}

.person-box h2 {
	font-size: 1.2rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}

.person-box-info p {
	font-size: 0.8rem;
}

p.person-box-info-position {
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 3px 0;
}

.attorney-single-row {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin-bottom: 40px;
}

.attorney-row-link {
	justify-content: center;
	margin: 0 auto;
	max-width: 280px;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
	opacity: 0.9;
}

.attorney-row-info-main {
	padding-top: 20px;
	border-top: 2px solid #8f8c90;
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
	display: block;
}

.attorney-single-row i {
	color: #051324;
}

.attorney-row-additional {
	margin-top: 6px;
}

.attorney-row-info-main-position {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

@media screen and (min-width: 550px) {
	.attorney-results {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		justify-items: center;
	}

	.person-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 790px) {
	.attorney-results-type-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.attorney-single-row {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results {
		grid-template-columns: repeat(3, 1fr);
		max-width: 1130px;
		margin: 0 auto;
		grid-column-gap: 20px;
	}

	.attorney-results.attorney-results-type-row {
		display: block;
	}

	.attorney-single-row {
		flex-direction: row;
		border-bottom: 2px solid #8f8c90;
		text-align: left;
		margin-bottom: 30px;
	}

	.attorney-row-info-main-position,
	.attorney-single-row:last-of-type,
	.attorney-row-additional,
	.attorney-row-link {
		margin: 0;
	}

	.attorney-row-info {
		display: flex;
		flex: 1;
		padding: 0 0 40px 5vw;
	}

	.attorney-row-info-main {
		justify-content: flex-end;
		display: flex;
		flex-direction: column;
		padding: 0;
		border: none;
		flex: 1;
	}

	.attorney-row-info-main-contact {
		margin-top: 40px;
	}

	.attorney-row-additional {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.attorney-results {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* TEMPLATES > Attorney Search */
.attorney-search-bar {
	text-align: center;
	margin-bottom: 40px;
	align-items: center;
	border-bottom: 1px solid #8f8c90;
	padding-bottom: 24px;
}

.attorney-search-clear span {
}

.attorney-search-clear span:not(:last-of-type):after {
	margin-right: 5px;
	content: ",";
}

.attorney-search-form {
	position: relative;
}

.attorney-search-container {
	width: 100%;
}

.attorney-search-form-expanded {
	display: none;
	padding: 40px;
	background: #fff;
	box-shadow: 0 5px 6px rgb(0 0 0 / 12%);
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 100%;
	border-top: 3px solid #001731;
}

.attorney-search-form-expanded.active {
	display: block;
	-webkit-animation: fadeInDownGentle 200ms ease-out;
	animation: fadeInDownGentle 200ms ease-out;
}

.attorney-search-bar-terms {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.attorney-search-letters {
	margin-bottom: 40px;
}

#attorney-search-form-expand-button {
	padding: 0 15px;
	color: #101a29;
	text-transform: none;
	font-weight: 400;
	text-align: left;
}

.no-after:after {
	display: none !important;
}

#attorney-search-form-expand-button:focus,
#attorney-search-form-expand-button:hover,
#attorney-search-form-expand-button:focus:after,
#attorney-search-form-expand-button:hover:after {
	color: #fff;
}

#attorney-search-form-expand-button:after {
	color: #114888;
	position: absolute;
	right: 14px;
	top: 0;
	content: "\f067";
	font-family: "Font Awesome 6 Pro";
}

#attorney-search-form-expand-button.active:after {
	content: "\f068";
}

.banner-bar-inner .attorney-search-letters-single {
	display: flex;
	width: 33px;
	height: 33px;
	text-align: center;
	background: none;
	padding: 0;
	align-items: center;
	justify-content: center;
}

.banner-bar-inner button.attorney-search-letters-single:focus,
.banner-bar-inner button.attorney-search-letters-single:hover {
	color: #051324;
	background: #2ab7ca;
}

.banner-bar-inner button.attorney-search-letters-single.active:after {
	display: none !important;
}

span.attorney-search-letters-single {
	color: #8f8c90;
}

.attorney-search-form-submit:after {
	display: none !important;
}

button.attorney-search-form-submit {
	padding: 0;
	height: 100%;
	min-height: 45px;
}

@media screen and (min-width: 900px) {
	.attorney-search-form .form-input-row {
		display: flex;
	}

	.attorney-search-form-expanded .form-input-row {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.form-input-group:not(:last-of-type) {
		margin-right: 15px;
	}

	div.form-input-group {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-search-container-columns {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.attorney-search-letters {
		display: flex;
		justify-content: space-between;
		margin-bottom: 28px;
	}
}

/* TEMPLATES > Practices Landing */
.practices-block-title h2 {
	text-transform: uppercase;
}

.practices-block {
	padding: 0 30px;
	outline: none;
}

.practices-block:not(:last-of-type) {
	margin-bottom: 60px;
}

.practices-block-single:first-of-type {
	border-top: 1px solid #d0d0d0;
}

.practices-block-single {
	border-bottom: 1px solid #d0d0d0;
	padding: 16px 0;
}

.practices-block-single .accordion-item-title,
.practices-block-single a {
	display: block;
	font-size: 1rem;
	color: #051324;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: color 200ms ease-out;
	-moz-transition: color 200ms ease-out;
	-ms-transition: color 200ms ease-out;
	-o-transition: color 200ms ease-out;
	transition: color 200ms ease-out;
}

.practices-block-single .accordion-item-title:hover,
.practices-block-single .accordion-item-title:focus,
.practices-block-single a:focus,
.practices-block-single a:hover {
	color: #2ab7ca;
}

.practices-block-single .accordion-item > span {
	display: flex;
}

.practices-block-single ul a,
.practices-block-single .accordion-item {
	padding: 0;
	border: none;
}

.practices-block-single ul {
	padding-left: 20px;
}

@media screen and (min-width: 1025px) {
	.practices-block {
		display: flex;
		padding: 0;
	}

	.practices-block-title h2 {
		margin-bottom: 0;
	}

	.practices-block-title {
		flex: 1;
		padding-right: 70px;
	}

	.practices-block-list {
		flex-basis: 72%;
	}

	.practices-block-list {
		display: flex;
		flex-wrap: wrap;
		columns: 2;
	}

	.practices-block-single {
		width: calc(50% - 14px);
		flex-basis: calc(50% - 14px);
	}

	.practices-block-single:nth-child(2) {
		border-top: 1px solid #d0d0d0;
	}

	.practices-block-single:nth-child(2n + 1) {
		margin-right: 28px;
	}
}

/* TEMPLATES > Contact */

.office-block {
	margin-bottom: 30px;
	padding: 0 0 30px;
	border-bottom: 1px solid #d0d0d0;
}

.office-block-image {
	margin-bottom: 20px;
}

.office-block-info {
	background: none;
	position: relative;
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin: 25px 0;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

.office-contact-map {
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: flex;
		margin-bottom: 50px;
		align-items: flex-start;
	}

	.office-block:last-of-type {
		margin-bottom: 0;
	}

	.office-block-info {
		flex: 1;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.office-block-image {
		margin-bottom: 0;
	}

	.office-block-info-inner {
		margin-left: 50px;
	}
}

/* TEMPLATES > History */

.history-title-block h2 {
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0;
}

.history-title-block {
	text-align: center;
	margin: 30px 0;
	position: relative;
	padding: 20px 0;
}

.history-title-block,
.history-title-block:before {
	background: #fafafa;
}

.history-title-block:before {
	content: "";
	position: absolute;
	left: -25vw;
	top: 0;
	bottom: 0;
	width: 150vw;
}

.timeline-block-image {
	margin: 20px auto;
}

.history-timeline-block-title-container {
	text-align: center;
}

.history-title-block.style-no-background {
	background: #fff;
}

.history-title-block.style-no-background:before {
	display: none;
}

.timeline-block-title {
	color: #2ab7ca;
	font-size: 5.2rem;
	margin: 0;
	background: #fff;
	position: relative;
	font-weight: 500;
	padding: 0 24vw;
	display: inline-block;
	line-height: 1;
	padding-bottom: 30px;
}

.history-decade-block,
.history-timeline {
	position: relative;
}

.history-decade-block:before,
.history-timeline:before {
	width: 1px;
	content: "";
	background: #2ab7ca;
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.timeline-block-image img:not(:last-of-type) {
	margin-bottom: 30px;
}

.timeline-block-image p {
	font-size: 0.9rem;
	margin: 8px 0 0;
}

.history-decade-block:before {
	display: none;
}

.timeline-block-image img {
	max-width: 100%;
	width: auto;
	display: block;
}

.timeline-block-inner {
	display: flex;
	flex-direction: column;
}

.timeline-block-inner .youtube-player {
	margin-bottom: 0;
}

.timeline-block-inner .youtube-player + p {
	margin-bottom: 15px;
}

.timeline-block-inner.alignment-left .timeline-block-content {
	order: 1;
}

.timeline-block-inner.alignment-left .timeline-block-image {
	order: 0;
}

.history-timeline-block-title-container {
	position: relative;
}

.history-timeline-block-title-container:before {
	content: "";
	position: absolute;
	left: -25vw;
	top: calc(50% - 6px);
	bottom: 0;
	width: 150vw;
	height: 1px;
	background: #00bac8;
	z-index: -1;
}

.timeline-block-content {
	text-align: center;
	position: relative;
	background: #fff;
}

.timeline-block-content h3 {
	font-size: 3.1rem;
	font-weight: 400;
}

.history-block:first-child {
	padding-top: 0;
	margin-top: 0;
}

.history-alumni-container {
	background: #f4fbf9;
	padding: 90px 0;
}

.main-history {
	padding-bottom: 30px;
}

.history-alumni-single {
	margin-bottom: 30px;
}

.history-alumni-single h3 {
	font-size: 1.1rem;
	color: #114888;
	margin-bottom: 12px;
	font-family: "Roboto", sans-serif;
}

.history-alumni-single p:last-child {
	margin-bottom: 0;
}

.history-alumni-title {
	margin-bottom: 50px;
}

.history-decade-block:last-of-type .timeline-block-inner {
	padding-bottom: 0;
}

.smoothEnterLeft {
	-webkit-animation-name: smoothEnterLeft;
	animation-name: smoothEnterLeft;
}

.smoothEnterRight {
	-webkit-animation-name: smoothEnterRight;
	animation-name: smoothEnterRight;
}

@-webkit-keyframes smoothEnterLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}

	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes smoothEnterLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}

	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

@-webkit-keyframes smoothEnterRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}

	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

@keyframes smoothEnterRight {
	from {
		opacity: 0;
		transform: translateX(30px);
	}

	to {
		opacity: 1;
		transform: translateX(0px);
	}
}

@media screen and (min-width: 900px) {
	.main-history {
		padding-bottom: 90px;
	}
	.history-alumni-title {
		margin-bottom: 70px;
	}

	.history-alumni-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 60px;
		grid-column-gap: 6vw;
	}

	.history-decade-block:before {
		display: block;
		transform: scaleY(0);
		-webkit-transition: transform 1300ms ease-out;
		-moz-transition: transform 1300ms ease-out;
		-ms-transition: transform 1300ms ease-out;
		-o-transition: transform 1300ms ease-out;
		transition: transform 1300ms ease-out;
	}

	.history-decade-block.active:before {
		transform: scaleY(100%);
		transform-origin: top;
	}

	.history-title-block {
		margin: 0 0 20px;
		padding: 50px 0;
	}

	.history-block.style-no-background {
		padding: 0;
	}

	.timeline-block-inner {
		flex-direction: row;
		justify-content: space-between;
		padding: 50px 0;
	}

	.history-timeline-block-title-container:before {
		left: 0;
		width: 100%;
		top: calc(50% - 8px);
	}

	.history-timeline:before {
		display: none;
	}

	.timeline-block-title {
		padding-left: 50px;
		padding-right: 50px;
	}

	.timeline-block-content,
	.timeline-block-image {
		flex: 1;
	}

	.scrolled #banner-bar-history .banner-bar-inner button {
		padding-top: 10px;
		padding-bottom: 14px;
	}

	.timeline-block-content p:last-of-type {
		margin-bottom: 0;
	}

	.timeline-block-inner:not(.alignment-left) .timeline-block-content {
		padding-right: 5vw;
		margin-right: 5px;
	}

	.timeline-block-inner:not(.alignment-left) .timeline-block-image {
		padding-left: 5vw;
	}

	.timeline-block-inner.alignment-left .timeline-block-content {
		padding-left: 5vw;
	}

	.timeline-block-inner.alignment-left .timeline-block-image {
		padding-right: 5vw;
		margin-right: 5px;
	}

	.timeline-block-image {
		margin: 0;
	}

	.timeline-block-content {
		text-align: left;
	}
}

/* TEMPLATES > Confirmation */

.confirm-contact {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
	margin-right: 20px;
}

.confirm-social {
	margin-bottom: 60px;
}

.attorney-mini-box {
	display: flex;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.attorney-mini-box-content h3 {
	margin-bottom: 0;
}

.attorney-mini-box-content h3 a {
	color: #051324;
}

.attorney-mini-box-content h3 a:focus,
.attorney-mini-box-content h3 a:hover {
	color: #2ab7ca;
}

.attorney-mini-box-buttons a:not(:last-of-type) {
	margin-right: 8px;
}

.attorney-mini-box-content span {
	color: #8f8c90;
	display: block;
	margin: 5px 0;
}

.attorney-mini-box-content {
	padding-left: 28px;
}

.attorney-mini-box-image {
	background-image: url(../images/_background_mini.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	padding-top: 6px;
	width: 83px;
	height: 115px;
	overflow: hidden;
}

.attorney-mini-box-image img {
	max-width: 83px;
	margin: 0 auto;
}

.attorney-box-overlay {
	position: relative;
}

.attorney-box-overlay:after,
.attorney-box-overlay:before {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.attorney-box-overlay:before {
	content: "";
	background: #2ab7ca;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.attorney-box-overlay:after {
	content: "[ VIEW BIO ]";
	font-family: "Roboto", sans-serif;
	font-size: 0.9rem;
	font-weight: 600;
	justify-content: center;
	display: flex;
	align-items: center;
	color: #fff;
	transform: translateY(10px);
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.attorney-mini-box .attorney-box-overlay:after {
	font-weight: 500;
	font-size: 0.75rem;
}

.management-box-hover {
	opacity: 0;
	position: absolute;
	padding: 25px;
	left: 0;
	right: 0;
	top: 0;
	background: rgb(0 40 87 / 96%);
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.management-single-box:hover .management-box-hover,
.management-single-box:focus .management-box-hover {
	opacity: 1;
}

.management-box-hover a {
	color: #fff;
}

.management-single-box p {
	margin-bottom: 5px;
	font-size: 0.8rem;
	text-align: center;
}

.management-single-box p:last-of-type {
	margin-bottom: 0;
}

.attorney-box-overlay:focus:before,
.attorney-box-overlay:hover:before {
	opacity: 0.78;
}

.attorney-box-overlay:focus:after,
.attorney-box-overlay:hover:after {
	opacity: 1;
	transform: translateY(0);
}

.case-details-contact {
	margin-top: 50px !important;
}

.case-details-container {
	border: 1px solid #c4c4c4;
	margin-bottom: 40px;
	max-width: 550px;
}

.case-files span a {
	display: block;
}

.case-details-single:not(:last-of-type) {
	border-bottom: 1px solid #c4c4c4;
}

.case-details-single {
	display: flex;
}

.case-details-single strong {
	width: 200px;
	border-right: 1px solid #c4c4c4;
}

.case-details-single span,
.case-details-single strong {
	padding: 8px 10px;
}

.case-details-container span {
	display: block;
	flex: 1;
}

.cases-list-container,
.cases-list-filters {
	margin-bottom: 40px;
}

.cases-list-single {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.banner-bar-blog-featured-select select,
.content-tabs-select select {
	background: #051324;
	border: 1px solid #2ab7ca;
	color: #2ab7ca;
}

.banner-bar-blog-featured-select .select-wrapper:after,
.content-tabs-select .select-wrapper:after {
	color: #2ab7ca;
	content: "\f0d7";
}

select.alt-select {
	background: #8f8c90;
	color: #fff;
	border: 1px solid #fff;
}

#banner-bar-history .select-wrapper:after {
	color: #fff;
	content: "\f0d7";
}

.payments-people-single p {
	margin-bottom: 0;
}

.payments-people-single {
	margin-bottom: 30px;
}

.payments-people-single:last-of-type {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d0d0d0;
}

.payments-lower p,
.payments-lower {
	font-size: 0.75rem;
}

.career_listings {
	clear: both;
}

.career_listings .single_career {
	display: grid;
	border-bottom: 1px solid gray;
	padding: 15px;
}

.career_listings .single_career.titles {
	display: none;
}

.career_listings .single_career h2 {
	margin-bottom: 0;
}

.career_listings .single_career p {
	/*   margin: 0; */
	margin: 15px;
}

.career_listings .single_career p.title {
	font-weight: 700;
}

.career_listings .single_career .job_type {
	display: block;
	font-size: 14px;
}

.job_content {
	display: none;
}

@media screen and (min-width: 900px) {
	.career_listings .single_career {
		grid-template-columns: 3fr 1fr 1fr;
		grid-gap: 20px;
		gap: 20px;
	}

	.career_listings .single_career.titles {
		display: grid;
	}

	.job_content {
		display: block;
	}

	.career_listings .single_career .job_type {
		margin-bottom: 10px;
	}
}

a.button.c-btnarea {
	margin: 18px 0 6px 0;
	padding: 7px 24px;
}
