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

/*
	SUBPAGE STRUCTURE
	BLOG
	TEMPLATES
	*/

body,
html {
	scroll-padding-top: 125px; /* adjust the pixel amount here for your top navigation bar height */
}

/*******************************************************************************************
	BANNER - Page-top image and title
	*******************************************************************************************/

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

.banner {
	height: 400px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	/* background-color: #020926; */
	min-height: 400px;
	overflow: hidden;
	background-position: center bottom;
}

#banner::after {
	background: transparent;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(to bottom, #002c57, rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, #002c57, rgba(0, 0, 0, 0.27));
}

.single-attorneys .banner::before {
	opacity: 0183;
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.18) 100%, #000 0%);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(65deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 101%);
}

#banner-image::after {
	background: transparent;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(to bottom, #001a34, rgba(1, 52, 105, 0.33));
}

.single-attorneys #banner-image::after {
	opacity: 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: 300px;
}

.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.04);*/
	transform-origin: center;
	animation: zoom-in-zoom-out1 2s ease;
	-webkit-transition: transform 2000ms ease-out, opacity 300ms ease-out;
	-moz-transition: transform 2000ms ease-out, opacity 300ms ease-out;
	-ms-transition: transform 2000ms ease-out, opacity 300ms ease-out;
	-o-transition: transform 2000ms ease-out, opacity 300ms ease-out;
	transition: transform 2000ms ease-out, opacity 300ms ease-out;
	transition: transform 0.5s ease;
}

@keyframes zoom-in-zoom-out1 {
	0% {
		transform: scale(1.3);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.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;
	margin: 0 auto;
}

.banner-title {
	color: var(--white);
	margin-bottom: 0;
	font-family: var(--font-family-heading);
	font-size: 50px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	opacity: 0;
	animation-name: fadeInUp1;
	-webkit-animation-name: fadeInUp1;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-delay: 1s;
}

.single-cases .banner-title {
	font-size: 40px;
}

@keyframes fadeInUp1 {
	from {
		transform: translate3d(0, 80px, 0);
	}

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

@-webkit-keyframes fadeInUp1 {
	from {
		transform: translate3d(0, 80px, 0);
	}

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

.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-repeat: no-repeat;
	background-size: 650px;
	/* background-repeat: no-repeat; */
	background-position: right top;
	height: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.ban-ti-main {
	display: inline-block;
	overflow: hidden;
}
@media screen and (min-width: 920px) {
	.banner-title {
		font-size: 70px;
		line-height: 1.2;
	}
}

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

	.banner,
	.banner-xl {
		margin-top: 0px;
	}
}

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

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

.blog-filters-category.blog-filters-block {
}
.search-form label {
	/* padding-left: 0; */
	/* font-size: 18px; */
	font-weight: 600;
	/* font-stretch: normal; */
	/* font-style: normal; */
	/* line-height: normal; */
	/* letter-spacing: 1px; */
	/* text-align: left; */
	color: var(--primary-color);
	/* text-transform: uppercase; */
	/* height: 60px; */
	/* line-height: 46px; */
	color: var(--alternate-color);
	font-weight: 500;
	letter-spacing: -0.32px;
	font-size: 16px;
}
.search-form button {
	height: 45px;
	width: 45px;
	font-size: 1.1rem;
	padding: 0 0;
	border-radius: 0;
	background: transparent;
	color: var(--primary-color);
	border: 1px solid #d6d6d6;
	border-left: 0px;
	min-width: 45px;
}
.search-form button:hover,
.search-form button:focus {
	height: 45px;
	width: auto;
	font-size: 1.1rem;
	padding: 0 0;
	border-radius: 0;
	background: transparent;
	color: var(--secondary-color);
}

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

.blog-grid .post-inner {
	padding: 30px;
	background: var(--light-gray-color);
	min-height: 350px;
	position: relative;
}

.post-bottom.sig-cases-bot {
	position: absolute;
	bottom: 15px;
	width: auto;
	align-self: flex-end;
	display: flex;
	min-width: calc(100% - 60px);
	justify-content: space-between;
	align-items: center;
}

.post-bottom-left {
	min-width: calc(90% - 10px);
	max-width: calc(90% - 10px);
	line-height: 1.2;
}

.post-bottom-right .button {
	width: 40px;
	background: #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	color: var(--secondary-color);
	font-size: 15px !important;
	box-shadow: none;
}

.post-bottom-right .button:hover,
.post-bottom-right .button:focus {
	width: 40px;
	background: var(--primary-color);
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	color: var(--white);
	font-size: 15px !important;
}

.blog-grid.sig-cases-main #blog-grid-inner .wp-pagenavi {
	margin-top: 25px;
}

.blog-grid.sig-cases-main #blog-grid-inner .wp-pagenavi {
	margin-top: 25px;
	font-weight: normal;
}

.post-bottom-left div {
	/* display: inline-block; */
	font-size: 11px;
	font-weight: 500;
	/* line-height: 1; */
	margin: 5px 0;
	text-align: left;
}

.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: 30px;
}

.blog-grid .post,
.blog-filters-block {
	max-width: 480px;
}
.post-inner.module-blog-c-single .blog-cat {
	margin-bottom: 10px;
	background: transparent;
	column-gap: 8px;
	display: flex;
	padding: 0;
}
.post-inner.module-blog-c-single h3 {
	margin-bottom: 10px;
}

.post-head-info.details-post.post-inner.module-blog-c-single {
	padding: 0;
}
/* .single-post .banner-title {
	font-size: 35px !important;
} */
.post-bottom-share.detail.no-underline.a2a_dd.external-link {
	background: var(--secondary-color);
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.post-bottom-share.detail.no-underline.a2a_dd.external-link:hover,
.post-bottom-share.detail.no-underline.a2a_dd.external-link:focus {
	background: var(--primary-color);
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.post-inner.module-blog-c-single .blog-cat span {
	background: #f2f4f7;
	padding: 4px 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	line-height: 1.3;
}

.post-inner.module-blog-c-single .blog-cat span a {
	text-decoration: none;
}

.blog-filters {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.blog-filters-search.sig-cases-search {
	width: 100%;
	max-width: 750px;
}

#cases-search-form {
	align-items: center;
	border: none;
	column-gap: 15px;
}

.filter-cases {
	min-width: 75px;
	font-size: 16px;
	letter-spacing: -0.32px;
	font-weight: 500;
}

#cases-search-form button {
	width: 42px;
	min-width: 42px;
	border: 0px solid #d6d6d6;
	background: var(--primary-color);
	color: #fff;
	font-size: 16px;
}

#cases-search-form button:hover,
#cases-search-form button:focus {
	width: 42px;
	min-width: 42px;
	border: 0px solid #d6d6d6;
	background: var(--secondary-color);
	color: #fff;
	font-size: 16px;
}

#cases-search-form .view-all {
	min-width: 73px;
	text-align: center;
	text-decoration: none;
}

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

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

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

.blog-grid.sig-cases-main {
	max-width: 1015px;
	margin: 0 auto;
}

.blog-grid.sig-cases-main #blog-grid-inner {
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	justify-content: center;
}

.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid {
	width: 48%;
	max-width: 500px;
	margin-bottom: 15px;
}
.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2,
.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2 a {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: var(--primary-color);
}

.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2 a:hover,
.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2 a:focus {
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: var(--secondary-color);
}

.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-body-excerpt {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	color: var(--black);
	min-height: inherit;
	margin-bottom: 15px;
}

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

	.blog-filters {
		justify-content: center;
	}

	.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 #dddddd;
	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: 30px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	margin-top: 10px;
	color: var(--primary-color);
	margin-bottom: 20px;
}
.post-head-info {
	display: flex;
	column-gap: 15px;
	align-items: center;
	margin-bottom: 15px;
	font-size: 12px;
}

.post-head h1 a,
.post-head h2 a {
	font-size: 30px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	color: var(--primary-color);
	text-transform: none;
	font-family: var(--font-family-heading);
	text-decoration: none;
	letter-spacing: 0;
	line-height: 34px;
}
.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;
	flex-direction: column;
	margin-bottom: 15px;
}

.single-post .post-body .columns.small-12.medium-7.large-7.blog-text {
	width: 100%;
	order: 2;
}

.single-post .post-body .columns.small-12.medium-5.large-5.blogImg {
	order: 1;
	width: 100%;
	padding: 0;
}
.read-more.post-bottom.rel-post-side {
	margin-top: 0;
}

.read-more.post-bottom.rel-post-side a {
	padding: 10px 0;
	color: var(--body-text-color);
}

.read-more.post-bottom.rel-post-side a:hover,
.read-more.post-bottom.rel-post-side a:focus {
	padding: 10px 0;
	color: var(--secondary-color);
}
.post-inner.module-blog-c-single .blog-cat span::after {
	display: none;
}

/*.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 {
	padding: 0px 0px;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: normal;
	margin-bottom: -3px;
	/* display: inline-block; */
	text-transform: uppercase;
	/* display: none; */
	letter-spacing: 0 !important;
	padding-right: 20px;
	line-height: 1;
}

.post-bottom-info-authors a {
	font-size: 11px;
	font-weight: normal;
	color: var(--primary-color);
}

.related-news-item.related-blog-post-item.post {
	margin-bottom: 20px;
}

.post-bottom a {
	letter-spacing: 0;
	text-transform: capitalize;
	color: var(--body-text-color);
	font-weight: bold;
	/* text-decoration: underline; */
	background: transparent;
	/* padding: 0; */
	/* letter-spacing: 0; */
	border: 0px solid #0057e2;
	font-size: 16px;
	padding: 15px 0;
	text-decoration: none;
	/* text-transform: capitalize; */
	position: relative;
}

.post-bottom a:hover,
.post-bottom a:focus {
	color: var(--secondary-color);
	background: transparent;
	text-decoration: none;
}
.post-bottom a.post-bottom-share .fas.fa-share {
	font-size: 10px;
	margin-left: 3px;
}
.post-bottom a.post-bottom-share {
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	font-size: 15px;
	text-transform: capitalize;
	color: var(--primary-color);
	letter-spacing: 1px;
}

.category .post-inner.module-blog-c-single h3 {
	min-height: inherit;
}
.category .post {
	padding-bottom: 35px;
}
.post-bottom a.post-bottom-share:hover,
.post-bottom a.post-bottom-share:focus {
	text-decoration: none;
}

.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: 14px;
	margin-left: 5px;
	font-weight: bold;
}

.post-bottom a i {
	font-weight: bold;
}
.post-head-info a {
	font-size: 12px;
	font-weight: normal !important;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 1.1px;
	text-align: left;
	color: var(--primary-color);
	text-decoration: none;
	text-transform: capitalize;
}

.post-head-info a:hover,
.post-head-info a:focus {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 1.1px;
	text-align: left;
	color: var(--secondary-color);
	text-decoration: underline;
}

.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: uppercase;
	text-decoration: none !important;
	font-weight: normal;
	font-family: var(--font-family-heading);
	position: relative;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--primary-color);
}

.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: uppercase;
	text-decoration: none !important;
	font-weight: normal;
	font-family: var(--font-family-heading);
	position: relative;
	font-size: 13px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--primary-color);
}

.post-bottom a.show-more-btn.outline::after,
.post-bottom a.show-more-btn.outline::after {
	position: absolute;
	bottom: 1px;
	background: #0a9396;
	width: 0%;
	height: 4px;
	left: 0;
	content: '';
	background-image: linear-gradient(to left, #0a9396 70%, #0a9396);
	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: 16px;
	letter-spacing: 0;
	font-weight: bold;
}

.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:not(:last-of-type)::after {
	width: 2px;
	height: 24px;
	background: top;
	content: '|';
	display: inline-block;
	margin: 0 8px 0 12px;
	position: relative;
	top: 3px;
	font-size: 22px;
	color: transparent;
	background: #71a1a5;
}

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

.page-template-template-blog-grid .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;
	position: absolute;
	bottom: 33px;
	width: calc(100% - 60px);
}

.page-template-template-blog-grid #blog-grid {
	max-width: 1040px;
	margin: 0 auto;
	padding-left: 25px;
}

.page-template-template-blog-grid .read-more-link a.button {
	width: 40px;
	background: #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	color: var(--secondary-color);
	font-size: 15px !important;
	box-shadow: none !important;
}

.page-template-template-blog-grid .read-more-link a.button:hover,
.page-template-template-blog-grid .read-more-link a.button:focus {
	width: 40px;
	background: var(--primary-color);
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
	color: var(--white);
	font-size: 15px !important;
}

.page-template-template-blog-grid .post-bottom-info {
	width: 100%;
	/* display: inline-flex; */
	padding-right: 45px;
	/* display: flex; */
	height: 40px;
	display: flex;
	align-items: center;
}

.read-more-link {
	position: absolute;
	right: 0;
	bottom: 0;
}
.post-bottom-info-authors a {
	font-weight: normal;
	font-size: 11px;
	color: var(--primary-color);
}

.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-inner.module-blog-c-single .post-body {
	margin-bottom: 10px;
}
.post-inner.module-blog-c-single .post-bottom .button.outline {
	padding: 2px 5px;
	background: var(--secondary-color);
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px !important;
}

.post-inner.module-blog-c-single .post-bottom .button.outline:hover {
	padding: 2px 5px;
	background: var(--primary-color);
	color: #fff;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px !important;
}

.post-body-excerpt {
	width: 100%;
	font-family: var(--body-font-family);
	padding-right: 30px;
	font-size: 15px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 23px;
	letter-spacing: 0;
	text-align: left;
	/* color: #1b3137; */
	min-height: 70px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

@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;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	font-weight: normal !important;
	text-decoration: none;
	border-radius: 55px;
	width: 20px;
	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: 15px;
	border-width: 0px !important;
	outline: none;
	color: var(--primary-color);
	font-weight: 500 !important;
}

.wp-pagenavi span.current {
	color: var(--secondary-color);
	background-color: transparent;
	border: none !important;
	border-radius: 55px;
	font-weight: 500 !important;
	text-decoration: underline;
	font-weight: 500 !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color: var(--secondary-color);
	background-color: transparent;
	border: none !important;
	border-radius: 55px;
	font-weight: 500 !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 5px;
	border-radius: 0;
	border-color: transparent !important;
	font-weight: 500 !important;
	font-size: 15px;
	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: var(--secondary-color);
	font-weight: 500 !important;
}

.wp-pagenavi i {
	font-weight: normal !important;
	font-size: 14px;
	line-height: normal;
	padding: 0 5px;
}

/*******************************************************************************************
	TEMPLATES - Pre-built subpages
	*******************************************************************************************/
/*Attorney Landing **/
/* TEMPLATES > Attorneys Landing */

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

