/* ESSENTIALS CHILD THEME: "Virtuous" */

/* Hero */
.hero {
	width: 100%;
	position: relative;
}


.hero:after {
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 160px;
	display: block;
	position: absolute;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero h2 {
   	line-height: 1.2;
	font-weight: bold;
	font-size: 2.813rem;
	letter-spacing: 10px;
	color: var(--color-white);
	text-transform: capitalize;
	
	
}
.hero p {
	color:var(--color--white);
    font-size: 4rem;
    font-weight: bold;
  	text-transform: uppercase;
    font-family: var(--font-family-heading);
	margin-bottom:0px;
}
.hero .swiper-pagination {
	bottom: 30px;
}

.hero h2 strong {
	display: block;
	font-weight: inherit;
}

.hero .hero-title-1 {
	font-size: 1.15rem;
	letter-spacing: 2px;
	font-weight: 500;
	color:var(--color--white);
	
}

.hero .hero-title-3 {
	font-weight: 500;
	color: var(--color-secondary);
}

.hero .slick-dots {
	bottom: 20px;
}

.hero-slide {
	position: relative;
}

.hero-slide-content {
	z-index: 1;
	display: flex;
	position: relative;
	text-align: center;
	align-items: flex-end;
}

.hero-slide-content-inner {
padding-bottom: 100px;
}

.hero-slide-content .row {
	flex: 1;
}

.hero-slide-content-inner a.button {
	padding: 12px 25px;
	font-size: 16px;
}

@media screen and (max-width: 1024px) {
	.hero-slide-content-inner a.button {
		margin-bottom: 45px;
	}
}

.hero-slide-image {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.hero-slide-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
}


.hero-slide.slick-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-slide-image:after,
.hero-slide-image:before {
	left: 0;
	content: "";
	width: 100%;
	display: block;
	position: absolute;
	pointer-events: none;
}

/*.hero-slide-image:before {
	bottom: 0;
	height: 160px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.48) 100%);
}*/

/*.hero-slide-image::after {
	bottom: 0;
	height: 350px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.9) 100%);
	opacity:0;
}*/

.hero-slide-image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    pointer-events: none;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.45) 50%,
        rgba(0, 0, 0, 0.75) 100%
    );
    opacity: 1;
}




