/**
 * 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: 350px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
	/* background-color: #020926; */
	min-height: 350px;
	overflow: hidden;
	background-image: url('/wp-content/uploads/home-slide-bg.jpg');
	background-size: cover;
}

.ban-bg-new {
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: flex-end;
	top: 0;
	right: 0;
}
.ban-bg-new .row {
	margin: 0 auto;
	display: flex;
	height: 100%;
	/* display: inline-block; */
	width: 100%;
	justify-content: flex-end;
	max-width: 100%;
}
.ban-bg-new-inn {
	width: 40%;
	height: 100%;
	background-size: cover;
	background-position: center;
	/* left: 0; */
	/* min-width: 835px; */
	position: relative;
	right: 0;
}

.single-attorneys .banner .ban-bg-new-inn {
	width: 100%;
}
.single-attorneys .banner::after {
	opacity: 1 !important;
}

#banner::after {
	background: transparent;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(49, 117, 53, 0.71), rgba(49, 117, 53, 0.71));
	opacity: 0;
}

#banner::after {
	background: transparent;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: linear-gradient(to bottom, rgba(0, 6, 13, 0.6), rgba(0, 6, 13, 0.6));
	opacity: 0;
}

.single-attorneys .banner::before {
	opacity: 0 !important;
	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;
}

.single-attorneys .banner::after {
	opacity: 0 !important;
}

#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%;
	max-width: 1235px;
}

.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: 10px;
	padding-bottom: 20px;
	margin: 0 auto;
	max-width: 50%;
	margin-left: 0;
}

.banner-title {
	color: var(--primary-color);
	margin-bottom: 0;
	font-family: var(--body-font-family);
	font-size: 50px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	justify-content: center;
	opacity: 1;
	/* 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; */
	text-transform: capitalize;
}

@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: 75px;
		line-height: 1;
	}
}

@media screen and (min-width: 1025px) {
	.banner {
		height: 350px;
	}

	.banner,
	.banner-xl {
		margin-top: 137px;
	}

	.ban-bg-new-inn {
		width: calc((100vw * 0.32) - 5px);
	}
}

@media screen and (min-width: 1218px) {
	.ban-bg-new-inn {
		width: calc((1200px * 0.32) + ((100vw - 1200px) / 2) - 9px);
	}
}

/*******************************************************************************************
SUBPAGE STRUCTURE - Non-critical page features
*******************************************************************************************/

.search-form {
	display: flex;
	position: relative;
	background: transparent;
	border: 1px solid #e8e8e8;
}

.blog-filters-category.blog-filters-block {
	border-bottom: 2px solid #003469;
}
.search-form label {
	padding-left: 16px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 1px;
	text-align: left;
	color: var(--black);
	text-transform: capitalize;
	height: 60px;
	line-height: 46px;
}

.search-form button {
	height: 55px;
	width: 55px;
	font-size: 1rem;
	padding: 0 0;
	border-radius: 0;
	background: var(--primary-color);
	color: #fff;
}
.search-form button:hover,
.search-form button:focus {
	height: 55px;
	width: 55px;
	font-size: 1rem;
	padding: 0 0;
	border-radius: 0;
	background: var(--secondary-color);
	color: #fff;
}

#blog-search-input {
	color: var(--body-text-color);
	min-height: 55px;
	border: none !important;
}

/* BLOG > Blog Grid Style */
.blog-grid .post {
	border: 1px solid var(--color-primary);
	padding-bottom: 0;
}

.blog-grid .post-inner {
	padding: 30px;
	background: #fafafb;
}
.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: 380px;
}
.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;
}

.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: space-between;
	margin-bottom: 60px;
}

.blog-filters-block {
	margin-bottom: 0 !important;
	width: 48%;
}

.blog-grid .post-inner {
	padding: 15px 30px 20px 30px;
}

.blog-grid .post {
	margin-bottom: 30px;
}

@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;
	padding: 100px 00px 00px 00px;
	box-shadow: 0 0 11px 1px rgba(214, 214, 214, 0.7);
	background-color: #fff;
	background-image: url(../images/home-slide-bg.jpg);
	background-size: 1000px;
	border: none !important;
}

.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: 22px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	margin-top: 10px;
	color: var(--primary-color);
	margin-bottom: 5px;
}