.attorney-search-inner.search-running {
	filter: blur(15px);
	opacity: 0;
}
.pseudo-h1.center {
	display: none;
}

.attorney-search-container-inner {
	padding-top: 40px;
	padding-bottom: 30px;
	border-bottom: 0px solid #e3e3e3;
	padding-left: 0;
	padding-right: 0;
	max-width: 1140px;
	margin: 0 auto;
	display: flex;
	align-content: center;
	column-gap: 20px;
	align-items: center;
	margin-top: 35px;
}

.attorney-search-container-inner h2 {
	margin: 0;
}
.practice-area-links {
	display: flex;
	gap: 15px;
	margin-top: 5px;
}
.practice-area-links {
	display: flex;
	gap: 15px;
	margin-top: 0;
}
.attorney-search-container-inner h2 {
	margin: 0;
	font-size: 17px;
	font-family: var(--body-font-family);
	font-weight: 600;
	text-transform: capitalize;
}

.practice-link {
	display: inline-block;
	padding: 10px 15px !important;
	background-color: #0056b3;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 16px !important;
	text-transform: capitalize;
	font-weight: 600 !important;
	letter-spacing: 0.3px !important;
}

.practice-link:hover,
.practice-link:focus {
	background-color: #003d80;
}

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

.att-view-all .button {
	font-size: 15px;
	color: var(--primary-color);
	font-weight: 600;
	background: transparent;
	box-shadow: none !important;
	transition: none !important;
}

.att-view-all .button:hover,
.att-view-all .button:focus {
	color: var(--secondary-color);
}
.swiper-button-container button {
	box-shadow: none !important;
}

.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: #222f65;
	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: #fff;
	margin: 0;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background: #0f1945;
}

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 900px) {
	.attorney-results.attorney-results-type-row {
		display: block;
	}

	.attorney-single-row {
		flex-direction: row;
		border-bottom: 2px solid #c0c3d3;
		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%;
	}
}

/* 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 */

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

/* TEMPLATES > Attorney Banner */

.attorney-banner-name h1 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 10px;
}

.attorney-banner-left {
	margin: 0 auto 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	height: auto;
}

.attorney-banner-left img {
	max-width: 500px;
	width: 100%;
}

.attorney-banner-right {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.single-attorneys #main .row.main-inner .tab-item {
	border-top: 1px solid #7ab3e0;
	margin-top: 20px;
	padding-top: 30px;
}
.single-attorneys #main .row.main-inner .content-tabs h2 {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: 1.8px;
	text-align: left;
	font-family: var(--body-font-family);
	text-transform: uppercase;
	color: var(--primary-color);
	margin-top: 15px;
}

.attorney-banner-phone-fax,
.attorney-banner-info p {
}

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

.attorney-banner-info a:hover,
.attorney-banner-info a:focus {
	color: var(--primary-color);
	text-decoration: none;
}
.attr-cta a.button {
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.27;
	letter-spacing: 1.35px;
}
section.sidebar-block h2 {
	/*    font-variant: all-small-caps;*/
	line-height: normal;
}

.sidebar-block.sidebar-box {
	background: #fafafb;
	padding: 30px 30px;
	border-top: 2px solid #008ad4;
}

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

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

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

/* TEMPLATES > Attorney Banner Template A */

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

/* 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: 29%;
	text-decoration: none;
	padding: 20px;
}

.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: 15px 0;
	background-color: transparent !important;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	transition: background 200ms ease-out;
	z-index: 1;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	color: var(--body-text-color);
	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: 23px;
	margin-bottom: 7px;
	font-weight: 600;
	font-family: var(--body-font-family);
	color: var(--headline-color);
	letter-spacing: 0;
}

.attorney-single-box-info span {
	font-size: 13px;
	color: var(--primary-color);
	margin-bottom: 6px;
}
.attorney-single-box-info::after {
	content: '';
	display: block;
	height: 3px;
	width: 50px;
	margin: 5px auto 0;
	background: var(--secondary-color);
}

.attorney-single-box:hover h2,
.attorney-single-box:focus h2 {
	color: var(--secondary-color);
}

.attorney-single-box-info p {
	font-size: 12px;
	line-height: 1.2;
	font-family: var(--body-font-family);
	text-align: center;
	margin-bottom: 8px;
}

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

	.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%;
	}
}
/* UPDATED ATTORNEY LANDING */

.single_att {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	grid-gap: 15px;
	gap: 15px;
	border-bottom: 1px solid #d5d4d4;
	padding-bottom: 20px;
	margin-bottom: 15px;
	width: 45%;
}

.content .att_img img {
	max-width: 150px;
}

.single_att h2 {
	font-size: 1.1111rem;
}

.single_att p {
	font-size: 0.8333rem;
}

.single_att h2,
.single_att p {
	margin-bottom: 10px;
}
.att_content h2,
.att_content h2 a {
	color: #01384d;
	font-size: 18px;
	margin: 0;
	text-decoration: none !important;
}

.att_content h2 a:hover,
.att_content h2 a:focus {
	color: var(--primary-color);
	font-size: 18px;
	margin: 0;
}

.att_content p {
	/*	text-transform: uppercase;*/
	color: var(--primary-color);
	/*	font-weight: bold;*/
	font-size: 14px;
	font-weight: normal;
}
.att_info_item a {
	font-weight: 500;
}
.single_att p.position {
	font-weight: bold !important;
	text-transform: uppercase;
}
.email-link {
	color: var(--body-text-color);
}

.single_att .att_info_item {
	margin-bottom: 0;
	margin-right: 15px;
	float: left;
}

.att_bread {
	display: block;

	color: #fff;
	margin-bottom: 10px;
}

.single_att .att_img {
	position: relative;
}

.att_content {
	text-align: left;
}

.single_att .att_img a::before {
	content: '';
	background-image: url(../images/att_landing_bg.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: -1;
}

@media screen and (min-width: 1250px) {
	.single_att {
		margin-bottom: 0;
	}

	.content .att_img img {
		max-width: 200px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.single_att h2 {
		font-size: 1.6667rem;
	}

	.single_att .att_img a::before {
		width: 200px;
		height: 200px;
	}
}

/* Attorney Pops */

.attorney-results.attorney-results-type-pop {
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
}

.attorney-result-pop {
	display: none;
}

.attorney-result-pop-row {
	font-size: 1.1rem;
	padding: 30px 0 00px 0;
	border-bottom: 1px solid var(--color-gray);
}
.attorney-result-info .attorney-result-pop-name-link:hover,
.attorney-result-info .attorney-result-pop-name-link:focus {
	color: var(--secondary-color);
}

.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-info {
	padding: 10px 10px;
	text-align: center;
}
.attorney-result-buttons i {
	margin: 2px;
}

.attorney-result-buttons a .fas.fa-phone-alt.small-margin-right {
	font-size: 16px;
}

.attorney-result-buttons a {
	font-weight: 500 !important;
	font-size: 17px;
}
.attorney-result-buttons {
	display: flex;
	column-gap: 8px;
	justify-content: center;
}
.attorney-result-info .attorney-result-pop-name-link {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 1px;
}
.attorney-result-pop-cell.attorney-result-pop-name img {
	background-color: #edf1f5;
	display: block;
}

.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: 22%;
	}

	.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 */

/* TEMPLATES > Attorney Search */
.attorney-search-results-bar {
	text-align: left;
	padding: 5px 0 10px 0;
	margin-bottom: 20px;
	border-top: 0px solid #e9f5f7;
	border-bottom: 0px solid #e9f5f7;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	color: #9d2235;
}

.attorney-search-inner {
	padding: 40px 0 5px 0;
	border-bottom: 0px solid #dedede;
}

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

.attorney-search-letters-single {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #f0f0f0;
	padding: 0;
	text-decoration: none !important;
	line-height: 35px;
}

.attorney-search-form-container .attorney-search-form input,
.attorney-search-form-container .attorney-search-form select {
	border-bottom: 2px solid #003469;
	background: #fff;
	color: #003469;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	min-height: 55px;
	padding: 0;
}

.attorney-search-letters a {
	font-weight: 500;
}

.attorney-search-form-container .align-right a {
	border: none !important;
	text-decoration: none;
	padding: 3px 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.attorney-search-form-container .align-right a:hover,
.attorney-search-form-container .align-right a:focus {
	border: none !important;
	text-decoration: none;
	color: var(--secondary-color);
}

span.attorney-search-letters-single {
	color: #101a29;
}

.attorney-search-form.background-input input::-webkit-input-placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input input:-ms-input-placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input input::-ms-input-placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input input::placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input label {
	color: #003469;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	min-height: 55px;
	top: 14px;
}
.form-input-group.visually-hidden {
	display: none;
}

.attorney-search-form.background-input button {
	padding: 00 15px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.46px;
}

.attorney-search-form.background-input button:hover,
.attorney-search-form.background-input button:focus {
	padding: 00 15px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.46px;
	background-color: #191818;
	border-color: #191818;
}

.attorney-search-form.background-input button i {
	font-size: 14px;
	font-weight: 600;
}

.attorney-search-form.background-input .form-input-group:last-child {
	max-width: 150px;
}

.attorney-search-form.background-input .form-input-group:last-child button {
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 12px 25px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	background-color: var(--primary-color);
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0px;
	color: var(--white);
	text-decoration: none !important;
}

.attorney-search-form.background-input .form-input-group:last-child button:hover,
.attorney-search-form.background-input .form-input-group:last-child button:focus {
	background-color: var(--secondary-color);
	color: var(--white);
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0px;
}

.accordion-item.practice-box .prac-title span {
	flex: 1;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: var(--body-font-family);
}

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

	.form-input-group:first-of-type {
		margin-right: 0;
	}
}

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

/* TEMPLATES > Practices Landing */

.accordion-item.practice-box {
	display: flex;
	padding: 0px;
	background: var(--primary-color) !important;
	color: #fff;
	text-align: center;
	margin-bottom: 0px;
	text-decoration: none;
	transition: background 200ms ease-out;
	border: 0px solid #2f3d58;
	min-height: 60px;
	background-repeat: no-repeat;
	position: relative;
	flex-direction: column;
	/* border-top: 1px solid #dbdbdb; */
	border-bottom: 1px solid #dbdbdb;
}

.practice-container {
	width: calc(50% - 25px);
}

.module-practices-f > .row {
	max-width: 1080px;
}

.industries.practice-box {
	display: flex;
	padding: 0px;
	background: transparent !important;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 0px;
	text-decoration: none;
	transition: background 200ms ease-out;
	border: 0px solid #2f3d58;
	min-height: 60px;
	background-repeat: no-repeat;
	position: relative;
	flex-direction: column;
	/*	border-top: 1px solid #dbdbdb;*/
	border-bottom: 1px solid #dbdbdb;
}
/*	.page-template-template-practices .practice-box-list .single-practice-box:nth-child(1), .page-template-template-practices .practice-box-list .single-practice-box:nth-child(2) {
		border-top: 1px solid #dbdbdb;
	}*/

.industries.practice-box .prac-title {
	padding: 15px 25px;
	color: var(--primary-color) !important;
	padding-right: 44px;
	position: relative;
	z-index: 1;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 24px;
	cursor: auto;
}
.accordion-item.practice-box::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 3px;
	top: 31px;
	background-color: #008ad4;
	z-index: 0;
	opacity: 0;
}
.industries .accordion-item-title.interact.prac-title::after {
	opacity: 0 !important;
}

.accordion-item.practice-box::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 3px;
	top: 31px;
	background-color: #008ad4;
	z-index: 0;
}

.prac-child-list {
	text-align: left;
}
.prac-child-list {
	text-align: left;
	padding: 0px 15px 25px 45px;
	margin-bottom: 10px !important;
	margin-top: -10px !important;
}

.prac-child-list li a {
	font-size: 16px !important;
}

.prac-child-list li {
	position: relative;
}

.accordion-item.practice-box.single-practice-box.child-practice-box.active::before {
	opacity: 0 !important;
}

.prac-child-list li {
	color: var(--color-body-text);
	padding: 3px 0 6px 20px;
	position: relative;
	font-family: var(--body-font-family);
	margin-bottom: 6px;
	border-bottom: 1px solid rgba(161, 175, 187, 0.4);
}

.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;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-family: var(--body-font-family);
}

.accordion-item.practice-box:hover a h2,
.accordion-item.practice-box:focus a h2 {
	text-decoration: none;
	color: var(--secondary-color);
	outline: none;
	width: 100%;
}

.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;
	top: 3px;
}

.prac-child-list li a {
	color: var(--body-text-color);
	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: 15px 25px 15px 35px;
	color: #fff !important;
	padding-right: 44px;
	position: relative;
	z-index: 1;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 24px;
	min-height: 100px;
}

.accordion-item.practice-box .prac-title::after {
	background: transparent;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--secondary-color);
	border-radius: 55%;
	font-size: 25px;
	position: absolute;
	right: 11px;
	font-weight: bold;
}

.accordion-item.practice-box:hover,
.accordion-item.practice-box:focus,
.accordion-item.practice-box.active {
	/*	border-color:var(--primary-color);
		background-color:var(--primary-color);
		background-image:none !important;
		background-size:0px*/
}
.accordion-item.practice-box .prac-title:hover,
.accordion-item.practice-box .prac-title:focus {
	color: var(--secondary-color) !important;
}

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

/*	.accordion-item.single-practice-box {
		margin-top: -1px;
	}*/

@media screen and (min-width: 768px) {
	.practice-box-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 0px;
		grid-column-gap: 50px;
		align-items: flex-start;
	}
	.page-template-template-practices .practice-box-list {
		display: flex;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 0px;
		grid-column-gap: 50px;
		align-items: flex-start;
		max-width: 1080px;
		margin: 0 auto;
		justify-content: center;
	}

	.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 */

.contact-full-container {
	background-color: #01384d;
}

.office-block {
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
}
.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 25px;
}

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

.office-contact {
	margin-top: 15px;
}
.office-block-info h2 {
	margin: 0 0 5px;
}
.office-contact p {
	font-weight: 700;
}

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

.office-contact-map {
	margin-top: 30px;
	padding: 15px 35px;
}

.office-block-main {
	display: flex;
	column-gap: 40px;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.office-block-main {
		flex-wrap: wrap;
	}
	.office-block {
		margin-bottom: 30px;
		margin-top: 30px;
		width: 100%;
	}

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

	.office-block-info {
		position: relative;
		padding: 0 0;
	}
}

@media screen and (min-width: 640px) {
	.office-block-main {
		flex-wrap: unset;
	}
}

@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-inner a {
	color: #fff;
}

.contact-full-inner a:hover,
.contact-full-inner a:focus {
	color: var(--primary-color);
}

