/* Subpage styling goes here. Excluded on homepage */

/*
SUBPAGE STRUCTURE
BLOG
TEMPLATES
*/




/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/

#header-desktop {
	opacity: 1 !important;
}

.banner {
	height: 250px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-color: #020926;
		height: 500px;
	/*background-size: 0px !important;*/
}
#banner::after {
	background: rgba(2, 19, 52, 0.2);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.banner,
.banner-xl {
	margin-top: 0;
}

.banner-image::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
}
.banner-image {
	height: 100%;
	width: 100%;
	content: "";
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1.03);
	transform-origin: center;
	-webkit-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	-moz-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	-ms-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	-o-transition: transform 1000ms ease-out, opacity 300ms ease-out;
	transition: transform 1000ms ease-out, opacity 300ms ease-out;
	opacity: 0;
	 
}
 .single-attorneys .banner #banner-image {
	opacity: 1 !important;
	transform: none !important;
}

.banner-inner {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
	padding-top: 70px;
	padding-bottom: 30px;
	max-width: 85%;
	margin: 0 auto;
}

.banner-title {
	color: var(--color-near-white);
	margin-bottom: 0;
	font-family: var(--font-family-heading);
	font-size: 52px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
 
}
.columns.medium-6.large-6.small-12.ban-row-left {
	padding: 0;
	text-align: left;
	max-width: 400px;
}

.pa-bg-video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.pa-video-bg {
	/* background-image: url(../images/banner-logo-bg.png); */
	background-image: url(/wp-content/uploads/overlay.png);
	/* background-repeat: no-repeat; */
	background-size: 100% 100%;
	/* background-repeat: no-repeat; */
	background-position: right top;
	height: 100%;
/*	max-width: 1920px;*/
	margin: 0 auto;
}




.ban-ti-main {
	display: inline-block;
	overflow: hidden;
}
@media screen and (min-width: 920px) {

.banner-title {
	font-size: 52px;
	line-height: 1.2;
}

}

@media screen and (min-width: 1025px) {
.banner {
	height: 500px;
	 
}

	.banner,
	.banner-xl {
		margin-top: 0px;
	}
}

 



/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/

.search-form {
	display: flex;
	position: relative;
	background: var(--alternate-color-two);
}
.search-form label {
	padding-left: 20px;
}

.search-form button {
	height: 45px;
	width: 45px;
	font-size: 1.1rem;
	padding: 0 12px;
	border-radius: 0;
}


 

/* 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 - Posts, search results, and pagination
*******************************************************************************************/

.post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #112240;
	padding: 15px 0px 00px 0px;
	padding-top: 0px;
}

 .blog-text {
	padding: 0;
}

.poat-date {
	background: var(--secondary-color);
	display: inline-block;
	padding: 8px 19px 8px 3px;
	color: #fff;
	font-size: 13px;
	position: relative;
	margin-bottom: 20px;
}
.poat-date::before {
	position: absolute;
	content: "";
	background: #fff;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
}

.post:last-child {
	border: none;
	 
}

.post-head h1, .post-head h2 {
	font-size: 28px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	font-family: var(--font-family-heading);
	text-decoration: none;
	letter-spacing: 0;
	margin-top:15px;
}

.post-head h1 a, .post-head h2 a {
	font-size: 28px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	color: #fff;
	text-transform: capitalize;
	font-family: var(--font-family-heading);
	text-decoration: none;
	letter-spacing: 0;
}

.post-head h1 a:hover,
.post-head h1 a:focus, 
.post-head h2 a:hover,
.post-head h2 a:focus {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	color:var(--secondary-color);
	text-decoration: none;
}


.post-head,
.post-body {
	margin-bottom: 40px;
}

.post-body {
	display: flex;
}

.single-post .post-body {
	display: flex;
}

.post-head-info {
	line-height: 1.3;
	margin-top: 00px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #2e3740;
	text-transform: uppercase;
}
.post-head-info div span:nth-child(2) {
	display: none !important;
}

.post-head {
	padding-bottom: 0;
	margin-bottom: 10px;
}

 .post-date {
	background: var(--secondary-color);
	padding: 8px 20px;
	color: #fff;
	font-size: 0.838rem;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 10px;
	/* display: inline-block; */
	text-transform: uppercase;
	/* display: none; */
}

 


.post-bottom a {
	letter-spacing: 0;
	text-transform: capitalize;
	color: #131948;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
	/* padding: 0; */
	letter-spacing: 0;
	border: 0px solid #0057e2;
	font-size: 17px;
	padding: 15px 0;
	text-decoration: none;
	text-transform: capitalize;
	position: relative;
}

