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

/* PRELOADER */
.preloader-outer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background-color: white;
	transition: opacity 600ms ease-out;
}

.preloader-outer.active {
	visibility: visible !important;
}

.preloader-outer.preloader-remove {
	opacity: 0;
	pointer-events: none;
}

.preloader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.preloader-inner p {
	margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
	margin: 0;
}

.preloader-part {
	display: none;
	margin: 20px;
}

.preloader-part-left.active {
	display: block;
	-webkit-animation: fadeInRight 800ms ease-out;
	animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
	display: block;
	-webkit-animation: fadeInLeft 500ms ease-out;
	animation: fadeInLeft 500ms ease-out;
}

/* HOME HERO AND/OR SLIDER */
.home-hero-height-sync {
	height: 400px;
}

.home-hero,
.home-hero-inner {
	position: relative;
}

.home-hero-image-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.home-hero-image-container img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	-o-object-position: 50%;
	object-position: 50%;
}

.home-hero-form-container {
	display: none;
}

.home-hero-form-row {
	display: flex;
	justify-content: flex-end;
}

/* @media screen and (min-width: 640px) {
	.home-hero-height-sync,
	.home-hero {
		height: 600px;
	}
} */

@media screen and (min-width: 1025px) {
	.home-hero-inner {
		display: block;
	}

	.home-hero-height-sync {
		height: 750px;
	}

	.home-hero-form-container {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		display: block;
	}

	.home-hero-form-container,
	.home-hero-form-inner,
	.home-hero-form-container .row,
	.home-hero-form-container .columns {
		height: 100%;
	}

	.home-hero-form-inner {
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.home-hero-form .contact-form-heading {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}

	.home-hero-form form button {
		width: 100%;
	}

	.home-hero-form {
		margin-top: 80px;
		min-width: 375px;
		padding: 0;
		background: var(--color-light-gray);
	}
}

@media screen and (max-height: 700px) and (min-width: 1025px) {
	.home-hero-form {
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		padding: 30px;
	}

	.home-hero-form .contact-form-heading {
		display: none;
	}
}
.module-intro-b {
	padding: 0;
}

.module-intro-b .flex-container {
	flex-wrap: wrap;
	align-items: normal;
}

.module-intro-b-image {
	display: flex;
	align-items: center;
	width: 100%;
	height: 300px;
}

.module-intro-b-image-inner {
	content: "";
	margin: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.module-intro-b-content {
	padding: 50px 0;
}

@media screen and (min-width: 1025px) {
	.module-intro-b-image {
		width: 55%;
		height: auto;
	}

	.module-intro-b-content {
		flex: 1;
		align-items: center;
		padding: 80px 10% 80px 50px;
	}
}
.module-badges-a-single {
	text-align: center;
}

.module-badges-a-inner {
	position: relative;
}
.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%;
}

@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-end;
	}

	.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: 10%;
	}
}
.latest-news-list {
    width: 100%;
    max-width: 620px;
}

.latest-news-item {
	padding: 20px 0;
	border-bottom: 1px solid #f1f1f1;
}

.latest-news-item:first-child {
    padding-top: 0;
}
.latest-news-item:last-of-type {
	border: none;
	padding-bottom: 0;
}
.latest-news-date {
	margin-bottom: 7px;
	color: var(--color-blue);
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.28px;
	text-align: left;
}


/*.latest-news-content {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    column-gap: 8px;
}*/

.latest-news-title {
	display: inline;
	margin: 0;
	color: var(--color-body-text);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.38px;
}

.latest-news-title a {
	color: var(--color-body-text);
	font-size: 19px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.38px;
    text-decoration: none;
}

/*.latest-news-title a:hover,
.latest-news-title a:focus {
    color: var(--color-blue);
}*/

.latest-news-link {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	color: var(--color-blue);
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
	white-space: nowrap;
	letter-spacing: -0.38px;
}

.latest-news-link::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -2px;
	left: 0;
	height: 2px;
	background-color: #159ee8;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.25s ease;
}

.latest-news-link:hover::after {
    transform: scaleX(1);
}

.latest-news-link:hover,
.latest-news-link:focus  {
	color: var(--color-blue);
}




.latest-news-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
}

.latest-news-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 17px 30px;
	border-radius: 50px;
	background-color: var(--color-alternate);
	color: var(--color-body-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease;
	letter-spacing: -0.15px;
}