@media screen and (max-width: 768px) {
	
	.hero h2 {
		text-transform:uppercase;
	}
	.hero p {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 360px) {
	
	.hero p {
		font-size: 1.7rem !important;
	}
}

@media screen and (min-width: 768px) {
	.hero h2 {
		font-size: 4.063rem;
		letter-spacing: 10.49px;
		line-height: 90.6px;
		font-weight: 500;
		text-transform:uppercase;
	}

	.hero .hero-title-1 {
		font-size: 1.375rem;
		letter-spacing: 3px;
	}

	.hero .slick-dots {
		bottom: 40px;
	}

	.hero-slide-content {
		
	}
	
}


@media screen and (min-width: 1025px) {
/*	.hero-height {
		height: 100vh;
	}
*/
.hero h2 {
	font-size: 5rem;
	letter-spacing: 3px;
}

.hero {
	height: calc(100vh - 100px);
	margin-top: 0px;
	min-height: 640px;
}


	.hero .hero-title-1 {
		font-size: 1.5rem;
		letter-spacing: 1px;
		color: var(--color-white);
		text-transform:uppercase;
	}

	.hero .slick-dots {
		bottom: 50px;
	}

}
@media screen and (max-width: 1799px) {

.hero-height {
	height: 100vh;
	min-height:720px;
}
}

@media screen and (min-width: 1800px) {
	.hero-height {
	height: 900px;
}
}
@media screen and (min-width: 2001px) {
	.hero-height {
	height: 925px;
}
}

@media screen and (min-width: 3999px) {
	.hero-height {
	height: 2500px;
}
	.hero-slide-content-inner {
    padding-bottom: 111px;
}
}

.module.module-cta-a.module-dark.light-text h2 {
	font-size: 40px;
}

/* Intro Section */
img.step-ico {
	max-width: 60px;
	height: 60px;
}
.intro {
	position: relative;
	padding-top: 75px;
	padding-bottom: 30px;
}

.intro-holder {
	display: flex;
	flex-wrap: wrap;
}

.intro-heading {
	text-transform: uppercase;
}
.intro-heading p .subtitle {
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	color: var(--color-primary);
	font-size: 35px;
}

.intro-heading p {
	margin: 0;
	font-size: 18px;
	text-transform: none;
}

.intro-heading h1,
.intro-heading h2{
    text-transform: capitalize;
    color: var(--color-primary);
}

.intro-heading h6 {
	margin-bottom: 5px;
	color: var(--color-alternate);
	font-size: 1.25rem;
	letter-spacing: 4px;
}

.intro-heading h2 {
    color: var(--color-primary);
     font-size: 37px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1;
}

.intro-right {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.intro-right img {
	width: 100%;
}

.intro-shape {
	position: absolute;
	top: 0;
	height: 100%;
	left: -040px;
	opacity: 1;
	pointer-events: none;
	z-index: -1;
	opacity: 0;
}

.intro-shape img {
	height: 100%;
	width: auto;
	display: block;
}

@media screen and (min-width: 768px) {
	.intro {
		padding-bottom: 90px;
	}

.intro::before {
	position: absolute;
	top: 0;
	right: 50%;
	width: 381px;
	height: 100%;
	background-color: var(--color-alternate);
	content: "";
	transform: translateX(50%);
	pointer-events: none;
	margin-right: -390px;
}

	.intro-holder {
		justify-content: space-between;
		flex-wrap: unset;
	}

.intro-content {
	width: 80%;
	position: relative;
	margin-right: 70px;
	line-height: 1.75;
	padding-top: 45px;
	order: 1;
}
.intro-content::before {
	position: absolute;
	top: 60px;
	left: -45px;
	width: 3px;
	min-height: 350px;
	background-color: var(--color-primary);
	content: "";
}

	.intro-right {
		width: calc(50% + 125px);
		margin-right: -125px;
		position: relative;
		order: 2;
		margin-bottom: 0;
	}

	.intro-right img {
		margin-left: auto;
		display: block;
		width: auto;
	}
}

/* Factors */
.steps {
	padding-top: 40px;
	padding-bottom: 40px;
	color: var(--color-near-white);
	background-color: var(--color-primary);
}

.steps-block {
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
	font-size: 1rem;
	padding-bottom: 25px;
}

.steps-block:after {
	left: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-near-white);
	opacity: 0.2;
	content: "";
}

.steps-block:last-child:after {
	display: none;
}

.steps-block i {
	margin-bottom: 25px;
	font-size: 48px;
	display: block;
	font-weight: 100;
	color: var(--color-secondary);
}

.steps-block p {
	margin-bottom: 0;
	font-size: 16px;
	line-height: normal;
}

.steps-block strong {
    display: block;
    font-weight: 500;
    font-family: var(--font-family-heading);
    line-height: normal;
    margin: 15px 0;
    font-size: 30px;
    min-height: 80px;
}

.steps-block h3 {
	font-size: 35px;
	margin-bottom: 15px;
	color: var(--color-alternate);
	text-transform: uppercase;
	margin-top: 10px;
}

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

	.steps-holder {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.steps-block {
		width: 50%;
		padding: 0 15px;
	}

	.steps-block:after {
		top: 0;
		left: auto;
		bottom: unset;
		right: 0;
		width: 1px;
		height: 100%;
	}

	.steps-block:nth-child(even):after {
		display: none;
	}
}

@media screen and (min-width: 1025px) {
	.steps-block {
		width: 25%;
		margin: 0;
		padding: 0 30px;
	}

	.steps-block:nth-child(even):after {
		display: block;
	}

	.steps-block:last-child:after {
		display: none;
	}
}

/* Testimonials */
.testimonials-content p {
    color: var(--color-primary);
}
.testimonials {
	position: relative;
	padding-bottom: 50px;
}

.testimonials-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.04;
	pointer-events: none;
	z-index: -1;
	height: 100%;
}

.testimonials-shape img {
	width: auto;
	height: 100%;
	display: block;
}

.testimonials-left {
	position: relative;
	background-color: var(--color-alternate);
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	z-index: 1;
}

.testimonials-left:before {
	position: absolute;
	right: calc(var(--gutter-size) * -1);
	top: 0;
	width: 100vw;
	height: 100%;
	background-color:var(--color-alternate);
	content: "";
	pointer-events: none;
}

.testimonials-left blockquote {
	margin-bottom: 0;
	border-left: 0;
	padding-left: 0;
	padding-right: 60px;
	padding-bottom:60px;
	color: var(--color-primary);
}

.testimonials blockquote::before {
	display: none;
}