.post-bottom a:hover,
.post-bottom a:focus { 
	color: #131948;
	background: transparent;
	text-decoration: none;
	 
}

.post-bottom a.post-bottom-share {
	color: #fff;
	text-decoration: none;
	padding: 12px 20px 12px 20px;
	background: transparent !important;
	font-size: 20px;
}

.post-bottom a.post-bottom-share:hover,
.post-bottom a.post-bottom-share:focus {
    color:var(--secondary-color);
	text-decoration: none;
	background: transparent !important;
	
}


.post-bottom a.show-more-btn::after,
.post-bottom a.show-more-btn::after {
/*	position: absolute;
	bottom: 0;
	background: #00a7ce;
	width: 0%;
	height: 4px;
	left: 0;
	content: "";
	 background-image:linear-gradient(to left, #00a7ce 70%, #00a7ce);
	 opacity:0;
	 	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;*/
}
.post-bottom a.show-more-btn:hover:after,
.post-bottom a.show-more-btn:focus:after {
/*	width: 100%;
	opacity:1*/
 
}

 .main-navigation-menu > li a::before {
	bottom: 0;
	display: block;
	height: 3px;
	width: 0%;
	content: "";

	 
}
.show-more-btn.outline i {
	/* display: none; */
	font-size: 19px;
	margin-left: 5px;
	font-weight: normal;
}


.post-bottom a i {
	font-weight: bold;
}
.post-head-info a {
	font-size: 14px;
	font-weight: 300 !important;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #546078;
	text-decoration: none !important;
	letter-spacing: 1.5px;
}
.single-practices a.show-more-btn.outline {
	display:inline-block;
}

.excep-content {
    padding-bottom: 20px;
}
.single-practices a.show-more-btn.outline, .page-template-template-contact a.show-more-btn.outline, .post-bottom a.show-more-btn.outline {
	border: 0px solid #8a7f79;
	padding: 5px 0px !important;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	text-decoration: none !important;
	font-weight: normal;
	font-family: var(--font-family-heading);
	position:relative
}

.single-practices a.show-more-btn.outline:hover,
.single-practices a.show-more-btn.outline:focus
.page-template-template-contact a.show-more-btn:hover,
.page-template-template-contact a.show-more-btn:focus,
.post-bottom a.show-more-btn:hover,
.post-bottom a.show-more-btn:focus {
	border: 0px solid #8a7f79;
	padding: 5px 0px !important;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	text-decoration: none !important;
	font-weight: normal;
	font-family: var(--font-family-heading);
}