.latest-news-button:hover,
.latest-news-button:focus {
    background-color: var(--color-yellow);
    color:var(--color-body-text);
}




@media (max-width: 600px) {
    .latest-news-title {
        font-size: 16px;
    }

    .latest-news-link {
        font-size: 15px;
    }

    .latest-news-footer {
        justify-content: flex-start;
    }
}
.featured-news-banner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 429px;
    padding: 55px 40px;
    overflow: hidden;
    background-color: #10265d;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-news-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(4, 18, 71, 0.68) 0%,
        rgba(7, 35, 87, 0.3) 55%,
        rgba(7, 45, 94, 0.08) 100%
    );
    pointer-events: none;
}

.featured-news-banner__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 400px;
	margin-left: 0;
	margin-bottom: 0;
}

.featured-news-banner__title {
	margin: 0 0 25px;
	font-size: 26px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	letter-spacing: -0.52px;
	text-align: left;
	color: #fff;
}


.featured-news-banner__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 60px;
	padding: 17px 30px;
	border-radius: 50px;
	background-color: var(--color-yellow);
	color: var(--color-body-text);
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
	letter-spacing: -0.15px;
}



.featured-news-banner__button:hover {
    background-color: var(--color-alternate);
	color: var(--color-body-text);
 
}

@media (max-width: 767px) {
    .featured-news-banner {
        min-height: 380px;
        padding: 40px 25px;
    }

    .featured-news-banner__inner {
        max-width: 290px;
    }

    .featured-news-banner__title {
        font-size: 20px;
    }
}






/*  Intro Section CSS */


.module.introcas {
	padding: 90px 0;
	background-image: linear-gradient(to bottom, #fff 30%, rgba(255, 255, 255, 0) 100%), linear-gradient(to bottom, #f1f1f1, #f1f1f1);
	padding-bottom: 0;
	margin-bottom: 80px;
}

.introcas-left h2 {
	margin-bottom: 5px;
}
.introcas-content {
	max-width: 415px;
}
.introcas-left h2, .introcas-left h4 {
	font-size: 34px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.68px;
	text-align: left;
	color: #13294b;
	text-transform: none;
}
.introcas-left hr {
	margin-bottom: 20px;
	margin-top: 15px;
}


 .introcas-right-image img {
	max-width: 624px;
	margin-bottom: -80px;
}
 .introcas-left h4 {
	 margin:0;	 
}
.introcas-cta {
	margin-bottom: 65px;
	margin-top: 25px;
	padding-left: 10px;
}
 .introcas-right {
	position: relative;
}

.introcas-right-image img {
	max-width: 624px;
}

.introcas-right-image {
	width: 130%;
	margin-top: -55px;
}


/*  Intro Section CSS */




/*  Badges Section CSS */



.module.module-badges-b .module-title.center {
	text-align: center;
	margin-bottom: 15px;
}
.module.module-badges-b hr {
	margin-left: auto;
	margin-right: auto;
	background: var(--color-alternate);
}

.module.module-badges-b .row-narrow.center p {
	max-width: 686px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.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;
}


.module-badges-b-single:nth-child(2) img {
	animation-delay: 100ms;
}
.module-badges-b-single:nth-child(3) img {
	animation-delay: 200ms;
}

.module-badges-b-single:nth-child(4) img {
	animation-delay: 300ms;
}

.module-badges-b-single:nth-child(5) img {
	animation-delay: 400ms;
}
.module-badges-b-single:nth-child(6) img {
	animation-delay: 500ms;
}
.module-badges-b-single:nth-child(7) img {
	animation-delay: 600ms;
}



@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: 25%;
	width: 25%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
}
 

/*  Badges Section CSS */



/*  Attorney Section CSS */

.module.attorneys {
	background: var(--color-body-text);
	padding: 100px 0;
	padding-bottom: 0;
	margin-top: 50px;
}
.module.attorneys h2, .module.attorneys p {
	color: #fff;
}
.module.attorneys .attorneys-right-top {
	max-width: 460px;
	position: relative;
	 
}
.attorneys-bg-image {
	width: 110%;
	position: relative;
	right: 20%;
	margin-top: -125px;
}

.attorneys-bg-image img {
	max-width: 570px;
	margin-bottom: -75px;
}

