/* ESSENTIALS CHILD THEME: "DYNAMIC" */

hr.stats-hr {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 4%;
    background: var(--color-yellow);
    height: 4px;
}

.practices-link {
    display: block;
    font-weight: 600;
    font-size: 22px;
}

h2.module-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 5px;
    background-color: var(--color-secondary);
    transform: translateX(-50%);
    content: "";
}
 h3.section-title {
    color: var(--color-white);
}

/* Statement */
p.section-title {
    font-size: 22px;
    text-align: center;
}
.statement {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    text-align: center;
    color: #fff;
  }

.statement p {
	color: #fff;
}

.statement-content {
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
	max-width: 1056px;
}

.statement-content .subtitle {
	margin-bottom: 4px;
	color: inherit;
}
.statement-holder a:hover,
.statement-holder a:focus {
	color: #c4c4c4;
}
.statement-content h2 {
    font-size: 1rem;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
    color: inherit;
    font-weight: 600;
    text-transform: uppercase;
	letter-spacing:3px;
}

.statement-content h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 5px;
	background-color: var(--color-secondary);
	transform: translateX(-50%);
	content: "";
}

.statement-holder {
	margin-bottom: 20px;
}

.statement-column {
	padding: 30px 0;
	position: relative;
	z-index: 1;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.statement-column:last-child {
	border-right: 0;
	border-bottom: 0;
}

.statement-counting {
	margin-bottom: 13px;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1;
}

.statement-column h4 {
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 22px;
	font-family:var(--body-font-family);
}
.statement-column p:last-child {
	margin-bottom: 0;
}

.statement .button {
	position: relative;
	z-index: 1;
}
 

.statement-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 1;
    background-color: var(--color-primary);
}

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

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

	.statement-content {
		margin-bottom: 58px;
	}

	.statement-content .h2 {
		padding-bottom: 33px;
	}

	.statement-holder {
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
	}

	.statement-column {
		padding: 0 15px;
		width: 33.33%;
		border-right: 1px solid #fff;
		border-bottom: 0;
	}

	.statement-counting {
		font-size: 6.25rem;
		  color: var(--color-white);
		font-family:var(--body-font-family);
	}
}

@media screen and (min-width: 1025px) {
.statement {
	padding-top: 80px;
	padding-bottom: 40px;
}
	.statement-column {
		padding: 0 40px;
	}

	.statement-column h3 {
		font-size: 1.5rem;
	}
}

/* Advantage */
.advantage {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

.advantage-content {
	margin: 0 auto 30px;
	max-width: 945px;
}
.advantage-content h3 {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.advantage-content h2 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: capitalize;
	color: var(--color-body-text);
	font-weight: bold;
}

.advantage-content h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 5px;
	background-color: var(--color-secondary);
	transform: translateX(-50%);
	content: "";
}

.advantage-holder {
	margin-bottom: 25px;
}

.advantage-column {
	margin-bottom: 20px;
}

.advantage-item {
	padding: 30px 15px;
	height: 100%;
	color: #060606;
	text-align: center;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.05);
}

.advantage-item i {
	line-height: 1;
	display: block;
	font-size: 2.5rem;
	margin-bottom: 20px;
	color: var(--color-secondary);
}

.advantage-item h4 {
	color: inherit;
	margin-bottom: 12px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 1px;
}

.advantage-item p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.advantage {
		margin-top: 90px;
		margin-bottom: 80px;
	}

	.advantage-content {
		margin-bottom: 60px;
	}

	.advantage-content h2 {
		margin-bottom: 27px;
		padding-bottom: 35px;
	}

	.advantage-holder {
		margin-bottom: 55px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.advantage-column {
		margin-bottom: 0;
	}

.advantage-item {
    padding: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
	.advantage-item i {
		font-size: 3.75rem;
		margin-bottom: 30px;
	}
}

@media screen and (min-width: 1025px) {
	.advantage {
		margin-top: 0;
		margin-bottom: 0;
	}

	.advantage-holder {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 1200px) {
	.advantage-holder {
		gap: 30px;
	}
}
 

/* team */
.home .team {
    padding: 60px 0;
    background: var(--color-light-gray);
}

.team {
    padding: 60px 0;
    }
.team-content {
	text-align: center;
	margin-bottom: 30px;
}

.team-content h2 {
	margin-bottom: 22px;
	padding-bottom: 22px;
	position: relative;
	font-size: 40px;
}

.team-content h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100px;
	height: 5px;
	background-color: var(--color-secondary);
	transform: translateX(-50%);
	content: "";
}

.team-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	margin-bottom: 30px;
	justify-content: center;
    justify-items: center;
}

.team-grid-item {
    width: 100%;
    max-width: 400px;
    justify-items: center;
}

/* Attorney boxes */
.attorney-single-box {
	margin-bottom: 0;
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
}

.attorney-single-box:hover .attorney-result-overlay,
.attorney-single-box:focus .attorney-result-overlay {
	opacity: 1;
}

.attorney-single-box-info {
	padding: 15px 15px 25px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.attorney-single-box-info h2,
.attorney-single-box-info p {
	margin: 5px;
	color: #fff;
}

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

.attorney-single-box-info p {
	display: block;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.attorney-result-image-container {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: all 200ms ease-out;
}

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

.attorney-result-image-container:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background: linear-gradient(to bottom, rgba(36, 37, 94, 0) 0%, rgba(36, 37, 94, 1) 100%);
	content: "";
}

.attorney-result-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background:rgb(17, 26, 88,0.8);
/*	transition: all 200ms ease-out;*/
}

@media screen and (min-width: 641px) {
	.team-grid {
		grid-template-columns: 1fr 1fr;
	}
}

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

	.team-content {
		margin-bottom: 50px;
	}
}

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

	.team-grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		margin-bottom: 50px;
	}
}

/* faq */
.faqs {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fcfcfc;
}

.faqs h2 {
	text-align: center;
}

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

	.faqs h2 {
		margin-bottom: 40px;
	}
}

@media screen and (min-width: 1025px) {
	.faqs {
		padding-top: 145px;
		padding-bottom: 145px;
	}

	.faqs h2 {
		margin-bottom: 70px;
	}
}


.statement {
	padding-bottom: 30px;
 
}
@media screen and (min-width: 767px) and (max-width: 1024px) {

.statement {
	padding-top: 60px;
	padding-bottom: 60px;
}

.statement-counting {
	font-size: 4.25rem;
}

.advantage {
	margin-top: 0;
	margin-bottom: 0;
}



}

@media screen and (min-width: 900px) and (max-width: 1024px) { 
.team-grid {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

}
.module-badges-a-single {
	text-align: center;
}

.module-badges-a-inner {
	position: relative;
}
img.badge-img {
    max-width: 180px;
    width: 130px;
    height: auto;
}

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