/*
Green-400 =>  063930
Green-300 =>  215D51
Green-200 =>  49B1A1 
Grey      =>  F4F6F5
Red       =>  E64831
Yellow    =>  EEB42D
*/

body {
	background-color: #fff;
	color: #000;
	font-family: "poppins";
	max-width: 2560px;
	margin: auto;
	-webkit-font-smoothing: antialiased;
}

p, li {
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #49B1A1;
}

select {
	cursor: pointer;
	position: relative;
}

form div {
	position: relative;
	display: inline-block;
}

form div::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-bottom: 2px solid #215D51;
	border-left: 2px solid #215D51;
	position: absolute;
	top: 30%;
	right: 20px;
	transform: rotate(315deg) translateY(-30%);
	z-index: 1;
	pointer-events: none;
}

form div::after {
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 18%;
	right: 18px;
	border-radius: 50%;
	background-color: #fff;
	pointer-events: none;
}

strong, b {
	font-weight: 600;
}

i, em {
	font-style: italic;
}

button {
	cursor: pointer;
}

/* global style*/ 
h1,.h1 {
	font-size: 2.5rem;
}

h2,.h2 {
	font-size: 2.1875rem;
}

h3,.h3 {
	font-size: 1.5625rem;
}

h4,.h4 {
	font-size: 1.375rem;
}

h5,.h5 {
	font-size: 1.25rem;
}

p, li {
	font-size: 1.0625rem;
}

.b-action {
	margin: 1.25rem 0;
}

.btn {
	display: inline-block;
	padding: 0.625rem 1.25rem;	
	padding: 0.625rem 1.25rem 0.5rem 1.25rem;
	border-radius: 25px;
	text-decoration: none;
	font-size: 1.0625rem;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
}

.btn.red {
	background-color: #E64831;
	color: #fff;
}

.btn.green {
	background-color: #49B1A1;
	color: #fff;
}

.highlight {
	color: #EEB42D;
}


/* end global style */

body.open {
	overflow: hidden;
}

body.open::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	background-color: rgba(0,0,0,0.7);
	z-index: 99;
}

.primary-header,
.primary-footer .footer-top {
	padding: 0.625rem 2.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}

.primary-footer {
	display: block;
}

.primary-header .desktop-nav ul,
.primary-footer nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	font-weight: 600;
}

.primary-header li,
.primary-header a,
.primary-footer a {
	color: #063930;
}

.primary-header nav .btn,
.primary-footer nav .btn {
	background-color: #E64831;
	color: #fff;
}

.primary-header .desktop-nav .btn {
	position: relative;
	z-index: 2;
}

.primary-header .desktop-logo {
	display: inline;
}

.primary-header .mobile-logo {
	display: none;
}

.primary-header .mobile-top,
.primary-header .mobile-top.open .back-level {
	display: none;
}

.primary-header .desktop-nav  ul li {
	position: relative;
}

.primary-header .desktop-nav ul li.has-children:hover::before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #063930;
	position: absolute;
	bottom: -5px ;
	z-index: 3;
}

.primary-header nav ul li:has(.btn):hover::before {
	display: none;
}

.primary-header .desktop-nav li .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	z-index: 2;
	background-color: #fff;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	padding: 40px 0 20px 0;
	box-shadow: 0 22px 22px -16px rgba(0,0,0,0.25);
	width: 250px;
	overflow-y: auto;
}


.primary-header .desktop-nav li:hover .sub-menu {
	display: block;
}


.primary-header nav li .sub-menu li {
	font-size: 1.0625rem;
	padding: 0 20px;
	margin: 10px 0;
}

.primary-header .mobile-bottom {
	display: none;
}

.primary-header .mobile-nav {
	display: none;
}

.primary-footer {
	box-shadow: 0 0 20px -4px rgba(0,0,0,0.7);
}

.banner {
	background: linear-gradient(to right, #063930, #215D51 63%, rgba(33,93,81,0.2) 75%);
	padding: 4.375rem 12.5rem 5.625rem 12.5rem;
	padding: 5.625rem 12.5rem 9.375rem 12.5rem;
	padding: 5.625rem 0  9.375rem 2.25rem;
	padding: 5.625rem 0  5.625rem 2.25rem;
	/*font-size: 1.25rem;*/
	color: #fff;
	position: relative;
	overflow: hidden;
}

.article .banner {
	background: unset;
	background-color: #063930;
	padding: 5.625rem 0 5.625rem 1.25rem;
}

.banner h1 {
	/*font-size: 2.625rem;*/
	line-height: 1.2;
	font-weight: 600;
}

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

.banner p {
	margin-top: 2.25rem;
	line-height: 1.5;
	max-width: 625px;
	font-weight: 600;
}

.banner .lawyer-location .highlight {
	/*font-size: 1.375rem;*/
}

.banner .btn {
	background-color: #49B1A1;
	color: #fff;
	/*font-size: 1.25rem;*/
	font-weight: 600;
	margin-top: 3.125rem;
	text-decoration: none;

}

.banner-inner {
	max-width: 1040px;
	width: 100%;
	margin: auto;
	position: relative;
	z-index: 1;
}

.home .banner-inner {
	max-width: 1400px;
}

.banner-content {
	max-width: 670px;
	width: 100%;
}

.banner .banner-home-img {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: -1;
	width: 100%;
	height: auto;
	max-width: 1200px;
}

.inner-container {
	max-width: 1200px;
	
}

.services-section {
	background-color: #F4F6F5;
	padding: 3.125rem 2.25rem;
}

.services-section h2 {
	font-size: 1.875rem;
	font-weight: 600;	
	color: #063930;
	color: #215D51;
	margin: 0 auto 2rem auto;
}

.service-container {
	display: flex;
	gap: 3rem;
	margin: auto;
}

.service-container,
.services-section h2 {
	max-width: 1300px;
}

.services {
	flex: 1 1 37.5rem;
}

.services a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 1.25rem 1.875rem;
	background-color: #fff;
	color: #215D51;
	margin-bottom: 10px;
	border-radius: 12px;
	position: relative;
	gap: 10px;
}