.contact-full-inner i {
	color: var(--primary-color);
}
.contact-full-inner .gform_wrapper .gform_button {
	background: var(--primary-color);
}
.contact-full-inner .gform_wrapper {
	padding-left: 40px;
}

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

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

/* 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: 2px solid var(--color-gray);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content-testimonial-stars {
	font-size: 1.5rem;
	color: var(--secondary-color);
	margin-bottom: 10px;
}

.content-testimonial-source {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
	color: var(--primary-color);
}

.content-testimonial-source::before {
	content: '-';
	margin-right: 2px;
	display: inline-block;
	font-weight: 600;
}

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

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

	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;

	text-transform: capitalize;
}

.Consult-title.meet-sec-title strong {
	color: var(--alternate-color);
}

.attr-first-section {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.prac-result-slide li {
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 13px;
	line-height: 28px;
	font-size: 16px;
	text-align: left;
}

.prac-result-slide ul li::before {
	line-height: 30px;
	border-radius: 1px;
	content: '';
	font-size: 18px;
	width: 8px;
	height: 8px;
	background-color: #000;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 10px;
}

/* CONTENT > Attorneys Landing
	 
	 
	 Single practice attorney START*/

/* CONTENT > Attorneys Landing */

.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: flex-end;
	-webkit-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	background: #f2f2f2;
}

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

.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: normal;
	text-transform: capitalize;
	color: #fff;
	background: rgb(0, 98, 175, 0.94);
	transition: all 200ms ease-out;
	letter-spacing: 0;
	font-family: var(--heading-font-family);
	font-size: 24px;
}

.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: 14px;
	/* font-weight: normal; */
	letter-spacing: 0;
	text-transform: lowercase;
	color: var(--black);
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 0px;
}

.attorney-result-info p.attr-position.center {
	margin-bottom: 20px;
}

.attorney-result-buttons p a {
	color: var(--primary-color);
	text-transform: lowercase;
}
.attorney-result-buttons p a i {
	color: var(--secondary-color);
}

.attorney-result-buttons p a:hover,
.attorney-result-buttons p a:focus {
	color: var(--secondary-color);
}

.attorney-result-info p.attr-position.center::before {
	content: '';
	position: absolute;
	bottom: -6px;
	background: var(--secondary-color);
	height: 5px;
	width: 30px;
	border-radius: 13px;
}

.page-template-template-attorneys main .content.full-width.columns {
	padding: 0;
}

@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: flex-start;
		padding: 0;
	}

	.attorney-results .attorney-result-single {
		width: 49%;
		margin: 1% 0;
	}
}

@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;

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

.module-practices-f-single {
	width: 100%;
	height: 200px;
	background-color: var(--alternate-color);
	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;
	text-decoration: none !important;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
	background-color: var(--secondary-color);
	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;
	}
}

/*Module Blog a css*/

.module-blog-a-inner {
	padding: 60px 0;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.module-blog-a-inner-bottom {
	position: absolute;
	bottom: -25px;
	left: 0;
	display: inline-block;
	background-color: #fff;
	padding-right: 50px;
}

.module-blog-a-single {
	margin-bottom: 60px;
}

.module-blog-a-single h3 {
	margin-bottom: 15px;
}

.module-blog-a-single p {
	margin: 25px 0;
}

.module-blog-a-single-info {
	text-transform: uppercase;
	margin: 0;
	font-size: 0.9rem;
	display: block;
}

@media screen and (min-width: 768px) {
	.module-blog-a-inner-posts {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 60px;
		grid-column-gap: 30px;
	}

	.module-blog-a-single {
		margin: 0;
	}
}

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

	.module-blog-a-inner {
		padding: 80px 0;
	}
}

/*Module Blog a css*/

/*Career-page  css*/

.training-dev-main {
	max-width: 1100px;
	margin: 00px auto;
	padding: 40px 0 20px 0;
	display: flex;
	justify-content: center;
}

/*Career-page  css*/

/*Strenth section  css*/
.module-benefits-c-content {
	margin-bottom: 60px;
	text-align: center;
}

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

.module-benefits-c-box {
	text-align: center;
	margin-bottom: 60px;
}

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

.module-benefits-c-box .box-icon {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.module-benefits-c-boxes {
		justify-content: center;
	}

	.module-benefits-c-box {
		padding: 0 60px;
		margin-bottom: 40px;
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.module-benefits-c-boxes {
		flex-wrap: nowrap;
		justify-content: center;
	}

	.module-benefits-c-box {
		width: auto;
		margin: 0;
		padding: 0 20px;
	}

	.module-benefits-c-box:nth-child(2n) {
		margin-right: 0;
	}

	.module-benefits-c-box:last-of-type {
		margin: 0;
	}
}
.strength-title {
	text-align: center;
	margin-bottom: 40px;
}
.strength-title h2 {
	font-size: 50px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.75px;
	text-align: center;
	color: var(--marine-blue);
	margin-bottom: 70px;
}
.strength-num-main .box-content h3 {
	font-size: 60px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.42;
	letter-spacing: normal;
	text-align: center;
	/* color: var(--marine-blue); */
}

.strenth-num-tit {
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: normal;
	text-align: center;
	color: var(--secondary-color);
	text-transform: capitalize;
	padding: 10px 0;
}
.strength-num-main {
	max-width: 1140px;
	margin: 0 auto;
}
.module.benefits-section {
	background: var(--color-black);
	padding-bottom: 200px;
}
.strength-num-main .module-benefits-c-box {
	position: relative;
	min-height: 80px;
	padding: 0 25px;
}
.strength-num-main .module-benefits-c-box:last-of-type::after {
	opacity: 0;
}

#counterSection {
	background: #fafafb;
}

.strength-num-main .module-benefits-c-box::after {
	content: '';
	position: absolute;
	right: 0;
	height: 100%;
	background: rgba(0, 52, 105);
	top: 0;
	width: 1px;
	opacity: 0.1;
}

.benefits-title.center h2 {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.75px;
}

.benefits-title p {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
}

.flex-container.benefits-list-main {
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 0 auto;
	justify-content: space-between;
	grid-row-gap: 20px;
	column-gap: 20px;
	margin-top: 60px;
}
.benefits-list {
	width: 46%;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.benefits-list img {
	max-width: 40px;
}

.benefits-list .box-content {
	display: flex;
	column-gap: 30px;
	align-items: center;
	justify-content: flex-start;
}
.benefit-icon-tit {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--white);
}

/* //////////// Home-section-message-Start    ///////////////*/

.module.section-message {
	position: relative;
}

.module.section-message .row {
	max-width: 1920px;
}

.message-main .row-narrow {
	max-width: 1920px;
}

.message-bg {
	width: 100%;
	/* max-width: 1280px; */
	position: absolute;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	top: 0;
	/* right: 0; */
	z-index: -1;
}

.message-left-inn img {
	width: 100%;
	max-width: 950px;
	display: block;
}

.message-bg-inn {
	width: 85%;
	position: absolute;
	background: var(--secondary-color);
	height: 100%;
}

.message-right-inn h2 {
	font-size: 60px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--white);
}

.message-right-inn {
	max-width: 435px;
	display: flex;
	height: 100%;
	align-content: center;
	flex-direction: column;
}
.message-main .row-narrow {
	max-width: 1280px;
	display: flex;
	align-items: center;
}

.message-right {
	padding-left: 90px;
}

.module.section-message .column.no-float {
	padding: 0;
}

.message-left {
	padding: 0;
}

.module.section-message {
	position: relative;
	padding: 90px 0;
}

.module.section-message.career {
	position: relative;
	margin-top: -130px;
	z-index: 1;
}
.message-main.career-bot-main .message-right {
	padding-left: 70px;
}
car-wel-right .image-active-swipe-right.image-active-zoom {
	opacity: 0;
}

.car-wel-right-inn {
	max-width: 500px;
	margin-bottom: 50px;
}

.car-wel-right-inn .youtube-player {
	margin-bottom: 10px;
}

car-wel-right .image-active-swipe-right.image-active-zoom.active {
	opacity: 1;
}
.training-dev-right-inn img {
	max-width: 470px;
}
.career-welcome .row {
	max-width: 1150px;
}
.car-wel-right {
	padding-left: 30px;
}

.car-wel-right-inn p {
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.88;
	letter-spacing: normal;
	text-align: left;
	margin-bottom: 25px;
	text-align: right;
}
.car-wel-left h2 {
	font-size: 50px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.75px;
	text-align: left;
	margin-bottom: 50px;
	max-width: 300px;
	position: relative;
	/* opacity: 1 !important; */
	visibility: hidden;
}

.image-active-swipe-right.image-active-zoom {
	visibility: hidden;
}

.car-wel-left .introc-content.dark-text {
	max-width: 465px;
}

.divider-line {
	content: '';
	width: 200px;
	height: 10px;
	left: 0;
	bottom: -22px;
	background: var(--secondary-color);
	position: absolute;
	-webkit-animation: expand1 2s;
	position: absolute;
}

@-webkit-keyframes expand1 {
	0% {
		width: 0px;
	}
	100% {
		width: 200px;
	}
}

.car-wel-left .introc-content.dark-text p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
}

.car-testimonials-left {
	padding-left: 0;
}
.car-wel-left {
	padding-top: 35px;
	padding-left: 50px;
}
.car-testimonials .column.no-float {
	padding: 0;
}
.car-testimonials-inn {
	background-color: var(--secondary-color);
	padding: 70px 50px 20px 135px;
	max-width: 600px;
	position: relative;
}
.car-testimonials-inn .slick-dots {
	text-align: right;
}
.car-testimonials-inn .slick-dots li {
	display: inline-block;
}
.car-testimonials-inn .slick-dots li button {
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
}

.car-testimonials-inn .slick-dots li.slick-active button {
	background: #fff;
}
.car-testimonials-inn .slick-dots li button:hover,
.car-testimonials-inn .slick-dots li button:focus {
	background: #fff;
}

.quote-icon {
	position: absolute;
	left: 33px;
	top: 70px;
	width: 80px;
	height: 80px;
	background-image: url(../images/quote-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 85px;
}

.car-testimonials-right .message-right-inn {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
	max-width: 350px;
	margin-left: 80px;
}

.car-testimonials-right .message-right-inn p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
}

#slider-blog-c-home {
	padding-bottom: 50px;
}
.car-testimonials .module-blog-c-single p {
	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.45;
	letter-spacing: normal;
	text-align: left;
	color: var(--white);
}

.car-testimonials-inn .module-blog-c-single {
	max-width: 400px;
}

.message-main.career-bot-main .message-right h2 {
	font-size: 50px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.75px;
	text-align: left;
	color: var(--white);
	max-width: 360px;
}

.message-main.career-bot-main .message-right .message-right-inn {
	max-width: 100%;
}

.message-main.career-bot-main .message-right .message-right-inn .message-bot p {
	font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
	color: var(--white);
}

.message-main.career-bot-main .message-right .message-right-inn .message-bot {
	max-width: 525px;
}

.team-member.attorney.prac-attorney-single-box.attorney-result-single {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 0;
	padding-right: 35px;
}

.team-member.attorney.prac-attorney-single-box.attorney-result-single a {
	display: flex;
	column-gap: 25px;
	align-items: flex-start;
	text-decoration: none !important;
}

.attorney-single-box-img.attorney-single-box {
	min-width: 100px;
	width: 25%;
}
.team-member.attorney.prac-attorney-single-box.attorney-result-single:first-of-type {
	margin-top: 30px;
}
.prac-attorney-single-box-info.attorney-single-box-info {
	min-width: 75%;
	width: 75%;
}

.prac-attorney-single-box-info.attorney-single-box-info::after {
	opacity: 0;
	height: 0;
	width: 0;
}

.prac-attorney-single-box-info.attorney-single-box-info .fa-solid.fa-arrow-right {
	background: var(--secondary-color);
	width: 30px;
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.prac-attorney-single-box-info.attorney-single-box-info h2 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.2;
	font-weight: bold;
}

.prac-attorney-single-box-info.attorney-single-box-info p {
	letter-spacing: 0;
	text-transform: capitalize;
	margin-bottom: 10px;
	line-height: 1.5;
	font-weight: 500;
	color: var(--body-text-color);
}

.attorney-single-box-img.attorney-single-box img {
	max-width: 100px;
	background: #edf1f5;
	transform: none !important;
}

.team-member.attorney.prac-attorney-single-box.attorney-result-single a:hover h2,
.team-member.attorney.prac-attorney-single-box.attorney-result-single a:focus h2 {
	color: var(--secondary-color);
}
.team-member.attorney.prac-attorney-single-box.attorney-result-single a:hover i,
.team-member.attorney.prac-attorney-single-box.attorney-result-single a:focus i {
	background: var(--body-text-color);
}

.related-news-item.related-blog-post-item.post .post-head.post-title h2,
.related-news-item.related-blog-post-item.post .post-head.post-title h2 a {
	line-height: 0.9;
	margin-bottom: 5px;
}

/* //////////// Home-section-message-End    ///////////////*/

/*.module-intro-c section  css START*/

.module-intro-c .flex-container {
	flex-wrap: wrap;
}

.module-intro-c-content,
.module-intro-c-side {
	width: 100%;
}

.module-intro-c-content {
	margin-bottom: 40px;
}

.module-intro-c-content p:last-of-type {
	margin: 0;
}

@media screen and (min-width: 1025px) {
	.module-intro-c .flex-container {
		flex-wrap: nowrap;
	}

	.module-intro-c-content {
		width: 50%;
		margin: 0 80px 0 0;
	}

	.module-intro-c-side {
		flex: 1;
	}
}

/*.module-intro-c section  css END*/

/*number-stagger section  css START*/

.car-testimonials {
	position: relative;
	z-index: 1;
}
.number-stagger {
	background: #fafafb;
	position: relative;
	padding-top: 50px;
	margin-top: -40px;
	z-index: 0;
}
.stagger-line {
	position: absolute;
	top: 184px;
	/* border: 1px solid #008ad4; */
	content: '';
	height: 1px;
	width: 100%;
	opacity: 0.2;
	background: #008ad4;
}

.title p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.39;
	letter-spacing: normal;
	text-align: left;
}

.title p strong {
	color: #008ad4;
}

:root {
	--card-color: #f4f5e9;
	--in-curve: cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--out-curve: cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.number-stagger .wrapper {
	max-width: 1000px;
	margin: 0 auto;
	/* padding: 1rem; */
	padding: 100px 0 50px 0;
	min-height: 400px;
}
.number-stagger .top {
	display: flex;
	padding: 10rem 0 3rem;
	justify-content: space-between;
	align-items: flex-end;
}
.number-stagger .grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));

	grid-gap: 5px;
	width: 100%;
	column-gap: 35px;
}
.number-stagger .wrapper .number {
	box-shadow: 20px 13px 26px 0 rgba(0, 0, 0, 0.07);
	background-color: var(--white);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-content: center;
	font-size: 35px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	position: relative;
	margin-bottom: 35px;
}