.testimonials-left .slick-dots {
	position: relative;
	text-align: left;
	margin-top: 30px;
}

.testimonials-left .slick-dots li {
	margin: 0 5px;
}

.testimonials-left .slick-dots li:first-of-type {
	margin-left: 0;
}

.testimonials-left .slick-dots li button {
	border: 0;
	background-color: var(--color-body-text);
}

.testimonials-left .slick-dots li.slick-active button {
	background: var(--color-secondary);
	transform: unset;
}
.testimonials-content p:first-child {
	font-weight: 600;
	margin: 0;
	text-transform: capitalize;
	color: var(--color-primary);
	font-size: 22px;
}
.testimonials-content h4 {
	margin-bottom: 20px;
}

.testimonials-content button.no-button,
.testimonials-content .button.no-button {
	position: relative;
	padding-bottom: 10px;
}

.testimonials-content button.no-button:after,
.testimonials-content .button.no-button:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--color-secondary);
	transition: width 200ms ease-out;
}

.testimonials-content button.no-button:hover,
.testimonials-content button.no-button:focus,
.testimonials-content .button.no-button:hover,
.testimonials-content .button.no-button:focus {
	color: var(--color-primary);
	text-decoration: none;
}

.testimonials-content button.no-button:hover:after,
.testimonials-content button.no-button:focus:after,
.testimonials-content .button.no-button:hover:after,
.testimonials-content .button.no-button:focus:after {
	width: 0;
}

.testimonials-content h2 {
	font-size: 40px;
}

@media screen and (min-width: 768px) {
	.testimonials {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.testimonials-holder {
		display: flex;
		flex-wrap: wrap;
	}

	.testimonials-shape {
		top: 0;
		bottom: unset;
		right: -132px;
	}

	.testimonials-left {
		width: 41.6%;
		margin-right: 102px;
		padding-top: 75px;
		padding-bottom: 75px;
		margin-bottom: 0;
	}

	.testimonials-left:before {
		right: 100%;
	}

	.testimonials-left .slick-dots {
		margin-top: 58px;
	}

	.testimonials-content {
		flex: 1;
		align-self: center;
		line-height: 1.8;
	}

	.testimonials-slider {
		padding-right: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.testimonials-slider {
		padding-right: 110px;
	}
}

/* Team Slider */
.attorney-hover-box {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	display: block;
}

.attorney-result-image-container {
	height: 392px;
	position: relative;
}

.attorney-result-image-container:before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(11, 33, 54, 0) 0%, rgba(11, 33, 54, 1) 100%);
	content: "";
	width: 100%;
	height: 50%;
}

.attorney-result-image-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.attorney-result-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: var(--color-primary);
	width: 100%;
	height: 100%;
	transition: 400ms ease-out;
	color: var(--color-near-white);
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.8;
}

.attorney-result-overlay-inner {
	padding: 0 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.attorney-result-overlay p {
	color: #fff;
	margin-bottom: 15px;
	font-size: 0.8rem;
}

.attorney-result-overlay span {
	color: var(--color-secondary);
	font-size: 0.813rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}

.attorney-hover-box:hover .attorney-result-overlay,
.attorney-hover-box:focus .attorney-result-overlay {
	top: 0;
}

.attorney-hover-box-info {
	padding: 12px;
	position: absolute;
	bottom: 0;
	color: var(--color-near-white);
	background-color: var(--color-primary);
	width: 100%;
	text-align: center;
	font-size: 1.063rem;
	box-sizing: border-box;
}

.attorney-hover-box-info h2,
.attorney-hover-box-info p {
	margin: 0;
}

.attorney-hover-box-info h2 {
	color: var(--color-secondary);
	font-size: 1.2rem;
	margin-bottom: 4px;
	text-transform: none;
}

.attorney-hover-box-info p {
	color: #fff;
	font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
	.attorney-hover-box {
		margin-bottom: 0;
	}
}

.module-attorneys-e {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
}

.module-attorneys-e-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	pointer-events: none;
	z-index: -1;
	content: "";
}