.post-head h1 a,
.post-head h2 a {
	font-size: 22px;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-weight: 500;
	color: var(--primary-color);
	text-transform: capitalize;
	font-family: var(--heading-font-family);
	text-decoration: none;
	letter-spacing: 0;
}

.post-head h1 a:hover,
.post-head h1 a:focus,
.post-head h2 a:hover,
.post-head h2 a:focus {
	margin-bottom: 0;
	padding: 0;
	border: 0;
	color: var(--primary-color) !important;
	text-decoration: none;
}

.post-head,
.post-body {
	margin-bottom: 40px;
}

.single-post .post-body {
	display: flex;
	flex-direction: column;
}

.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: 18px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--secondary-color);
}

.post-body-content {
	font-size: 18px;
	line-height: 28px;
}

.post-body-content p {
	font-size: 18px;
	line-height: 28px;
}

.post-date {
	padding: 8px 0px;
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 600;
	margin-bottom: 10px;
	/* display: inline-block; */
	text-transform: uppercase;
	/* display: none; */
	letter-spacing: 0 !important;
}

.related-news-item.related-blog-post-item.post {
	margin-bottom: 20px;
}
.post-bottom a.post-bottom-share span {
	display: none;
}

.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: 10px 20px !important;
	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: 0px 10px 0px 10px !important;
	font-size: 13px;
	text-transform: uppercase;
	background: var(--secondary-color);
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}

.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: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: left;
	color: var(--black);
	text-decoration: none;
}

.post-head-info a:hover,
.post-head-info a:focus {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: 0px;
	text-align: left;
	color: var(--secondary-color);
	text-decoration: none;
}

.single-practices a.show-more-btn.outline {
	display: inline-block;
}

.post-head-info {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	text-transform: capitalize;
	margin-bottom: 0;
}

.post-head-info-authors {
	display: none;
}

.post-head-info i {
	margin: 0 5px;
}

.post-head-info a:hover,
.post-head-info a:focus {
	color: var(--color-near-black);
}

.post-head-info > div:not(:last-of-type)::after {
	width: 1px;
	height: 13px;
	background: black;
	content: '';
	display: inline-block;
	margin: 0 8px 0 11px;
	position: relative;
	top: 2px;
}

.post-head-info-authors span:not(:last-child)::after,
.post-head-info-authors a:not(:last-child)::after {
	content: ', ';
}

.post-body-image img {
	max-width: 100%;
}

.post-body-image {
	margin-bottom: 15px;
}

.post-inner {
	background: #fff;
	padding: 25px 35px 40px 35px;
}

.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(--heading-font-family);
	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(--heading-font-family);
	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;
}

.post-bottom {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	column-gap: 10px;
	margin-top: 15px;
	justify-content: space-between;
}

.button.blog-btn {
	margin-right: 15px;
}

.post-bottom-share {
	color: #e80924;
	font-weight: 600;
}
.catPostList {
	margin-bottom: 0;
}
.post-head .cat-title {
	margin-bottom: 0;
}

.sidebar .right-form.cat-contact-right-form {
	margin-top: 0;
}
.small-12.map-main {
    margin-bottom: 20px;
    border-bottom: solid 2px #efefef;
}
.small-12.map-main:last-child {
	margin: 0;
}

.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;
	}
	.post-body .post-body-image {
		margin: 0 20px 0 0;
		/* width: 33%; */
		/* flex-basis: 33%; */
	}

	.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: 18px;
	border-width: 0px !important;
	outline: none;
	color: var(--primary-color);
}

.wp-pagenavi span.current {
	color: var(--secondary-color);
	background-color: transparent;
	border: none !important;
	border-radius: 55px;
	font-weight: bold !important;
	text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color: var(--secondary-color);
	background-color: transparent;
	border: none !important;
	border-radius: 55px;
	font-weight: normal !important;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
	display: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: auto;
	color: var(--primary-color);
	background: none;
	padding: 0 5px;
	border-radius: 0;
	border-color: transparent !important;
	font-weight: bold !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: 600 !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: 60px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 0;
	padding-right: 0;
	max-width: 1100px;
	margin: 0 auto;
}