.services a::after {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	border-bottom: 2px solid #215D51;
	border-left: 2px solid #215D51;
	/*position: absolute;*/
	top: 50%;
	right: 30px;
	transform: rotate(224deg);
	flex: 0 0 10px;
}

.who-we-help-section {
	/*background: #215D51;*/
	background-color: rgba(33,93,81,0.85);
	padding: 3.125rem 0;
	padding: 4.375rem 0 7.5rem 0;
	position: relative;
}

.who-we-help-section::before {
	content: '';
	background-image: url("/wp-content/uploads/2025/09/GettyImages-2172316440.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.who-we-help-section > * {
	max-width: 1400px;
	margin: auto;
}

.who-we-help-section h2 {
	/*font-size: 2.625rem;*/
	font-weight: 600;	
	color: #fff;
	text-align: center;
	margin-bottom: 1.5625rem;
}

.who-we-help-section .bubble-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.25rem;
}

.who-we-help-section .bubble {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	font-weight: 600;
	padding: 1.875rem 3.25rem;
	background-color: rgba(255,255,255, 0.15);
	color: #fff;
	border-radius: 1.5625rem;
	text-align: center;
	flex: 0 0 400px;
	line-height: 1.2;
}

.who-we-are-section {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
	padding-left: 2.25rem;
	padding-bottom: 5rem;
}

.who-we-are-section::before {
	content: '';
	background-image: url("/wp-content/uploads/2025/09/flower_single_color.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	transform: rotate(180deg);
	opacity: 10%;
	position: absolute;
	top: 0;	
	left:-50px;
	width: 400px;
	height: 450px;
	filter: grayscale(1);
}

.who-we-are-inner {
	max-width: 1300px;
	width: 100%;
	margin: auto;
}

.who-we-are-section .left {
	max-width: 530px;
	padding: 1.25rem 0 1.25rem 0rem;
	flex: 0  1 100%;
}

.who-we-are-section .right {
	background-color: rgba(236,159,45,0.3);
	max-width: 800px;
	height: 100%;
	position: absolute;
	right: 0;
}
.who-we-are-section .right img {
	position: relative;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50%; 50%;
}

.who-we-are-section h2 {
	/*font-size: 2.625rem;*/
	font-weight: 600;	
	color: #215D51;
	margin-bottom: 1.25rem;
	margin-bottom: 1.5625rem;
	margin-top: 2.25rem;
	margin-top: 3.25rem;
}

.who-we-are-section p {
	/*font-size: 1.25rem;*/
	font-weight: 600;
	line-height: 2;
	max-width: 520px;
	color: #215D51;
}

.who-we-are-section .btn {
	margin-top: 2.25rem;
	background-color: #49B1A1;
	color: #fff;
	font-weight: 600;
}


.trusted-guide-section {
	background-color: #F4F6F5;
	padding: 3rem 2.25rem;
}

.trusted-guide-inner {
	max-width: 1250px;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 7rem;
}


.trusted-guide-section h2 {
	/*font-size: 2.625rem;*/
	font-weight: 600;	
	color: #063930;
}

.trusted-guide-inner .stats {
	display: flex;
	gap: 2.25rem;
}

.trusted-guide-inner .stat {
	/*font-size: 1.875rem;*/
	font-weight: 600;
	color: #49B1A1;
	text-align: center;
}

.trusted-guide-inner .stat span {
	font-size: 0.9375rem;
	font-weight: 400;
	color: #063930;
}

.how-it-works-section {
	padding: 3rem 2.25rem;
	max-width: 1000px;
	margin: auto;
	display: flex;
	align-items: center;
	gap: 2.25rem;
}

.how-it-works-section .left {}

.how-it-works-section h2 {
	/*font-size: 2.265rem;*/
	font-weight: 600;	
	color: #EEB42D;
	margin-bottom: 1.25rem;
}

.how-it-works-section ul {
	max-width: 415px;
	margin-left: 2.25rem;
	position: relative;
}

.how-it-works-section li {
	color: #215D51;
	padding-bottom: 1.25rem;
	position: relative;
	line-height: 1.5;
}



.how-it-works-section li::before {
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;	
	background-color: red;
	border-radius: 50%;
	left: -30px;
}

.how-it-works-section li:nth-child(1)::before {
	background-color: #063930;
}
.how-it-works-section li:nth-child(n+1)::before {
	background-color: #215D51;
}

.how-it-works-section li::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #063930;;
	left: -24.5px;
	transform: translateX(0.5px);
	top: 0;
	z-index: -1;

}

.how-it-works-section li:nth-child(3)::after {
	display: none;
}
.how-it-works-section li span {
	font-weight: 600;
	color: #063930;
}

.how-it-works-section .right {}

.how-it-works-section .widget {
	background-color:  #F4F6F5;
	padding: 4rem 2rem;
	border-radius: 1.625rem;
	text-align: center;
	
}

.how-it-works-section .widget img {
	margin-bottom: 1.25rem;
}

.how-it-works-section .widget h3 {
	color: #063930;
	/*font-size: 1.875rem;*/
	font-weight: 600;	
	margin-bottom: 1.25rem;
}


.how-it-works-section .widget .btn {
	background-color: #E64831;
	color: #fff;
}

.we-different-section {
	background-color: rgba(33,93,81,1);
	padding: 3.125rem 0;
	position: relative;
}

.we-different-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/uploads/2025/09/flower_pattern.png");
	background-position: 50%;
	opacity: 10%;
}

.we-different-section h2 {
	/*font-size: 2.625rem;*/
	font-weight: 600;	
	color: #fff;
	margin: 1.25rem 0 4.5rem 0;
	text-align: center;
}

.we-different-section .bubble-container {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	max-width: 1400px;
	margin: auto;
	justify-content: center;
}

.we-different-section .bubble {
	background-color: rgba(255,255,255,0.15);
	flex: 0 1 100%;
	padding: 50px;
	border-radius: 1.25rem;
	max-width: 400px;
	color: #fff;
	position: relative;
}



.we-different-section .bubble img {
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
}

.we-different-section .bubble h3 {
	/*font-size: 1.875rem;*/
	font-weight: 600;	
	margin: 0 auto 1.25rem auto;
	text-align: center;
	line-height: 1.3;
}