.number-stagger .wrapper .number::after {
	position: absolute;
	content: '';
	width: 50px;
	height: 50px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-top: 11px solid white;
}
.number-stagger .item {
	--delay: calc((var(--row-index) * 0.9) + (var(--col-index) * 0.7));

	border-radius: 1rem;
	opacity: 0;
	transform: translateY(25%) scale(1.02);
	transition: transform 300ms var(--out-curve), opacity 200ms var(--out-curve);
	transition-delay: calc((var(--delay)) * 100ms);
}
.number-stagger .reveal .item {
	transition: transform 400ms var(--in-curve), opacity 200ms var(--in-curve);
	transition-delay: calc((var(--delay)) * 100ms);
	transform: translateY(0) scale(1);
	opacity: 1;
}
@media (max-width: 767px) {
	.number-stagger .item {
		opacity: 1 !important;
	}
}
@keyframes appear {
	from {
	}
	to {
	}
}

/*number-stagger section  css END*/

.current-opening-left h2 {
	font-size: 50px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.75px;
	/* text-align: left; */
	color: #fff;
	text-align: right;
	margin: 0;
}

.current-opening-right a.button {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: var(--white);
	padding: 25px 45px;
}

.current-opening-right a.button:hover,
.current-opening-right a.button:focus {
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: var(--body-text-color);
	padding: 25px 45px;
	background-color: var(--light-teal);
}

.training-dev-left-inn h2 {
	font-size: 50px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.75px;
	text-align: left;
	margin: 0;
	position: relative;
	margin-bottom: 50px;
	margin-top: -18px;
}

.divider-line-1 {
	content: '';
	width: 290px;
	height: 10px;
	left: 0;
	bottom: -22px;
	background: var(--secondary-color);
	position: absolute;
	-webkit-animation: expand2 2s;
	position: absolute;
}

@-webkit-keyframes expand2 {
	0% {
		width: 0px;
	}
	100% {
		width: 290px;
	}
}

.training-left-content {
	max-width: 463px;
}

.training-left-content p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
}

.training-right-content {
	max-width: 468px;
}

.training-right-content p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
}
.training-dev-right-inn img {
	max-width: 470px;
}

.training-dev-left.odd {
	padding-left: 20px;
}
#counterSection {
	background: #fafafb;
}

.strength-num-main .box-content {
	display: flex;
	justify-content: center;
	column-gap: 5px;
	min-width: 150px;
}

.message-main.career-bot-main .message-left-inn img {
	max-width: 590px;
}
.message-main.career-bot-main .message-right {
	padding-left: 15px;
}

.module.section-message.career {
	padding: 70px 0;
}

.message-main.career-bot-main .message-left-inn.image-active-swipe-right.image-active-zoom {
	max-width: 590px !important;
}

.message-main.career-bot-main .message-left-inn.image-active-swipe-right.image-active-zoom .responsive-img {
	max-width: 590px !important;
}

.module.training-dev.Opportunity {
	padding-bottom: 0;
}

.Opportunity-right .training-dev-right-inn {
	max-width: 490px !important;
	overflow: hidden;
}

.Opportunity-right .training-dev-right-inn .responsive-img {
	max-width: 490px;
}

.opp-content {
	max-width: 485px;
}

.opp-content p {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: left;
}

.training-dev-left.Opportunity-left h2 {
	font-size: 40px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: -0.6px;
	text-align: left;
}

.training-dev-left.Opportunity-left h2 .divider-line-1 {
	max-width: 220px !important;
	overflow: hidden;
}
.training-dev-main.Opportunity-main {
	padding-bottom: 0;
}

/*Poscast Landing page css*/

.module-practices-c .module-title {
	margin-bottom: 80px;
}

.module-practices-c h3 {
	margin-top: 20px;
}

.module-practices-c .practices-single {
	margin-bottom: 0;
	background: #edf1f5 !important;
	padding: 20px 30px;
	border-bottom: 2px solid var(--secondary-color);
}

.module-practices-c .practices-single h4 {
	font-size: 30px;
	margin-bottom: 0;
}

.module-practices-c .practices-single-content {
	margin-bottom: 25px;
	font-size: 0.9rem;
}

.module-practices-c .practices-single-content p {
	margin: 0;
}

.module-practices-c .practices-single-more {
	text-transform: uppercase;
}

.module-practices-c .practices-single-more:hover,
.module-practices-c .practices-single-more:focus {
	text-decoration: underline;
}

.module-practices-c .box-icon::before {
	margin-left: 0;
}

.module-practices-c .practices-single h4,
.module-practices-c .practices-single h4 a {
	font-size: 25px;
	margin-bottom: 10px;
	color: var(--primary-color);
	line-height: 1.3;
	text-decoration: none;
}

.module-practices-c .practices-single h4 a:hover,
.module-practices-c .practices-single h4 a:focus {
	font-size: 25px;
	margin-bottom: 0;
	color: var(--secondary-color);
}

.page-template-template-podcast .module.module-practices-c {
	padding: 0;
}

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

@media screen and (min-width: 640px) {
	.module-practices-c-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 60px;
		grid-column-gap: 40px;
		max-width: 1100px;
		margin: 0 auto;
	}
}

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

.podcasts-sidebar .attorney-item .fa-solid.fa-arrow-right {
	background: var(--secondary-color);
	width: 30px;
	height: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.host-attorneys.podcasts-sidebar a {
	text-decoration: none !important;
}

.host-attorneys.podcasts-sidebar a:hover h3,
.host-attorneys.podcasts-sidebar a:focus h3 {
	text-decoration: none !important;
	color: var(--secondary-color);
}
.podcasts-sidebar a:hover i.fa-solid.fa-arrow-right,
.podcasts-sidebar a:focus i.fa-solid.fa-arrow-right {
	text-decoration: none !important;
	background: var(--primary-color);
}

.single.single-podcasts .banner-title {
	font-size: 45px;
}

.single.single-podcasts .podcast-script h2 {
	font-weight: bold;
	letter-spacing: 0;
	line-height: normal;
}

.single-podcasts .content h2:after {
	content: '';
	width: 100%;
	margin: 20px;
	margin-left: 0;
	height: 1px;
	background-color: var(--color-gray);
	display: block;
}

.summary-transcript h2 {
	margin-top: 15px;
	margin-bottom: 10px;
}

.podcasts-sidebar .attorney-info h3 {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.2;
	font-weight: bold;
}

.podcasts-sidebar .attorney-item {
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 0;
	padding-right: 15px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.podcasts-sidebar .attorney-item .attorney-photo {
	flex-shrink: 0;
	margin-right: 15px;
	max-width: 100px;
}

.podcasts-sidebar .attorney-item .attorney-photo img {
	max-width: 100px;
	width: 100%;
	display: block;
	background: #edf1f5;
}

.make-sticky {
	top: 100px !important;
}

.attorney-search-form-container #attorney-search-input-keyword {
	text-transform: capitalize !important;
}

#attorney-search-bar {
	text-align: center;
	padding-top: 15px;
}
.wpex-timeline-list.show-icon .wpex-timeline > li:after {
}
/*Poscast Landing page css*/

.module-benefits-c-boxes.blog-boxes-landing.flex-container {
	margin-bottom: 40px;
}
.module-benefits-c-boxes.blog-boxes-landing .module-benefits-c-box {
	padding: 0;
}

.module-benefits-c-boxes.blog-boxes-landing.flex-container {
	margin-bottom: 35px;
	column-gap: 10px;
	justify-content: flex-start;
	width: 100%;
	padding: 0;
}
.module-benefits-c-boxes.blog-boxes-landing .box-content a {
	background: var(--primary-color);
	display: block;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none !important;
	padding: 15px 35px;
}

.module-benefits-c-boxes.blog-boxes-landing .box-content a h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none !important;
	margin: 0;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	align-items: center;
}

.module-benefits-c-boxes.blog-boxes-landing .box-content a:hover h3,
.module-benefits-c-boxes.blog-boxes-landing .box-content a:focus h3 {
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none !important;
	margin: 0;
	display: flex;
	justify-content: center;
	column-gap: 10px;
	align-items: center;
}
.blog-landing.module-benefits-c .columns.full-width.no-float {
	padding: 0;
}

.post-head h1::after {
	display: none;
}
.category-item {
	width: 100%; /* Adjust based on your layout */
	margin: 1%;
	padding: 20px;
	background-size: cover;
	background-position: center;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: white;
	text-align: center;
}

.category-link {
	text-decoration: none;
	color: white;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	text-decoration: none !important;
}

.sidebar-inner section .categories-list .category-link li h3 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 1;
	line-height: 1.2;
}

.sidebar-inner section .categories-list .category-link li {
	margin-bottom: 15px !important;
	position: relative;
	min-height: 100px;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebar-inner section .categories-list .category-link li::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 1;
	background-image: linear-gradient(to bottom, rgba(0, 52, 105, 0.5), rgba(0, 52, 105, 0.5));
	top: 0;
	z-index: 0;
	-webkit-transition: opacity 0.9s ease-in-out;
	-moz-transition: opacity 0.9s ease-in-out;
	-ms-transition: opacity 0.9s ease-in-out;
	-o-transition: opacity 0.9s ease-in-out;
	transition: opacity 0.9s ease-in-out;
}
.sidebar-inner section .categories-list .category-link:hover li::after,
.sidebar-inner section .categories-list .category-link:focus li::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 1;
	background-image: linear-gradient(to bottom, rgba(0, 52, 105, 0.7), rgba(0, 52, 105, 0.7));
	top: 0;
	z-index: 0;
}

/*	intellectual property Page CSS*/

.module.module-intro-a.section-1 {
	padding: 0;
	padding-bottom: 40px;
}

.module.module-intro-a.section-1 .module-intro-content.row-narrow.center {
	max-width: 900px;
}

.module.module-intro-c.section-2 {
	background: var(--light-gray-color);
}
.module.module-intro-c.section-2 .module-title {
	margin-bottom: 50px;
}

.module.module-intro-c.section-2 .module-intro-c-content {
	padding: 5px;
	position: relative;
}

.module.module-intro-c.section-2 .row {
	max-width: 1040px;
}

.module.module-intro-c.section-2 .module-intro-c .flex-container {
	align-items: flex-start;
}

.module.module-intro-c.section-2 .module-intro-c-content::after {
	position: absolute;
	content: '';
	left: -5%;
	height: 91%;
	top: 5%;
	background: #004689;
	width: 2px;
	opacity: 0.8;
}
.module.module-intro-c.section-2 .flex-container {
	flex-wrap: wrap;
	align-items: flex-start;
}

.module.module-intro-c.section-3 .flex-container li {
	line-height: 1.5;
}

.module.module-intro-c.section-3 .row {
	max-width: 1040px;
}

.module.module-intro-c.section-3 .module-title.left {
	text-align: left;
	margin-bottom: 40px;
	line-height: 1.2;
}

.module.module-intro-c.section-3 .flex-container {
	align-items: flex-start;
}

.module.module-intro-c.section-3 .module-intro-c-side img {
	max-width: 445px;
	filter: grayscale(100%);
	width: auto;
	margin-top: 10px;
}

.module.module-intro-c.section-3 .module-intro-c-content p:last-of-type {
	margin: 0 0 20px;
}

.module.module-intro-c.section-3 .module-intro-c-content h3 {
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.module.module-testimonials-b.prac-result-slide {
	background-color: var(--light-gray-color);
	position: relative;
	padding: 60px 0 80px 0;
}

.swiper-autoplay-toggle.no-button {
	display: none;
}

.module.module-testimonials-b.prac-result-slide .module-title.prac-result {
	max-width: 825px;
	margin-left: auto;
	margin-right: auto;
	text-transform: none;
	line-height: 1.2;
	margin-bottom: 20px;
}

.module.module-testimonials-b.prac-result-slide .module-title.prac-result-cont {
	max-width: 800px;
	margin: 0 auto 45px auto;
}

.module.module-testimonials-b.prac-result-slide .module-title.prac-result-cont p {
	text-transform: none;
}

.module.module-testimonials-b.prac-result-slide .row {
	max-width: 1920px;
}
.module.module-testimonials-b.prac-result-slide .column.no-float {
	padding: 0;
}

.slider-prac-result-main {
	min-height: 250px;
	background: var(--alternate-color);
	padding: 35px 40px 50px 40px;
	color: #fff;
	position: relative;
}

.slider-prac-result p {
	color: #fff;
	font-weight: 600;
}

.prac-result-slide-main .slider__controls {
	margin-bottom: 0;
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
}

#slider-testimonials-a-pagination {
	height: 4px;
	background: #e2e2e2;
	border-radius: 39px;
	text-align: left;
	max-width: 100%;
	margin: 0 auto;
	left: inherit;
	margin-bottom: 10px;
	position: relative;
}

#slider-testimonials-a-pagination .swiper-pagination-bullet {
	position: relative;
	bottom: 15px;
}
#slider-testimonials-a-pagination .swiper-pagination-bullet {
	position: relative;
	bottom: 16px;
	width: 15%;
	border-radius: 0 !important;
	margin: 0;
	border: none !important;
	box-shadow: none !important;
	height: 4px;
	outline: none !important;
	background: transparent;
}
#slider-testimonials-a-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	height: 4px;
	bottom: 16px;
	/*	border-radius: 26px !important;*/
	background: var(--secondary-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--secondary-color);
}

.slider-prac-result-hover.active {
	background-color: #000000;
	z-index: 1;
	position: absolute;
	width: 260px;
	height: 370px;
	left: -291px;
	margin-top: -256px;
	padding: 55px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}

.slider-prac-result-hover h2 {
	text-align: center;
	width: 100%;
	display: flex;
	justify-content: center;
	font-size: 56px;
	color: var(--secondary-color);
	font-family: var(--body-font-family);
	font-weight: 600;
	letter-spacing: 0 !important;
	line-height: 1;
	margin-bottom: 15px;
}

.slider-prac-result-hover p {
	color: #fff;
	text-align: center;
	font-weight: 600;
}

.slider-prac-result-hover.active::after {
	content: '';
	width: 92%;
	position: absolute;
	left: 4%;
	border: 1px solid #fff;
	height: 76%;
	top: 12%;
}

.module.module-testimonials-b.prac-result-slide #slider-testimonials-a {
	padding: 30px 0;
}