.attorney-single-box {
	padding: 0;
	background: #fff;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}

.attorney-results .attorney-single-box {
	width: 100%;
}

.attorney-single-box img {
	width: 100%;
	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: 100%;
}

.attorney-single-box img {
	width: 100%;
	transition: all 200ms ease-out;
	max-width: 350px;
}

.attorney-single-box:hover img,
.attorney-single-box:focus img {
	transform: scale(1.03);
}

.attorney-single-box .attorney-single-box-info {
	padding: 12px 0;
	background-color: var(--primary-color);
	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: #fff;
	margin: 0;
	font-family: var(--body-font-family);
	text-align: center;
}

.attorney-single-box:hover .attorney-single-box-info,
.attorney-single-box:focus .attorney-single-box-info {
	background: var(--secondary-color);
}

.attorney-single-box:hover .attorney-single-box-info p,
.attorney-single-box:focus .attorney-single-box-info p {
	color: #fff;
}

.attorney-single-box h2 {
	font-size: 22px;
	margin-bottom: 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: 2px;
	width: 50px;
	margin: 0;
	background: #e3e3e3;
	opacity: 0;
}
.attorney-single-box-info p {
	font-size: 14px;
	text-transform: uppercase;
	color: #f48d00;
}

@media screen and (min-width: 650px) {
	.attorney-results {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 5px;
		grid-column-gap: 5px;
	}

	.attorney-single-box {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Attorney Rows */
.attorney-single-row {
	display: flex;
	text-align: center;
	flex-direction: column;
	margin-bottom: 40px;
}

.attorney-row-link {
	justify-content: center;
	margin: 0 auto;
	max-width: 280px;
	transition: opacity 200ms ease-out;
}

.attorney-row-link:focus,
.attorney-row-link:hover {
	opacity: 0.9;
}

.attorney-row-info-main {
	padding-top: 20px;
	border-top: 2px solid var(--color-gray);
}

.attorney-row-additional span,
.attorney-row-info-main-contact span {
	display: block;
}

.attorney-single-row i {
	color: var(--color-primary);
}

.attorney-row-additional {
	margin-top: 6px;
}

.attorney-row-info-main-position {
	font-size: 1.2rem;
	margin-bottom: 20px;
}

@media screen and (min-width: 790px) {
	.attorney-results-type-row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.attorney-single-row {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 900px) {
	.attorney-results.attorney-results-type-row {
		display: block;
	}

	.attorney-single-row {
		flex-direction: row;
		border-bottom: 2px solid var(--color-gray);
		text-align: left;
		margin-bottom: 30px;
	}

	.attorney-row-info-main-position,
	.attorney-single-row:last-of-type,
	.attorney-row-additional,
	.attorney-row-link {
		margin: 0;
	}

	.attorney-row-info {
		display: flex;
		flex: 1;
		padding: 0 0 40px 5vw;
	}

	.attorney-row-info-main {
		justify-content: flex-end;
		display: flex;
		flex-direction: column;
		padding: 0;
		border: none;
		flex: 1;
	}

	.attorney-row-info-main-contact {
		margin-top: 40px;
	}

	.attorney-row-additional {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		width: 50%;
	}
}
/* 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;
	text-transform: ;
	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;
	text-transform: ;
	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;
	}

	.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(--dark-option-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;
	/* border-top: 1px solid #dbdbdb; */
	border-bottom: 1px solid #dbdbdb;
	border: none !important;
	flex-wrap: wrap;
	align-items: flex-start;
}

.accordion-item.practice-box .accordion-item-content {
	padding: 15px 15px !important;
	width: 98%;
}

.accordion-item.practice-box .prac-acc-img {
	max-width: 55px;
	min-width: 55px;
	display: inline-block;
	text-align: center;
	margin-right: 11px;
}

.prac-acc-img img {
	max-height: 42px;
	height: auto;
	width: auto;
	max-width: 47px;
}
.accordion-item.practice-box .prac-acc-tit {
	font-weight: bold;
}

.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;
}
.industries.practice-box::before {
	content: '';
	width: 6px;
	height: 6px;
	position: absolute;
	left: 3px;
	top: 31px;
	background-color: #008ad4;
	z-index: 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;
	opacity: 0;
}

.prac-child-list {
	text-align: left;
}
.prac-child-list {
	text-align: left;
	padding: 0px 15px 25px 33px;
	margin-bottom: 10px !important;
	margin-top: -10px !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: #fff;
	padding: 3px 0 6px 30px;
	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%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.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: 3px;
	content: '\f068';
	color: var(--color-secondary);
	font-family: 'Font Awesome 6 Pro';
	color: var(--secondary-color);
	font-weight: bold;
}

.prac-child-list li a {
	color: #fff;
	text-decoration: none;
	outline: none;
}

.prac-child-list li a:hover,
.prac-child-list li a:focus {
	color: var(--secondary-color);
	text-decoration: none;
	outline: none;
}

.accordion-item.practice-box .prac-title {
	padding: 15px 25px;
	color: var(--primary-color) !important;
	padding-right: 44px;
	position: relative;
	z-index: 1;
	letter-spacing: 0;
	text-transform: capitalize;
	font-size: 24px;
	padding: 25px 25px 10px 25px !important;
}

.accordion-item.practice-box .prac-title::after {
	background: transparent;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 55%;
	font-size: 24px;
	position: absolute;
	right: 17px;
	font-weight: bold;
	background: var(--secondary-color);
}

.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: 18px;
	-ms-align-self: center;
	align-self: center;
	/* width: 100%; */
	color: #fff;
	text-align: left;
	justify-content: flex-start;
}

.practice-box:focus span,
.practice-box:hover span {
	color: var(--secondary-color);
}

.accordion-item.single-practice-box {
	margin-top: 1px;
	margin-bottom: 6px;
	min-height: 90px;
	width: 48%;
}

@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: 2px;
		grid-column-gap: 27px;
		align-items: flex-start;
		max-width: 1080px;
		margin: 0 auto;
		flex-wrap: wrap;
		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;
}