.post-bottom a.show-more-btn.outline::after, 
.post-bottom a.show-more-btn.outline::after {
	position: absolute;
	bottom: 1px;
	background: #372f3f;
	width: 0%;
	height: 4px;
	left: 0;
	content: '';
	background-image: linear-gradient(to left, #ffbc42 70%, #ffbc42);
	opacity: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.post-bottom a.show-more-btn.outline:hover:after,
.post-bottom a.show-more-btn.outline:focus:after {
	width: 100%;
	opacity: 1;
}

 

.post-head-info a strong {
	letter-spacing: 1px;
	font-size: 13px;
	letter-spacing: 2px;
	font-weight: 600;
}

.post-head-info i {
	margin: 0 5px;
	font-weight: normal !important;
	color: #284778;
	display:none;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: var(--secondary-color);
}

.post-head-info span {
	margin-bottom: 0;
	font-weight: 400 !important;
    letter-spacing: 1px;
}

.post-head-info span:not(:last-of-type)::after {
	width: 2px;
	height: 15px;
	background: top;
	content: '|';
	display: inline-block;
	margin: 0 10px 0 5px;
	position: relative;
	top: -1px;
	font-size: 15px;
	color: #a4a4a4;
	opacity: 0 !important;
}

.post-body-image img {
	max-width: 100%;
	border-radius:0px;
}

.blogImg {
	padding-right: 0;
}


.post-body-image {
	margin-bottom: 15px;
}

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;
	-ms-align-items: center;
	align-items: center;
	column-gap: 10px;
	margin-top: 15px;
	justify-content: space-between;
}

.button.blog-btn {
	margin-right: 15px;
}

.post-bottom-share {
	color: #E80924;
	font-weight: 600;
}
.catPostList {
	margin-bottom: 0;
}
.post-head .cat-title {
	margin-bottom: 0;
}

.sidebar .right-form.cat-contact-right-form {
	margin-top: 0;
}
.small-12.map-main {
	margin-bottom: 50px;
}

.post-body-excerpt {
	width: 100%;
	font-family: var(--body-font-family);
	padding-right: 30px;
	/* font-size: 1.063rem; */
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

@media screen and (min-width: 1025px) {
.post-body {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

	.single .post-body-image {
		margin: 0 0 25px;
	}

	.post-body-image ~ .post-body-excerpt {
		margin-left: 00px;
		width: 100%;
	}
}

/* BLOG > Page Navigation */
.wp-pagenavi {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-pagenavi a, .wp-pagenavi span {
	font-weight: normal !important;
	text-decoration: none;
	border-radius: 55px;
	width: 30px;
	height: 30px;
	line-height: 27px !important;
	text-align: center;
	margin: 0;
	display: block;
	background: #fff;
	color: var(secondary-color);
	margin-right: 5px;
	border: 0px solid transparent !important;
	font-size: 1.063rem;
	border-width: 0px !important;
	outline: none;
	color: #464648;
}



.wp-pagenavi span.current {
	color: #2a4757;
	background-color: transparent;
	border: none !important;
	border-radius: 55px;
	font-weight: bold !important;
	text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi a:focus {
	color: #2a4757;
	background-color: transparent;
	border: none!important;
	border-radius: 55px;
	font-weight: normal !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: #464648;
	background: none;
	padding: 0 15px;
	border-radius: 0;
	border-color: transparent !important;
	font-weight: 600 !important;
	font-size: 18px;
	border: none !important;
	font-family: var(--body-font-family);
}


.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:#2a4757;
	font-weight: 600 !important;
}


.wp-pagenavi i {
	font-weight: normal !important;
	font-size: 18px;
	line-height: normal;
	padding: 0 5px;
}


/*******************************************************************************************
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-near-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-near-white);
	color: var(--color-secondary);
}

.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 */
/* CONTENT > Attorneys Landing */
 
}

.attorney-results {
	display: block;
	outline: none;
}

.attorney-result-single {
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	text-decoration: none;
}

 

.attorney-result-image-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: flex-end;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #d9d9d9;
	padding-top:0px;
}

.attorney-result-image-container img {
	width: 100%;
	max-width: 400px !important;
	margin: 0 auto;
}

.attorney-result-single:hover .attorney-result-image-container,
.attorney-result-single:focus .attorney-result-image-container {
/*	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);*/
	position: relative;
}

.attorney-result-overlay {
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	background: RGB(4, 10, 34,0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.attorney-result-single:hover .attorney-result-overlay,
.attorney-result-single:focus .attorney-result-overlay {
	opacity: 1;
}
.attorney-result-single .attorney-result-info {
	text-align: center;
	padding: 15px 15px 5px 15px;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	margin-bottom: 0;
}
.attorney-result-info h2,
.attorney-result-info p {
	margin: 0;
}

.attorney-result-single hr {
	margin: 0 auto !important;
	background: #004584;
	height: 3px;
}

.attorney-result-single:hover,
.attorney-result-single:focus {
	text-decoration: none;
}

.attorney-result-single h2 {
	font-size: 1.8rem;
	margin-bottom: 0px;
	color: #040A22;
	font-weight: 500;
}

.attorney-result-info p {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding-bottom: 10px;
	color: #040A22;
	font-family: var(--heading-font-family);
	font-style: italic;
}
 
@media screen and (min-width: 768px) {
.attorney-results {
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-template-columns: repeat(3, 1fr);
}
.attorney-results .attorney-single-box {
	width: 32%;
}
 
.attorney-result-image-container {
 
	background: #fff;
}
.attorney-result-image-container img {
	width: 100%;
	max-width: 400px !important;
	margin: 0 auto;
}

}

/* Attorney Boxes */
.main-attorney-search,
.page-template-template-attorneys main {
 
}

.attorney-search-inner {
	display: block;
	outline: none;
	transition: filter 300ms ease-out, opacity 100ms ease-out;
}

.attorney-search-inner.search-running {
	filter: blur(12px);
	opacity: 0;
}

.attorney-single-box {
	padding: 0;
	background: var(--color-near-white);
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	flex-wrap: wrap;
}

.attorney-results .attorney-single-box {
	width: 100%;
}

.attorney-single-box img {
	width: 100%;
	transition: all 200ms ease-out;
}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
	transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
	padding: 12px;
	background-color: var(--color-primary);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: background 200ms ease-out;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	color: white;
	margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background: var(--color-alternate);
}

.attorney-single-box h2 {
	font-size: 1.3rem;
}

.attorney-single-box-info p {
	font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 5px;
		grid-column-gap: 5px;
	}

	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
 

	.attorney-results {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Attorney Rows */
.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;
	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 var(--color-gray);
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
	display: block;
}

.attorney-single-row i {
	color: var(--color-primary);
}

.attorney-row-additional {
	margin-top: 6px;
}

.attorney-row-info-main-position {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

@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.attorney-results-type-row {
		display: block;
	}

	.attorney-single-row {
		flex-direction: row;
		border-bottom: 2px solid var(--color-gray);
		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%;
	}
}

/* Attorney Pops */
.attorney-results.attorney-results-type-pop {
	display: block;
}

.attorney-result-pop {
	display: none;
}

.attorney-result-pop-row {
	font-size: 1.1rem;
	padding: 20px 0;
	border-bottom: 1px solid var(--color-gray);
}

.attorney-result-pop-cell {
	flex: 1;
	margin-bottom: 5px;
}

.attorney-result-pop-name {
	flex-basis: 30%;
	width: 30%;
	position: relative;
}

.attorney-result-pop-info {
	margin-left: 40px;
}

.attorney-result-pop-info p {
	margin-bottom: 0;
}

.attorney-result-pop-row i {
	color: var(--color-secondary);
	-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;
}

.attorney-result-pop-cell a {
	text-decoration: none;
}

.attorney-result-pop-cell > a {
	color: var(--color-primary);
}

.attorney-result-pop-name:hover > a,
.attorney-result-pop-cell a:hover,
.attorney-result-pop-cell a:focus {
	text-decoration: underline;
	color: var(--color-alternate);
}

.attorney-result-pop-info > a {
	font-size: 1.2rem;
	margin-bottom: 5px;
}

.attorney-result-pop-info a {
	color: white;
}

.attorney-result-pop-inner {
	display: flex;
	align-items: center;
}

.attorney-result-pop .attorney-result-pop-image img {
	max-width: 130px;
}

.attorney-result-pop {
	position: absolute;
	top: calc(100% - 115px);
	right: 0;
	padding: 30px;
	z-index: 1;
	background: var(--color-primary);
	height: 200px;
}

.attorney-result-pop-image {
	background: var(--color-gray);
	display: flex;
	flex-direction: column;
}

.attorney-result-pop::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14px 15px 0;
	border-color: transparent var(--color-primary) transparent transparent;
	content: "";
	right: calc(100% - 1px);
	top: calc(50% - 15px);
	position: absolute;
}

.attorney-result-pop-vcard {
	margin-left: auto;
	flex-grow: 0;
}

.attorney-result-pop-vcard a:hover i,
.attorney-result-pop-vcard a:focus i {
	color: var(--color-alternate);
}

.attorney-result-pop-name-link {
	font-size: 1.3rem;
	display: block;
	margin-bottom: 8px;
}

@media screen and (min-width: 900px) {
	.attorney-result-pop-cell {
		margin-bottom: 0;
	}
	.attorney-result-pop-name-link {
		margin-bottom: 0;
		font-size: inherit;
	}
	.attorney-result-pop-row {
		display: flex;
		width: 100%;
	}

	.attorney-result-pop-name:focus-within .attorney-result-pop,
	.attorney-result-pop-name:hover .attorney-result-pop {
		display: block;
		-webkit-animation: fadeInLeftSlight 200ms ease-out;
		animation: fadeInLeftSlight 200ms ease-out;
	}
}

/* TEMPLATES > Attorney Search */
.attorney-search-bar {
	text-align: center;
	margin-bottom: 40px;
	border-top: 1px solid var(--color-light-gray);
	border-bottom: 1px solid var(--color-light-gray);
}

.attorney-search-container-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

.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;
	text-align: center;
	padding: 0;
	background: none;
	color: var(--color-secondary);
	text-decoration: none;
	font-weight: 600;
}

#attorney-search-clear {
	display: none;
}