.blog-cat.news-readmore.slider-prac-result-btn {
	width: auto;
	float: right;
	right: 24px;
	cursor: pointer;
}

.module.module-cta-a.section-5-image {
	padding: 70px 0 50px 0;
}

.section-5-image-topimg {
	max-width: 100%;
	width: auto;
}
.section-5-image-top.center {
	margin-bottom: 55px;
}

.module.module-cta-a.section-5-image .row {
	max-width: 1025px;
}

.module.module-cta-a.section-5-image.Recognized .flex-container {
	align-items: flex-start;
	column-gap: 15px;
}

.module.module-cta-a.section-5-image.Recognized .flex-container .module-intro-c-content {
	width: 33%;
	margin: -10px 45px 0 0;
}

.module.module-cta-a.section-5-image.Recognized .module-intro-c-content .module-title {
	font-size: 50px;
	line-height: 60px;
	text-align: left;
}

.module.module-cta-a.section-5-image.Recognized .flex-container .module-intro-c-content p {
	max-width: 305px;
}

.module.module-intro-c.section-6 {
	background: var(--light-gray-color);
}

.module-intro-c-side ul:last-child {
	margin: 0;
}

.module.module-intro-c.section-6 .row {
	max-width: 1035px;
}

.module.module-intro-c.section-7 .row {
	max-width: 1035px;
}

.section-6-intro-content p {
	text-align: center;
}
.section-7-intro-content p {
	text-align: center;
}

.section-6-intro-content {
	max-width: 860px;
	margin: 25px auto 40px auto;
	text-align: center;
}

.section-7-intro-content {
	max-width: 860px;
	margin: 25px auto 40px auto;
	text-align: center;
}

.module.module-intro-c.section-6 .flex-container {
	max-width: 860px;
	margin: 0 auto;
}

.module.module-intro-c.section-7 .flex-container {
	max-width: 860px;
	margin: 0 auto;
}

.single-practices .flex-container ul li {
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 13px;
	line-height: 28px;
	font-size: 16px;
}
.module.module-intro-c.section-6 .flex-container li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.module.module-intro-c.section-7 .flex-container li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.module.module-intro-c.section-7 .module-title {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
}

.module.module-testimonials-b.section-8 {
	position: relative;
	padding: 0;
}

.section-8-inner {
	max-width: 1025px;
	margin: 0 auto;
	background: var(--alternate-color);
	padding: 65px 110px;
	position: relative;
}
.section-8-inner .module-title {
	color: #fff;
	text-transform: none;
}

.section-8-inner-text p {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	letter-spacing: 3.2px;
}

.section-8-inner-text {
	margin-bottom: 35px;
}

.section-8-inner .slider-testimonial-content p {
	color: #fff;
	margin: 0;
}

.slider-testimonial-source {
	color: #fff;
	padding-top: 10px;
	display: block;
}

.slider-testimonial-content {
	padding: 0 30px;
}

.section-8-inner .swiper-button-container button {
	background: transparent;
	transform: translateX(00%);
	transition: 700ms;
}

.section-8-inner .swiper-button-container button:hover,
.section-8-inner .swiper-button-container button:focus {
	transform: translateX(10%);
}

.read-more-link .button i {
	transform: translateX(00%);
	transition: 500ms;
}
.read-more-link .button:hover i,
.read-more-link .button:focus i {
	transform: translateX(80%);
}

.section-8-inner .swiper-button-container button#slider-blog-c-prev:hover,
.section-8-inner .swiper-button-container button#slider-blog-c-prev:focus {
	transform: translateX(-10%);
}

.section-8-inner .swiper-button-container button::after {
	font-size: 30px;
}

#slider-blog-c .swiper-slide {
	opacity: 0 !important;
}
#slider-blog-c .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active {
	opacity: 1 !important;
}

.section-8-inner .slider__controls #slider-blog-c-pagination {
	bottom: 50px;
}

.section-8-inner .slider__controls .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.section-8-inner .slider__controls .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--secondary-color);
}

.module.module-intro-a.section-9 {
	padding-bottom: 0;
}

.module.module-intro-a.section-9 .row {
	max-width: 1025px;
}

.module.module-intro-a.section-9 .module-title {
	max-width: 855px;
	margin: 10px auto 30px auto;
	line-height: 1.2;
}

.module.module-intro-a.section-9 p {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

/*	intellectual property Page CSS END*/

/*	WHY SD Page CSS END*/

.page-template-template-why-sd .module.module-intro-a {
	background: var(--light-gray-color);
}

.page-template-template-why-sd #main {
	padding: 0;
}

.page-template-template-why-sd .module.module-intro-a h5 {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.56;
	letter-spacing: 3.2px;
	text-align: center;
	color: var(--black);
	font-family: var(--body-font-family);
	max-width: 750px;
	margin: 20px auto 20px auto;
}

.page-template-template-why-sd .module.module-intro-a p {
	max-width: 870px;
	margin: 0 auto 30px;
}

.page-template-template-why-sd .module-intro-b {
	padding: 0;
}

.page-template-template-why-sd .module-intro-b .flex-container {
	flex-wrap: wrap;
	align-items: normal;
}

.page-template-template-why-sd .module-intro-b-image {
	display: flex;
	align-items: center;
	width: 100%;
	height: 300px;
}

.page-template-template-why-sd .module-intro-b-image-inner {
	content: '';
	margin: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.page-template-template-why-sd .module-intro-b-content {
	padding: 50px 0;
}

@media screen and (min-width: 1025px) {
	.page-template-template-why-sd .module-intro-b-image {
		width: 55%;
		height: auto;
	}

	.page-template-template-why-sd .module-intro-b-content {
		flex: 1;
		align-items: center;
		padding: 80px 10% 80px 50px;
	}
}
.page-template-template-why-sd .module-cta-a-inner {
	margin-top: 40px;
}

.page-template-template-why-sd .module-cta-a-inner .button {
	width: 100%;
	margin-bottom: 20px;
}

.page-template-template-why-sd .module-cta-a-inner .button:last-of-type {
	margin: 0;
}

.page-template-template-why-sd .module.module-cta-a {
	background: var(--headline-color);
	padding: 80px 0;
}

.page-template-template-why-sd .module.module-cta-a .row-narrow.center {
	max-width: 900px;
}

.page-template-template-why-sd .module.module-cta-a .row-narrow.center p {
	color: #fff;
	margin: 0;
	font-weight: 600;
}

@media screen and (min-width: 640px) {
	.page-template-template-why-sd .module-cta-a-inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.page-template-template-why-sd .module-cta-a-inner .button {
		margin: 0 2%;
		width: auto;
	}
}

.module.module-intro-c.why-sd-2 {
	padding: 0;
	position: relative;
}

.module.module-intro-c.why-sd-2 .row {
	max-width: 950px;
}

.diverse-left .module-title {
	text-align: left;
}

.columns.diverse-left {
	padding-right: 35px;
}

.why-sd-line-main {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

.module.module-intro-c.why-sd-2 .why-sd-line-main .row {
	max-width: 1080px;
	position: relative;
	width: 100%;
}

.vertline {
	width: 2px;
	margin-left: 0;
	background-color: var(--headline-color);
	top: 0;
	animation: lineup 3s forwards;
	position: absolute;
	transition-delay: 25s;
	left: 0;
}

.vertline::before {
	content: '';
	width: 2px;
	height: 100%;
	background: var(--headline-color);
	left: 0;
	position: absolute;
	z-index: 1;
}

@keyframes lineup {
	0% {
		height: 0px;
	}
	100% {
		height: 100%;
	}
}

.vertline2 {
	width: 2px;
	margin-left: 0;
	background-color: var(--headline-color);
	top: 0;
	animation: lineup 3s forwards;
	position: absolute;
	transition-delay: 25s;
	left: 0;
	margin-left: auto;
}

.vertline2::before {
	content: '';
	width: 2px;
	height: 100%;
	background: var(--headline-color);
	left: 0;
	position: absolute;
	z-index: 1;
}

@keyframes lineup2 {
	0% {
		height: 0px;
	}
	100% {
		height: 100%;
	}
}

.diverse-right-inn {
	width: 100%;
	/* height: 314px; */
	margin: 70px 138px 71px 97px;
	padding: 60px;
	background-color: var(--alternate-color);
	max-width: 410px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-left: 50px;
}

.diverse-right-inn .module-title {
	color: #fff;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1;
}
.diverse-right-inn p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
}

.diverse-right-inn::after {
	content: '';
	width: 90%;
	position: absolute;
	left: 5%;
	border: 2px solid #fff;
	height: 88%;
	top: 6%;
}

.page-template-template-why-sd .module-intro-b.innovative {
	padding: 60px 0 60px 0;
	position: relative;
}

.why-sd-line-main.innovative-line .row {
	width: 100% !important;
	max-width: 1080px !important;
	text-align: left;
	position: relative;
}

.why-sd-line-main.innovative-line {
	top: 0;
}

.page-template-template-why-sd .module-intro-b.innovative img {
	filter: grayscale(100%);
}

.page-template-template-why-sd .module-intro-b.innovative .row {
	max-width: 1920px;
}
.innovative-left {
	padding-left: 0;
}

.innovative-right {
	padding-right: 0;
}

.innovative-right {
	padding-right: 0;
	text-align: left;
}
.innovative-right-inn img {
	max-width: 600px;
	width: 100%;
}

.innovative-right-inn .image-active-swipe-right {
	max-width: 600px;
	margin-right: 0;
	margin-left: 75px;
}

.innovative-left-inn {
	max-width: 430px;
	margin-right: 0;
	margin-left: auto;
}

.page-template-template-why-sd .module-intro-b.innovative .row:nth-child(3) {
	padding: 60px 0 00px 0;
}
.innovative-left.second .innovative-left-inn {
	margin-left: 90px;
	text-align: left;
	max-width: 460px;
}
.innovative-left.second .innovative-left-inn .module-title {
	text-align: left;
}

.columns.medium-6.large-6.small-12.innovative-right.second {
	padding-left: 0;
	text-align: left;
	position: relative;
}

.columns.medium-6.large-6.small-12.innovative-right.second .innovative-right-inn {
	position: relative;
	z-index: 1;
}

.columns.medium-6.large-6.small-12.innovative-right.second::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100px;
	width: 100%;
	height: 200px;
	background: #fff;
	z-index: 0;
}

.innovative-right.second .innovative-right-inn .image-active-swipe-right {
	max-width: 730px;
	margin-right: inherit;
	margin-left: auto;
}

.innovative-right.second .innovative-right-inn img {
	width: 100%;
	max-width: 730px;
}

.innovative-left-inn {
	max-width: 430px;
	margin-right: 10px;
	margin-left: auto;
}

.innovative-left-inn p {
	padding-left: 10px;
	padding-right: 15px;
}

@media screen and (min-width: 768px) {
	.columns.diverse-left {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/*	 	WHY SD    Page CSS END*/

/* TEMPLATES > Attorney Search */
.attorney-search-results-bar {
	text-align: left;
	padding: 5px 0 10px 0;
	margin-bottom: 20px;
	border-top: 0px solid #e9f5f7;
	border-bottom: 0px solid #e9f5f7;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	color: #9d2235;
}

.attorney-search-inner {
	padding: 10px 0 5px 0;
	border-bottom: 0px solid #dedede;
}

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

.attorney-search-letters-single {
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	background: #f0f0f0;
	padding: 0;
	text-decoration: none !important;
	line-height: 35px;
}

.attorney-search-form-container .attorney-search-form input,
.attorney-search-form-container .attorney-search-form select {
	border-bottom: 2px solid #003469;
	background: #fff;
	color: #003469;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	min-height: 55px;
	padding: 15px;
}

.attorney-search-letters a {
	font-weight: 500;
}

.attorney-search-form-container .align-right a {
	border: none !important;
	text-decoration: none;
	padding: 3px 10px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.attorney-search-form-container .align-right a:hover,
.attorney-search-form-container .align-right a:focus {
	border: none !important;
	text-decoration: none;
	color: var(--secondary-color);
}

span.attorney-search-letters-single {
	color: #101a29;
}

.attorney-search-form.background-input input::-webkit-input-placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input input:-ms-input-placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input input::-ms-input-placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input input::placeholder {
	color: #101a29;
	font-size: 18px;
	opacity: 1 !important;
}

.attorney-search-form.background-input label {
	color: #003469;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	min-height: 55px;
	top: 14px;
}
.form-input-group.visually-hidden {
	display: none;
}
.attorney-search-form span {
	font-weight: bold;
	min-width: 250px;
}

.attorney-search-form .form-input-group {
	margin: 5px 0;
	width: auto;
}

.attorney-search-form.background-input button {
	padding: 00 15px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.46px;
}

.attorney-search-form.background-input button:hover,
.attorney-search-form.background-input button:focus {
	padding: 00 15px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	letter-spacing: 0.46px;
	background-color: #191818;
	border-color: #191818;
}

.attorney-search-form.background-input button i {
	font-size: 14px;
	font-weight: 600;
}

.attorney-search-form.background-input .form-input-group:last-child {
	max-width: 150px;
}

.attorney-search-form.background-input .form-input-group:last-child button {
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 12px 25px;
	border-radius: 0;
	text-align: center;
	display: inline-block;
	background-color: var(--primary-color);
	text-decoration: none;
	font-size: 17px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0px;
	color: var(--white);
	text-decoration: none !important;
}

.attorney-search-form.background-input .form-input-group:last-child button:hover,
.attorney-search-form.background-input .form-input-group:last-child button:focus {
	background-color: var(--secondary-color);
	color: var(--white);
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 0px;
}

@media screen and (min-width: 700px) {
	.attorney-search-form .form-input-row {
		display: flex;
		column-gap: 20px;
		align-items: center;
		margin-bottom: 15px;
	}

	.form-input-group:first-of-type {
		margin-right: 0;
	}
}

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

.page-template-template-attorneys #main {
	padding: 0;
}
/*///////////////////////////*/

/* UPDATED ATTORNEY LANDING */

.single_att {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	grid-gap: 15px;
	gap: 15px;
	border-bottom: 1px solid #d5d4d4;
	padding-bottom: 20px;
	margin-bottom: 15px;
	width: 45%;
}

.content .att_img img {
	max-width: 150px;
}

.single_att h2 {
	font-size: 1.1111rem;
}

.single_att p {
	font-size: 0.8333rem;
}

.single_att h2,
.single_att p {
	margin-bottom: 10px;
}
.att_content h2,
.att_content h2 a {
	color: #01384d;
	font-size: 18px;
	margin: 0;
	text-decoration: none !important;
}

.att_content h2 a:hover,
.att_content h2 a:focus {
	color: var(--primary-color);
	font-size: 18px;
	margin: 0;
}

.att_content p {
	/*	text-transform: uppercase;*/
	color: var(--primary-color);
	/*	font-weight: bold;*/
	font-size: 14px;
	font-weight: normal;
}
.att_info_item a {
	font-weight: 500;
}
.single_att p.position {
	font-weight: bold !important;
	text-transform: uppercase;
}
.email-link {
	color: var(--body-text-color);
}

.single_att .att_info_item {
	margin-bottom: 0;
	margin-right: 15px;
	float: left;
}

.att_bread {
	display: block;

	color: #fff;
	margin-bottom: 10px;
}

.single_att .att_img {
	position: relative;
}

.att_content {
	text-align: left;
}

.single_att .att_img a::before {
	content: '';
	background-image: url(../images/att_landing_bg.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: -1;
}

@media screen and (min-width: 1250px) {
	.single_att {
		margin-bottom: 0;
	}

	.content .att_img img {
		max-width: 200px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.single_att h2 {
		font-size: 1.6667rem;
	}

	.single_att .att_img a::before {
		width: 200px;
		height: 200px;
	}
}

/* Attorney Pops */

.attorney-results.attorney-results-type-pop {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	max-width: 1280px;
}
.attorney-result-pop {
	display: none;
}

.attorney-result-pop-row {
	font-size: 1.1rem;
	padding: 30px 0 00px 0;
	border-bottom: 0px solid var(--color-gray);
	max-width: 400px;
	margin: 0 auto;
}

.attorney-result-info .attorney-result-pop-name-link:hover,
.attorney-result-info .attorney-result-pop-name-link:focus {
	color: var(--secondary-color);
}

.attorney-result-pop-cell {
	flex: 1;
	margin-bottom: 5px;
}

.attorney-result-pop-name {
	flex-basis: 30%;
	width: 30%;
	position: relative;
	padding: 15px;
	background: var(--light-gray-color);
}

.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-info {
	padding: 10px 10px;
	text-align: center;
}
.attorney-result-buttons i {
	margin: 2px;
}

.attorney-result-buttons a .fas.fa-phone-alt.small-margin-right {
	font-size: 16px;
}

.attorney-result-buttons a {
	font-weight: 500 !important;
	font-size: 17px;
}
.attorney-result-buttons {
	display: flex;
	column-gap: 0px;
	justify-content: center;
	flex-wrap: wrap;
}
.attorney-result-info .attorney-result-pop-name-link {
	color: var(--primary-color);
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 1;
}
.attorney-result-pop-cell.attorney-result-pop-name img {
	background-color: transparent;
	display: block;
}
.attorney-result-buttons p,
.attorney-result-buttons p a {
	font-size: 15px;
}

.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: 32%;
		column-gap: 15px;
		justify-content: center;
		margin: 0;
	}

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

.sidebar .gform_wrapper {
	padding: 30px 30px 50px 30px;
	background: var(--alternate-color);
	text-align: center;
}

.sidebar .gform_wrapper .gsection_title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
}

.sidebar .gform_wrapper .gfield {
	margin: 0;
}

.section-8-inner.award-slider-inn {
	background: var(--primary-color);
	max-width: 1000px;
	margin-top: -100px;
	padding: 55px 110px 95px 110px;
}

.section-8-inner.award-slider-inn #slider-awards-pagination {
	bottom: 30px;
}

.page-template-template-blog-grid #main {
	padding-top: 0;
}