.office-block-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.office-block-info {
	position: relative;
	padding: 0 15px;
}

.office-block-info p {
	margin: 0;
}

.office-contact {
	margin-top: 0px;
}

.office-contact p {
	font-weight: 700;
}

.office-block-info-inner {
	width: 100%;
}

.office-contact-map {
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (min-width: 1025px) {
	.office-block {
		display: flex;
	}

	.office-block-image {
		display: flex;
		width: 250px;
		flex-basis: 250px;
		height: 250px;
	}

	.office-block-info {
		flex: 1;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
	}
}

/* TEMPLATES > Contact Full */
.page-template-template-contact-full main {
	background-image: url(../images/hero_02.webp);
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 80px;
	position: relative;
}

.contact-full-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;
	}

	.mobile-tab,
	.content-tabs-anchor-links .content-tabs-select {
		display: none;
	}
}

/* TEMPLATES > Long-Form */
.banner-xl {
	background: rgb(20, 23, 47);
	background: linear-gradient(180deg, rgba(20, 23, 47, 1) 46%, rgba(36, 42, 88, 1) 100%);
	padding: 40px 0;
}

.banner-xl-content p:last-child {
	margin: 0;
}

.banner-xl-image {
	text-align: center;
}

.banner-xl-title {
	font-size: 3.5rem;
	line-height: 1.4;
}

.banner-xl-image img {
	max-width: 70%;
	margin: 0 auto;
}

@media screen and (min-width: 1100px) {
	.banner-xl-inner {
		display: flex;
		align-items: center;
	}

	.banner-xl-image img {
		max-width: 100%;
	}

	.banner-xl-content {
		padding-left: 60px;
		flex: 1;
	}
}

.top-table-contents {
	padding: 50px 0;
	background: #e5e8f6;
}

.top-table-contents-button {
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	text-decoration: none !important;
	margin: 0 auto;
}

.top-table-contents-button {
	font-size: 1.2rem;
}

.top-table-contents-icon-container {
	margin-bottom: 15px;
}

.top-table-contents-inner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}

.top-table-contents-button-icon {
	background: var(--color-secondary);
	border-radius: 50%;
	width: 90px;
	height: 90px;
	transition: all 200ms ease-out;
}