.search-results-displayed #attorney-search-clear {
	display: inline-block;
}

span.attorney-search-letters-single {
	color: var(--color-gray);
}

@media screen and (min-width: 700px) {
	.attorney-search-form .form-input-row {
		display: flex;
	}

	.form-input-group:first-of-type {
		margin-right: 15px;
	}
}

@media screen and (min-width: 1025px) {
	.attorney-search-letters {
		display: flex;
		justify-content: space-between;
	}
}

/* TEMPLATES > Practices Landing */

.accordion-item.practice-box {
	display: block;
	padding: 0px;
	background: var(--color-primary);
	color: white;
	text-align: center;
	margin-bottom: 20px;
	text-decoration: none;
	transition: background 200ms ease-out;
	border: 3px solid #2F3D58;
}

.prac-child-list {
	text-align: left;
}

.prac-child-list {
	text-align: left;
	padding: 0px 10px 10px 33px;
	margin-bottom: 10px !important;
	margin-top: -10px !important;
}

.prac-child-list li {
	position: relative;
}

.prac-child-list li {
	color: var(--color-body-text);
	padding: 0 0 0 20px;
	position: relative;
	font-family: var(--body-font-family);
	margin-bottom: 5px;
}
.accordion-item.single-practice-box.no-child-practice-box.practice-box .prac-title.accordion-item-title::after {
	display: none;
}