.attorneys-left .module-content {
	position: relative;
	right: 10%;
	text-align: left;
	color: #fff;
	bottom: -15px;
	font-size: 16px;
	width: 110%;
}

.attorneys-left .module-content .attorneys-name {
	font-weight: bold;
}

.attorneys-separator {
	margin-left: 3px;
}
.module.attorneys hr {
	margin-bottom: 20px;
}
.module.attorneys .attorneys-right-top .button {
	margin-top: 15px;
}


.attorneys-left .module-content .attorneys-name a {
	color: #fff;
}

.attorneys-left .module-content .attorneys-name a:hover,
.attorneys-left .module-content .attorneys-name a:focus {
	color: var(--color-alternate);
}

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

.attorneys-bg-image {
	right: 10%;
}
.attorneys-left .module-content {
	width: 100%;
	left: 0%;
}

}
 
/*  Attorney Section CSS */

 
/*  Partner Section CSS */

.module.partner {
	margin-top: 20px;
}

.module.partner .row-narrow.center {
	max-width: 1200px;
	padding: 0 30px;
}

.partner-left .module-content {
	max-width: 500px;
}
 

/*  Partner Section CSS */





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

.module.introcas {
	padding: 40px 0;
	background-image: linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0) 50%), linear-gradient(to bottom, #f1f1f1, #f1f1f1);
	padding-bottom: 0;
	margin-bottom: 80px;
}

.introcas-left h2, .introcas-left h4 {
	font-size: 24px !important;
	line-height: 28px;
	letter-spacing: -0.48px;
 
}
.introcas-cta {
	margin-bottom: 45px;
	margin-top: 25px;
	padding-left: 0;
}
.module.introcas .column.no-float.full-width {
	padding: 0;
}

.module.introcas .introcas-left {
	padding: 0 30px;
}
.module.introcas .introcas-right {
	padding: 0;
	margin-top: 0px;
}
.module.introcas .introcas-right-image {
	width: 100%;
	margin-top: 0;
}
.module.introcas .introcas-right-image img {
	max-width: 624px;
	width: 100%;
	max-height: 225px;
	overflow: hidden;
	height: auto;
	object-fit: cover;
}

.module.module-badges-b {
	padding: 30px 15px;
}

.module-title.center {
	font-size: 24px !important;
	line-height: 28px !important;
	letter-spacing: -0.48px !important;
}
.module.module-badges-b hr {
	margin-bottom: 20px;
}

.module-badges-b-inner {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	row-gap: 15px;
}
.module-badges-b-single {
	flex-basis: 50%;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin: 0 auto;
}

.module.attorneys {
	margin-top: 20px;
	padding: 0;
}

.attorneys-bg-image {
	width: 100%;
	position: relative;
	right: 0;
	margin-top: 0;
}

.module.attorneys .column.no-float.full-width {
	padding: 0;
}

.module.attorneys .attorneys-left {
	padding: 0;
	position: relative;
}

.attorneys-bg-image img {
	max-width: 570px;
	margin-bottom: 0;
	width: 100%;
}

.attorneys-left .module-content {
	position: absolute;
	right: 0;
	text-align: left;
	color: #fff;
	bottom: 15px;
	font-size: 16px;
	width: 100%;
	padding: 25px;
	text-align: center;
}

.attorneys .attorneys-right {
	padding: 30px;
}

.module.attorneys h2  {
 
	font-size: 24px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: -0.48px;
}

.module.partner {
	margin-top: 0;
	padding-top: 45px;
	padding-bottom: 45px;
}


h2.module-title {
	/* margin-bottom: 30px; */
	text-align: left;
	font-size: 24px !important;
	font-weight: 600;
	letter-spacing: -0.48px !important;
	margin-bottom: 15px;
	line-height: 28px !important;
}

.featured-news-banner__title {
	font-size: 20px;
	letter-spacing: -0.4px;
	line-height: 26px;
	margin-bottom: 50px;
}
.featured-news-banner {
	min-height: 320px;
	padding: 30px 55px 30px 35px;
}

.partner-left .module-content {
	max-width: 100%;
	margin-bottom: 35px;
}
.latest-news-link {
	font-size: 19px;
}








}