.top-table-contents-button i {
	font-size: 3rem;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-table-contents-button-icon:hover,
.top-table-contents-button-icon:focus {
	transform: scale(1.03);
	background: var(--color-alternate);
}

.is-sticky .top-table-contents {
	padding: 20px 0;
}

.is-sticky .top-table-contents-button-icon {
	width: 30px;
	height: 30px;
}

.is-sticky .top-table-contents-button i {
	font-size: 1rem;
}

.is-sticky .top-table-contents-icon-container {
	margin: 0 12px 0 0;
}

.is-sticky .top-table-contents-title {
	display: none;
}

.is-sticky .top-table-contents-button {
	flex-direction: row;
	margin: 0 auto 0 0;
}

.single-chapter-banner-title h2 {
	font-size: 2.4rem;
	margin: 0;
}

.single-chapter-banner-image {
	margin-bottom: 20px;
}

.single-chapter:nth-child(2n) {
	background: var(--color-light-gray);
}

.banner-xl {
	padding: 50px 0;
}

.single-chapter-banner {
	background: var(--color-primary);
}

.single-chapter-content,
.single-chapter-banner {
	padding: 30px 0;
}

@media screen and (min-width: 900px) {
	.single-chapter-banner-inner {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
	}

	.single-chapter-banner-image {
		margin-bottom: 0;
		padding-left: 5vw;
	}

	.single-chapter-banner-title h2 {
		margin: 0;
		font-size: 3.2rem;
	}
}

@media screen and (min-width: 1025px) {
	.top-table-contents-inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

/* TEMPLATES > Confirmation */
.confirm-contact {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.confirm-contact a:not(:last-child) {
	margin-right: 20px;
}

.confirm-social {
	margin-bottom: 60px;
}

/* TEMPLATES > Reviews */
.review-social {
	margin: 40px 0;
}

.review-social .social-links {
	max-width: none;
	justify-content: flex-start;
}

.review-social .social-links a {
	font-size: 1.7rem;
	border: 1px solid var(--color-primary);
	background: var(--color-near-white);
	width: 50px;
	height: 50px;
	margin: 0 15px 0 0;
	transition: all 200ms ease-out;
}

.review-social .social-links a:focus,
.review-social .social-links a:hover {
	opacity: 0.85;
	background: var(--color-light-gray);
}

.review-stars i {
	font-size: 2rem;
	color: var(--color-secondary);
}

/* TEMPLATES > Testimonials */
.content-testimonial-single:not(:last-child) {
	border-bottom: 1px solid var(--color-gray);
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.content-testimonial-stars {
	font-size: 1.5rem;
	color: var(--secondary-color);
}

.content-testimonial-source {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: bold;
	color: var(--primary-color);
}

.content-testimonial-source::before {
	content: '-';
	margin-right: 6px;
	display: inline-block;
}

.pa-bg-video-inn {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-practices .pa-overlay {
	z-index: 0;
	background: rgb(2, 19, 52, 0.4);
}
.pa-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(2, 19, 52, 0);
	background-size: 3px 3px;
	z-index: -1;
}

.pa-bg-video-inn video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.columns.medium-6.large-6.small-12.pa-bg-row-left {
	padding: 0;
}

.module.module-results-a.section-prac-result {
	background-color: #020317;
	position: relative;
	z-index: 1;
	padding: 40px 0 80px 0;
}

.module.module-results-a.section-prac-result .module-title-yellow {
	margin-bottom: 25px;
}

.module.module-results-a.section-prac-result .slick-slide:last-child .module-results-a-single.home-hero-accolades-single {
	border: none;
}

.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;
}

/* 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: 16px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #fff;
}

.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;
	color: ;
	text-transform: uppercase;
}

.blog-second-section {
	display: flex;
	column-gap: 45px;
}

.blog-second-section .blog-main {
	position: relative;
}

.blog-main::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 1%;
	border: 1px dashed #707070;
	height: 100%;
	width: 1px;
	font-size: -8px;
	overflow: hidden;
}
.blog-second-section .blog-main:last-child::after {
	display: none;
}

.result-number {
	font-size: 32px;
	font-weight: normal;
	padding-right: 0;
	font-family: var(--heading-font-family);
	line-height: 1.4;
	text-transform: capitalize;
	margin-bottom: 10px;
	text-align: left;
}

.result-title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.page-template-template-areas-we-serve .module-practices-f-single {
	width: 100%;
	min-height: 385px;
	background-color: #14172f;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.page-template-template-areas-we-serve .module-practices-f-single {
		width: calc(25% - 20px);
	}
}

.page-template-template-areas-we-serve .module.module-practices-f .module-practices-f-single {
	margin-left: 0;
	margin-right: 0;
	position: relative;
	background-size: cover;
}

.page-template-template-areas-we-serve .module-practices-f-inner.row-narrow {
	max-width: 1180px;
	width: 100% !important;
	column-gap: 20px;
}
.page-template-template-areas-we-serve .module.module-practices-f .module-practices-f-single h3 {
	position: relative;
	z-index: 2;
	color: #fff;
	letter-spacing: normal;
	font-size: 24px;
	text-transform: capitalize;
	font-weight: bold;
	font-family: var(--heading-font-family);
	line-height: 1.2;
}

.module.module-practices-f {
	padding: 0px 15px 0px;
}

.page-template-template-areas-we-serve .module-practices-f-single:hover:after,
.page-template-template-areas-we-serve .module-practices-f-single:focus:after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background: linear-gradient(to bottom, var(--secondary-color) 10%, var(--secondary-color) 50%);
}

@media screen and (min-width: 768px) {
	.page-template-template-areas-we-serve .module-practices-f-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.page-template-template-areas-we-serve .module-practices-f-single {
		width: calc(25% - 20px);
	}
}
.page-template-template-areas-we-serve .module-practices-f-single::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(6, 55, 108, 0.3) 0%, rgba(6, 55, 108, 0.7) 80%);
	background: linear-gradient(to bottom, rgb(5, 88, 178, 0.4) 0%, rgb(5, 88, 178, 0.4) 80%);
	content: '';
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 0%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.page-template-template-areas-we-serve .module-practices-f-single:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(11, 22, 81, 0) 10%, rgba(5, 88, 178, 0.8) 50%);
	content: '';
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.module.module-faq-a h2.module-title {
	font-size: 35px;
	text-align: left;
	margin-bottom: 40px;
}

/*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);
}

.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);
}

/* //////////// 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*/

.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;
}

.page-template-template-areas-served .module-practices-f-inner.row-narrow {
	max-width: 1200px;
}

.module-practices-f-single {
	width: 100%;
	height: 50px;
	background-color: var(--primary-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: var(--secondary-color) !important;
	color: #fff;
}

@media screen and (min-width: 768px) {
	.module-practices-f-inner {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
	}

	.module-practices-f-single {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 280px) and (max-width: 767px) {
	.pa-bg-video {
		position: relative;
	}

	#banner {
		height: 250px;
		min-height: 250px;
		margin-top: 94px;
		padding-bottom: 20px;
	}
	.single-attorneys .banner {
		height: auto !important;
	}

	.ban-bg-new-inn {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}
	.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;
		color: #fff;
	}
	.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: 0;
		padding: 5px;
	}

	.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 30px 30px;
		width: 100%;
	}

	.background-input input,
	.background-input textarea,
	.background-input select {
		background-color: #fff;
		/*	border: 1px solid #44638c;*/
		padding-left: 10px;
		height: 45px;
		font-size: 18px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.11;
		letter-spacing: ;
		text-align: left;
		color: #193041;
		padding: 0;
	}
	.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;
	}
	.background-input.select-wrapper::after,
	.background-input .select-wrapper::after {
		background-color: transparent;
		height: 45px;
		color: #004584;
		right: 22px !important;
		width: auto;
		top: 4px;
	}

	.select-wrapper {
		position: relative;
		width: 100%;
	}

	.select-wrapper::after {
		content: '\f0d7';
		font-weight: 900;
		font-family: 'Font Awesome 6 Pro';
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		width: 45px;
		line-height: 50px;
		color: #fff;
		pointer-events: none;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
		font-size: 16px;
	}

	.select-wrapper.active:after {
		background: var(--primary-color);
		color: #fff;
	}

	.single-practices #main {
		padding-bottom: 15px;
	}

	.single-practices .Meet-expert-div {
		max-width: 83%;
		border-width: 3px;
		padding-top: 50px;
	}

	.meet-left {
		padding: 0 15px;
		width: 100%;
	}
	.attr-first-section {
		flex-direction: column;
	}
	.meet-left h3 {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: bold;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: 4px;
		text-align: left;
	}

	.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;
	}
	.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: 40px 20px;
	}

	.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;
		top: -4px;
	}

	.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;
		width: 100%;
	}

	#blog-grid #blog-grid-inner {
		display: inline-block;
		text-align: center;
		width: 100%;
	}

	#blog-grid #blog-grid-inner .post {
		margin-left: auto;
		margin-right: auto;
	}

	.sidebar.column {
		width: 100%;
	}

	.post:last-child {
		margin: 0;
	}

	#banner::after {
		background-image: linear-gradient(to bottom, rgba(0, 6, 13, 0.2), rgba(0, 6, 13, 0.2));
		opacity: 1;
	}

	.accordion-item.single-practice-box {
		width: 100%;
	}
	.accordion-item.practice-box .prac-title {
		padding: 25px 15px 10px 15px !important;
	}

	.accordion-item.practice-box .prac-acc-tit {
		font-weight: bold;
		font-size: 17px !important;
	}

	.single-practices .content.column h1 {
		font-size: 35px;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.car-wel-left .introc-content.dark-text {
		max-width: 100%;
	}

	.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;
	}
}