.accordion-item.practice-box a {
	text-decoration: none;outline:none
}


.accordion-item.practice-box:hover a h2,
.accordion-item.practice-box:focus a h2 {
	text-decoration: none;
		color: var(--secondary-color);outline:none
}



.prac-child-list li::before {
	position: absolute;
	left: 0;
	content: '\f0da';
	color: var(--color-secondary);
	font-family: "Font Awesome 6 Pro";
	color: var(--secondary-color);
	font-weight: bold;
}
.prac-child-list li a {
	color: #fff;
	text-decoration: none;outline:none
}

.prac-child-list li a:hover,
.prac-child-list li a:focus {
	color: var(--secondary-color);
	text-decoration: none;
	outline:none
}





.accordion-item.practice-box .prac-title {
	padding: 25px;
	color: #fff;
	padding-right: 44px;
	position: relative;
}
.accordion-item.practice-box .prac-title::after {
	background: var(--secondary-color);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 55%;
	font-size: 20px;
	position: absolute;
	right: 25px;
}



.accordion-item.practice-box:hover,
.accordion-item.practice-box:focus,
.accordion-item.practice-box.active {
	border-color: #0558B2;
}

.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;
	align-items: flex-start;
}

	.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%;
}

.office-block-info {
 
	position: relative;
	padding:0 15px;
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin-top: 0px;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

@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: flex-start;
	flex-wrap: wrap;
}
}


/* TEMPLATES > Contact Full */
.page-template-template-contact-full main {
	background-image: url(../images/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-near-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;
}

.content-tab {
	display: none;
	margin-bottom: 50px;
}

.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;
}

.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(--color-secondary);
	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-near-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(--color-secondary);
}