.module-title.Awards-tit {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 3.2px;
	font-family: var(--body-font-family);
	text-transform: uppercase;
}

.module-title.Awards-tit + p {
	color: #fff;
	max-width: 600px;
	margin: 0 auto 30px;
}

.slider-testimonial-single.award-slide-single p {
	font-family: var(--heading-font-family);
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: -0.66px;
	margin: 0;
}
.sig-cases .swiper-pagination-bullet,
.section-8-inner .swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px)) !important;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px)) !important;
}

.slider-testimonial-single.award-slide-single p strong {
	font-weight: normal !important;
}
.swiper-slide.slider-testimonial-single.award-slide-single .slider-testimonial-content {
	padding: 0;
}

.swiper.slider-blog-c.award-slide-inner {
	margin-bottom: 20px;
}

.page-template-template-blog-grid #main .blog-filters {
	margin-left: auto;
	margin-right: auto;
	column-gap: 15px;
}

.blog-filters-block.button {
	height: 45px;
	line-height: 45px;
	padding: 0;
}

@media screen and (min-width: 768px) {
	.blog-filters-block {
		max-width: 288px;
	}
}

@media screen and (min-width: 280px) and (max-width: 767px) {
	#banner {
		height: 250px;
		min-height: 250px;
		margin-top: 0;
		padding-bottom: 0px;
	}

	.pa-video-bg {
		margin: 0 auto;
		min-height: 370px;
		background-size: 100% auto;
		min-height: 370px;
		background-position: center center;
	}

	.banner-inner {
		padding-top: 50px;
		padding-bottom: 10px;
		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: 20px;
		position: absolute;
		right: 10px;
	}
	.banner-inner {
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding-bottom: 20px;
	}
	.page-template-template-attorneys #main {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.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;
		width: 100%;
		margin-bottom: 35px;
	}

	.attorney-search-form.background-input label {
		left: 0;
		padding: 0;
	}
	.attorney-search-form-container .form-input-group {
		margin-bottom: 8px;
	}

	.attorney-search-letters.show-for-small-only.background-input {
		margin-bottom: 0;
		/* border-bottom: 2px solid #003469; */
	}

	.attorney-search-letters.show-for-small-only.background-input .form-input-group {
		margin-bottom: 10px;
		border-bottom: 2px solid #003469;
	}
	.attorney-search-form.background-input label {
		left: 5px;
		padding: 0;
	}
	.attorney-search-form.background-input .form-input-group:last-child {
		max-width: 100%;
		margin: 15px auto;
	}

	.select-wrapper {
		position: relative;
		width: 100%;
		border: 1px solid #d6d6d6;
		color: #000;
	}

	.select-wrapper select {
		color: var(--alternate-color);
		font-weight: 500;
		font-size: 16px;
	}

	.single-practices #main {
		padding-bottom: 15px;
		padding-top: 35px;
	}

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

	.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 0px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	.page-template-template-attorneys #attorney-results .attorney-single-box {
		width: 100%;
		max-width: 300px;
		margin: 15px auto;
	}

	.single_att {
		width: 100%;
	}
	.single_att .att_img {
		position: relative;
		min-width: inherit;
	}

	.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 0;
	}
	.single_att {
		gap: 05px;
	}

	.page-template-template-attorneys .content.full-width.columns {
		margin-bottom: 0;
	}

	.page-template-template-contact #main {
		padding-top: 20px;
	}

	.page-template-template-contact #main .columns.medium-12.large-12.small-12.full-width {
		padding: 0;
	}

	.cont-map {
		margin-bottom: 0;
	}

	.form-container.contact-form h2 {
		color: #fff;
		font-size: 30px;
	}

	.car-wel-right {
		padding: 0 10px;
	}

	.car-wel-left {
		padding: 0 10px;
	}
	.car-wel-left h2 {
		font-size: 40px;
		letter-spacing: -0.6px;
	}
	.car-wel-left h2 .divider-line {
		max-width: 156px;
	}

	.car-wel-right-inn {
		max-width: 500px;
		margin-bottom: 00px;
	}
	.car-testimonials-left {
		padding: 0 30px;
	}
	.car-testimonials-inn {
		padding: 110px 30px 20px 30px;
		max-width: 767px;
		position: relative;
	}
	.quote-icon {
		left: 13px;
		top: 32px;
		width: 80px;
		height: 80px;
		background-size: 68px;
	}
	.car-testimonials .module-blog-c-single p {
		font-size: 18px;
		line-height: 1.6;
	}

	.number-stagger .wrapper {
		max-width: 1000px;
		margin: 0 auto;
		padding: 20px 29px 50px 35px;
		min-height: 400px;
	}

	.stagger-line {
		top: 12%;
		height: 100%;
		width: 1px;
		left: 65px;
	}
	.number-stagger .wrapper .number {
		min-width: 60px;
	}
	.number-stagger .item {
		display: flex;
		column-gap: 30px;
		margin-bottom: 20px;
	}
	.current-opening-left h2 {
		font-size: 40px;
		letter-spacing: -0.6px;
		color: #fff;
		text-align: left;
		margin: 0;
		margin-bottom: 30px;
	}
	.current-opening-right a.button {
		font-size: 16px !important;
		padding: 25px 25px !important;
		width: 100% !important;
	}
	.current-opening.module {
		padding: 50px 0;
	}

	.training-dev-main {
		flex-wrap: wrap;
	}
	.module.training-dev {
		padding: 30px 0;
	}

	.training-dev-left-inn h2 {
		font-size: 40px;
	}
	.training-dev-left-inn h2 .divider-line-1 {
		max-width: 235px !important;
	}
	.columns.medium-6.large-6.small-12.training-dev-right {
		padding: 0;
	}
	.training-right-content p {
		font-size: 16px;
		font-weight: 500;
	}
	.training-left-content p {
		font-size: 16px;
	}
	.module.training-dev .training-dev-main:nth-child(3) {
		padding-top: 15px;
		padding-bottom: 0;
	}
	.module.training-dev {
		padding-bottom: 0;
	}

	#counterSection {
		margin-top: -15px;
	}
	.strength-title h2 {
		font-size: 40px;
	}
	#counterSection .module-benefits-c-boxes {
		flex-wrap: wrap;
		justify-content: center;
	}

	.training-dev-right-inn {
		width: 112%;
		margin-left: -6%;
	}

	.module.training-dev .training-dev-main:nth-child(2) {
		/* background: red; */
		padding-top: 0;
	}

	.module.training-dev .training-dev-main:nth-child(2) .training-dev-right.odd {
		order: 2;
	}
	.strength-num-main .module-benefits-c-box::after {
		right: 0;
		height: 1px;
		top: inherit;
		width: 100%;
		opacity: 0.1;
		bottom: -18px;
	}

	.strength-num-main .module-benefits-c-box:last-of-type {
		margin-bottom: 0;
	}
	.module.benefits-section {
		padding: 50px 15px;
	}

	.benefits-list {
		width: 100%;
	}
	.benefits-list .box-content h3 {
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.module.section-message.career {
		padding: 00px 0 00px 0;
		margin: 0;
	}
	.message-bg-inn.career-inn {
		width: 100%;
	}
	.message-main .row-narrow {
		max-width: 1280px;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.message-main.career-bot-main .message-right .message-right-inn {
		max-width: 100%;
		padding: 25px;
	}

	.message-main.career-bot-main .message-right h2 {
		font-size: 40px;
	}
	.columns.medium-6.large-6.small-12.training-dev-left.Opportunity-left {
		order: 2;
		padding: 0;
	}

	.Opportunity-right .training-dev-right-inn {
		max-width: 490px !important;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	.training-dev-main.Opportunity-main {
		padding-bottom: 0;
		padding: 10px 10px;
	}

	.columns.medium-6.large-6.small-12.training-dev-right.Opportunity-right {
		margin-bottom: 50px;
	}
	.page-template-template-careers #main {
		padding-bottom: 15px;
	}
	.module-practices-c .practices-single {
		margin-bottom: 20px;
	}

	.single.single-podcasts .banner-title {
		font-size: 35px;
	}
	.attorney-search-container-inner.column.no-float {
		padding: 20px 20px;
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 15px;
	}

	.select-wrapper.Alphabetically select {
		color: #003469;
		font-size: 16px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: 0.8px;
		text-transform: uppercase;
	}
	.attorney-results.attorney-results-type-pop {
		flex-direction: column;
	}
	.attorney-result-pop-cell.attorney-result-pop-name img {
		display: block;
		margin: 0 auto;
	}

	.main-attorney-search {
		padding: 0;
	}
	.attorney-search-inner {
		padding: 20px 0 5px 0;
	}
	.attorney-result-pop-name {
		flex-basis: 30%;
		width: 100%;
		position: relative;
	}
	.page-template-template-blog-grid #main {
		padding: 30px 0;
	}

	.blog-filters-category.blog-filters-block .select-wrapper.background-input::after {
		right: 0 !important;
		font-size: 22px;
	}

	.module-benefits-c-boxes.blog-boxes-landing .module-benefits-c-box {
		padding: 0;
		margin-bottom: 6px;
	}

	.module-benefits-c-boxes.blog-boxes-landing .module-benefits-c-box a h3 {
		font-size: 12px !important;
	}

	.module-benefits-c-boxes.blog-boxes-landing .box-content a {
		display: block;
		font-size: 14px !important;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		text-decoration: none !important;
		padding: 11px 15px !important;
	}

	.blog-grid .post-inner {
		padding: 15px 20px;
	}
	.module-blog-c-single h3 a {
		display: block;
	}
	.post-inner.module-blog-c-single h3 {
		margin-bottom: 10px;
		line-height: 1;
		min-height: inherit;
	}
	.post-head-info {
		text-align: left;
	}

	.post-head-info a {
		text-transform: uppercase;
	}

	.content {
		margin-bottom: 30px;
		padding: 0 25px;
	}

	#blog-grid #blog-grid-inner {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	#blog-grid #blog-grid-inner .post {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
		max-width: inherit;
	}

	.blog-grid .post-inner {
		padding: 15px 20px 10px 20px;
		min-height: 350px;
	}
	.post-bottom-left div:last-child {
		margin-bottom: 0;
	}

	.sidebar.column {
		width: 100%;
		padding: 0 25px;
	}

	.post:last-child {
		margin: 0;
	}

	.module.module-intro-a.section-1 {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 15px;
	}

	.module.module-intro-c.section-2 .module-title {
		margin-bottom: 20px;
		font-size: 36px;
		text-align: left;
	}

	.module.module-intro-c.section-2 {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 20px;
	}

	.module.module-intro-c.section-2 .module-intro-c-content::after {
		opacity: 0;
	}

	.module.module-intro-c.section-2 .module-intro-c-content {
		margin-bottom: 15px;
	}

	.module.module-intro-c.section-3 {
		padding: 30px 15px 10px 15px;
	}

	.module.module-intro-c.section-3 .flex-container .module-intro-c-content {
		order: 2;
		margin-bottom: 0;
	}

	.module.module-intro-c.section-3 .flex-container .module-intro-c-side {
		order: 1;
		margin-left: -10%;
		width: 120%;
		margin-right: -30px;
	}

	.module.module-intro-c.section-3 .module-intro-c-side img {
		max-width: 100%;
		margin-top: 10px;
		margin-bottom: 25px;
		display: none;
	}

	.show-for-small-only.sec-three-mobile {
		margin-left: -10%;
		margin-right: -10%;
	}
	.module.module-intro-c.section-3 .module-title {
		font-size: 36px;
		letter-spacing: 0;
		margin-bottom: 20px;
	}

	.module.module-intro-c.section-3 .module-title.left {
		text-align: left;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	.module-title {
		font-size: 36px;
	}
	.module.module-testimonials-b.prac-result-slide .module-title.prac-result {
		padding: 0 25px;
	}
	.module.module-testimonials-b.prac-result-slide .module-title.prac-result-cont {
		padding: 0 30px;
		text-align: center;
		margin-bottom: 0;
	}

	.module.module-testimonials-b.prac-result-slide .module-title.prac-result-cont p {
		text-align: center;
	}

	.module.module-testimonials-b.prac-result-slide #slider-testimonials-a {
		padding: 30px 0;
		width: 80%;
	}

	.module.module-testimonials-b.prac-result-slide .swiper-button-container {
		position: absolute;
		width: 116%;
		margin: 0 auto;
		left: -8%;
		top: 44%;
	}

	.module.module-testimonials-b.prac-result-slide .swiper-button-container button {
		width: 30px;
		height: 60px;
		border: 0px solid #b9b9b9 !important;
		border-radius: 0 !important;
		outline: none !important;
		background: transparent;
	}

	.module.module-testimonials-b.prac-result-slide .swiper-button-container button::after {
		font-size: 16px;
		color: var(--white);
		border: 2px solid var(--primary-color);
		width: 50px !important;
		height: 70px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0% !important;
		/* opacity: 0 !important; */
		background: var(--primary-color) !important;
		min-width: 30px !important;
	}

	.module.module-testimonials-b.prac-result-slide .swiper-outer {
		max-width: 100%;
		position: relative;
	}
	.slider-prac-result-main {
		min-height: 220px;
	}

	.slider-prac-result-hover h2 {
		font-size: 35px;
	}

	.slider-prac-result-hover p {
		font-size: 14px;
	}

	.slider-prac-result-hover.active {
		width: 190px;
		height: 314px;
		left: -236px;
		margin-top: -210px;
		padding: 55px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		align-content: center;
	}

	.slider-prac-result-hover.active::after {
		height: 79%;
		top: 8%;
	}
	.module.module-testimonials-b.prac-result-slide {
		padding: 60px 0 20px 0;
	}

	.prac-result-slide-main .slider__controls {
		margin-bottom: 0;
	}
	.module.module-cta-a.section-5-image {
		padding: 00px 0 10px 0;
	}

	.section-5-image-top.center img {
		max-width: 100%;
	}
	.module.module-cta-a.section-5-image.Recognized .module-intro-c-content .module-title {
		font-size: 36px;
		line-height: 60px;
		text-align: left;
		line-height: 1.2;
	}

	.section-5-image-top.center {
		margin-bottom: 30px;
	}
	.module.module-cta-a.section-5-image.Recognized .flex-container {
		align-items: flex-start;
		column-gap: 15px;
		flex-wrap: wrap;
		padding: 0 30px;
	}

	.module.module-cta-a.section-5-image.Recognized .flex-container .module-intro-c-content {
		width: 100%;
		margin: 0px 0px 20px 0;
	}

	.module.module-intro-c.section-6 {
		padding: 30px 20px;
	}
	.module.module-intro-c.section-6 .flex-container ul {
		margin-bottom: 0;
	}

	.module.module-intro-c.section-6 .module-intro-c-content {
		margin-bottom: 0;
	}
	.module.module-intro-c.section-7 {
		padding: 30px 20px;
	}

	.module.module-intro-c.section-7 ul {
		margin-bottom: 0;
	}

	.module.module-intro-c.section-7 .module-intro-c-content {
		margin-bottom: 0;
	}

	.module.module-testimonials-b.section-8 .column.no-float {
		padding: 0;
	}

	.section-8-inner {
		padding: 65px 20px;
		position: relative;
	}
	.section-8-inner .swiper-button-container button {
		background: transparent;
		padding: 0;
	}
	.show-for-small-only.sec-three-mobile img {
		max-width: 100%;
		filter: grayscale(100%);
	}

	.page-template-template-why-sd .module.module-intro-a {
		padding-bottom: 80px;
	}

	.module.module-intro-c.why-sd-2 {
		padding-top: 80px;
	}

	.why-sd-line-main {
		position: absolute;
		width: 100%;
		top: -50px;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		max-height: 100px;
		overflow: hidden;
		z-index: 1;
	}

	.columns.diverse-left {
		padding-right: 15px;
	}

	.diverse-left .module-title {
		text-align: center;
	}

	.module-intro-c .diverse-main {
		padding: 0 10px;
	}
	.columns.diverse-left p {
		text-align: center;
	}

	.diverse-right-inn .module-title {
		font-size: 80px;
	}

	.diverse-right-inn {
		width: 100%;
		height: auto;
		padding: 60px 30px;
		max-width: 100%;
		margin-left: auto;
		margin: auto auto 71px auto;
	}
	.diverse-right-inn p {
		margin-bottom: 0;
	}
	.page-template-template-why-sd .module.module-cta-a {
		padding: 40px 0;
	}
	.page-template-template-why-sd .module-intro-b.innovative {
		padding: 00px 0 40px 0;
	}

	.page-template-template-why-sd .module-intro-b.innovative .row {
		max-width: 1920px;
		display: flex;
		flex-wrap: wrap;
	}

	.columns.medium-6.large-6.small-12.innovative-left {
		order: 2;
		padding: 15px 35px;
	}

	.columns.medium-6.large-6.small-12.innovative-right {
		padding: 0;
	}

	.innovative-right-inn .image-active-swipe-right {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.innovative-left-inn {
		max-width: 100%;
		margin-right: 0;
		margin-left: auto;
	}

	.innovative-left-inn p {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.columns.medium-6.large-6.small-12.innovative-right.second {
		position: relative;
		display: flex;
		justify-content: center;
	}
	.columns.medium-6.large-6.small-12.innovative-right.second::before {
		content: '';
		position: absolute;
		top: -50px;
		width: 2px;
		height: 100px;
		background: var(--headline-color);
		margin: 0 auto;
		z-index: 1;
		display: none;
	}

	.innovative-left.second .innovative-left-inn {
		margin-left: 0;
		text-align: center;
		max-width: 100%;
		justify-content: center;
	}

	.innovative-left.second .innovative-left-inn .module-title {
		text-align: center;
		margin-top: 10px;
	}

	.innovative-left.second .innovative-left-inn p:last-child {
		margin-bottom: 0;
	}

	.module.module-intro-c.why-sd-2 .why-sd-line-main .row {
		max-width: 1080px;
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
	}
	.page-template-template-why-sd .module-intro-b.innovative .why-sd-line-main {
		display: none;
	}

	.columns.medium-6.large-6.small-12.innovative-right.second::after {
		display: none;
	}

	.page-template-template-why-sd .module-intro-b.innovative .row:nth-child(3) {
		padding: 00px 0 00px 0;
	}

	.module.module-intro-c.why-sd-2 .why-sd-line-main .row .vertline {
		left: auto;
	}

	.attorney-search-form span {
		font-weight: bold;
		min-width: 250px;
		padding-bottom: 15px;
		display: block;
		text-align: center;
	}

	#cases-search-form {
		align-items: center;
		border: none;
		column-gap: 15px;
		flex-wrap: wrap;
		row-gap: 18px;
		justify-content: center;
	}

	.page-template-template-cases #main {
		padding: 30px 0;
	}
	.post-bottom.sig-cases-bot {
		flex-wrap: wrap;
		justify-content: space-between;
		row-gap: 7px;
		min-width: calc(100% - 40px);
	}

	.post-bottom-right {
		text-align: right;
		display: flex;
		width: 100%;
		justify-content: flex-end;
		text-align: right;
		margin-bottom: 15px;
	}

	.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2,
	.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2 a {
		font-size: 24px !important;
	}

	.page-template-template-blog-grid #banner {
		min-height: 400px;
	}
	.page-template-template-blog-grid #banner .banner-inner.columns {
		align-items: flex-start;
		padding-top: 115px;
	}

	.module.module-testimonials-b.section-8.award-slider.mb40 {
		padding: 0 25px;
		margin-top: -140px;
		margin-bottom: 20px;
	}

	.module.module-testimonials-b.section-8.award-slider.mb40 .section-8-inner.award-slider-inn {
		padding: 30px 40px;
	}

	.slider-testimonial-single.award-slide-single p {
		font-size: 25px;
	}
	.page-template-template-blog-grid #main .blog-filters {
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
		column-gap: 15px;
		flex-wrap: wrap;
		width: 100%;
		row-gap: 12px;
		margin-bottom: 20px;
	}

	.page-template-template-blog-grid #main .blog-filters .blog-filters-block {
		width: 100%;
	}

	.page-template-template-blog-grid #blog-grid {
		padding-left: 0;
	}

	.page-template-template-blog-grid .blog-grid .post-inner {
		min-height: 400px;
	}
	.accordion-container.practice-box-list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: center;
		row-gap: 15px;
	}
	.practice-container {
		width: 100%;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.car-wel-left .introc-content.dark-text {
		max-width: 100%;
	}

	#banner {
		height: 300px;
	}

	.banner-inner {
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		height: 100%;
		padding-bottom: 10px;
	}

	.page-template-template-attorneys #attorney-results {
		display: flex !important;
		padding: 0 0px;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: row;
	}
	.message-right-inn {
		max-width: 100%;
	}
	.sidebar.column {
		width: 100%;
	}
	.car-testimonials-inn .module-blog-c-single {
		max-width: 100%;
	}
	.title p {
		font-size: 16px;
		font-weight: 500;
	}

	.current-opening-right a.button {
		font-size: 16px !important;
		padding: 25px 25px !important;
		width: 100% !important;
		max-width: 350px;
	}

	.training-left-content {
		max-width: 100%;
	}

	.training-dev-right-inn {
		width: 100%;
		margin-left: 0%;
		padding-left: 15px;
	}

	.training-right-content {
		max-width: 100%;
	}

	.training-dev-left.odd {
		padding-left: 15px;
	}

	.training-dev-right-inn {
		padding-left: 20px;
	}

	#counterSection .module-benefits-c-boxes {
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 20px;
	}

	.strength-num-main .module-benefits-c-box {
		position: relative;
		min-height: 80px;
		padding: 0 25px;
		width: 45%;
	}

	#counterSection {
		margin-top: 40px;
	}

	.attorney-result-pop-row {
		width: 46%;
	}
	.attorney-results.attorney-results-type-pop {
		flex-direction: row;
		justify-content: center;
	}

	.module.module-testimonials-b.prac-result-slide #slider-testimonials-a {
		padding: 30px 0;
		width: 80%;
		max-width: 350px;
	}
	.module.module-testimonials-b.prac-result-slide .swiper-button-container {
		position: absolute;
		width: 100%;
		margin: 0 auto;
		left: 0;
		top: 44%;
	}

	.module.module-testimonials-b.prac-result-slide .swiper-button-container button::after {
		min-width: 40px !important;
	}

	.slider-prac-result-hover.active {
		width: 243px;
		height: 310px;
		left: -288px;
		margin-top: -210px;
		padding: 55px;
		display: flex !important;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		align-content: center;
	}

	.module.module-cta-a.section-5-image.Recognized .flex-container .module-intro-c-content p {
		max-width: 100%;
	}

	.section-8-inner-text p {
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.innovative-right-inn .image-active-swipe-right {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}
	.attorney-result-buttons p,
	.attorney-result-buttons p a {
		font-size: 12px;
	}

	.page-template-template-blog-grid .blog-grid .post-inner {
		min-height: 300px;
	}
}