.we-different-section .bubble p {
	/*font-size: 1.25rem;*/
	font-weight: 600;
	text-align: center;
	margin: auto;
	line-height: 1.25;
}

.reviews-section {
	background-color: #F4F6F5;
	padding: 3.125rem 2.25rem;
	display: flex;
}

.reviews-section .reviews-inner {
	max-width: 1300px;
	margin: auto;
	width: 100%;
	display: flex;
	gap: 2.5rem;
}

.reviews-section h2 {
	/*font-size: 1.875rem;*/
	font-weight: 600;	
	color: #215D51;
	margin-bottom: 1.5rem;
	margin-bottom: 3.125rem;
}

.reviews-section .review {
	background-color: #fff;
	border-radius: 1.25rem;
	font-size: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px;
}


.reviews-section .review p {
	margin-bottom: 1.25rem;
	color:  #215D51;
	line-height: 1.2;
	text-align: center;
}

.reviews-section .review .stars {
	margin-bottom: 1.25rem;
}

.reviews-section .review .author {
 	color: #063930;
	font-weight: 700;

}

.attorney-section {
	padding: 6.25rem 0;
}


.attorney-section-inner {
	max-width: 600px;
	margin: auto;
	position: relative;
}

.attorney-section  h2 {
	/*font-size: 2.625rem;*/
	font-weight: 600;	
	color: #215D51;
	margin-bottom: 1.25rem;
}

.attorney-section select,
.attorneys-top select {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #215D51;
	border: 2px solid #063930;
	padding: 8px 15px;
	border-radius: 1.25rem;
	max-width: 250px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;	
	appearance: none;
}

.attorney-section form div {
	max-width: 260px;
	width: 100%;
	border: 2px solid #063930;
	border-radius: 1.25rem;
}

.attorney-section select {
	width: 100%;
	border: none;
}

.attorney-section img {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.service-type .banner {
	position: relative;
	max-height: 460px;
	height: 100%;
}

.service-type .banner::before,
.article .banner::before {
	content: '';
	background-image: url("/wp-content/uploads/2025/09/flower_single_color.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 300px;
	height: 425px;
	opacity: 5%;
}

.article .banner::before {
	left: unset;
	right: -90px;
	height: 100%;
	
}

.service-type .banner img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 700px;
	height: auto;
	z-index: -1;
}

.service-type .content {
	/*max-width: 1200px;*/
	display: grid;
	grid-template-columns: [full-start] 1fr [break-start] 40px [content-start] minmax(0,1000px) [content-end] 40px [break-end] 1fr [full-end];
	width: 100%;
	/*margin: auto;*/
	padding: 4.6875rem 0;
	font-size: 1.25rem;
	line-height: 1.5;
}

.service-type .content > * {
	grid-column: content;
}

.service-type .content h3 {
	/*font-size: 1.875rem;*/
	font-weight: 600;	
	color: #215D51;

}

.service-type .content ul,
.service-type .content ol,
.article .content ul,
.article .content ol,
.lawyer-profile-container .lawyer-content ul,
.lawyer-profile-container .lawyer-content ol {
	margin: 0;
}

.lawyer-profile-container .lawyer-content ul,
.lawyer-profile-container .lawyer-content ol {
	margin-top: 0;
}

.service-type .content p,
.service-type .content li {
	line-height: 1.5;
}

.service-type .content li,
.article .content li,
.lawyer-profile-container .lawyer-content li,
.lawyer-profile-container .lawyer-content li {
	margin-bottom: 0.625rem;
}

.service-type .content h3 {
	/*font-size: 1.875rem;*/
	font-weight: 600;
	line-height: 1.5;
	margin: 2.25rem 0 1rem 0;
	color: #215D51;
}


.service-type .content h4 {
	/*font-size: 1.75rem;*/
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem 0 1rem 0;
	color: #215D51;
}

.service-type .content h5 {
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem 0 1rem 0;
	color: #215D51;
}

.service-type .content h6 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem 0 1rem 0;
	color: #215D51;
}

.service-type .content p {
	margin-bottom: 1.25rem;
	line-height: 1.5;
}


.service-attorneys {
	background-color: #F4F6F5;
	padding: 3.125rem;
}


.single-service-attorneys {
	margin: 3.25rem 0;
}

.service-attorneys-inner {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.service-attorneys-wrapper {
	max-width: 1200px;
	width: 100%;
	position: relative;
}
/*
.service-attorneys-wrapper::after {
	content: '';
	width: 2px;
	height: 100%;
	background-color: #555;	
	position: absolute;
	right: 0;
	top: 0;
}
*/

.service-attorneys-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	gap: 3.125rem;
}

.service-attorneys-wrapper .service-attorneys-list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% / 5) - 16px);
	grid-auto-columns: 200px;
	gap: 16px;
	overflow: hidden;
	position: relative;
	scroll-behavior: smooth;
}

.service-attorneys-wrapper .service-attorneys-list.dragging {
	scroll-behavior: auto;
}

.service-attorneys-wrapper .service-attorneys-list.dragging img {
	cursor: grab;
	pointer-events: none;
}

.service-attorney {
	flex: 0 0 200px;
}

.service-attorneys h2 {
	font-size: 2.625rem;
	font-weight: 600;	
	margin-bottom: 1.25rem;
	color: #063930;
}

.service-attorneys .name-title,
.service-type .content .service-attorneys .name-title {
	font-size: 1.375rem;
	font-weight: 600;	
	line-height: 1.2;
	margin-bottom: 0.625rem;
	color: #215D51;
}


.service-attorneys .name-title a,
.service-attorneys .name-title a:active, 
.service-attorneys .name-title a:visited {
	color: inherit;
}

.service-attorneys .jurisdiction {
	font-size: 1.125rem;
	color: #000;
}

.service-attorneys .service-attorneys-info {
	margin-left: 0.625rem;
}

.service-attorneys .profile-photo-container {
	width: 200px;
	height: 225px;
	border-radius: 1.25rem;
	overflow: hidden;
	margin-bottom: 1.25rem;
	position: relative;
}

.service-attorneys .profile-photo-container img {
	width: 100%;
	height: 100%;
}

