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

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/

/* Banner video */

.banner-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.banner .row {
	position: relative;
	z-index: 1;
}

/* .animate-in-view.banner-title.animated {
	opacity: 1;
	animation-name: slideInUp;
	animation-duration: 1000ms;
	animation-fill-mode: both;
}*/
.banner-title {

	opacity: 0;

}

/* .animate-in-view.banner-title.animated {
	opacity: 1;
}*/


@-webkit-keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}


#header-desktop {
	animation: none !important;
	opacity: 1 !important;
}

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

.search-form button {
	height: 50px;
	width: 50px;
	font-size: 1.1rem;
	padding: 0 12px;
	border-radius: 0;
	background: var(--secondary-color);
	color: #fff;
	border: none !important;
}

.search-form button:hover,
.search-form button:focus {
	background: var(--primary-color);
	color: #fff;

}



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

.post {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
	padding-left: 5px !important;
	padding-right: 10px !important;
}

.post-bottom .button.outline {
	font-size: 15px;
	padding: 10px 15px;
	border: 2px solid var(--secondary-color);
	color: var(--secondary-color);
}

.post-bottom .button.outline:hover,
.post-bottom .button.outline:focus {
	font-size: 15px;
	padding: 10px 15px;
	border: 2px solid var(--secondary-color);
	color: #fff !important;
	background-color: var(--secondary-color)
}

.post:last-child {
	border: none;
	padding-bottom: 0;
}

.post-head h1,
.post-head h2 {
	font-size: 11px;
	margin-bottom: 15px;
	padding: 0;
	border: 0;
	line-height: normal;
	font-weight: normal;
	color: var(--primary-color);
	/*padding-right: 5% !important;*/
}

.content .post-head h1 a,
.content .post-head h2 a {
	color: var(--primary-color);
	font-size: 40px;
	font-weight: normal;
	text-decoration: none !important;
	text-transform: none;
}



.content .post-head h2 a:hover,
.content .post-head h2 a:focus {
	color: var(--secondary-color);

}



.post-head,
.post-body {
	margin-bottom: 30px;
	color: var(--color-dark-blue);
}

.post-head-info a {
	color: var(--color-alternate);
	text-decoration: none !important;
	text-transform: capitalize !important;
	font-weight: 600;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: var(--secondary-color);
	text-decoration: none;
}

.post-body {
	display: block;
}

.post-head-info {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 0;
	color: var(--primary-color);
}

.post-head-info i {
	margin: 0 5px;
	color: var(--secondary-color);
	display: none;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: var(--secondary-color);
}

.post-head-info>div:not(:last-of-type)::after {
	width: 0;
	height: 0;
	background: var(--primary-color);
	content: "";
	display: inline-block;
	margin: 0;
	position: relative;
	top: 2px;
	transform: rotate(20deg);
	right: 2px;
}

.post-head-info div {
	background: #f4f6f7;
	margin-right: 9px;
	padding: 2px 5px;
	color: #0f374a;
	font-size: 13px;
	letter-spacing: 0.13px;
	text-transform: uppercase;
}

.post-head-info-authors span:not(:last-child)::after,
.post-head-info-authors a:not(:last-child)::after {
	content: ", ";
}

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

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

.post-body-content {
	padding-right: 5%;
}

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

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

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

.post-bottom {
	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: var(--body-text-color);
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.post-bottom-share:hover,
.post-bottom-share:focus {
	color: var(--secondary-color);
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	text-decoration: none
}



@media screen and (min-width: 1025px) {
	.post-body {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-direction: column;
		row-gap: 15px;
	}

	.post-body-image {
		margin: 0 00px 0px 0;
		width: 100%;
		flex-basis: 100%;
	}

	.post-body-content {
		flex: 1;
	}

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

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

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

/* BLOG > Blog Grid Style */
.blog-grid .post {
	border: 1px solid var(--color-primary);
	padding-bottom: 0;
}

.blog-grid .post-inner {
	padding: 30px;
}

.post-thumbnail-link {
	transition: opacity 200ms ease-out;
}

.post-thumbnail-link:focus,
.post-thumbnail-link:hover {
	opacity: 0.9;
}

.post-thumbnail-image {
	height: 175px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 100%;
}

.blog-filters {
	margin-bottom: 40px;
}

.blog-filters-block:not(:last-of-type) {
	margin-bottom: 20px;
}

#blog-grid-pagination {
	margin-top: 50px;
}

.blog-grid .post,
.blog-filters-block {
	max-width: 380px;
}

@media screen and (min-width: 760px) {
	.blog-filters {
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}

	.blog-filters-block {
		margin-bottom: 0 !important;
		width: 48%;
	}

	.blog-grid .post-inner {
		padding: 40px;
	}

	.blog-grid .post-head-info-authors {
		display: none;
	}

	.blog-grid .post {
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.post-thumbnail-image {
		height: 250px;
	}

	.blog-filters {
		justify-content: flex-start;
	}

	.blog-filters-block:not(:last-of-type) {
		margin-right: 30px;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: 600;
	text-decoration: none;
	border-radius: 50%;
	width: 20px;
	height: auto;
	line-height: 30px;
	text-align: center;
	margin: 0;
	display: block;
	background: transparent !important;
	color: var(--primary-color);
	margin-right: 05px;
	-webkit-background-clip: inherit !important;
	background-clip: inherit !important;
	-webkit-text-fill-color: inherit !important;
	background-image: none !important;
	border: none;
	outline: none !important;
}

.wp-pagenavi span.current {
	color: var(--secondary-color);
	background-color: transparent;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	background: var(--color-gray);
	color: var(--secondary-color);
	text-decoration: none !important
}

.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: var(--primary-color);
	background: none;
	padding: 0 10px;
	border-radius: 0;
	-webkit-background-clip: inherit !important;
	background-clip: inherit !important;
	-webkit-text-fill-color: inherit !important;
	background-image: none !important;
	text-decoration: none !important
}

.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: var(--secondary-color);
	-webkit-background-clip: inherit !important;
	background-clip: inherit !important;
	-webkit-text-fill-color: inherit !important;
	background-image: none !important;
	text-decoration: none !important
}

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

/* TEMPLATES > Attorney Bios */
.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: white;
	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: var(--color-primary);
}

.content-tabs-anchor-links .content-tabs-row button::after {
	position: absolute;
	content: "";
	height: 14px;
	background: var(--color-white);
	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: var(--color-white);
	color: var(--secondary-color);
}

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

/* TEMPLATES > Attorneys Landing NEW CSS START */

/* TEMPLATES > Attorneys Landing */


.border-input input,
.border-input select,
.border-input textarea {
	border: 1px solid #B9B9B9;
	color: var(--dark-grey)
}

.border-input label {
	color: var(--dark-grey)
}

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

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

.attorney-results .attorney-single-box {
	width: 100%;
}

.attorney-single-box img {
	width: 100%;
	-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-single-box:hover img,
.attorney-single-box:focus img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
	padding: 12px;
	background-color: var(--dark-grey);
	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;
}

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

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background: var(--red);
}

.attorney-single-box h2 {
	font-size: 1.3rem;
}

.attorney-single-box-info p {
	font-size: 0.9rem;
}

.attorney-single-row,
.practice-tab-content>.attorney-single-row {
	margin-bottom: 30px;
}

.attorney-row-link {
	display: inline-block;
	background-color: #efefef;
	/* -webkit-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-o-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	transition: opacity 200ms ease-out, filter 200ms ease-in-out; */
	overflow: hidden;
	font-weight: 400;
	align-self: flex-start;
}

.attorney-row-info-main {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 0 16px;
	border-bottom: 2px solid var(--light-grey);
}

.attorney-name {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: normal;
	font-size: 34px;
	font-family: var(--heading-font-family);
	margin-bottom: 5px;
}