.module-attorneys-e-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.module-attorneys-e-button {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

@media screen and (min-width: 768px) {
	.module-attorneys-e {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.module-attorneys-e:before {
		position: absolute;
		top: -115px;
		left: 50%;
		z-index: 2;
		background-color: var(--color-secondary);
		width: 3px;
		height: 408px;
		content: "";
		margin-left: -560px;
		transform: translateX(-50%);
	}
}

/* Badges */
.module-badges-b {
	padding: 30px 0;
}

.module-badges-b-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.module-badges-b-single {
	flex-basis: 50%;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}

.module-badges-b-single img {
	height: auto;
}

@media screen and (min-width: 768px) {
	.module-badges-b-single {
		flex-basis: 33.3%;
		width: 33.3%;
	}
}

@media screen and (min-width: 1025px) {
	.module-badges-b-single {
		flex-basis: 20%;
		width: 20%;
		margin: 0;
	}
}
.module-attorneys-a-inner .module-attorneys-a-content {
	text-align: center;
}

.module-attorneys-a-photo {
	margin-bottom: 30px;
	text-align: center;
}

.module-attorneys-a-photo img {
    width: 100%;
    max-width: 500px;
	margin-top: 50px;
}
.module.module-attorneys-a .module-title {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.module-attorneys-a-photo {
		margin: 0 4% 0 0;
		padding-right: 4%;
		border-right: 1px solid #000;
		display: flex;
		align-items: flex-start;
	}

	.module-attorneys-a-inner {
		display: flex;
	}

	.module-attorneys-a-inner .module-attorneys-a-content {
		text-align: left;
		margin-top: 50px;
		flex: 1;
	}

	.module-attorneys-a .module-title {
		text-align: left;
	}
}

@media screen and (min-width: 1025px) {
	.module-attorneys-a-content {
		padding-right: 1%;
	}
}
.module-cta-a-inner {
  margin-top: 40px;
}

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

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

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

  .module-cta-a-inner .button {
    margin: 0 2%;
    width: auto;
  }
}
blockquote, .quote-single {
    font-style: italic;
    position: relative;
    margin: 0px;
    padding-top: 20px;
    font-size: 25px;
    font-family: var(--font-family-heading);
}
.testimonials-left h4 {
    font-size: 25px;
    color: var(--color-primary);
    font-weight: 600;
}

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

.hero {
	margin-top: 0px;
}
 

.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
 
.hero .hero-title-1 {
	font-size: 18px;
	color: var(--color-white) !important;
	letter-spacing: 0;
}



.hero .hero-title-2 {
	font-size: 32px;
	max-width: 620px;
	line-height: normal;
}

.hero-slide-content-inner {
	margin-bottom: 0;
	text-align: center;
	padding-bottom: 50px;
}

.hero-slide-content.hero-height {
	height: 300px;
}

.hero-height {
	height: 300px;
	min-height: 500px;
}
	
.hero.hero-height {
	margin-top: 00px;
}
	
.hero-slide-content {
	align-items: flex-end;
}
 
.hero-slide-content.hero-height .column {
	padding: 0 15px;
}
.hero h2 {
	line-height: 1.6;
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0;
	/* color: var(--color-body-text); */
	text-transform: capitalize;
	/* text-shadow: 0 0 5px #fff; */
	padding-bottom:0px;
	text-transform: uppercase;
	font-size: 1.7rem !important;
}
.hero-slide-content-inner a.button {
	padding: 12px 25px;
	font-size: 14px;
}

.hero-slide-image::after {
	height: 230px;
	 
}
	img.step-ico {
	max-width: 60px;
}

.intro {
	position: relative;
	padding-top: 45px;
	padding-bottom: 30px;
}

.home blockquote, .quote-single {
	font-style: italic;
	position: relative;
	margin: 0px;
	padding-top: 20px;
	font-size: 20px;
	padding: 10px;
}

.testimonials-left::before {
	z-index: -1;
}
.module.module-cta-a.module-dark.light-text {
	padding: 50px 0;
}

.module.module-attorneys-a {
	padding: 50px 0;
}




	
}