@media screen and (min-width: 767px) and (max-width: 840px) {
	.sidebar-block.sidebar-box {
		padding: 30px 20px;
		border-top: 2px solid #008ad4;
	}
	.single-practices .content.column h1 {
		font-size: 35px;
	}

	.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: 340px;
	}

	.accordion-item.practice-box .prac-acc-tit {
		font-weight: bold;
		font-size: 18px;
	}

	.prac-acc-img img {
		max-height: 35px;
		height: auto;
		width: auto;
		max-width: 40px;
	}
}

@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: 10px;
		padding: 45px 15px;
	}

	.banner {
		height: 300px;
		min-height: 200px;
		overflow: hidden;
		margin-top: 85px;
	}

	.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: 1px 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;
	}

	#banner::after {
		background-image: linear-gradient(to bottom, rgba(0, 6, 13, 0.2), rgba(0, 6, 13, 0.2));
		opacity: 1;
	}
	.ban-bg-new-inn {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: center;
	}

	.banner-inner.columns {
		max-width: 100%;
		justify-content: center;
	}

	.banner-title {
		font-size: 45px;
		color: #fff;
	}

	.sidebar section.sidebar-block ul li {
		font-size: 16px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1024px) {
	.attorney-results.attorney-results-type-pop {
		column-gap: 15px;
	}
	.attorney-result-pop-row {
		width: 31%;
	}
	#blog-grid #blog-grid-inner .post {
		width: 32%;
	}

	.ban-bg-new-inn {
		/* width: 50%; */
		width: calc((100vw * 0.32) - 5px);
		height: 100%;
		background-size: cover;
		background-position: center;
	}

	#banner::after {
		opacity: 0;
	}

	.banner-inner.columns {
		max-width: 100%;
		justify-content: flex-start;
	}

	.banner-title {
		font-size: 40px;
		color: var(--primary-color);
		max-width: 50%;
		padding-right: 5px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1179px) {
	.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;
	}
	.banner,
	.banner-xl {
		margin-top: 105px;
	}
}