.attorney-position {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.18px;
}

.attorney-contact {
	margin-bottom: 10px;
	font-size: 16px;
}

.attorney-email,
.attorney-email a {
	font-size: .7778rem;
	text-decoration: none;
	font-weight: normal;
}


.attorney-contact i {
	font-size: 16px;
	color: var(--secondary-color);
}




.attorney-position {
	font-size: 16px;
}

.attr-label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
	margin-top: 4px;
}


.attorney-row-info-main h3 a {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: normal;
	font-size: 30px;
	font-family: var(--heading-font-family);
}

.attorney-practices li {
	/* display: flex; */

	font-size: 13px;
	font-weight: normal;
}

.attorney-practices li a {
	font-size: 14px;
	text-decoration: none;
	font-weight: 600;
}

.attorney-practices li:nth-child(2)::before {
	content: "|";
	margin: 0 5px 0 5px;
}


.attorney-practices {
	display: flex;
	column-gap: 5px;
	width: 100%;
	margin-bottom: 10px;
}

.attorney-offices {
	display: flex;
	column-gap: 5px;
	width: 100%;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.attorney-offices li {
	/* display: flex; */
	font-size: 13px;
	font-weight: normal;
}

.attorney-offices li::after {
	content: "|";
	margin: 0 3px;
}

.attorney-offices li:last-child::after {
	display: none;
}

.attorney-single-row i {
	color: var(--secondary-color);
	font-size: 15px;
}

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

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

.attorney-single-row-arrow {
	align-self: flex-end;
	position: relative;
	/* bottom: 16px; */
	/* right: 25px; */
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.attorney-single-row-arrow i {
	font-weight: bold;
}


.attorney-practices-container {
	margin-top: auto;
	margin-bottom: 30px;
}

.attorney-practices-container>.attorney-practice {
	position: relative;
}

.attorney-practices-container>.attorney-practice a {
	font-size: .875rem;
	color: var(--black);
}

.attorney-practices-container>.attorney-practice:not(:last-of-type)::after {
	content: '|';
	margin: 0 2px 0 2px;
	display: inline;
	font-size: .875rem;
}

.attorney-search-container-columns {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.attorney-search-content h3 {
	font-weight: normal;
	font-size: 1.25rem;
}


/* .attorney-row-info-main-contact > .phone {
  margin-bottom: 0
} */

.attorney-row-info-main-contact>.phone a {
	color: var(--black);
}

.attorney-row-info-main-contact {
	margin-bottom: 10px;
}

.attorney-row-link img {
	/*	filter: drop-shadow(5px 5px 5px #222) grayscale(100%);*/
	-webkit-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-moz-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-ms-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	-o-transition: opacity 200ms ease-out, filter 200ms ease-in-out;
	transition: opacity 200ms ease-out, filter 200ms ease-in-out;
}

.attorney-single-row:hover .attorney-row-link img,
.attorney-single-row:focus .attorney-row-link img {
	filter: drop-shadow(5px 5px 5px #222) grayscale(0);
}

.attorney-row-info-main-contact>.email a {
	font-size: .7778rem
}

@media screen and (min-width: 641px) {
.attorney-single-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid var(--light-grey);
    text-align: left;
    /* margin-bottom: 30px; */
    width: 48%;
}

	.attorney-row-info-main {
		padding: 0;
		border: none;
		flex: 1;
		padding: 0 32px 16px;
		transition: padding 200ms ease-in-out, background-color 200ms ease-in-out;
		height: 100%;
	}

	.attorney-row-info {
		flex: 1;
	}
}

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

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

@media screen and (min-width: 280px) and (max-width:1024px){
	.attorney-single-row {
   
    width: 100%;
}
}
@media screen and (min-width: 1025px) {
	.attorney-results {
		grid-template-columns: repeat(3, 1fr);
	}

	/*.attorney-results-type-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 30px;
	}*/
h2.attorney-position-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
}
.attorney-results-type-row {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    flex-direction: row;
    flex-wrap: wrap;
}

	.attorney-single-row:hover .attorney-row-info-main,
	.attorney-single-row:focus .attorney-row-info-main {
		background-color: var(--secondary-color);
		padding: 16px 20px 12px;
		border-bottom: none;
	}

	.attorney-single-row:hover .attorney-row-info-main *,
	.attorney-single-row:focus .attorney-row-info-main * {
		color: var(--white)
	}

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

	.attorney-row-link img {
		object-fit: cover;
		/* height: 100%; */
		max-width: 179px !important;

	}

	.attorney-row-info {
		display: flex;
		flex: 1;
	}

	.attorney-row-info-main {
		padding: 0;
		border: none;
		flex: 1;
		padding: 0 20px 16px;
	}

	.attorney-row-info-main-contact {
		margin-top: 18px;
		margin-bottom: 0;
	}

	.attorney-row-info-main-contact>.email {
		margin-bottom: 12px;
		transition: margin 200ms ease-in-out;
	}

	.attorney-single-row:hover .attorney-row-info-main-contact>.email,
	.attorney-single-row:focus .attorney-row-info-main-contact>.email {
		margin-bottom: 6px;
	}

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



#attorney-search-results {
	max-width: 1100px;
	margin: 0 auto;
}

/* TEMPLATES > Attorney Search */
.attorney-search-bar {
	/* text-align: center; */
	margin-bottom: 40px;
	color: var(--red);
	font-size: 1.125rem;
}

.attorney-search-container-columns {
	padding-top: 0;
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid var(--other-dark-grey);
}

.attorney-search-bar-string span {
	font-weight: 600;
}

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

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

.attorney-search-letters-single {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-bottom: 5px;
	text-align: center;
	padding: 0;
	background: none;
	color: var(--black);
	text-decoration: none;
	font-size: 1.025rem;
	background-color: var(--light-grey);
	color: var(--black);
	border: none;
	font-weight: normal;
	border-radius: 3px;
}

.space-between.show-for-large h3 {
	font-weight: normal;
	font-size: 1.25rem;
	margin-bottom: 30px;
}

.attorney-search-letters-single:hover,
.attorney-search-letters-single:focus {
	background: var(--secondary-color);
}

button.no-button.red,
.button.no-button.red {
	padding: 0;
	background: none;
	color: var(--secondary-color);
	border: none;
	text-decoration: underline;
	text-transform: capitalize;
	line-height: 1.2;
	font-size: 18px;
}

button.no-button.red:hover,
button.no-button.red:focus,
.button.no-button.red:hover,
.button.no-button.red:focus {
	color: var(--secondary-color);
	text-decoration: underline;
}

#attorney-search-clear {
	display: none;
}

.search-results-displayed #attorney-search-clear {
	display: inline-block;
}

span.attorney-search-letters-single {
	color: var(--light-grey);
}

.form-input-group.letter-select {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	grid-gap: 25px;
	gap: 25px;
}

.form-input-group.letter-select div {
	flex: 1;
	min-width: 70px;
}