/* TEMPLATES > Testimonials */
.content-testimonial-single:not(:last-child) {
	border-bottom: 1px solid var(--color-gray);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content-testimonial-stars {
	font-size: 1.5rem;
}

.content-testimonial-source {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.content-testimonial-source::before {
	content: "-";
	margin-right: 6px;
	display: inline-block;
}


.pa-bg-video-inn {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-practices .pa-overlay {
	z-index: 0;
	background: rgb(2, 19, 52,0.4);
}
.pa-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(2, 19, 52,0);
	background-size: 3px 3px;
	z-index: -1;
}

.pa-bg-video-inn video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.columns.medium-6.large-6.small-12.pa-bg-row-left {
	padding: 0;
}
 

.module.module-results-a.section-prac-result {
	background-color: #020317;
	position: relative;
	z-index: 1;
		padding: 40px 0 80px 0;
}

.module.module-results-a.section-prac-result .module-title-yellow {
	margin-bottom: 25px;
}

.module.module-results-a.section-prac-result .slick-slide:last-child .module-results-a-single.home-hero-accolades-single {
	border: none;
}
main .row.main-inner {
	max-width: 1180px;
}

.Meet-expert-main {
	max-width: 1215px;
	margin: 0 auto;
}

.Meet-expert-div {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	padding-top: 70px;
	max-width: 1134px;
	margin: 0 auto;
}

 .meet-left h3 {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.4;
	letter-spacing: 3.2px;
	text-align: left;
	color: var(--white);
	margin-bottom: 10px;
}

.Consult-title.meet-sec-title {
	font-size: 51px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: normal;
	text-align: left;
	color: var(--white);
	text-transform: capitalize;
}

.Consult-title.meet-sec-title strong {
	color: var(--alternate-color);
}

.attr-first-section {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}




 /* CONTENT > Attorneys Landing
 
 
 Single practice attorney START*/


.attorney-results {
	display: block;
	outline: none;
}

.attorney-result-single {
	padding: 0;
	background: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
	text-decoration: none;
}

.attorney-results .attorney-result-single {
	width: 100%;
}

.attorney-result-image-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	align-items: center;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: transparent;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}

.attorney-result-image-container img {
	width: 100%;
	max-width: 400px !important;
	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;
	height: auto;
}

.attorney-result-single:hover .attorney-result-image-container,
.attorney-result-single:focus .attorney-result-image-container {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	position: relative;
}
.attorney-result-overlay {
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: rgb(5, 88, 178,0.8);
	transition: all 400ms ease-out;
	font-size: 13px;
	letter-spacing: 2.6px;
	flex-direction: column;
}


.attorney-result-overlay i {
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.14;
	letter-spacing: -1.03px;
	color: var(--alternate-color);
}


.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-result-single .attorney-result-info {
	text-align: center;
	padding: 15px;
	-webkit-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
	background: #011627;
}
.attorney-result-single:hover .attorney-result-info,
.attorney-result-single:focus .attorney-result-info {
	background: #d89c00;
}
.attorney-result-info h2,
.attorney-result-info p {
	margin: 0;
}

.attorney-result-single hr {
	margin: 0 auto !important;
	display: none;
}

.attorney-result-single:hover,
.attorney-result-single:focus {
	text-decoration: none;
}

.attorney-result-single h2 {
	font-size: 24px;
	margin-bottom: 0px;
	font-weight: 600;
	color: #fff;
}

.attorney-result-info p {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #fff;
}

.attorney-results .attorney-single-box {
	width: 50%;
	max-width: 250px;
}




@media screen and (min-width: 550px) {
.attorney-results {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	column-gap: 40px;
	max-width: 1126px;
	margin: 0 auto;
}

	.attorney-results .attorney-result-single {
		width: 49%;
		margin: 1% 0;
	}
.page-template-template-attorneys .attorney-results {
 
	row-gap: 40px;
}



}

.attorney-single-box .attorney-single-box-info {
	padding: 20px 0 15px 0;
	background-color: transparent;
	position: relative;
	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;
	width: 100%;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	color: #372f3f;
	margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	/*  background: #C6A149;*/
}

.attorney-single-box-info::after {
	content: '';
	display: block;
	height: 4px;
	width: 100%;
	margin: 5px auto 0;
	background: var(--alternate-color);
}

.attorney-single-box-info h2 {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--white);
	line-height: 1;
}

.attorney-single-box-info p {
	font-size: 8px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 4.25;
	letter-spacing: 1.6px;
	text-align: left;
	color: var(--white);
	text-transform: uppercase;
}

.attr-first-section {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 0 20px;
}


@media screen and (min-width: 1025px) {
	.attorney-results .attorney-result-single {
		width: 32%;
	}
}

/* Single practice attorney CSS END*/



.module-intro-a-content.in-the-news .row {
	max-width: 1200px;
}
 

.module-intro-a-content.in-the-news {
	background: #020317;
	margin: 50px 0;
	padding: 80px 0 100px 0;
}

.in-the-news-tit-right {
	text-align: right;
}

.blog-first-section {
	padding-bottom: 30px;
}

.blog-date {
	font-size: 15px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.2;
	letter-spacing: 0.6px;
	text-align: center;
	color: rgb(255, 255, 255,0.48);
	text-transform: uppercase;
}

.blog-main p {
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.65;
	letter-spacing: normal;
	text-align: left;
	color: var(--white);
	margin-top: 5px;
	margin-bottom: 10px;
}

.blog-read-more a {
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 2.25px;
	text-align: left;
	color: ;
	text-transform: uppercase;
}

.blog-second-section {
	display: flex;
	column-gap: 45px;
}

.blog-second-section .blog-main {
	position: relative;
}

.blog-main::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 1%;
	border: 1px dashed #707070;
	height: 100%;
	width: 1px;
	font-size: -8px;
	overflow: hidden;
}
.blog-second-section .blog-main:last-child::after {
	display:none;
}
	
.result-number {
	font-size: 32px;
	font-weight: normal;
	padding-right: 0;
	font-family: var(--font-family-heading);
	line-height: 1.4;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align: left;
}

.result-title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

 
 
.page-template-template-areas-we-serve .module-practices-f-single {
	width: 100%;
	min-height: 450px;
	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;
	overflow: hidden;
}
 

  @media screen and (min-width: 768px){
.page-template-template-areas-we-serve .module-practices-f-single {
  width: calc(25% - 20px);
}
}
 
.page-template-template-areas-we-serve .module.module-practices-f .module-practices-f-single {
	margin-left: 0;
	margin-right: 0;
	position: relative;
	background-size: cover;
}