@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: 30%;
	}
	#blog-grid-inner {
		/* width: 100% !important; */
		text-align: center;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
}
/**Template History**/
li.wp-timeline.type-wp-timeline.status-publish.hentry::before {
	display: none;
}
.wpex-timeline-list .wpex-timeline > li .wpex-timeline-label .tlct-shortdes > p,
.wpex-timeline-list .wpex-timeline > li .wpex-timeline-label .timeline-details > p {
	margin-bottom: 0;
	font-family: var(--body-font-family);
	font-size: 18px;
	margin-bottom: 20px;
}
.wpex-timeline > li .wpex-timeline-label h2 a {
	text-decoration: none;
	box-shadow: none;
	color: #101010;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px;
	color: var(--primary-color);
	font-weight: normal;
	font-family: var(--heading-font-family);
	line-height: 1.6;
	font-size: 36px !important;
	font-weight: 500;
}

@media screen and (min-width: 1920px) and (max-width: 12000px) {
	.banner > .row {
		max-width: 1400px;
	}
}

@media screen and (min-width: 2560px) and (max-width: 12000px) {
	.banner {
		height: 500px;
	}
	.ban-bg-new-inn {
		max-width: 1200px;
	}
}
/**Significant casses css*/
/* RESULTS */

.single-result {
  border: 1px solid rgba(55, 77, 69, 0.5);
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
}