.space-between {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.attorney-search-form .form-input-row {
		display: flex;
		grid-gap: 1rem;
		gap: 1rem;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-search-letters {
		display: flex;
		justify-content: space-between;
	}
}



/* TEMPLATES > Attorneys Landing NEW CSS END */




/* TEMPLATES > Practices Landing */



.module-practices-f-single {
	width: 100%;
	height: 200px;
	background-color: var(--color-primary-dark);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
	background: var(--color-alternate);
	color: #fff;
}

@media screen and (min-width: 768px) {
	.module-practices-f-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.module-practices-f-single {
		margin-bottom: 0;
	}
}





section.module.module-practices-f {
	padding: 0px;
}

.module-practices-f-single {
	width: 100%;
	height: 80px;
	background-color: var(--color-primary);
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 20px;
	padding: 10px 30px;
	font-weight: 500;
	text-align: left
}

.module-practices-f-single .prac-icon {
	max-width: 55px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
	background-color: var(--secondary-color);
	color: #fff;
}

.module-practices-f-single:hover img,
.module-practices-f-single:focus img {
	filter: brightness(0) invert(1);
}

.page-id-1715 .module-practices-f-inner .module-practices-f-single {
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.module-practices-f-inner {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.page-id-1715 .module-practices-f-inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.module-practices-f-single {
		margin-bottom: 0;
	}
}



.practice-box {
	display: block;
	padding: 25px;
	background: var(--color-primary);
	color: white;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
	transition: background 200ms ease-out;
}

.practice-box:last-of-type {
	margin-bottom: 0;
}

.practice-box:hover,
.practice-box:focus {
	background: var(--color-alternate);
}

.practice-box span {
	margin: 0;
	font-size: 1.3rem;
	-ms-align-self: center;
	align-self: center;
	width: 100%;
}

.practice-box:focus span,
.practice-box:hover span {
	color: white;
}

@media screen and (min-width: 768px) {
	.practice-box-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

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

/* TEMPLATES > Video Gallery */
.videos-filter {
	margin-bottom: 50px;
}

@media screen and (min-width: 1025px) {
	.videos-filter {
		max-width: 450px;
	}
}

/* TEMPLATES > Contact */
.office-block {
	margin-bottom: 30px;
}

.office-block-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.offices-title {
	margin-bottom: 40px;
}

.office-block-info-inner a {
	text-decoration: none !important;
}

.office-contact-map.button.sweep-right.alt-01.external-link {
	background: var(--secondary-color);
	border-color: var(--secondary-color);
}

.office-contact-map.button.sweep-right.alt-01.external-link:hover,
.office-contact-map.button.sweep-right.alt-01.external-link:focus {
	background: var(--primary-color);
	border-color: var(--primary-color);
}


.office-block-info-inner h3,
.office-block-info-inner h3 a {
	font-family: var(--heading-font-family);
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.office-block-info {
	background: #F9F9F9;
	position: relative;
	padding: 30px;
}

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

.office-contact {
	margin-top: 15px;
}

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

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

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

.office-contact i {
	color: var(--color-alternate);
}

.office-contact a {
	text-decoration: none !important;
}

.ofc-tit h2 {
	font-weight: normal;
	margin-bottom: 10px;
}

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

	.office-block-image {
		display: flex;
		width: 250px;
		flex-basis: 250px;
		height: 250px;
	}

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

/* TEMPLATES > Contact Full */
.page-template-template-contact-full main {
	background-image: url(../images/base/hero_02.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
	position: relative;
}

.contact-full-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.contact-full-inner {
	width: 100%;
	background: var(--color-white);
	padding: 40px 0;
}

@media screen and (min-width: 1025px) {
	.page-template-template-contact-full main {
		height: 100vh;
		padding: 0;
	}

	.contact-full-inner {
		padding: 40px;
		display: flex;
	}

	.contact-full-content {
		padding-right: 15%;
	}

	.contact-full-container {
		align-items: center;
		height: 100vh;
		padding-top: 100px;
	}
}

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

	.page-template-template-contact-full main,
	.contact-full-container {
		height: 100%;
	}

	.contact-full-container {
		padding: 0;
	}

	.page-template-template-contact-full main {
		padding: 160px 0 100px;
	}
}

/* TEMPLATES > Attorney Bios */
.content-tabs-row {
	display: none;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

/*.content-tabs-row-inner {
	display: flex;
}*/

.content-tabs-row .content-tab-activate {
	margin-right: 10px;
}

.content-tab-activate {
	border-radius: 0;
	flex: 1;
}

.content-tab-activate.active {
	/* background: var(--color-primary); */
	/* pointer-events: none; */
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.content-tab-activate.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945), linear-gradient(to bottom, #d9d9d9, #d9d9d9);
}

.cont-tab-main .content-tab-activate:hover:hover,
.cont-tab-main .content-tab-activate:hover:focus {
	/* background: var(--color-primary); */
	/* pointer-events: none; */
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945) !important;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	-webkit-background-clip: text;
	background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	color: transparent !important;
}

.cont-tab-main .content-tab-activate:hover:hover::after,
.cont-tab-main .content-tab-activate:hover:focus::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945), linear-gradient(to bottom, #d9d9d9, #d9d9d9);
}

.content-tab {
	display: none;
	margin-bottom: 50px;
	padding: 0 10px 0 20px;
	font-size: 18px;
}

.content-tab p {
	font-size: 18px;
}

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

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

.content-tabs-select {
	margin: 0 auto 30px;
	display: none;
}

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

.mobile-tab {
	width: 100%;
	text-align: left;
	padding: 20px 30px;
	margin-bottom: 20px;
	position: relative;
	display: none;
}

.mobile-tab::after {
	content: "\f0d7";
	font-family: "Font Awesome 6 Pro";
	right: 15px;
	position: absolute;
}

@media screen and (min-width: 1025px) {
	.content-tabs {
		display: flex;
		flex-wrap: wrap;
	}

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

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

/* TEMPLATES > Long-Form */
.banner-xl {
	background: rgb(20, 23, 47);
	background: linear-gradient(180deg, rgba(20, 23, 47, 1) 46%, rgba(36, 42, 88, 1) 100%);
	padding: 40px 0;
}

.banner-xl-content p:last-child {
	margin: 0;
}

.banner-xl-image {
	text-align: center;
}

.banner-xl-title {
	font-size: 3.5rem;
	line-height: 1.4;
}

.banner-xl-image img {
	max-width: 70%;
	margin: 0 auto;
}

@media screen and (min-width: 1100px) {
	.banner-xl-inner {
		display: flex;
		align-items: center;
	}

	.banner-xl-image img {
		max-width: 100%;
	}

	.banner-xl-content {
		padding-left: 60px;
		flex: 1;
	}
}

.top-table-contents {
	padding: 50px 0;
	background: #e5e8f6;
}

.top-table-contents-button {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	text-decoration: none !important;
	margin: 0 auto;
}

.top-table-contents-button {
	font-size: 1.2rem;
}

.top-table-contents-icon-container {
	margin-bottom: 15px;
}

.top-table-contents-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.top-table-contents-button-icon {
	background: var(--secondary-color);
	border-radius: 50%;
	width: 90px;
	height: 90px;
	transition: all 200ms ease-out;
}

.top-table-contents-button i {
	font-size: 3rem;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-table-contents-button-icon:hover,
.top-table-contents-button-icon:focus {
	transform: scale(1.03);
	background: var(--color-alternate);
}

.is-sticky .top-table-contents {
	padding: 20px 0;
}

.is-sticky .top-table-contents-button-icon {
	width: 30px;
	height: 30px;
}

.is-sticky .top-table-contents-button i {
	font-size: 1rem;
}

.is-sticky .top-table-contents-icon-container {
	margin: 0 12px 0 0;
}

.is-sticky .top-table-contents-title {
	display: none;
}

.is-sticky .top-table-contents-button {
	flex-direction: row;
	margin: 0 auto 0 0;
}

.single-chapter-banner-title h2 {
	font-size: 2.4rem;
	margin: 0;
}

.single-chapter-banner-image {
	margin-bottom: 20px;
}

.single-chapter:nth-child(2n) {
	background: var(--color-light-gray);
}

.banner-xl {
	padding: 50px 0;
}

.single-chapter-banner {
	background: var(--color-primary);
}

.single-chapter-content,
.single-chapter-banner {
	padding: 30px 0;
}

@media screen and (min-width: 900px) {
	.single-chapter-banner-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}

	.single-chapter-banner-image {
		margin-bottom: 0;
		padding-left: 5vw;
	}

	.single-chapter-banner-title h2 {
		margin: 0;
		font-size: 3.2rem;
	}
}

@media screen and (min-width: 1025px) {
	.top-table-contents-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* TEMPLATES > Confirmation */
.confirm-contact {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

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

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

/* TEMPLATES > Reviews */
.review-social {
	margin: 40px 0;
}

.review-social .social-links {
	max-width: none;
	justify-content: flex-start;
}

.review-social .social-links a {
	font-size: 1.7rem;
	border: 1px solid var(--color-primary);
	background: var(--color-white);
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
	transition: all 200ms ease-out;
}

.review-social .social-links a:focus,
.review-social .social-links a:hover {
	opacity: 0.85;
	background: var(--color-light-gray);
}

.review-stars i {
	font-size: 2rem;
	color: var(--secondary-color);
}

/* TEMPLATES > Testimonials */

.content-testimonial-single:not(:last-child) {
	border-bottom: 1px solid #d8dadd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.content-testimonial-stars {
	font-size: 1.5rem;
	color: #FFBF00;
}

.content-testimonial-source {
	display: block;
	text-transform: none;
	letter-spacing: 1.5px;
	font-weight: bold;
	color: var(--alternate-color);
	font-size: 20px;
	text-transform: none;
}


.content-testimonial-source::before {
	content: "-";
	margin-right: 6px;
	display: inline-block;
}


/*Award Page CSs Start*/

/* MODULE: GALLERY A */


.module-gallery-a-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

.module-gallery-a-item {
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 300ms ease, box-shadow 300ms ease;
	cursor: pointer;
}

.module-gallery-a-item:hover,
.module-gallery-a-item:focus-within {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.module-gallery-a-item a {
	display: flex;
	text-decoration: none;
}

.module-gallery-a-item img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	transition: transform 300ms ease;
}

.module-gallery-a-item:hover img,
.module-gallery-a-item:focus-within img {
	transform: scale(1.04);
}

.module-gallery-a-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 300ms ease;
	pointer-events: none;
}

.module-gallery-a-item:hover::after,
.module-gallery-a-item:focus-within::after {
	opacity: 1;
}

/* Add text overlay on hover and focus */
.module-gallery-a-item::before {
	content: "Click to expand";
	font-family: inherit;
	font-weight: 600;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 0.8rem;
	text-align: center;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 300ms ease;
	z-index: 1;
	pointer-events: none;
}

.module-gallery-a-item:hover::before,
.module-gallery-a-item:focus-within::before {
	opacity: 1;
}

@media (min-width: 481px) {
	.module-gallery-a-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.module-gallery-a-item img {
		height: 150px;
	}
}

/* Desktop: 4 columns */
@media (min-width: 769px) {
	.module-gallery-a-grid {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
		gap: 20px;
	}

	.module-gallery-a-item img {
		height: 200px;
	}
}




/*Award Page CSs END*/



/*About Page CSs START*/

.module-intro-a.who-we-are h2 {
	font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
}

.module-intro-a.who-we-are h2::after {
	content: "";
	position: absolute;
	bottom: -16px;
	background: #d9d9d9;
	height: 5px;
	width: 62px;
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
}

.module-benefits-b-boxes {
	flex-wrap: wrap;
}

.module-benefits-b-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 60px;
	position: relative;
}

.module-benefits-b-box:nth-child(2n-1)::before {
	content: "";
	position: absolute;
	right: -60px;
	top: 0;
	background: #d9d9d9;
	height: 110%;
	width: 1px;
}


.module-benefits-b-box:nth-child(2n-1)::after {
	content: "";
	position: absolute;
	bottom: -65px;
	background: #d9d9d9;
	height: 1px;
	width: 843px;
	left: 0;
}



.module-benefits-b-box h3 {
	margin-bottom: 12px;
}

.module-benefits-b-box p:last-of-type {
	margin: 0;
}

.module-benefits-b-box .box-icon {
	margin: 0 20px 0 0;
}

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

	.module-benefits-b-boxes {
		display: flex;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 110px;
		grid-column-gap: 160px;
		max-width: 960px;
		justify-content: center;
		margin: 0 auto;
		overflow: hidden;
	}

	.module-benefits-b-box .small-text p {
		font-size: 15px;
	}

	.module-benefits-b-box .small-text {
		max-width: 310px;
	}


	.module-benefits-b-box {
		margin-bottom: 0;
		width: 40%;
		max-width: 360px;
	}


}



.box-content-inn {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	column-gap: 10px;
	align-items: flex-start;
	text-align: left;
	margin-bottom: 15px;
}


.box-content-inn img {
	max-width: 35px;
	margin-top: 0;
}


.box-content-inn h3 {
	font-size: 25px;
	margin-bottom: 0;
}

.module-intro-a.who-we-are.center .module-intro-content.row-narrow {
	max-width: 660px;
}

.module-intro-a.who-we-are.center .module-intro-content.row-narrow p {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 500;
}

.module.module-benefits-b.about-2 {
	background-image: linear-gradient(to bottom, #edf3f4, rgba(237, 243, 244, 0));
	position: relative;
}




.about-bg-left {
	top: -210px;
	left: -5px;
	width: 100%;
	height: 100%;
	position: absolute;
	/* background-color: var(--primary-color-opt); */
	z-index: 0;
}

.abt-image-container img {
	object-fit: cover;
	width: 100%;
	height: auto;
	max-width: 360px;
}

.module.module-benefits-b.about-2 .row {
	position: relative;
	z-index: 1;
}

.module.module-benefits-b.about-2 p.sub-title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: var(--primary-color);
}

.module.module-benefits-b.about-2 .module-title {
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945 100%);
	font-size: 75px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: left;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.different-cont-main {
	max-width: 765px;
	margin: 0 auto 80px auto;
}

.different-bold-cont {
	font-size: 18px;
	margin-bottom: 22px;
	color: var(--primary-color);
}

.different-content p {
	font-size: 18px;
	line-height: 1.7;
}



.module-contact-block-a .flex-container {
	flex-wrap: wrap;
}

.module-contact-block-a-content,
.module-contact-block-a-form {
	width: 100%;
}

.module-contact-block-a-content {
	margin-bottom: 40px;
}

.module-contact-block-a-content p:last-of-type {
	margin: 0;
}

.module-contact-block-a-form-intro {
	text-align: center;
	margin-bottom: 20px;
}

.module-contact-block-a-form-intro>* {
	margin: 0;
}

.module-contact-block-a-form .button-container {
	text-align: center;
}

@media screen and (min-width: 1025px) {
	.module-contact-block-a .flex-container {
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.module-contact-block-a-content {
		width: 60%;
		margin: 0 80px 0 0;
	}

	.module-contact-block-a-form {
		flex: 1;
	}
}


.module.module-cta-b.center.about-3 {
	padding-top: 15px;
}

.module.module-cta-b.center.about-3 .module-cta-b-box-inner {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}


.module.module-cta-b.center.about-3 .module-cta-b-box-inner p {
	font-size: 24px;
	font-weight: bold;
	color: var(--primary-color);
}



.attor-cir-logo-main.about-logo {
	position: absolute;
	right: inherit;
	top: -90px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 0;
}

.attor-cir-logo-main.about-logo .attor-cir-logo-img {
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.module.module-contact-block-a.about-4 h2.green {
	background-image: linear-gradient(to right, #0a4e80, #35c376 48%, #74d945);
	font-size: 45px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	margin-bottom: 5px;
}


.module.module-contact-block-a.about-4 .outline {
	flex-grow: 0;
	margin: 0;
	-webkit-text-stroke: 2px #357abd;
	font-size: 115px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.86;
	letter-spacing: normal;
	text-align: center;
	display: inline-block;
	width: auto;
	text-transform: uppercase;
	color: transparent;
}

.about-4-cont-left-inn {
	max-width: 315px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	justify-content: center;
}

.about-4-cont-left-inn {
	max-width: 404px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 5px;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	padding-right: 00;
	position: relative;
}

.about-4-cont-left-inn::after {
	content: "";
	position: absolute;
	right: -30px;
	top: 0;
	background: #0a4e80;
	height: 100%;
	width: 1px;
}

.about-4-cont-left-inn .button {
	margin-top: 20px;
}


.about-4-cont-left-inn .button {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
	min-width: 200px;
	padding: 12px 15px;
}

.about-4-cont-left {
	padding-right: 0;
}

.about-4-cont-right {
	padding-left: 20px;
}

.about-4-cont-right p {
	color: var(--primary-color);
	font-size: 20px;
	line-height: 1.78;
	max-width: 530px;
}

.about-4-cont-right p a:hover,
.about-4-cont-right p a:focus {
	color: var(--primary-color);
	text-decoration: underline;
	font-weight: bold;
}

.about-4-cont-right p a {
	color: var(--secondary-color);
	text-decoration: underline;
	font-weight: bold;
}


/*About Page CSs END*/


.module-tough {
	position: relative;
	padding: 70px 0 20px 0;
	overflow: hidden;
}

.tough-bg-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}

.tough-logo-bg-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.tough-logo-bg-image-inn {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	height: 100%;
}

.tough-logo-bg-image-inn img {
	/* object-fit: cover; */
	/* object-fit: inherit; */
	width: auto;
	height: 100%;
	max-width: 650px;
	margin-left: -7%;
}

.tough-bg-image img {
	object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.module-tough.map-tx .row {
	position: relative;
	z-index: 1;
}

.tough-right img {
	max-width: 695px;
	width: 100%;
	opacity: 0;
}

.tough-right-img.image-active-swipe-right.animate-in-view.animated {
	-webkit-animation: image-reveal-left 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
	animation: image-reveal-left 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
	opacity: 1;
}

.tough-right-img.image-active-swipe-right.animate-in-view.animated {
	-webkit-animation: image-reveal-right 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
	animation: image-reveal-right 2500ms cubic-bezier(0.72, 0.24, 0.19, 0.82) forwards;
	opacity: 1;
}

.module-tough.map-tx::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 288px;
	height: 661px;
	background: #e3d092;
	z-index: -1;
}

.module-tough.map-tx .columns.no-float {
	display: flex;
	align-items: flex-end;
	column-gap: 15px;
}

.stats-imgtough-left-inn img {
	max-width: 240px;
}

.stats-img.columns.medium-5.large-5.small-12.tough-left {
	text-align: right;
}

.stats-imgtough-left-inn {
	margin-bottom: 130px;
}

.map-title h2 {
	font-size: 65px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: -2.6px;
	text-align: center;
	color: var(--primary-color);
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 35px;
}

.county-result {
	position: relative;
	z-index: 1;
}

.map-title h2 strong {
	color: var(--secondary-color);
}

.txc-list li {
	font-size: 16px;
	font-weight: 600;
}

.txc-az {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 0 auto;
	background: #fff;
	padding: 50px 0;
}

.txc-az a {
	text-decoration: none;
	padding: .25rem .5rem;
	border-radius: 6px;
	font-size: 25px;
}

.txc-az a.active {
	font-weight: 600;
	border-color: transparent;
}

.txc-wrap {
	column-gap: 2rem;
	max-width: 1040px;
	margin: 0 auto;
}

/* 6 columns desktop, 4 tablet, 2 mobile */
@media (min-width:1025px) {
	.txc-wrap {}
}

@media (min-width:768px) and (max-width:1024px) {
	.txc-wrap {}
}

@media (max-width:767px) {
	.txc-wrap {}
}

.txc-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 10px;
	justify-content: flex-start;
	max-width: 990px;
	margin: 0 auto;
	padding-left: 35px;
}

.txc-list li {
	margin: .15rem 0;
	width: 15.7%;
	font-size: 16px;
	font-weight: 600;
}

.txc-empty {
	opacity: .7;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
}

.tx-counties-list {
	padding: 80px 0 60px 0;
}





/*/////// Template Result Page Css Start Here////////////*/

.module-practices-a .practices-single {
	width: 100%;
	height: auto;
	min-height: 350px;
	background: var(--primary-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
	position: relative;
	/*	overflow: hidden;*/
	max-width: 460px;
}

.module-practices-a-inner.prac-landing .practices-single-title {
	position: relative;
	align-self: flex-end;
	padding-bottom: 58px;
}

.module-practices-a-inner.prac-landing .results-a-single-img img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.module-practices-a .practices-single .practices-single-title {
	background: transparent;
	width: 100%;
	text-align: center;
	padding: 0px 0;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	color: #fff;
}

.practices-single-title h3 {
	color: #fff;
}


.module-practices-a .practices-single .practices-single-content {
	color: #fff;
	display: none;
	margin: 0;
	padding: 20px;
	font-size: 0.8rem;
	align-items: center;
	justify-content: center;
	background-color: var(--primary-color);
	position: absolute;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	top: 0;
	padding-top: 50px;
	width: 100%;
	height: 100%;
	align-content: flex-start;
}

.module-practices-a .practices-single:hover .practices-single-content,
.module-practices-a .practices-single:focus .practices-single-content {
	display: flex;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
	flex-wrap: wrap;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {
	background: var(--primary-color);
}

.module-practices-a .practices-single:hover .practices-single-title h3,
.module-practices-a .practices-single:focus .practices-single-title h3 {
	color: #fff;
}

.practices-single-img img {
	display: inline-block;
}

.pract-single-tit-inn {
	min-height: 215px;
	padding: 0 10px;
}

.practices-single-div hr {
	width: 55px;
	margin: 40px auto 30px auto;
}

.practice-amount {
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.52px;
	text-align: center;
	color: var(--alternate-color);
	margin-bottom: 10px;
}

.practice-verdict {
	font-size: 19px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	color: var(--primary-color);
	margin-bottom: 8px;
}

.pract-single-tit-inn h3 {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2.4px;
	text-align: center;
	color: #006429;
	text-transform: uppercase;
	margin-bottom: 0;
}

.practice-plus-icon {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-left: 10px;
	padding-top: 14px;
}

.practice-plus-icon::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	width: 0;
	height: 0;
	border-bottom: 55px solid var(--primary-color);
	border-left: 55px solid transparent;
	z-index: -1;
}

.practice-plus-icon i {
	color: #fff;
	font-size: 14px;
}


.module-practices-a .practices-single:hover .practice-plus-icon::after,
.module-practices-a .practices-single:focus .practice-plus-icon::after {
	border-bottom: 55px solid #fff;
	border-left: 55px solid transparent;

}

.module-practices-a .practices-single:hover .practice-plus-icon i,
.module-practices-a .practices-single:focus .practice-plus-icon i {
	color: var(--primary-color);
	font-size: 14px;
}

.module-practices-a .practices-single:hover .practice-plus-icon i:before,
.module-practices-a .practices-single:focus .practice-plus-icon i:before {
	content: "\f068";

}

.pa-hover-amt {
	font-size: 38px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -1.52px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.pa-hover-verdict {
	font-size: 19px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.38px;
	text-align: center;
	color: #fff;
	margin-bottom: 7px;
}

.pa-hover-pa {
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2.4px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.pa-hover-content p {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.practices-single-div.hover {
	display: inline-block;
	width: 100%;
}

.practices-single-div.hover hr {
	margin: 23px auto 13px auto;
}




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

	.module-practices-a-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		display: flex;
		flex-wrap: wrap;
		column-gap: 40px;
		row-gap: 35px;
		justify-content: center;
	}


	.module-practices-a .practices-single {
		/* min-height: 550px; */
		height: auto;
		width: 32%;
	}


}

@media screen and (min-width: 1025px) {
	.module-practices-a-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}


/*/////////Module consultation cta CSS/////////*/

.result-module {
	position: relative;
	min-height: 540px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 80px;
}

.module.module-practices-a {
	width: 100%;
}

.result-module .columns.no-float {
	display: flex;
	align-items: center;
	height: 100%;
}


.consult-bg-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}

.consult-bg-image img {
	object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.result-module .row {
	max-width: 1180px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.result-module .consultation-cta-right.hide-for-small-only {
	position: relative;
	text-align: right;

}

.columns.medium-7.large-7.small-12.consultation-cta-left {
	padding: 0;
}

.result-module .consultation-cta-left h2 {
	font-size: 65px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.02;
	letter-spacing: -2.6px;
	text-align: left;
	color: var(--primary-color);
	margin: 0;
	text-transform: none;
}

.result-module .consultation-cta-left h2.white {
	color: var(--primary-color);

}

.result-module .consultation-cta-left h2 strong {
	color: var(--secondary-color);
}

.result-module .consultation-cta-left hr {
	margin-top: 20px;
	margin-bottom: 30px;
}

.consult-cta-left.result-cont {
	max-width: 545px;
	margin-top: 35px;
}

.result-module .consultation-cta-left p {
	font-size: 18px;

	font-weight: 600;

	font-stretch: normal;

	font-style: normal;

	line-height: 1.67;

	letter-spacing: normal;

	text-align: left;

	color: #000;
}

.result-module .consultation-cta-left .button {
	margin-top: 40px;
}

.result-module .consultation-cta-left .button:hover,
.result-module .consultation-cta-left .button:focus {
	background: var(--alternate-color);
	border-color: var(--alternate-color);
}



.result-module .consultation-cta-right.hide-for-small-only {
	position: relative;
}

.consultation-cta-right.hide-for-small-only img {
	right: 0;
	position: relative;
	max-width: 400px;
	margin-top: 0;
	height: auto;
	width: 100%;
}

.columns.medium-7.large-7.small-12.consultation-cta-left {
	padding: 0;
	position: relative;
}



/*/////////Module consultation cta CSS/////////*/




/*/////// Template Result Page Css END Here////////////*/





.module-practices-f-single {
	width: 100%;
	height: 200px;
	background-color: #14172f;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
	background: #0093ff;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.module-practices-f-inner {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.module-practices-f-single {
		margin-bottom: 0;
	}
}






@media screen and (min-width: 280px) and (max-width: 767px) {


	.module-intro-a.who-we-are h2 {
		font-size: 34px;
	}

	.abt-image-container img {
		max-width: 200px;
	}

	.module-intro-a.who-we-are.center .module-intro-content.row-narrow p {
		font-size: 18px;
		line-height: 1.6;
		font-weight: 500;
	}

	.module.module-intro-a.who-we-are.center {
		padding-bottom: 105px;
	}

	.module.module-benefits-b.about-2 {
		padding-top: 120px;
	}

	.about-bg-left {
		top: -117px;

	}

	.module.module-benefits-b.about-2 p.sub-title {
		font-size: 30px;
		margin-bottom: 10px;

	}

	.module.module-benefits-b.about-2 .module-title {
		font-size: 45px;

	}

	.box-content-inn h3 {
		font-size: 22px;
		margin-bottom: 0;
	}

	.box-content-inn img {
		max-width: 32px;
		margin-top: 0;
	}

	.box-content-inn {
		margin-bottom: 05px;
	}

	.module-benefits-b-box .small-text p {
		font-size: 15px;
	}

	.module.module-benefits-b.about-2 .module-benefits-b-box {
		margin-bottom: 30px;
		position: relative;
	}

	.module-benefits-b-box:nth-child(2n-1)::before {
		opacity: 0;
	}

	.module-benefits-b-box:nth-child(2n-1)::after {
		opacity: 0;
	}

	.different-cont-main {
		margin: 0 auto 40px auto;
	}

	.module.module-benefits-b.about-2 {
		padding-bottom: 0;
	}

	.module.module-cta-b.center.about-3 .module-cta-b-box-inner p {
		font-size: 22px;

	}

	.attor-cir-logo-main.about-logo .attor-cir-logo-img {
		width: 280px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.attor-cir-logo-img img {
		max-width: 250px;
		width: 100%;
	}

	.module.module-cta-b.center.about-3 {
		padding-top: 15px;
		padding-bottom: 30px;
	}

	.about-4-cont-left {
		padding-right: 0;
		padding-left: 0;
	}

	.about-4-cont-right {
		padding-left: 0;
		padding-right: 0;
		padding-top: 50px;
		text-align: center;
	}

	.module.module-contact-block-a.about-4 {
		padding-bottom: 30px;
	}

	.about-4-cont-left-inn::after {
		opacity: 0;
	}




	.cont-tab-main .content-tabs-row {
		margin: 0;
		display: block;
	}

	.content-tabs-row .content-tab-activate {
		margin-right: 10px;
		width: 100%;
		text-align: center !important;
		padding: 10px 15px !important;
		min-height: inherit !important;
		border: none !important;
		font-size: 16px !important;
	}

	.content-tabs-row .content-tab-activate::after {
		opacity: 0 !important;
	}

	.content-tabs-row-inner {
		padding: 40px 0;
	}

	.content-tab.active {
		padding: 0;
		margin-bottom: 0;
	}

	.cont-tab-main {
		margin-bottom: 50px;
	}

	section.sidebar-block {
		margin-bottom: 70px;
	}

	.sidebar section ul li::after {
		width: 100% !important;

	}

	.tough-logo-bg-image-inn img {
		width: auto;
		height: 100%;
		max-width: 350px;
		margin-left: -28%;
	}

	.module-tough.map-tx::after {
		width: 125px;
		height: 360px;

	}

	.module-tough.map-tx .columns.no-float {
		flex-direction: column-reverse;
		row-gap: 20px;
		justify-content: center;
	}

	.stats-imgtough-left-inn {
		margin-bottom: 40px;
		text-align: left;
	}

	.stats-img.columns.medium-5.large-5.small-12.tough-left {
		text-align: left;
	}

	.tough-right img {
		max-width: 350px;
		width: 100%;
	}

	.stats-img.columns.medium-5.large-5.small-12.tough-left {
		text-align: center;
	}

	.texas-title.columns.medium-12.large-12.small-12.map-title {
		display: none;
	}

	.txc-az {
		display: none;
	}

	.county-result {
		padding: 0 45px;
	}

	.stats-imgtough-left-inn {
		margin-bottom: 0;
		text-align: left;
	}

	.stats-img.columns.medium-5.large-5.small-12.tough-left {
		text-align: center;
		padding: 0 30px;
	}

	.txc-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 5px;
		padding: 0;
	}

	.txc-list li {
		font-size: 16px;
		font-weight: 600;
		width: 48%;
		margin-bottom: 7px;
	}

	.tx-counties-list {
		padding: 40px 0 60px 0;
	}

	.result-module {
		padding-top: 30px;
	}

	.result-module .consultation-cta-left h2 {
		font-size: 40px;

	}

	.result-module .consultation-cta-left h2 {
		font-size: 40px;
		line-height: 1.18;
		letter-spacing: -1.6px;
	}

	.consult-cta-left.result-cont {
		max-width: 100%;
		margin-top: 25px;
	}

	.module.module-practices-a {
		padding-top: 15px !important;
	}

	.practices-single-img img {
		display: inline-block;
		width: 100%;
		aspect-ratio: 1 / 0.60;
		object-fit: cover;
		transition: all 0.4s ease-in-out;
		object-position: center;
	}

	.module-practices-a .practices-single {
		margin-bottom: 30px;
		min-height: 500px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	.module-practices-a-inner.prac-landing .practices-single {
		min-height: 170px;
		height: auto;
	}

	.page-template-template-practices .banner::before {
		top: 102px !important;
		height: 200px !important;
	}

	.page-template-template-practices .banner {
		background-size: 140% !important;
		background-position: center top !important;
		height: 302px;
	}


	.page-template-template-practices #main {
		margin-top: -200px !important;
		padding-top: 200px !important;
	}

	.page-template-template-practices .banner-inner.columns {
		align-items: flex-start !important;
		padding-top: 130px !important;
	}

	.page-template-template-practices .banner-inner.columns .banner-title {

		font-size: 50px !important;
		font-weight: normal !important;
	}

	.page-template-template-attorneys #main {
		padding: 40px 0;
	}

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

	.form-input-group.letter-select h3 {
		font-size: 20px;
		font-weight: normal;
		margin: 0;
		margin-right: 15px;
	}

	#attorney-search-form-ajax .hide-for-large h3 {
		font-size: 20px;
		font-weight: normal;
	}

	.attorney-search-form-container .form-input-group {
		margin-bottom: 15px;
	}

	#attorney-search-results {
		padding: 0 25px;
	}

	.attorney-row-link.flex-container.font-normal {
		display: inline-block;
	}

	.attorney-row-link img {
		max-width: 200px;
	}


	.attorney-single-row-arrow {
		bottom: 0;

	}


}




@media screen and (min-width:640px) and (max-width:767px) {

	.module-tough.map-tx::after {
		width: 225px;
		height: 360px;
	}


	.txc-list li {
		font-size: 16px;
		font-weight: 600;
		width: 32%;
		margin-bottom: 7px;
	}


	.attorney-results .attorney-single-box {
		width: 48%;
		max-width: 280px;
	}


	.tough-right img {
		max-width: 450px;
		width: 100%;
	}

	.tough-logo-bg-image-inn img {
		width: auto;
		height: 100%;
		max-width: 350px;
		margin-left: 0;
	}

	.page-template-template-practices .banner::before {
		top: 152px !important;
		height: 300px !important;
	}

	.module-practices-a-inner.prac-landing .practices-single {
		min-height: 270px;
		height: auto;
		max-width: 500px;
	}


}




@media screen and (min-width:767px) and (max-width:1024px) {



	.module-intro-a.who-we-are h2 {
		font-size: 40px;
	}

	.abt-image-container img {
		max-width: 200px;
	}

	.about-bg-left {
		top: -117px;

	}

	.module.module-benefits-b.about-2 .module-title {
		font-size: 60px;
	}

	.module-benefits-b-boxes {
		grid-row-gap: 110px;
		grid-column-gap: 70px;
		max-width: 960px;
		justify-content: center;
		margin: 0 auto;
		overflow: hidden;
	}

	.module-benefits-b-box:nth-child(2n-1)::before {
		right: -30px;
	}

	.module-benefits-b-box {
		margin-bottom: 0;
		width: 42%;
		max-width: 375px;
	}

	.module.module-benefits-b.about-2 {
		padding-bottom: 35px;
	}

	.module.module-cta-b.center.about-3 .module-cta-b-box-inner p {
		font-size: 22px;

	}

	.attor-cir-logo-img img {
		max-width: 200px;
		width: 100%;
	}

	.module.module-cta-b.center.about-3 {
		padding-bottom: 30px;
	}

	.about-4-cont-left {
		padding-right: 0;
		padding: 0;
	}

	.about-4-cont-right {
		padding-left: 40px;
		padding-right: 0;
	}

	.about-4-cont-left-inn::after {
		right: -10px;

	}

	.about-4-cont-right p {
		color: var(--primary-color);
		font-size: 18px;
		line-height: 1.5;
		max-width: 530px;
	}

	.box-content-inn img {
		margin-top: 0;
	}


	.sidebar-block.insights {
		padding: 0 !important;
	}


	.content-tabs-row {
		padding: 10px 0;
	}

	.cont-tab-main {
		margin-bottom: 40px;
	}

	.content-tab.active {
		padding: 0;
	}

	.content.column {
		padding: 0 15px;
	}

	#attorney-sidebar {
		padding: 0 15px;
	}

	.content-tab p {
		font-size: 16px;
	}


	.sidebar section ul li {
		font-size: 16px;
	}

	.sidebar section ul li::after {
		width: 100%;

	}

	.sidebar-block.insights-inn {
		padding: 30px;

	}

	.sidebar-block.insights-inn p {
		font-size: 18px;

	}

	.sidebar-block.insights-inn .button.insight-readmore {
		padding: 12px 20px !important;
		font-size: 16px !important;
	}


	.tough-logo-bg-image-inn img {
		width: auto;
		height: 100%;
		max-width: 450px;
		margin-left: -7%;
	}

	.module-tough.map-tx::after {
		width: 150px;

	}

	.map-title h2 {
		font-size: 55px;
		font-weight: 600;

	}

	.txc-az a {
		text-decoration: none;
		padding: .25rem .3rem;
		border-radius: 6px;
		font-size: 20px;
	}

	.txc-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 5px;
		padding: 0;
	}

	.txc-list li {
		font-size: 16px;
		font-weight: 600;
		width: 24%;
		margin-bottom: 7px;
	}

	.tx-counties-list {
		padding: 40px 30px 40px 30px;
	}

	.module-practices-a .practices-single {
		height: auto;
		width: 48%;
	}

	.columns.medium-5.large-5.small-12.consultation-cta-right.hide-for-small-only {
		display: none;
	}

	.columns.medium-7.large-7.small-12.consultation-cta-left {
		width: 100%;
	}

	.consult-cta-left.result-cont {
		max-width: 100%;
		margin-top: 35px;
	}

	.result-module .consultation-cta-left h2 {
		font-size: 50px;
		line-height: 1.2;

	}

	.result-module {
		padding-top: 40px;
	}

	.module.module-practices-a {
		width: 100%;
		padding-top: 30px;
	}

	.page-template-template-practices #main {
		margin-top: -75px !important;

	}

	.page-template-template-practices .banner::before {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
		opacity: 1;
		height: 250px;
		top: 115px;
	}

	.module-practices-a .practices-single {
		min-height: 275px;
		height: auto;
		width: 45% !important;
	}

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

	.attorney-search-form-container .form-input-group {
		margin-bottom: 0;
	}

	.button.no-button.red.no-before.hide-for-large {
		margin-top: 20px;
	}

	#attorney-search-results {
		padding: 0 25px;
	}

	#attorney-search-form-ajax .hide-for-large h3 {
		font-weight: normal;
		font-size: 25px;
		margin-bottom: 0;
	}

	.attorney-search-form .form-input-row {
		display: flex;
		grid-gap: 1rem;
		gap: 1rem;
		flex-wrap: wrap;
		flex-direction: row;
	}

	#attorney-search-form-ajax .hide-for-large {
		width: 100%;
		min-width: 100%;
		display: block;
	}

	.attorney-search-form-container .form-input-group {
		margin-bottom: 0;
		width: 48.7%;
	}

	.attorney-row-link img {
		max-width: 200px;
	}







}