.arrow-containers {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.arrow {
	background-color: transparent;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	z-index: 2;
}

.arrow.left {
	left: -40px;
	transform: translateY(-50%);
}

.arrow.right {
	right: -40px;
	transform: translateY(-50%);
}

.arrow::before {
	content: '';
	width: 10px;
	height: 10px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	position: absolute;
	top: 50%;
}

.arrow.left::before {
	transform: translateY(-50%) rotate(45deg);
}
.arrow.right::before {
	transform: translateY(-50%) rotate(225deg);
}


.attorneys-list-container.service-attorneys {
	background-color: #fff;
	min-height: 100vh;
	min-height: 100dvh;		
	padding-right: 2.25rem;
}

.attorneys-top {
	margin-bottom: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.attorneys-top form {
	display: flex;
	gap: 2.5rem;
}

.attorneys-top h1 {
	font-size: 2.625rem;
	font-weight: 600;
	color: #063930;
}

.no-attorneys {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: auto;
}

.no-attorneys .btn {
	background-color: #215D51;
	color: #fff;
	margin-top: 1.25rem;
}


.faq-section {
	background-image: url("/wp-content/uploads/2025/09/GettyImages-2172316440.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	padding: 3.625rem 2.25rem;
	position: relative;
}

.faq-section::before {
	content: '';
	background-color: rgba(33,93,81, 0.90);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.faq-section::after {
	content: '';
	background-image: url("/wp-content/uploads/2025/09/Yellow-Flower-high.png");
	background-repeat: no-repeat;
	background-position: 50%, 50%;
	background-size: contain;
	position: absolute;
	top: -100px;
	right: 30px;
	width: 100px;
	height: 100px;
}


.faq-section-inner {
	max-width: 1000px;
	margin: auto;
	position: relative;
	z-index: 1;
}
.faq-section h2 {
	font-size: 1.875rem;
	font-weight: 600;	
	color: #EEB42D;
	margin-bottom: 1.25rem;
}

.accordions {}

.accordion {
	border: 1px solid #fff;
	border-radius: 15px;
	color: #fff;
	background-color: transparent;
	padding: 10px;
	margin-bottom: 20px;
}

.accordion .faq-button {
	text-align: left;
	width: 100%;
	padding: 10px 0 10px 40px;
	background-color: transparent;
	color: inherit;
	cursor: pointer;
	font-weight: 600;
	position: relative;
	line-height: 1.5;
}

.accordion .faq-button::before,
.accordion .faq-button::after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);		
	transition: rotate 265ms linear;
}

.accordion .faq-button::after {
	transform: translateY(-50%) rotate(90deg);	
}

.accordion .accordion-content {
	max-height: 0;
	overflow: hidden;
	padding: 0 40px;
	transition: max-height 250ms linear, padding 275ms linear;
	line-height: 1.5;
}

.accordion.open .faq-button::before {
	transform: translateY(-50%) rotate(-45deg);
}

.accordion.open .faq-button::after {
	transform: translateY(-50%) rotate(45deg);
}

.accordion.open .accordion-content {
	max-height: 500px;;
}


.lawyer-profile-container .banner {
	background: linear-gradient(to right, #063930 60%, #215D51);
	display: grid;
	grid-template-columns: minmax(225px, 400px) minmax(300px, 800px) minmax(178px, 300px);
	grid-template-rows: auto auto;
	justify-content: center;
	align-items: end;
	padding: 4.375rem 2.25rem;
	position: relative;
}

.lawyer-profile-container .banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/wp-content/uploads/2025/09/flower_pattern.png");
	background-position: 50%;
	opacity: 4%;
	z-index: 0;
}

.lawyer-profile-container .banner h1 {
	margin-bottom: 0.625rem;
}

.lawyer-profile-container .banner p {
	max-width: unset;
	margin: 0 0 0.625rem 0;
	font-weight: 400;
}

.lawyer-profile-container .banner .quote {
	font-style: italic;
}

.lawyer-profile-container .banner .lawyer-bottom .quote p {
	margin: 0;180011
}

.lawyer-profile-container * {
	position: relative;
	z-index: 1;
}

.profile-photo {
	border-radius: 15px;
	overflow: hidden;
	margin-right: 2.25rem;
	grid-column: 1 / 2;
	grid-row: 1 / 3;

}

.lawyer-information {
	grid-column: 2 / 4;
	grid-row: 1 / 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.lawyer-information p {
	text-align: right;
}

.lawyer-information p.highlight  {
	position: relative;
}


.lawyer-information .jurisdictions {
	font-weight: 600;
	position: relative;
}

.lawyer-information .jurisdictions::before {
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background-image: url("/wp-content/uploads/2025/09/location_white.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: -1.5rem;
}

.lawyer-contact {
	margin-left: 3.25rem;
	text-align: right;
	grid-column: 3 / 4;
	grid-row: 2 / 3;
	align-self: start;
}

.lawyer-bottom {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-self: start;
}

.lawyer-profile-container .banner .lawyer-bottom p {
	margin-top: 1.5rem;
}

.lawyer-profile-container .banner .quote {
	font-size: 1.0625rem;
	background-color: rgba(255,255,255,0.25);
	padding: 1.25rem;
	border-radius: 1.25rem;
	max-width: 800px;
	margin-top: 2.25rem;
}

.lawyer-content {
	display: grid;
	grid-template-columns: [full-start] 1fr [break-start] 25px [content-start] minmax(0,1000px) [content-end] 25px [break-end] 1fr [full-end];
	margin: 4rem auto;
	font-size: 1.25rem;
}

.lawyer-content section {
	grid-column: content;
	margin: 3rem auto 0 auto;
	max-width: 1200px;
	width: 100%;
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 100px;
}


.lawyer-content h2 {
	/*font-size: 1.75rem;*/
	font-weight: 600;	
	color: #215D51;
}

.lawyer-content p {
	line-height: 1.5;
}

.lawyer-content .btn {
	background-color: #49B1A1;
	color: #fff;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

.lawyer-content .lawyer-review {
	grid-column: full;
	display: block;
	max-width: 100%;
	text-align: center;
	padding: 5rem 0;
	background-image: url("/wp-content/uploads/2025/09/who-we-are.jpg"); 
	background-repeat: no-repeat;
	background-position: 50% 28%;
	color: #fff;
	position: relative;
}

.lawyer-content .lawyer-review::before {
	content: '';
	background-color: rgba(33,93,81,0.80);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.lawyer-content .lawyer-review::after,
.who-we-help-section::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("/wp-content/uploads/2025/09/Red-Flower-high.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 70px;
	top: -100px;
}

.attorneys-list-container::after {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background-image: url("/wp-content/uploads/2025/09/Red-Flower-high.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 70px;
	bottom: 0;
}


.attorneys-list-container {
	position: relative;	
}

.lawyer-content .lawyer-review * {
	position: relative;
	z-index: 1;
}

.lawyer-content .lawyer-review h2 {
	margin-bottom: 2rem;
	font-weight: 600;	
	color: #fff;
}


.lawyer-content .lawyer-review .stars {
	margin-bottom: 2rem;
}

.lawyer-content .lawyer-review .quote {
	font-style: italic;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 2rem auto;
	background-color: unset;
	line-height: 1.5;
}

.lawyer-content .lawyer-review .reviewer {
	font-size: 1.5rem;
	font-weight: 600;
}

.article .content {
	display: grid;
	grid-template-columns: [full-start] 1fr [break-start] 25px [content-start] minmax(0,1000px) [content-end] 25px [break-end] 1fr [full-end];
	margin: 3.125rem 0;
}

.article .content h3 {
	/*font-size: 1.875rem;*/
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem 0 1rem 0;
	color: #215D51;
}

.article .content h4 {
	/*font-size: 1.75rem;*/
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem 0 1rem 0;
	color: #215D51;
}

.article .content h5 {
	font-size: 1.625rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem 0 1rem 0;
	color: #215D51;
}

.article .content h6 {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 1.25rem 0 1rem 0;
	color: #215D51;
}

.article .content p {
	margin-bottom: 1.25rem;
	line-height: 1.5;
}

.service-type .content ul,
.article .content ul {
	list-style: disc;
	margin-left: 2.25rem;
}
/*
.service-type ul li::marker,
.article .content ul li::marker {
	content: '-  ';
}
*/

.content ul li::marker {
	font-size: 12px;
}

.article .content * {
	grid-column: content;
}


.contact {
	width: 100%;
	min-height: 100vh;
	background-color: #215D51;
	padding: 0 2.25rem 0 250px;
	position: relative;
	overflow: hidden;
}

.contact::before {
	content: '';
	background-image: url("/wp-content/uploads/2025/09/flower_single_color.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	position: absolute;
	right: -20px;
	bottom: 0;
	width: 800px;
	height: 100%;
	display: inline-block;
	opacity: 10%;
}

.contact-inner {
	padding-top: 120px;
	width: 100%; 
	max-width: 800px;
	position: relative;
}

.contact .iframe-container {
	border-radius: 15px;
	overflow: hidden;
}

.contact h1 {
	font-size: 3.75rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0.625rem;
}

.contact p {
	font-weight: 600;
	color: #fff;
	margin-bottom: 2.25rem;
}

.contact iframe {
	max-width: 775px;
	width: 100%;
	min-height: 100%;
	min-height: 100vh;
}

.address-container {}
.phone-number {
	margin-bottom: 0.625rem;
}

.sub-footer {
	background-color:#063930;
	color: #fff;
	text-align: center;
	padding: 1.875rem 1.25rem;
}

.sub-footer br {
	display: none;
}

.sub-footer a {
	color: #fff;
	text-decoration: underline;
}

.disclaimer p {
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 0.625rem;
}

/* Media Queries */
@media screen and (min-width: 1930px) {
	.service-type .banner {
		background: linear-gradient(to right, #063930, #215D51 70%, rgba(33,93,81,0.2) 85%);
	}
}
@media screen and (min-width: 2150px) {
        .service-type .banner {
                background: linear-gradient(to right, #063930, #215D51 73%, rgba(33,93,81,0.2) 85%);
        }
}

@media screen and (min-width: 2400px) {
	.banner .banner-home-img {
		left: unset;
		right: -70px;
	}
}

@media screen and (max-width: 1400px) {
	.service-type .content,
	.article .content,
	.lawyer-content {
		grid-template-columns: [full-start] 1fr [break-start] 25px [content-start] minmax(0,1000px) [content-end] 25px [break-end] 1fr [full-end];
	}
}

@media screen and (max-width: 1350px) {
	.who-we-are-section .right {
		width: 550px;
	}
}

@media screen and (max-width: 1250px) {
	.contact {
		padding: 0 2.25rem;
	}

	.contact-inner {
		margin: auto;
	}
}


@media screen and (max-width: 1125px) {
	.primary-header .desktop-nav ul,
	.primary-footer nav ul {
		gap: 3rem;
	}
}

@media screen and (max-width: 1024px) {
	body {
		font-size: 1rem;
	}
	p, li, a {
		font-size: 1rem;

	}
	
	form {
		padding-right: 2.25rem;
	}

	form div {
		width: 100%;
		max-width: 400px;
	}

	form div::before {
		top: 50%;
		transform: rotate(315deg) translateY(-50%);
	}

	form div::after {
		top: 26%;
	}

	.attorney-section-inner form div {
		max-width: unset;
		width: auto;
	}

	.attorney-section-inner form div::before {
		right: 20px;
		top: 40%;
		transform: rotate(315deg) translateY(-40%);
	}

	.attorneys-top  select {
		max-width: unset;
		width: 100%;
	}

	.banner {
		background: linear-gradient(to right, #215D51 ,#063930);
		padding: 4.375rem 2.25rem 5.625rem 1.25rem;
		padding: 4.375rem 2.25rem 4.375rem 1.25rem;
	}
	.banner h1 {
		font-size: 1.875rem;
	}

	.banner p {
		max-width: unset;
		font-size: 1rem;
	}
	
	.banner-home-img {
		display: none;
	}
	.banner-content  {
		width: 100%;
		max-width: unset;
	}

	.services-section {
		padding: 3.125rem 2.25rem;
	}

	.services-section h2 {
		font-size: 1.5625rem;
	}

	.service-container {
		display: block;	
	}

	.services a {
		font-size: 1rem;
	}

	.who-we-help-section h2 {
		font-size: 1.875rem;
	}

	.who-we-help-section .bubble-container {
		display: block;
		width: 80%;
	}

	.who-we-help-section .bubble {
		font-size: 1rem;
		flex: 0 1 11.25rem;
		margin-bottom: 1.25rem;
		padding: 1.875rem 2.25rem;
	}

	.who-we-are-section { 
		display: block;
		padding-left: 0;
		padding-bottom: 0;
	}

	.who-we-are-section h2 {
		font-size: 1.875rem;
	}
	
	.who-we-are-section .left {
		max-width: unset;
		padding: 1.25rem 2.25rem;	
	}
	
	.who-we-are-section p {
		max-width: unset;
	}

	.who-we-are-section .right {
		max-width: unset;
		width: 100%;
		margin-top: 3rem;
		position: relative;
	}

	.who-we-are-section img {
		width: 100%;
		height: auto;
	}

	.trusted-guide-inner {
		display: block;	
	}

	.trusted-guide-section h2 {
		font-size: 1.875rem;
		text-align: center;
		margin-bottom: 2.25rem;
	}

	.trusted-guide-inner .stats {
		display: block;	
	}

	.trusted-guide-inner .stat {
		margin-bottom: 1.875rem;
		font-size: 1.5625rem;
	}
	
	.how-it-works-section {
		display: block;
		padding: 3rem 2.25rem;
	}

	.how-it-works-section h2 {
		font-size: 1.875rem;
	}

	.how-it-works-section ul li {
		font-size: 1rem;
	}

	.we-different-section {
		padding: 3.125rem 2.25rem;
	}	
	
	.we-different-section h2 {
		font-size: 1.875rem;
	}

	.we-different-section .bubble h3 {
		font-size: 1.375rem;
	}

	.we-differenct-section .bubble p {
		font-size: 1rem;
	}
	
	.reviews-section {
		padding: 3.125rem 2.25rem;
	}

	.reviews-section .reviews-inner {
		display: block;
	}

	.reviews-section h2 {
		font-size: 1.5625rem;
	}

	.reviews-section .review {
		margin-bottom: 1.25rem;
	}

	.reviews-section .review p {
		font-size: 1.125rem;
	}

	.reviews-section .review .author {
		font-size: 1rem;
	}

	.reviews-section .stars {
		text-align: center;
	}

	.reviews-section .stars img {
		width: 60%;
		height: auto;
	}

	.attorney-section {
		padding: 5rem 2.25rem;
	}

	.attorney-section-inner {
		display: grid;
		grid-template-columns: 1fr 80px;
		grid-template-rows: 1fr 1fr;

	}

	.attorney-section h2 {
		font-size: 1.875rem;
	}

	.attorney-section form {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.attorney-section img {
		position: unset;
		width: 80px;
		height: 80px;
		grid-column: 2/3;
		grid-row: 1/2;
	}

	.service-attorneys {
		padding: 3.125rem 2.25rem;
	}

	.attorneys-top {
		display: block;
		margin-bottom: 0.625rem;
	}

	.attorneys-top h1 {
		font-size: 1.875rem;	
		margin-bottom: 0.625rem;
	}	

	.attorneys-top form {
		display: block;
	}

	.attorneys-top form select {
		font-size: 1rem;
		display: block;
		margin-top: 0.625rem;
	}

	.service-attorneys-inner {
		overflow: hidden;
	}

	.service-attorneys-list {
		display: block;
		gap: 1.5rem;
	}

	.service-attorney {
		display: flex;
		gap: 1.5625rem;
		align-items: center;
		transition: transform 250ms linear;
		margin-top: 1.25rem;
	}

	.single-service-attorneys .service-attorney {
		display: block;
	}

	.single-service-attorneys .service-attorneys-list {
		flex-wrap: nowrap;
	}

	.service-attorneys .profile-photo-container {
		width: 100px;
		height: 125px;
		margin: 0;
		flex: 0 0 100px;
		border-radius: 0.625rem;
	}

	.service-attorneys.single-service-attorneys .profile-photo-container {
		width: 200px;
		height: 225px;
		flex: 0 0 200px;
	}

	.single-service-attorneys .profile-photo-container {
		margin-bottom: 10px;
	}

	.service-attorney img {
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: 50% 50%;
	}

	.service-attorney .name-title {
		font-size: 1.25rem;
	}

	.service-attorney .service-attorney-info {
		flex: 0 1 155px;
	}

	.service-attorney .jurisdiction {
		font-size: 1rem;
	}

	.lawyer-profile-container .banner {
		display: grid;
		padding: 3.125rem 2.25rem;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(4, auto);
	}
	
	.lawyer-profile-container .profile-photo {
		grid-column: 1;
		grid-row: 2 / 3;
		margin: 0 0 0.625rem;
		width: 200px;
		height: 250px;
	}

	.lawyer-profile-container .profile-photo img {
		width: 100%;
		height: 100%;
	}

	.lawyer-profile-container .lawyer-information {
		grid-column: 1;
		grid-row: 1 / 2;
		display: block;	
		margin: 0 0 0.625rem;
	}

	.lawyer-profile-container .lawyer-information p {
		text-align: left;
	}

	.lawyer-profile-container .lawyer-contact {
		grid-column: 1;
		grid-row: 3 / 4;
		text-align: left;
		margin: 0 0 0.625rem;
	}

	.lawyer-profile-container .lawyer-contact .btn {
		font-size: 1rem;
		margin-top: 0.625rem;
	}

	.lawyer-profile-container .lawyer-bottom {
		grid-column: 1;
		grid-row: 4 / 5;
	}

	.lawyer-profile-container .banner h1 {
		font-size: 1.875rem;
	}


	.lawyer-profile-container p,
	.lawyer-profile-container .banner .quote {
		font-size: 1rem;
		max-width: unset;
	}

	.lawyer-information .lawyer-bottom p strong.highlight {
		display: block;	
	}

	.lawyer-information .jurisdictions {
		margin-bottom: 0.625rem;
	}

	.lawyer-information .jurisdictions::before {
		left: 0;
		margin-right: 10px;
		position: relative;	
	}
	.lawyer-profile-container .lawyer-content {
		margin: 2rem 0 6rem 0;
	}

	
	.lawyer-profile-container .lawyer-content section {
		grid-column: break;
		display: block;
		margin: 3rem auto 0 auto;
		width: 90%;
	}
	

	.content {
	
		grid-column: break;
	}

	.service-type .content ul,
	.article .content  ul {
		margin-left: 15px;
	}

	.lawyer-content .practice-area {
		display: none;
	}

	.lawyer-profile-container .lawyer-content h2 {
		font-size: 1.375rem;
		margin-bottom: 1.5rem;
	}
	
	.lawyer-profile-container .lawyer-content .lawyer-review {
		margin: 5rem 0 3rem 0;
		width: 100%;
		padding: 5rem 1.25rem;
	}

	.lawyer-content h2 br {
		display: none;
	}
	
	.lawyer-profile-container .lawyer-content .practice-area {
		display: none;
	}	
	
	.primary-header {
		padding: 0.625rem 2.25rem;
	}


	.primary-header .logo img {
		max-width: 100%;
		height: auto;
	}

	.primary-header .mobile-top {
		display: flex;
		align-items: center;
		gap: 1.25rem;
		position: relative;
	}
	
	.primary-header .mobile-top .btn {
		background-color: #E64831;
		color: #fff;
	}

	.primary-header .mobile-top .mobile-menu-btn {
		background-color: transparent;
		width: 40px;
		height: 40px;
		border: 2px solid #063930;
		border-radius: 1.25rem;
		position: relative;
		cursor: pointer;
	}

	.primary-header .mobile-top.open .mobile-menu-btn {
		position: relative;
		z-index: 99999;
		border-color: #fff;
		background: transparent;
	}

	.primary-header .mobile-top.open .mobile-menu-btn .menu-icon,
	.primary-header .mobile-top.open .mobile-menu-btn .menu-icon::before,
	.primary-header .mobile-top.open .mobile-menu-btn .menu-icon::after {
		background-color: #fff;
	}

	.primary-header .mobile-menu-btn .menu-icon {
		display: inline-block;
		margin: auto;
		background-color: #063930;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);	
	}

	.primary-header .mobile-menu-btn .menu-icon,
	.primary-header .mobile-menu-btn .menu-icon::before,
	.primary-header .mobile-menu-btn .menu-icon::after  {
		width: 15px; 
		height: 2px;
	}

	.primary-header .mobile-menu-btn .menu-icon::before,
	.primary-header .mobile-menu-btn .menu-icon::after {
		content: '';
		display: inline-block;
		margin: auto;
		background-color: #063930;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);	
	}

	.primary-header .mobile-menu-btn .menu-icon::before {
		top: -5px;	

	}

	.primary-header .mobile-top-mobile.open .menu-primary-menu-container {}

	.primary-header .mobile-top-mobile.open .mobile-menu-btn .menu-icon {
		transform: translateX(-50%) rotate(45deg);
	}

	.primary-header .mobile-top-mobile.open .mobile-menu-btn .menu-icon::before {
		top: 0;
		transform: translateX(-50%) rotate(95deg);
	
	}

	.primary-header .mobile-menu-btn .menu-icon::after {	
		top: 5px;
	}	

	.primary-header .mobile-top-mobile.open .mobile-menu-btn .menu-icon::after {
		display: none;
	}

	.primary-header .mobile-top-mobile.open .back-level {
		background-color: transparent;
		position: relative;	
		width: 40px;
		height: 40px;
	}
	
	.primary-header .mobile-top-mobile.open .back-level::before {
		content: '';
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #fff;
		border-left: 2px solid #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(45deg);	
		display: none;
	}

	.primary-header .mobile-top-mobile.open .back-level.open::before {
		display: inline-block;
	}

	.primary-header .mobile-top .back-level {
		display: none;
	}

	.primary-header .mobile-nav {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: fixed;
		right: -999px;
		width: 320px;
		height: 100vh;
		height: 100dvh;
		z-index: 999;
		top: 0;
		background-color: #215D51;
		visibility: hidden;
		transition: right 250ms linear;	
	}

	.primary-header .mobile-nav.open {
		visibility: visible;
		right: 0;
	}

	body.open .primary-header .mobile-top {
		display: none;
	}

	.primary-header .mobile-nav-inner {
		display: grid;
		grid-template-rows: 80px 1fr 1fr;
		position: relative;
		height: 100%;
	}

	.primary-header .mobile-nav-inner .menu {
		margin-top: 4rem;
		padding: 0 2rem;
	}

	.primary-header .mobile-nav-inner .mobile-top.open {
		display: block;
		width: 100%;
		padding: 1.25rem 2.25rem;	
	}

	.primary-header nav ul {
		display: block;
	}

	.primary-header nav ul li {
		font-size: 1.875rem;
		margin-bottom: 2rem;
		position: unset;
	}

	.primary-header nav ul li {
		cursor: pointer;
	}

	.primary-header .mobile-nav .sub-menu {
		display: block;
		position: fixed;
		top: 0;
		right: -999px;
		left: unset;
		transition: right 250ms linear;
		width: 320px;
		height: 100%;
		margin-top: 5rem;
		background-color: #215D51;
	}

	.primary-header .mobile-nav ul li {
		color: #fff;
		font-weight: 600;
		margin-bottom: 0.625rem;
	}

	.primary-header .mobile-nav ul li a {
		color: inherit;
		font-weight: inherit;
	}

	.primary-header .mobile-nav ul li .btn {
		display: none;
	}

	.primary-header .mobile-nav li .sub-menu.open {
		right: 0;
		height: 100%;
		height: calc(90vh - 100px);
		height: calc(90dvh - 100px);
		overflow-y: auto;
	}

	.primary-header .mobile-nav li .sub-menu li {
		font-weight: 400;
		margin-bottom: 1.25rem;
	}

	.primary-header .mobile-top-mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 1.25rem 1.25rem;
	}

	.primary-header .mobile-top-mobile button {
		position: relative;
	}

	.primary-header .mobile-top-mobile .mobile-menu-btn {
		background-color: transparent;
		width: 40px;
		height: 40px;
		border: 2px solid #fff;
		border-radius: 1.25rem;
		position: relative;
		cursor: pointer;
	}

	.primary-header .mobile-top-mobile.open .mobile-menu-btn {
		position: relative;
		z-index: 99999;
		border-color: #fff;
		background: transparent;
	}

	.primary-header .mobile-top-mobile.open .mobile-menu-btn .menu-icon,
	.primary-header .mobile-top-mobile.open .mobile-menu-btn .menu-icon::before,
	.primary-header .mobile-top-mobile.open .mobile-menu-btn .menu-icon::after {
		background-color: #fff;
	}

	.primary-header .mobile-top-mobile .mobile-menu-btn .menu-icon {
		display: inline-block;
		margin: auto;
		background-color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);	
	}

	.primary-header .mobile-menu-btn .menu-icon,
	.primary-header .mobile-menu-btn .menu-icon::before,
	.primary-header .mobile-menu-btn .menu-icon::after  {
		width: 15px; 
		height: 2px;
	}

	.primary-header .mobile-top-mobile .mobile-menu-btn .menu-icon::before,
	.primary-header .mobile-top-mobile .mobile-menu-btn .menu-icon::after {
		content: '';
		display: inline-block;
		margin: auto;
		background-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);	
	}

	.primary-header .mobile-menu-btn .menu-icon::before {
		top: -5px;	

	}

	.primary-header .mobile-top.open .mobile-menu-btn .menu-icon {
		transform: translateX(-50%) rotate(40deg);
	}

	.primary-header .mobile-top.open .mobile-menu-btn .menu-icon::before {
		top: 0;
		transform: translateX(-50%) rotate(90deg);
	
	}

	.primary-header .mobile-menu-btn .menu-icon::after {	
		top: 5px;
	}	

	.primary-header .mobile-top.open .mobile-menu-btn .menu-icon::after {
		display: none;
	}

	.primary-header .mobile-bottom.open {
		display: block;
	}

	.primary-header .mobile-bottom {
		text-align: center;
		z-index: 5;
		align-self: end;
		margin-bottom: 2.25rem;	
		
	}

	.primary-header .mobile-bottom img {
		width: 150px;
		height: auto;
		margin-bottom: 1.25rem;
	}

	.primary-header .mobile-bottom .btn {
		font-size: 1rem;
	}

	.primary-header .desktop-nav {
		display: none;
	}

	.primary-footer .footer-top {
		display: block;
		padding: 3.125rem 2.25rem;
	}

	.primary-footer .logo-container {
		text-align: center;
		margin-bottom: 2.25rem;
	}

	.primary-footer .logo {
		text-align: center;
	}

	.primary-footer .logo img {
		max-width: 100%;
		height: auto;
	}

	.primary-footer nav ul {
		display: block;
		text-align: center;
	}

	.primary-footer nav li {
		margin-bottom: 1.25rem;
	}

	.article .content {
		grid-template-columns: [full-start] 1fr [break-start] 25px [content-start] minmax(0,1000px) [content-end] 25px [break-end] 1fr [full-end];
	}
	
	.service-attorneys-wrapper .service-attorneys-list {
		grid-auto-columns: calc((100% / 4) - 16px);
		grid-auto-columns: 200px;
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.service-attorneys-wrapper .service-attorneys-list::-webkit-scrollbar {
		display: none;		
	}

	.service-attorneys {
		padding: 3.125rem 0 3.125rem 2.25rem;
	}

	.arrow { display: none;}

	.arrow.left,
	.arrow.right {
		top: unset;
		bottom: -32px;
	}

	.arrow.left { 
		top: unset;
		bottom: -32px;
		left: 0;
	}
	.arrow.right {
		top: unset;
		bottom: -32px;
		right: 30px;
	}

	.service-type .banner::before {
		right: -100px;
		left: unset;
		background-position: center;
	}

	.service-type h1 {
		font-size: 2.25rem;
	}

	.service-type .content {
		padding: 1.875rem 0;
	}

	.service-type .content h3,
	.article .content h3,
	.lawyer-profile-container .lawyer-content h3 {
		font-size: 1.375rem;
		line-height: 1.2;
	}
	
	.service-attorneys-inner h2 {
		font-size: 1.875rem;
		line-height: 1.2;
		padding-right: 2.25rem;
	}
	
	.faq-section {
		padding: 3.625rem 1.25rem;
	}	
	
	.faq-section h2 {
		font-size: 1.375rem;
		line-height: 1.2;
	}

	.lawyer-content .lawyer-review::after,
	.who-we-help-section::after,
	.attorneys-list-container::after,
	.who-we-are-section::before,
	.faq-section::after {
		display: none;
	}

	.contact h1 {
		font-size: 2.25rem;
	}

	.contact p {
		font-size: 1rem;
	}

	.contact-inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 850px) {
	.service-type .banner { 
		max-height: unset;
		height: auto;
	}

	.service-attorneys-wrapper .service-attorneys-list {
		grid-auto-columns: calc((100% / 3) - 40px);
		grid-auto-columns: 200px;
	}

}

@media screen and (max-width: 650px) {
	.primary-header .desktop-logo  {
		display: none;
	}

	.primary-header .mobile-logo {
		display: inline;
	}

	.primary-header .btn {
		font-size: 1rem;
	}
}


@media screen and (max-width: 450px) {
	.primary-header {
		padding: 0.625rem 1.20rem;
	}
	
	.attorney-section-inner form div {
		max-width: 220px;
		width: 100%;
	}

	.primary-header .mobile-nav-inner .menu {
		margin-top: 2rem;
	}
}

@media screen and (orientation: landscape) and (max-height: 800px) {
	.primary-header .mobile-nav-inner .menu {
		margin-top: 0;
		height: 180px;
	}

	.primary-header .mobile-nav .sub-menu {
		margin-top: 5rem;
	}

	.primary-header nav ul li {
		margin-bottom: 1rem;
	}
		
	.primary-header .mobile-bottom img {
		width: 100px;
		margin-bottom: 5px;
	}

	.primary-header .mobile-bottom .btn {
		font-size: 1.0625rem;
		padding: 0.5em 1em;
	}
	
}


/* Print */
.no-print {
	display: none;
}