.single-result h3 {
    font-size: 2.2222rem;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.single-result p {
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
	line-height:normal;
}

.single-result .dollar {
    font-size: 1.6rem;
    color: var(--alternate-color);
}

sup {
    top: -.2em!important;
}

.results-container {
  display: grid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 25px;
  gap: 25px;
}

.single-result .quantifier {
    margin-left: -7px;
}

span.quantifier.color-yellow {
    color: var(--secondary-color);
}

@media screen and (min-width: 767px) {
  .single-result {
    width: calc(50% - 12.5px);
  }
}
@media screen and (min-width: 1025px) {
  [class*="row"].flexed, .flexed {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    grid-gap: 75px;
    gap: 75px;
  }
}
@media screen and (min-width: 1281px) {
  .single-result {
    width: calc(33% - 15px);
  }
}
/* Community Service*/

.community .content-left {
	padding: 27px;
	padding-right: 0;
	padding-left: 0;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translate(0px, 18px);
	background-position: center left;
}

.content.column.community .large-6.column.image-right {
	padding-right: 0;
	padding: 0;
	text-align: right;
}

.content.column.community .large-12.column {
	padding: 5px 0;
	padding-bottom: 50px;
	position:relative
}
.comm-bg.odd {
	position: absolute;
	width: 99%;
	height: 170px;
	top: 10%;
	background-size: cover;
	z-index: -1;
	background-position: -5px 0px;
}
.content.column.community {
	padding-right: 45px;
}
.content.column.community .large-12.column:nth-child(2n) .large-6.column.image-left {
	padding-left: 0;
}

.content.column.community .large-12.column:nth-child(2n) .large-6.column.image-left {
	padding-left: 0;
	padding-right: 0;
}



.community .content-right {
    padding: 35px;
    padding-right: 0;
    padding-left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    transform: translate(38px, 40px);
}

.large-6.column.image-right img {
    margin-left: 32px;
}
.large-6.column.image-right img, .large-6.column.image-left img {
	max-width: 340px;
	width: 100%;
}
.content.column.community .large-6.column.image-right {
	padding-right: 0;
	padding: 0;
}

.community .large-12 {
    padding-bottom: 40px;
}
.community .number {
	font-size: 40px;
	color: var(--secondary-color);
	font-weight: bold;
	position: relative;
	top: -7px;
	left: 9px;
}

.content.column.community .large-12.column:nth-child(2n) .large-6.column.content-right .number {
	left: -2px;
}

.content-right p, .content-left p {
	font-size: 17px;
	line-height: 1.5;
	font-weight: 600;
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 13px;
}
.content.column.community .large-12.column:last-child {
	padding: 0;
}

@media screen and (min-width:280px) and (max-width:767px){
	.large-12.column.comm-3,
	.large-12.column.comm-1 {
    flex-direction: column-reverse;
    display: flex;
}
	.community .content-left {
    padding: 20px;
    padding-right: 0;
    padding-left: 0;
}
.community .content-right{
	padding:20px;
	padding-left:0;
	padding-right:0;
}
.large-6.column.content-right,	
.large-6.column.content-left {
    display: flex;
    align-items: flex-start;
}
	.content-right p, .content-left p {
    padding-left: 0px;
}

.content.column.community {
	padding-right: 15px;
}
.large-6.column.image-right img {
	margin-left: 0;
}

.comm-bg.odd {
	position: absolute;
	width: 98%;
	height: 100%;
	top: 42%;
	background-size: auto;
	z-index: -1;
	background-position: -5px 0px;
	left: 1%;
}

 .large-6.column.image-right img, .large-6.column.image-left img {
	max-width: 767px;
	width: 100%;
}

}



@media screen and (min-width:767px) and (max-width:1024px){
	.large-6.column.content-right,	
.large-6.column.content-left {
    display: flex;
    align-items: flex-start;
}
	.content-right p, .content-left p {
    padding-left: 0px;
}
		.large-12.column.comm-3,
	.large-12.column.comm-1 {
    flex-direction: column-reverse;
    display: flex;
}

.comm-bg.odd {
	position: absolute;
	width: 99%;
	height: 100%;
	top: 2%;
	background-size: auto;
	z-index: -1;
	background-position: -5px 0px;
}

.large-6.column.image-right img, .large-6.column.image-left img {
	max-width: 767px;
	width: 100%;
	margin: 0;
}


}


@media screen and (min-width:1024px) and (max-width:1140px){
.large-6.column.image-right img, .large-6.column.image-left img {
	max-width: 340px;
	width: 100%;
	margin: 0;
}	
	
	
}