@media screen and (min-width: 640px) and (max-width: 767px) {
.introcas-left h2, .introcas-left h4 {
	font-size: 30px !important;
	line-height: 35px;
	letter-spacing: -0.48px;
}

.introcas-content {
	max-width: 100%;
}
.module.introcas .introcas-right-image img {
	max-width:767px;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	height: auto;
	object-fit: cover;
}

.attorneys-bg-image img {
	max-width: 767px;
	margin-bottom: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}



}

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

.introcas-content {
	max-width: 100%;
}
.introcas-cta {
	margin-bottom: 15px;
	margin-top: 25px;
	padding-left: 0;
}

.introcas-right-image {
	width: 100%;
	margin-top: -05px;
	text-align: center;
}

.module-badges-b-single {
	flex-basis: 25%;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.module-badges-b-single img {
	height: auto;
	width: auto;
	max-width: 90%;
}
.introcas-right-image img {
	max-width: 624px;
	width: 110%;
	margin-top: 5%;
}
.columns.medium-12.large-6.small-12.introcas-right {
	width: 50%;
}
.columns.medium-12.large-6.small-12.introcas-left {
	width: 50%;
}
.introcas-left h2, .introcas-left h4 {
	font-size: 26px;
}
.module.introcas {
	margin-bottom: 0;
}
.columns.medium-12.large-6.small-12.attorneys-left.animate-in-view.animated.fadeInLeft {
	width: 50%;
}
.columns.medium-12.large-6.small-12.attorneys-right {
	width: 50%;
	padding-right: 0;
}

.attorneys-bg-image {
	width: 100%;
	position: relative;
	right: 30%;
	margin-top: -80px;
}
.attorneys-bg-image img {
	max-width: 498px;
	margin-bottom: -75px;
	width: 132%;
}
.attorneys-left .module-content {
	position: relative;
	right: 0;
	text-align: left;
	color: #fff;
	bottom: -15px;
	font-size: 16px;
	width: 100%;
}
.partner-left .module-content {
	max-width: 100%;
}

.featured-news-banner {
	min-height: 250px;
 
}

.featured-news-banner__inner {
	max-width: 100%;
	margin-left: 0;
	margin-bottom: 0;
}
.partner-left .module-content {
	max-width: 100%;
	margin-bottom: 40px;
}

.latest-news-list {
	width: 100%;
	max-width: 100%;
}


.latest-news-footer {
	display: flex;
	justify-content: flex-start;
	padding-top: 25px;
}
 


}


@media screen and (min-width:980px) and (max-width:1024px) {
	
.attorneys-bg-image img {
	max-width: 550px;
	margin-bottom: -75px;
	width: 132%;
}

.columns.medium-12.large-6.small-12.partner-right {
	width: 60%;
}

.columns.medium-12.large-6.small-12.partner-left {
	width: 40%;
}
.introcas-left h2, .introcas-left h4 {
	font-size: 34px !important;
}
.module.attorneys {
	background: var(--color-body-text);
	padding: 60px 0;
	padding-bottom: 0;
	margin-top: 50px;
}
.
module.module-badges-b {
	margin-top: 30px !important;
	 
}	
}


@media screen and (min-width:800px) and (max-width: 1024px) {
.module.module-badges-b {
	margin-top: 30px !important;
	padding-bottom: 30px;
}
.introcas-right-image {
	width: 100%;
	margin-top: -43px;
	text-align: center;
}

.module.introcas {
	padding: 60px 0;
	padding-bottom: 30px;
	 
}

		
	
}



@media screen and (min-width: 1025px) and (max-width: 1100px) {
.attorneys-bg-image {
	width: 110%;
	position: relative;
	right: 25%;
	margin-top: -125px;
}
.attorneys-left .module-content {
	position: relative;
	right: 0;
 
}

}



@media screen and (min-width: 1920px) and (max-width: 12000px) {
	
.introcas-right-image {
	margin-top: -50px;
}	

.introcas-cta {
	margin-bottom: 65px;
	margin-top: 25px;
}

 
	
}

.latest-news-link {
    transition: all 0.3s ease;
}

.latest-news-link:hover,
.latest-news-title:hover + .latest-news-link {
    color:var(--color-blue);
    
}
.latest-news-link {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
}

/* Animated underline */
.latest-news-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background: currentColor;

    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

/* Animate when hovering Read More */
.latest-news-link:hover::after,

/* Animate Read More when hovering the TITLE */
.latest-news-title:hover + .latest-news-link::after {
    transform: scaleX(1);
}