.page-template-template-areas-we-serve .module-practices-f-inner.row-narrow {
	max-width: 1180px;
	width: 100% !important;
	column-gap: 20px;
}
.page-template-template-areas-we-serve .module.module-practices-f .module-practices-f-single h3 {
	position: relative;
	z-index: 2;
	color: #fff;
	letter-spacing: normal;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	font-family: var(--font-family-heading);
	line-height: 1.2;
}

.module.module-practices-f {
	padding: 0px 15px 0px;
}


.page-template-template-areas-we-serve .module-practices-f-single:hover:after,
.page-template-template-areas-we-serve .module-practices-f-single:focus:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: linear-gradient(to bottom, var(--secondary-color) 10%, var(--secondary-color) 50%);
}

@media screen and (min-width: 768px) {
  .page-template-template-areas-we-serve   .module-practices-f-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
.page-template-template-areas-we-serve .module-practices-f-single {
	width: calc(28% - 20px);
}
}
.page-template-template-areas-we-serve .module-practices-f-single::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(6, 55, 108, 0.3) 0%, rgba(6, 55, 108, 0.7) 80%);
	background: linear-gradient(to bottom, rgb(5, 88, 178,0.4) 0%, rgb(5, 88, 178,0.4) 80%);
	content: "";
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 0%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.page-template-template-areas-we-serve .module-practices-f-single:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(11, 22, 81, 0) 10%, rgba(5, 88, 178, 0.8) 50%);
    content: "";
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}


.module.module-faq-a h2.module-title {
	font-size: 35px;
	text-align: left;
	margin-bottom: 40px;
}


@media screen and (min-width:280px) and (max-width: 767px) {
	.pa-bg-video {
	position: relative;
 
}
	
#banner {
	height: auto;
	min-height: 500px;
	margin-top: 155px;
	padding-bottom: 0;
}

.pa-video-bg {
	margin: 0 auto;
	min-height: 400px;
	background-size: 100% auto;
	min-height: 400px;
	background-position: center center;
	background-image: url(../images/mobile-overlay.png);
		background-repeat: no-repeat;
}


.banner > .row {
	height: 100%;
	background-color: #010d34;
}

.banner-inner {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 90%;
	margin: 0 auto;
	text-align: center;
}
.banner-title {
	line-height: 1.2;
	letter-spacing: normal;
	font-size: 35px;
}
.pa-off-title {
	font-size: 18px;
}
.accordion-item.practice-box .prac-title {
	padding: 20px;
	color: #fff;
	padding-right: 35px;
	position: relative;
	font-size: 20px;
}

.accordion-item.practice-box .prac-title::after {
	width: 30px;
	height: 30px;
	font-size: 15px;
	position: absolute;
	right: 10px;
}
.banner-inner {
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
 
}

body.scrolled .header .header-mobile-inner {
	background-color: var(--alternate-color-three);
}

.banner {
	margin-top: 155px;
	height: auto;
	min-height: 400px;
}

.module.module-results-a.section-prac-result .module-title-yellow {
	margin-bottom: 25px;
	padding: 0 50px;
}

.module.module-results-a.section-prac-result .module-results-a-buttons.slick-arrow-container {
	display: none;
}
#slider-results-a-blog {
	padding-bottom: 80px;
}
.single-practices #main::after {
	opacity: 0;
}
.single-practices .content.column {
	padding: 0 30px;
}

.single-practices .sidebar.column {
	padding: 0 30px;
}

.background-input input, .background-input textarea, .background-input select {
	background-color: #fff;
	border: 1px solid #44638c;
	padding-left: 10px;
	height: 55px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: ;
	text-align: left;
	color: #193041;
}


.background-input.select-wrapper::after, .background-input .select-wrapper::after {
	background-color: transparent;
	height: 55px;
	color: #004584;
}

.select-wrapper {
  position: relative;
  width: 100%;
}

.select-wrapper::after {
	content: "\f0d7";
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 50px;
	color: #fff;
	pointer-events: none;
	-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;
	font-size: 17px;
}

.select-wrapper.active:after {
  background: var(--primary-color);
  color: #fff;
}

.single-practices #main {
	padding-bottom: 15px;
}

.single-practices .Meet-expert-div {
	max-width: 83%;
	border-width: 3px;
	padding-top: 50px;
}

.meet-left {
	padding: 0 15px;
	width: 100%;
}
.attr-first-section {
	flex-direction: column;
}
.meet-left h3 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 4px;
	text-align: left;
	color: var(--white);
}