@media screen and (min-width: 767px) and (max-width: 840px) {
	.sidebar-block.sidebar-box {
		padding: 30px 20px;
		border-top: 2px solid #008ad4;
	}

	.attorney-single-box-img.attorney-single-box img {
		max-width: 70px;
	}
	.attorney-single-box-img.attorney-single-box {
		min-width: 70px;
		width: 20%;
	}

	.team-member.attorney.prac-attorney-single-box.attorney-result-single {
		padding-right: 0;
	}
	.team-member.attorney.prac-attorney-single-box.attorney-result-single a {
		display: flex;
		column-gap: 15px;
	}
	.prac-attorney-single-box-info.attorney-single-box-info h2 {
		font-size: 18px;
	}

	.prac-attorney-single-box-info.attorney-single-box-info {
		min-width: auto;
		width: auto;
	}

	.attorney-results .attorney-single-box {
		max-width: 400px;
		width: 44%;
	}

	.module.module-intro-c.section-3 .flex-container .module-intro-c-side {
		order: 1;
		margin-left: -10%;
		width: 120%;
		margin-right: -30px;
	}

	.module.module-intro-c.section-3 .module-intro-c-side img {
		max-width: 100%;
		margin-top: 10px;
		margin-bottom: 25px;
		display: none;
	}

	.show-for-small-only.sec-three-mobile {
		margin-left: -10%;
		margin-right: -10%;
	}

	.show-for-small-only.sec-three-mobile,
	.show-for-small-only.sec-three-mobile img {
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}

	.show-for-small-only.sec-three-mobile,
	.show-for-small-only.sec-three-mobile img {
		display: inline-block !important;
		text-align: center;
		width: auto;
		margin: 0 !important;
		filter: grayscale(100%);

		max-width: 100%;
		height: auto;
	}

	.module.module-intro-c.section-3 {
		padding-bottom: 0;
	}
	.page-template-template-practices .practice-box-list {
		grid-column-gap: 20px;
	}
	.practice-container {
		width: 48%;
	}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.banner-title {
		font-size: 45px;
	}
	.banner {
		height: 300px;
	}

	.single_att .att_img {
		position: relative;
		min-width: 150px;
		width: 150px;
	}
	.single_att .att_img img {
		width: 100% !important;
	}

	.single_att {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		grid-gap: 15px;
		gap: 10px;
		border-bottom: 1px solid #d5d4d4;
		padding-bottom: 20px;
		margin-bottom: 15px;
		width: 46%;
	}

	.accordion-item.practice-box .prac-title {
		padding: 25px;
		padding-right: 44px;
		position: relative;
		z-index: 1;
		letter-spacing: 0;
		text-transform: capitalize;
		font-size: 22px;
		line-height: 1.2;
	}

	.accordion-item.practice-box .prac-title::after {
		right: 15px;
	}

	.sidebar-inner .gform_wrapper {
		background: var(--primary-color);
		position: relative;
		padding: 00px 20px 30px 20px;
		margin-top: 80px;
	}

	.gsection_title {
		font-size: 18px;
	}

	.banner {
		height: 300px;
		min-height: 200px;
		overflow: hidden;
	}
	.car-wel-left {
		padding-top: 0;
		padding-left: 0;
	}

	.car-wel-left h2 {
		font-size: 40px;
	}

	.quote-icon {
		left: 10px;
		top: 37px;
		width: 65px;
		height: 80px;
		background-size: 71px;
	}
	.car-testimonials .module-blog-c-single p {
		font-size: 16px;
	}

	.car-testimonials-inn {
		padding: 40px 30px 20px 85px;
		max-width: 600px;
		position: relative;
	}

	.car-testimonials-right .message-right-inn {
		max-width: 100%;
		margin-left: 0;
	}

	.number-stagger {
		margin-top: 0;
		z-index: 0;
	}
	.number-stagger .wrapper {
		max-width: 1000px;
		margin: 0 auto;
		/* padding: 1rem; */
		padding: 20px 25px 50px 25px;
		min-height: 400px;
	}

	.number-stagger .grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(328px, 1fr));
		grid-gap: 5px;
		width: 100%;
		column-gap: 35px;
	}
	.stagger-line {
		opacity: 0;
	}
	.current-opening-left h2 {
		font-size: 40px;
		margin: 0;
		padding-top: 7px;
	}
	.training-dev-left-inn h2 {
		font-size: 40px;
	}

	.training-dev-left-inn h2 .divider-line-1.wow {
		max-width: 230px;
	}
	.training-left-content p {
		font-size: 16px;
		line-height: 1.5;
	}

	.training-right-content p {
		font-size: 16px;
		line-height: 1.5;
	}

	.training-dev-main {
		padding: 20px 0 20px 0;
	}

	.strength-num-main .box-content h3 {
		font-size: 45px;
	}

	.message-main.career-bot-main .message-right .message-right-inn .message-bot p {
		font-size: 15px;
		line-height: 1.5;
	}
	.module.section-message.career {
		padding: 40px 0;
	}

	.training-dev-left.Opportunity-left h2 {
		font-size: 35px;
	}
	.opp-content p {
		font-size: 16px;
		line-height: 1.5;
	}
	.page-template-template-careers #main {
		padding: 60px 0 20px 0;
	}
	.module-practices-c-inner {
		grid-row-gap: 20px !important;
		grid-column-gap: 20px !important;
		max-width: 1100px;
		margin: 0 auto;
	}

	.podcasts-sidebar .attorney-item .attorney-photo {
		flex-shrink: 0;
		margin-right: 15px;
		max-width: 75px;
	}

	.podcasts-sidebar .attorney-item .attorney-photo img {
		max-width: 75px;
		width: 100%;
		display: block;
		background: #edf1f5;
	}
	.podcasts-sidebar .attorney-item .fa-solid.fa-arrow-right {
		width: 25px;
		height: 25px;
		font-size: 13px;
	}

	.attorney-info {
		padding-bottom: 20px;
	}

	.podcasts-sidebar .attorney-info h3 {
		font-size: 17px;
		margin-bottom: 5px;
		line-height: 1.2;
		font-weight: bold;
	}

	.attorney-search-container-inner {
		padding-top: 40px;
		padding-bottom: 10px;
		border-bottom: 1px solid #e3e3e3;
		padding-left: 15px;
		padding-right: 15px;
		max-width: 1100px;
		margin: 0 auto;
	}

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

	.attorney-search-form.background-input .form-input-group:last-child button {
		padding: 12px 05px;
		font-size: 15px;
	}
	.attorney-search-form.background-input .form-input-group:last-child {
		max-width: 115px;
	}
	.attorney-result-pop-name {
		flex-basis: 100%;
		width: 100%;
		position: relative;
	}

	.attorney-results.attorney-results-type-pop {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.attorney-result-pop-row {
		font-size: 1.1rem;
		padding: 30px 0 00px 0;
		border-bottom: 0px solid var(--color-gray);
		width: 46%;
	}

	.module-benefits-c-boxes.blog-boxes-landing .box-content a {
		display: block;
		font-size: 14px !important;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: normal;
		letter-spacing: normal;
		text-align: center;
		text-decoration: none !important;
		padding: 11px 15px !important;
	}

	.module-benefits-c-boxes.blog-boxes-landing.flex-container .module-benefits-c-box {
		width: auto;
	}

	.module-benefits-c-boxes.blog-boxes-landing.flex-container {
		margin: 0;
	}
	#blog-grid #blog-grid-inner .post {
		width: 48%;
	}

	#blog-grid #blog-grid-inner {
		display: flex;
		column-gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.module.module-intro-a.section-1 {
		padding: 0;
		padding-bottom: 20px;
	}

	.module.module-intro-c.section-2 {
		padding: 30px 0;
	}

	.module-title {
		font-size: 45px;
	}
	.module.module-intro-c.section-2 .module-title {
		margin-bottom: 20px;
	}
	.module.module-intro-c.section-2 .module-intro-c-content {
		padding: 5px;
		position: relative;
		margin-bottom: 20px;
	}

	.module.module-intro-c.section-3 .module-intro-c-content {
		margin-bottom: 0;
	}

	.module.module-intro-c.section-3 .module-intro-c-side {
		text-align: center;
	}

	.module.module-testimonials-b.prac-result-slide .column.no-float {
		padding: 0 15px;
	}
	.slider-prac-result-hover.active {
		left: -300px;
	}

	.module.module-testimonials-b.prac-result-slide .module-title.prac-result-cont p {
		text-align: center;
	}

	.module.module-testimonials-b.prac-result-slide {
		padding: 60px 0 20px 0;
	}

	.module.module-cta-a.section-5-image {
		padding: 00px 0px 50px 0;
	}

	.section-5-image-top.center img {
		max-width: 100%;
		width: auto;
	}
	.module.module-cta-a.section-5-image.Recognized .module-intro-c-content .module-title {
		font-size: 40px;
		line-height: 50px;
		text-align: left;
	}

	.module.module-cta-a.section-5-image.Recognized .columns {
		padding: 0 15px !important;
	}

	.module.module-cta-a.section-5-image.Recognized .flex-container .module-intro-c-content {
		width: 50%;
		margin: -10px 25px 0 0;
	}

	.module.module-cta-a.section-5-image {
		padding: 00px 0px 20px 0;
	}
	.module.module-intro-c.section-6 {
		padding: 40px 0 20px 0;
	}
	.module.module-intro-c.section-6 .flex-container {
		max-width: 860px;
		margin: 0 auto;
		/* flex-direction: column; */
		flex-wrap: unset;
	}

	.module.module-intro-c.section-7 {
		padding: 30px 0 10px 0;
	}

	.module.module-intro-c.section-7 .flex-container {
		max-width: 860px;
		margin: 0 auto;
		flex-wrap: unset;
	}

	.section-8-inner .module-title {
		font-size: 35px;
	}

	.section-8-inner-text p {
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 1.4;
	}

	.section-8-inner .slider-testimonial-content p {
		font-size: 15px;
	}

	.module.module-intro-a.section-9 p {
		margin-bottom: 0;
	}

	.module.module-intro-c.section-3 .module-intro-c-side img {
		max-width: 100%;
		margin-top: 10px;
		margin-bottom: 25px;
		display: none;
	}

	.show-for-small-only.sec-three-mobile {
		margin-left: -10%;
		margin-right: -10%;
	}

	.show-for-small-only.sec-three-mobile,
	.show-for-small-only.sec-three-mobile img {
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}

	.show-for-small-only.sec-three-mobile,
	.show-for-small-only.sec-three-mobile img {
		display: inline-block !important;
		text-align: center;
		width: auto;
		margin: 0 !important;
		filter: grayscale(100%);
		max-width: 100%;
		height: auto;
	}

	.module.module-intro-c.section-3 {
		padding-bottom: 0;
	}

	.columns.diverse-left {
		padding-right: 5px;
	}

	.module-title {
		font-size: 40px;
	}

	.diverse-right-inn {
		margin-left: 15px;
	}

	.why-sd-line-main {
		display: none !important;
	}

	.page-template-template-why-sd .module.module-cta-a {
		padding: 50px 0;
	}

	.page-template-template-why-sd .module-intro-b.innovative .row {
		max-width: 1920px;
		display: flex;
		flex-wrap: wrap;
	}

	.columns.medium-6.large-6.small-12.innovative-left {
		order: 2;
		padding: 15px 35px;
		width: 100%;
	}
	.columns.medium-6.large-6.small-12.innovative-right {
		padding: 0;
	}

	.innovative-right-inn .image-active-swipe-right {
		max-width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.innovative-left-inn {
		max-width: 100%;
		margin-right: 0;
		margin-left: auto;
	}

	.innovative-left-inn p {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.columns.medium-6.large-6.small-12.innovative-right.second {
		position: relative;
		display: flex;
		justify-content: center;
	}

	.columns.medium-6.large-6.small-12.innovative-right {
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.columns.medium-6.large-6.small-12.innovative-right.second::after {
		display: none;
	}

	.innovative-left.second .innovative-left-inn {
		margin-left: auto;
		text-align: center;
		max-width: 88%;
		margin-right: auto;
	}

	.innovative-left.second .innovative-left-inn .module-title {
		text-align: center;
	}

	.page-template-template-why-sd .module-intro-b.innovative {
		padding: 60px 0 00px 0;
		position: relative;
	}

	.attorney-search-form span {
		font-weight: bold;
		min-width: 186px;
		font-size: 13px;
	}

	.attorney-search-form .button.full-width {
		padding: 15px 15px !important;
	}
	.attorney-search-container-inner {
		align-content: center;
		column-gap: 20px;
		align-items: center;
		flex-direction: column;
		row-gap: 15px;
	}
	.attorney-result-buttons p,
	.attorney-result-buttons p a {
		font-size: 13px;
	}
	.filter-cases {
		font-size: 14px;
	}
	.background-input input,
	.background-input select,
	.background-input textarea,
	.videos-single:focus h2,
	.videos-single:hover h2 {
		font-size: 14px;
	}

	#cases-search-form .view-all {
		font-size: 14px;
	}

	.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2,
	.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2 a {
		font-size: 22px !important;
	}

	.page-template-template-blog-grid #banner .banner-inner.columns {
		align-items: flex-start;
		padding-top: 115px;
	}
	.module-title.Awards-tit {
		font-size: 20px !important;
	}
	.swiper-slide.slider-testimonial-single.award-slide-single p {
		font-size: 22px !important;
	}

	.page-template-template-blog-grid .blog-grid .post-inner {
		min-height: 400px;
	}

	.page-template-template-blog-grid #blog-grid {
		padding-left: 05px;
	}
	.page-template-template-blog-grid #blog-grid-pagination {
		margin-top: 0;
	}
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	.attorney-results.attorney-results-type-pop {
		column-gap: 10px;
	}
	.attorney-result-pop-row {
		width: 31%;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1179px) {
	.attorney-results.attorney-results-type-pop {
		column-gap: 10px;
	}
	.attorney-result-info {
		padding: 10px 0;
		text-align: center;
	}
	.banner-title {
		font-size: 45px;
		line-height: 1.2;
	}

	.office-block {
		margin-bottom: 0;
	}
	.module-benefits-c-boxes.blog-boxes-landing.flex-container .module-benefits-c-box {
		width: auto;
	}
	.module-benefits-c-boxes.blog-boxes-landing.flex-container {
		column-gap: 10px;
		justify-content: flex-start;
		width: 100%;
		padding: 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.attorney-search-container-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	.attorney-result-pop-row {
		display: flex;
		width: 32%;
	}
	.attorney-result-buttons p,
	.attorney-result-buttons p a {
		font-size: 13px !important;
	}
	#blog-grid-inner {
		/* width: 100% !important; */
		text-align: center;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}

	.module.module-intro-c.why-sd-2 .why-sd-line-main .row {
		max-width: 95%;
		position: relative;
		width: 100%;
	}

	.why-sd-line-main.innovative-line .row {
		width: 100% !important;
		max-width: 95% !important;
		margin-left: auto !important;
		margin-right: auto;
	}

	.vertline2 {
		margin-left: auto;
	}

	.innovative-left.second .innovative-left-inn {
		margin-left: 40px;
		text-align: left;
		max-width: 460px;
	}

	.innovative-left.second .innovative-left-inn .module-title {
		text-align: left;
		font-size: 40px;
	}

	.module-title {
		font-size: 40px;
	}
	.innovative-left-inn .module-title {
		text-align: left;
	}

	.page-template-template-why-sd .module-intro-b.innovative {
		padding: 60px 0 20px 0;
		position: relative;
	}

	.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2,
	.blog-grid.sig-cases-main #blog-grid-inner .post.cases-grid .post-head h2 a {
		font-size: 25px;
	}

	.page-template-template-blog-grid .post {
		max-width: 400px !important;
	}
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
	.office-block-info {
		position: relative;
		padding: 0 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
	.office-block-info h2 {
		margin: 0 0 5px;
		font-size: 25px !important;
	}

	.office-block-main {
		display: flex;
		column-gap: 10px;
		justify-content: center;
	}
}