@media screen and (min-width:1024px) and (max-width:1279px) {

	.module-practices-a .practices-single:hover,
	.module-practices-a .practices-single:focus {
		z-index: 2;
	}

	.tough-logo-bg-image-inn img {
		width: auto;
		height: 100%;
		max-width: 450px;
		margin-left: -7%;
	}

	.module-tough.map-tx::after {
		width: 150px;

	}

	.map-title h2 {
		font-size: 55px;
		font-weight: 600;

	}

	.txc-az a {
		text-decoration: none;
		padding: .25rem .3rem;
		border-radius: 6px;
		font-size: 20px;
	}

	.txc-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		column-gap: 5px;
		padding: 0;
	}

	.txc-list li {
		font-size: 16px;
		font-weight: 600;
		width: 24%;
		margin-bottom: 7px;
	}

	.tx-counties-list {
		padding: 40px 30px 40px 30px;
	}

	.about-4-cont-left-inn::after {

		right: -5px;

	}

	.cont-tab-main .content-tab-activate {
		padding: 10px 15px;
		min-height: 40px;

	}

	.cont-tab-main .content-tabs-row {
		margin: 0;
		padding: 10px 0;
	}

	.result-module .consultation-cta-left h2 {
		font-size: 55px;

	}

	.module-practices-a-inner {
		column-gap: 15px;

	}


	.pa-hover-content p {
		font-size: 16px;

	}

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

	#attorney-search-results {
		padding: 0 25px;
	}


	.attorney-practices {
		display: inline-block;
		/* column-gap: 5px; */
		/* width: 100%; */
		/* margin-bottom: 10px; */
		flex-wrap: wrap;
	}

	.attorney-practices li:nth-child(2)::before {

		display: none;
	}


}







