/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */

.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/base/pattern_stripes.png);
}

.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-intro-A  css*/


.module-intro-content.row-narrow {
	max-width: 835px;
}

.intro-first p {
	font-size: 24px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: 0.24px;
	text-align: center;
	color: var(--primary-color);
}
.intro-first p strong {
	font-weight: 600;
}

.intro-second p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.18px;
	text-align: center;
	color: var(--primary-color);
}




/* module-intro-A  css*/

.module-tough {
	position: relative;
	padding: 100px 0;
}

.module-tough .row {
	position: relative;
	z-index: 1;
 
}

.columns.tough-main {
	display: flex;
	align-items: center;
 
}

.tough-left p:last-child {
	margin: 0;
}
.tough-right h2 {
	margin: 0;
	font-size: 400px;
	color: var(--alternate-color);
	line-height: 1;
}

.tough-bg-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: var(--primary-color-opt);
	z-index: 0;
}

.module-tough .row {
	position: relative;
	z-index: 1;
}


.tough-bg-image img {
	object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}


.tough-right h2 {
	margin: 0;
	display: flex;
	column-gap:0px;
}
.tough-right h2 span img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 280px;
}

.tough-right-inn {
	right: -60px;
	position: relative;
}

.tough-left-tx1 p {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.42;
	letter-spacing: 0.24px;
	text-align: left;
	color: var(--primary-color);
}

.tough-left-tx1 {
	margin-bottom: 15px;
	position: relative;
	right: -50px;
}


.tough-left-tx2 p {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.67;
	letter-spacing: 0.18px;
	text-align: left;
	color: var(--primary-color);
}

.tough-left-tx2 {
	position: relative;
	right: -50px;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
.module-intro-content.row-narrow {
	max-width: 835px;
	padding: 0 30px;
}

.module.module-intro-a {
	padding: 30px 0;
}


.columns.tough-main {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
	justify-content: center;
}
.tough-left-tx1 {
	margin-bottom: 15px;
	position: relative;
	right: 0;
	padding: 25px 0 0px 0;
}
.module-tough {
	position: relative;
	padding: 50px 0 40px 0;
}

.tough-left-tx2 {
	position: relative;
	right: 0;
}
.tough-right-inn {
	right: 0;
	position: relative;
	width: 115%;
}


}



@media screen and (min-width:767px) and (max-width: 1024px) {
.intro-first p {
	font-size: 20px;
 
}

.module-intro-content.row-narrow.center {
	padding: 0 15px;
}

.module-tough {
	position: relative;
	padding: 60px 0;
}
.tough-left-tx1 {
	margin-bottom: 15px;
	position: relative;
	right: 0;
}

.tough-left-tx2 {
	position: relative;
	right: 0;
}

.tough-left-tx1 p {
	font-size: 20px;
 
}
.columns.medium-5.large-5.small-12.tough-left {
	padding-right: 0;
}


	

}


@media screen and (min-width: 1920px) and (max-width: 12000px) {

.module.module-intro-a {
	padding: 100px 0;
}

.module-tough {
	position: relative;
	padding: 130px 0;
}
.tough-right-inn {
	right: -100px;
 
}






}