.practice-boxes {
	display: grid;
	grid-gap: 16px;
	gap: 16px;
}

.practice-boxes a {
	background: var(--alternate-color);
	color: #fff;
	text-decoration: none;
	padding: 15px;
	text-align: center;
	transition: all 200ms ease-out;
}

.practice-boxes a:hover,
.practice-boxes a:focus {
	background: #000;
}

@media screen and (min-width: 768px) {
	.practice-boxes {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		flex-wrap: wrap;
	}

	.practice-boxes a {
		width: calc(50% - 8px);
	}
}

.landing-text p:last-child {
	margin-bottom: 0;
}

.quotes .swiper-outer {
	position: relative;
}

.slider-quotes {
	max-width: 70%;
}

.slider-quotes .swiper-wrapper {
	-webkit-box-align: center;
	align-items: center;
}

.quotes button {
	background: none;
	padding: 18px;
}

.quotes button:hover,
.quotes button:focus {
	color: #000;
}

.quotes .swiper-pagination {
	position: relative;
	margin-top: 30px;
}

@media screen and (min-width: 600px) {
	.slider-quotes {
		max-width: 80%;
	}
}

@media screen and (max-width: 760px) {
	.attorney-search-form-container .practice-area-links {
		display: block;
	}
	.attorney-search-form-container .practice-area-links .practice-link {
		display: block;
		width: 100%;

		margin: 0 auto;
	}
	.attorney-search-form-container .practice-area-links .practice-link:first-of-type {
		margin-bottom: 10px;
	}
}

.page-id-1715 .sidebar {
	display: none;
}