@media screen and (min-width:1920px) and (max-width:12000px) {

	.module-tough.map-tx::after {
		width: 535px;
		height: 660px;

	}

	.tough-right-img {
		margin-left: -50px;
	}


	.tough-logo-bg-image-inn {
		max-width: 93%;

	}

	.tough-logo-bg-image-inn img {
		max-width: 610px;

	}

	.map-title h2 {
		margin-bottom: 55px;
	}





}


@media screen and (min-width:2560px) and (max-width:12000px) {
	.module-tough.map-tx::after {
		width: 35%;
		height: 660px;
	}

	.tough-logo-bg-image-inn {
		max-width: 1920px;
	}

}


@media screen and (min-width:3840px) and (max-width:12000px) {
	.module-tough.map-tx::after {
		width: 40%;
		height: 660px;
	}

	.tough-logo-bg-image-inn {
		max-width: 1920px;
	}

}

/* Pa Landing*/


.page-template-template-practices #main {
	margin-top: -414px;
	padding-top: 150px;
	position: relative;
	z-index: 1;
}

.module-practices-a-inner.prac-landing .results-a-single-img {
	position: absolute;
	top: 0;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.module-practices-a .practices-single {
	width: 100%;
	height: 225px;
	background: var(--body-text-color);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
	/* pointer-events: none; */
	cursor: none;
}

.module-practices-a .practices-single:hover,
.module-practices-a .practices-single:focus {
	background: #14172f;
}

.module-practices-a .practices-single .practices-single-title {
	background: transparent !important;
	width: 100%;
	text-align: center;
	padding: 8px 15px;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-ms-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.module-practices-a-inner.prac-landing .practices-single-title h3 {
	display: flex;
	justify-content: space-between;
	padding: 23px 15px;
	font-size: 20px;
	font-weight: 600;
}

.module-practices-a-inner.prac-landing .practices-single-title h3 i {
	font-size: 18px;
	font-weight: normal;
}

.module-practices-a-inner.prac-landing .practices-single:hover .practices-single-title {
	opacity: 0;
}

.module-practices-a-inner.prac-landing .results-a-single-img::after {
	content: "";
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1;
	background-image: linear-gradient(to top, #8c0f0e, rgba(255, 255, 255, 0));
	bottom: 0;
}


.module-practices-a-inner.prac-landing .practices-single:nth-child(1) .results-a-single-img::after {
	background-image: linear-gradient(to top, #8c0f0e, rgba(255, 162, 121, 0.17));
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(2) .results-a-single-img::after {
	background-image: linear-gradient(to top, #262261, rgba(38, 34, 97, 0));
}


.module-practices-a-inner.prac-landing .practices-single:nth-child(3) .results-a-single-img::after {
	background-image: linear-gradient(to top, #0093db, rgba(0, 147, 219, 0));
	;
}


.module-practices-a-inner.prac-landing .practices-single:nth-child(4) .results-a-single-img::after {
	background-image: linear-gradient(to top, #b17114, rgba(209, 103, 55, 0.24));
	;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(5) .results-a-single-img::after {
	background-image: linear-gradient(to top, #8c0f0e, rgba(255, 162, 121, 0.17));
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(6) .results-a-single-img::after {
	background-image: linear-gradient(to top, #262261, rgba(38, 34, 97, 0));
}


.module-practices-a-inner.prac-landing .practices-single:nth-child(7) .results-a-single-img::after {
	background-image: linear-gradient(to top, #0093db, rgba(0, 147, 219, 0));
	;
}


.module-practices-a-inner.prac-landing .practices-single:nth-child(8) .results-a-single-img::after {
	background-image: linear-gradient(to top, #b17114, rgba(209, 103, 55, 0.24));
	;
}



.module-practices-a-inner.prac-landing .practices-single:nth-child(9) .results-a-single-img::after {
	background-image: linear-gradient(to top, #8c0f0e, rgba(255, 162, 121, 0.17));
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(10) .results-a-single-img::after {
	background-image: linear-gradient(to top, #262261, rgba(38, 34, 97, 0));
}


.module-practices-a-inner.prac-landing .practices-single:nth-child(11) .results-a-single-img::after {
	background-image: linear-gradient(to top, #0093db, rgba(0, 147, 219, 0));
	;
}


.module-practices-a-inner.prac-landing .practices-single:nth-child(12) .results-a-single-img::after {
	background-image: linear-gradient(to top, #b17114, rgba(209, 103, 55, 0.24));
	;
}







.module-practices-a-inner.prac-landing .practices-single:nth-child(1):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(1):focus .practices-single-content {
	background: #c1292e;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(2):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(2):focus .practices-single-content {
	background: #262261;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(3):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(3):focus .practices-single-content {
	background: #0093db;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(4):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(4):focus .practices-single-content {
	background: #b17114;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(5):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(5):focus .practices-single-content {
	background: #c1292e;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(6):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(6):focus .practices-single-content {
	background: #262261;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(7):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(7):focus .practices-single-content {
	background: #0093db;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(8):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(8):focus .practices-single-content {
	background: #b17114;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(9):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(9):focus .practices-single-content {
	background: #c1292e;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(10):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(10):focus .practices-single-content {
	background: #262261;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(11):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(11):focus .practices-single-content {
	background: #0093db;
}

.module-practices-a-inner.prac-landing .practices-single:nth-child(12):hover .practices-single-content,
.module-practices-a-inner.prac-landing .practices-single:nth-child(12):focus .practices-single-content {
	background: #b17114;
}

.module-practices-a .practices-single h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
}

.module-practices-a .practices-single .practices-single-content {
	color: #fff;
	display: none;
	margin: 0;
	padding: 15px;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	width: 110%;
	left: -5%;
	height: 115%;
	top: -5%;
}

.module-practices-a .practices-single:hover .practices-single-content,
.module-practices-a .practices-single:focus .practices-single-content {
	display: flex;
	-webkit-animation: fadeIn 200ms ease-out;
	animation: fadeIn 200ms ease-out;
	align-content: center;
	align-items: center;
	background: #c1292e;
}

.module-practices-a .practices-single:hover .practices-single-title,
.module-practices-a .practices-single:focus .practices-single-title {
	background: #004d8e;
}

.module-practices-a .practices-single:hover .practices-single-title h3,
.module-practices-a .practices-single:focus .practices-single-title h3 {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.module-practices-a-inner {
		display: flex;
		grid-template-columns: repeat(2, 1fr);
	}

	.module-practices-a .practices-single {
		min-height: 275px;
		height: auto;
	}
}

@media screen and (min-width: 1025px) {
	.module-practices-a-inner {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (max-width: 768px) {
	img.office-block-image-mobile.lazy-img {
		width: 100%;
	}
}

#attorney-search-form-ajax select,
#attorney-search-form-ajax .select-wrapper label {
	color: #fff;
}