.meet-right.right {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 45px;
}
.single-practices #attorney-results {
	display: flex !important;
	padding: 0 40px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.single-practices #attorney-results .attorney-single-box.sin-attorney {
	width: 100%;
	max-width: 300px;
	margin: 15px auto;
}
.page-template-template-attorneys #attorney-results {
	display: flex !important;
	padding: 0 40px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.page-template-template-attorneys #attorney-results .attorney-single-box {
	width: 100%;
	max-width: 300px;
	margin: 15px auto;
}



.in-the-news-tit-right {
	text-align: left;
}
.Consult-title.meet-sec-title {
	font-size: 40px;
 
}
.blog-second-section {
	display: flex;
	column-gap: 0;
	flex-direction: column;
	row-gap: 60px;
}

.blog-main::after {
	right: 5%;
	top: inherit;
	border: 1px dashed #707070;
	height: 2px;
	width: 90%;
	font-size: -8px;
	overflow: hidden;
	bottom: -28px;
}

.in-the-news-tit-right.show-for-small-only {
	padding: 40px;
	padding-bottom: 0;
}

.module-intro-a-content.in-the-news {
	margin-bottom: 0;
}


.office-block-info {
	position: relative;
	padding: 25px 0;
}





 
}

 




@media screen and (min-width:600px) and (max-width: 767px) {
	#banner {
	height: auto;
	min-height: 550px;
	margin-top: 110px;
	padding-bottom: 0;
}
.module-practices-f-inner.row-narrow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 15px;
}

.page-template-template-areas-we-serve .module.module-practices-f .module-practices-f-single {
 
	width: 48%;
}

.pa-video-bg {
	margin: 0 auto;
	min-height: 500px;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.pa-bg-video {
	position: relative;
	margin-bottom: 0;
}

.banner {
	margin-top: 106px;
	height: auto;
	min-height: 400px;
}

.single-practices #attorney-results .attorney-single-box.sin-attorney {
	width: 100%;
	max-width: 250px;
	margin: 15px auto;
}
 
}



@media screen and (min-width:767px) and (max-width:840px) {
	
.page-template-template-results .module-practices-f-inner {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
 
}	

	
}





@media screen and (min-width:767px) and (max-width: 1024px) {
	
.banner-inner {
	max-width: 90%;
	padding-top: 30px;
}
	
.pa-video-bg {
	background-size: cover;
	background-position: right center;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-repeat: no-repeat;
}	
	
.banner-title {
	font-size: 40px;
 
}	
#banner {
	margin-top: 108px;
	height: 350px;
}
.pa-bg-row-left {
	padding: 0;
}	
	
.accordion-item.practice-box .prac-title::after {
	width: 35px;
	height: 35px;
	right: 15px;
} 
.banner, .banner-xl {
	margin-top: 107px;
	height: 400px;
}
.module.module-results-a.section-prac-result .module-results-a-inner.slider-container {
	max-width: 100%;
}
.module.module-results-a.section-prac-result {
	padding: 40px 0 20px 0;
}
 
.content {
	padding-right: 40px;
} 
 
.single-practices .attorney-results .attorney-single-box {
	width: 50%;
	max-width: 250px;
}
.single-practices .attorney-results {
	column-gap: 30px;
 
}
 .blog-second-section {
	display: flex;
	column-gap: 15px;
}
 .blog-main::after {
	right: 3px;
 
}
.blog-main p {
	font-size: 16px;
 
} 
 
.page-template-template-areas-we-serve .module-practices-f-single {
	width: calc(48% - 20px);
}


.office-block-info {
	position: relative;
	padding: 25px 0;
}



}

@media screen and (min-width:900px) and (max-width:1024px) {
	
.page-template-template-areas-we-serve .module-practices-f-single {
	width: calc(32% - 20px);
}	
	
}


@media screen and (min-width:1025px) and (max-width: 1179px) {
	
.banner-inner {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 95%;
 
}
.pa-video-bg {
	background-size: cover;
	background-position: right center;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-repeat: no-repeat;
}	


	
}



@media screen and (min-width:2300px) and (max-width:12000px) {
	
.banner {
	height: 600px;
}	
	
}

@media screen and (min-width:3840px) and (max-width:12000px) {
	
.banner {
	height: 1000px;
}	
	
}


@media screen and (min-width:4200px) and (max-width:12000px) {
	
.banner {
	height: 1100px;
}	
	
}

@media screen and (min-width: 1025px) {
    .columns.medium-8.large-8.small-12 {
        padding-right: 80px;
        border-right: 1px solid rgba(185, 185, 185, 0.34);
    }
    .columns.medium-4.large-4.small-12 {
        padding-left: 80px;
    }
}