@media screen and (min-width: 767px) and (max-width: 1024px) {
		
.hero.hero-height {
	margin-top: 0;
}

.button.alt-01.tel-link i {
	color: #fff;
}
	
.hero .hero-title-2 {
  
	font-size: 40px;
 
}
	.hero p {
    font-size: 2.4rem;
   }
.hero-slide-content {
	align-items: end;
}
	
/* .hero-slide-content .row {
	margin-bottom: 25px;
} */

	.hero-height {
	height: 400px;
}
.hero-slide-content-inner {
	padding-bottom: 30px;
}
.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
	
.hero h2 {
	font-size: 2.5rem;
	letter-spacing: 4px;
	padding-bottom: 0;
	margin: 0;
}

.intro-heading h1 {
	text-transform: capitalize;
	font-size: 30px;
}
.intro-heading p .subtitle {
 
	font-size: 20px;
}
.intro-heading h1 {
	text-transform: capitalize;
	font-size: 22px;
}
.intro-content {
	width: 50%;
	position: relative;
	margin-right: 10px;
	line-height: 1.75;
	padding-top: 0;
	order: 1;
}
.intro-content p {
	font-size: 17px;
	line-height: 1.5;
}

.intro {
	padding-bottom: 50px;
}

.testimonials-left {
 
	margin-right: 30px;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom: 0;
}

.module-attorneys-a-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.module-attorneys-a-photo img {
	width: 100%;
	max-width: 500px;
	margin: 50px auto 0;
}

.module-attorneys-a-photo {
	margin: 0;
	padding-right: 0;
	border-right: none;
	display: flex;
	align-items: flex-end;
}
.hero .hero-title-1 {
	font-size: 1.375rem;
	letter-spacing: 2px;
	color: #fff !important;
}





	
}

@media screen and (min-width: 980px) and (max-width: 1024px) {
	
.module-attorneys-a-inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
}
.module-attorneys-a-photo {
	margin: 0;
	padding-right: 50px;
	border-right: none;
	display: flex;
	align-items: flex-end;
}

.module.module-attorneys-a {
	padding: 50px 0;
}	
	
}

	@media screen and (min-width: 1024px) and (max-width:1279px) {
	
	.hero p {
    font-size: 3em;
   }
.hero-slide-content {
	align-items: flex-end;
	padding-top: 0;
}
 

.hero-slide-image img {
	object-fit: cover;
	width: inherit;
	height: inherit;
}
.hero-height {
	height: 100vh;
}	
.hero {
/* 	margin-top: 89px; */
	overflow: hidden;
}

.hero h2 {
	font-size: 3.5rem;
	letter-spacing: 2px;
	padding-bottom: 0;
	line-height: normal;
}

	}

.attorney-hover-box {
	padding: 0;
	position: relative;
	margin-bottom: 30px;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	display: block;
}

.attorney-result-image-container {
	height: 450px;
	position: relative;
}

.attorney-result-image-container:before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(11, 33, 54, 0) 0%, rgba(11, 33, 54, 1) 100%);
	content: "";
	width: 100%;
	height: 50%;
}

.attorney-result-image-container img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.attorney-result-overlay {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: var(--color-primary);
	width: 100%;
	height: 100%;
	transition: 400ms ease-out;
	color: var(--color-white);
	text-align: center;
	font-size: 0.875rem;
	line-height: 1.8;
}

.attorney-result-overlay-inner {
	padding: 0 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.attorney-result-overlay p {
	color: #fff;
	margin-bottom: 15px;
	font-size: 0.8rem;
}

.attorney-result-overlay span {
	color: var(--color-secondary);
	font-size: 0.813rem;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: underline;
}

.attorney-hover-box:hover .attorney-result-overlay,
.attorney-hover-box:focus .attorney-result-overlay {
	top: 0;
}

.attorney-hover-box-info {
	padding: 12px;
	position: absolute;
	bottom: 0;
	color: var(--color-white);
	background-color: var(--color-primary);
	width: 100%;
	text-align: center;
	font-size: 1.063rem;
	box-sizing: border-box;
}

.attorney-hover-box-info h2,
.attorney-hover-box-info p {
	margin: 0;
}

.attorney-hover-box-info h2 {
	color: var(--color-secondary);
	font-size: 1.2rem;
	margin-bottom: 4px;
	text-transform: none;
}

.attorney-hover-box-info p {
	color: #fff;
	font-size: 0.9rem;
}

@media screen and (min-width: 650px) {
	.attorney-hover-box {
		margin-bottom: 0;
	}
}

.module-attorneys-e {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
/* 	background-image: url(images/pattern_stripes.webp); */
}

.module-attorneys-e-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	pointer-events: none;
	z-index: -1;
	content: "";
}

.module-attorneys-e-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.module-attorneys-e-button {
	display: flex;
	justify-content: center;
	padding-top: 40px;
}

@media screen and (min-width: 768px) {
	.module-attorneys-e {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}




@media screen and (min-width: 280px) and (max-width:767px) {
	
.hero-height {
	height: 500px !important;
}
	
	
	
}
.intro-content p {
    color: var(--primary-color);
}