/* This stylesheet is RENDER-BLOCKING */
/* Only add priority styles that occur near the top of the page and/or prevent page jitter */

/*
CORE
HEADER
MENUS
BANNER
PRIORITY
*/

/*******************************************************************************************
CORE - Top-level styling
*******************************************************************************************/
:root {
	font-size: 18px;
	--font-size-h1: 2.5rem;
	--font-size-h2: 2rem;
	--font-size-h3: 1.6rem;
	--font-size-h4: 1.4rem;
	--font-size-h5: 1.1rem;
	--color-body-text: #0c3247;
	--color-primary: #b99858;
	--color-secondary:#002d56;
	--color-alternate: #94a7b8;
	--color-gray: #e3e3e3;
	--color-light-gray: #edf1f5;
	--color-white: #fff;
	--color-black: #000;
	--font-family-body: "Open Sans", sans-serif;
	--font-family-heading: "Open Sans", sans-serif;
	--header-height: 100px;
	--gutter-size: 30px;
	--swiper-theme-color: var(--color-primary);
	--swiper-navigation-color: var(--color-body-text);
	--swiper-pagination-bullet-inactive-color: var(--color-body-text);
	--swiper-pagination-bullet-opacity: 1;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-horizontal-gap: 5px;
	--swiper-pagination-bullet-size: 16px;
	--swiper-pagination-bottom: -50px;
}

@media screen and (min-width: 768px) {
	/*TABLET*/
	:root {
		font-size: 17px;
	}
}

#container {
	position: relative;
	right: 0;
	top: 0;
	overflow: clip;
	min-height: 100vh;
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

html {
	box-sizing: border-box;
}

body {
	display: block !important;
	line-height: 1.6;
	color: var(--color-body-text);
	font-size: 17px;
	font-family: var(--font-family-body);
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:normal;
}

*:focus {
	outline: auto;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Hidden elements */
.hide,
.show-in-pdf,
.show-for-pdf,
.mega-menu .sub-menu,
.gfield--type-captcha,
.grecaptcha-badge {
	display: none !important;
}

/* CORE > Headings and Paragraphs */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	color: var(--color-primary);
	font-weight: bold;
	font-family: var(--font-family-heading);
	line-height: 1.2;
}

h1 {
	font-size: var(--font-size-h1);
}

h2 {
	font-size: var(--font-size-h2);
}

h3 {
	font-size: var(--font-size-h3);
}

h4 {
	font-size: var(--font-size-h4);
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5,
h6 {
	font-size: var(--font-size-h5);
}

h2 strong,
h3 strong {
	font-weight: 700;
}

h1 span.subtitle,
h2 span.subtitle {
	display: block;
	color: var(--color-secondary);
	font-size: 50%;
}

p {
	margin: 0 0 15px;
	font-size: 17px;
	color: var(--color-body-text);
	font-weight:normal;
}

ul {
	list-style: none;
}

/* CORE > Links and Buttons */
a {
	color: var(--color-primary);
	text-decoration: none;
	font-weight: bold!important;
}	
a:hover,
a:focus {
	color: var(--color-body-text);
	text-decoration: none;
}

a.no-underline {
	text-decoration: none;
}

a.no-underline:hover, a.no-underline:focus {
	text-decoration: none;
}

a,
button,
.button,
.wp-element-button {
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

button, .button, .wp-element-button {
	font-family: var(--font-family-body);
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	margin: 0;
	padding: 15px 25px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	color: var(--color-white);
	background-color: var(--color-primary);
	text-decoration: none;
}

button:active,
.button:active,
.wp-element-button:active {
	transform: translateY(1.5px);
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.wp-element-button:hover,
.wp-element-button:focus {
	background-color: var(--color-secondary);
	color: var(--color-white);
}

button.alt-01,
.button.alt-01 {
	background-color: var(--color-body-text);
}

button.alt-01:hover,
button.alt-01:focus,
.button.alt-01:hover,
.button.alt-01:focus {
	background-color: var(--color-secondary);
	color: white;
}

button.alt-02,
.button.alt-02 {
	background-color: var(--color-near-black);
}

button.alt-02:hover,
button.alt-02:focus,
.button.alt-02:hover,
.button.alt-02:focus {
	background-color: var(--color-body-text);
	color: white;
}

button.outline, .button.outline {
	background: none;
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
}

button.outline:hover,
button.outline:focus,
.button.outline:hover,
.button.outline:focus {
	background: var(--color-primary);
	color: white;
}

button.outline.outline-alt-01,
.button.outline.outline-alt-01 {
	border-color: white;
	color: white;
}

button.outline.outline-alt-01:hover,
button.outline.outline-alt-01:focus,
.button.outline.outline-alt-01:hover,
.button.outline.outline-alt-01:focus {
	background: var(--color-near-white);
	color: var(--color-primary);
}

button.no-button,
.button.no-button {
	padding: 0;
	background: none;
	color: var(--color-secondary);
	text-transform: none;
}

button.no-button:hover,
button.no-button:focus,
.button.no-button:hover,
.button.no-button:focus {
	color: var(--color-near-black);
	text-decoration: underline;
}

/* CORE > Page Structure */
main {
	padding: 60px 0;
	min-height: 450px;
	display: block;
	width: 100%;
	overflow: clip;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.no-banner main {
	padding-top: 180px;
}

.content.full-width {
	float: none;
}

.content img {
	max-width: 100%;
	height: auto;
}

.content section:not(:last-of-type) {
	margin-bottom: 60px;
}

.columns,
.column {
	padding: 0 var(--gutter-size);
}

.row,
.row-wide,
.row-narrow {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.row-narrow {
	max-width: 1024px;
}

.row-wide {
	max-width: 1599px;
}

.row::after {
	clear: both;
}

.row:not(.main-inner)::before,
.row:not(.main-inner)::after {
	display: table;
	content: " ";
	flex-basis: 0;
	order: 1;
}

.row.main-inner::before,
.row.main-inner::after {
	display: none;
}

@media screen and (min-width: 768px) {
	main {
		padding: 60px 0;
	}

	.main-inner {
		display: -webkit-flex;
		display: -moz-flex;
		display: -o-flex;
		display: flex;
	}

	.content {
		width: 65%;
		margin-bottom: 0;
		padding-right: 70px;
	}

	.content.full-width {
		width: 100%;
		padding-right: var(--gutter-size);
	}

	.sidebar {
		width: 35%;
		padding-left: 0;
	}
}

@media screen and (min-width: 1025px) {
	.content {
		padding-right: calc(2 * var(--gutter-size));
	}
}

/* CORE > Priority Utility Classes */
.no-float {
	float: none;
}

.no-margin {
	margin: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-min-height {
	min-height: 0;
}

img.responsive-img,
.responsive-img img {
	max-width: 100%;
	height: auto;
}

.position-static,
.static {
	position: static !important;
}

.position-relative,
.relative {
	position: relative !important;
}

.position-absolute,
.absolute {
	position: absolute;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.visually-hidden {
	border: none !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.no-background {
	background: none !important;
}

.animate-in-view,
.opacity0 {
	opacity: 0;
}

.opacity1 {
	opacity: 1 !important;
}

.uppercase {
	text-transform: uppercase;
}

.small-text {
	font-size: 0.9rem;
}

.larger-text {
	font-size: 1.2rem;
}

.font-light {
	font-weight: 300;
}

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-semibold {
	font-weight: 600;
}

.bold,
.font-bold {
	font-weight: 700;
}

.font-extra-bold {
	font-weight: 800;
}

.font-black {
	font-weight: 900;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.mb70 {
	margin-bottom: 70px;
}

.mb80 {
	margin-bottom: 80px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pt50 {
	padding-top: 50px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb50 {
	padding-bottom: 50px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb70 {
	padding-bottom: 70px;
}

.pb80 {
	padding-bottom: 80px;
}

@media (min-width: 768px) {
	.hide-for-medium {
		display: none !important;
	}
}

@media (min-width: 1025px) {
	.hide-for-large {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.hide-for-small-only {
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.show-for-small-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px) {
	.show-for-medium {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.hide-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 767px), screen and (min-width: 1025px) {
	.show-for-medium-only {
		display: none !important;
	}
}

@media screen and (max-width: 1024px) {
	.show-for-large {
		display: none !important;
	}
}

/*******************************************************************************************
HEADER
*******************************************************************************************/

.header {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: transparent;
	z-index: 3;
	border-bottom: 1px solid transparent;
	transition: border-color 200ms ease-out;
}
.home main {
	padding: 0;
}
.header-search {
	opacity: 0;
}

body.scrolled .header {
	border-color: var(--color-secondary);
	background: var(--color-white);
}

body.scrolled .main-navigation-menu > li > a {
	color: var(--color-primary);
	text-shadow:none;
}


body.scrolled .main-navigation-menu > li > a:hover,
body.scrolled .main-navigation-menu > li > a:focus {
	color: var(--color-secondary);
}


body.scrolled .header .responsive-img.color-logo.hide {
	display: block !important;
}

body.scrolled .header .responsive-img.white-logo {
	display: none;
}

.header > .row {
	height: 100%;
}
body.scrolled .header::after {
	opacity: 0;
}
.header a {
	text-decoration: none;
}

.header-desktop {
	display: none;
}
.module-header-a {
	position: relative;
	z-index: 2;
}
.hero-content-inner h3 {
	text-shadow: 0 1px 1px rgba(0,0,0,.45), 0 2px 4px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.25), 0 12px 28px rgba(0,0,0,.18);
	-webkit-text-stroke: .4px rgba(0,0,0,.25);
	color: #fff !important;
	font-size: 22px;
	font-weight: 600;
	text-transform: capitalize;
}

.hero-bg::after {
	content: "";
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient( to top, rgba(0, 0, 0, 0.3) 47%, rgba(255, 255, 255, 0.3) 100% );
}
.header::after {
	content: "";
	position: absolute;
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	opacity: 1;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
	top: 0;
	z-index: 1;
}


.header-logo {
	display: flex;
	align-items: center;
	padding: 8px 0 8px 8px;
}

.header-mobile-inner {
	display: flex;
	min-height: 70px;
	position: relative;
	z-index: 3;
}

.header-mobile-buttons {
	display: flex;
	margin-left: 4%;
	flex: 1;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
}

.header-mobile-buttons a, .header-mobile-buttons button {

	display: flex;
	font-size: 1.3rem;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	flex: 1;
	max-width: 50px;
	width: 50px;
	height: 50px;
	color: #fff;
}

.mega-menu {
	display: none;
}

@media screen and (min-width: 500px) {
	.header-mobile-buttons a,
	.header-mobile-buttons button {
		width: 60px;
		max-width: 60px;
		height: 60px;
		font-size: 1.6rem;
	}
}

@media screen and (min-width: 1025px) {
	.header-mobile {
		display: none;
	}

	.header-desktop {
		display: block;
	}

	.header-logo {
		padding: 0;
	}
}
.module-header-a-right {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-self: flex-end;
}

.module-header-a-right-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.module-header-a-right-top span {
    font-weight: 500;
    color: var(--color-secondary);
}

.module-header-a-phone {
	font-weight: 500;
	color: var(--color-white);
	font-size: 1rem;
	margin-left: 20px;
	display: inline-block;
}
.scrolled .module-header-a-right-top span,
.scrolled .module-header-a-phone {
	/*color: var(--color-primary);*/
}

a.module-header-a-phone:hover,
a.module-header-a-phone:focus{

	color: var(--color-body-text);

}

.scrolled a.module-header-a-phone:hover,
.scrolled a.module-header-a-phone:focus{

	color: var(--color-secondary);

}

.module-header-a-phone i {
	font-size: 80%;
}

.module-header-a-right-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: flex-end;
}

.module-header-a-logo img {
	padding: 0;
	max-width: 320px;
	padding: 20px;
}

@media screen and (min-width: 1025px) {
	.module-header-a-right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		padding-top: 0;
		width: 70%;
	}

	.module-header-a-logo {
		flex: 1;
	}

	.module-header-a-inner {
		padding: 0 var(--gutter-size);
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100%;
		position: relative;
	}

.module-header-a-logo img {
	padding: 0;
	max-width: 300px;
	padding: 20px 10px;
	width: 300px;
	height: auto;
}


}
.module-header-a-right {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-self: center;
}

.module-header-a-right-top {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 25px;
	margin-top:-25px;
}

.module-header-a-right-top span {
	font-weight: 600;
}

.module-header-a-phone {
	font-weight: 600;
	color: var(--color-secondary);
	font-size: 16px;
	margin-left: 20px;
	display: inline-block;
}

.module-header-a-phone:hover,
.module-header-a-phone:hover {
	font-weight: 600;
	color: var(--color-primary) !important;
 
}
.module-header-a-phone i {
	font-size: 80%;
}

.module-header-a-right-bottom {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-align-items: center;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	justify-content: flex-end;
}

@media screen and (min-width: 1025px) {
	.module-header-a-right {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		width: 70%;
	}

	.module-header-a-logo {
		flex: 1;
	}

.module-header-a-inner {
	padding: 15px var(--gutter-size);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
}

.home .module-header-a-inner {
	padding-top:15px!important;
	padding: 20px var(--gutter-size);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
}

	.module-header-a-logo img {
		padding: 0;
	}
}

/*******************************************************************************************
MENUS - Main navigation, dropdowns and mobile menu
*******************************************************************************************/
.main-navigation-menu {
	margin: 0;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.main-navigation-menu li {
	display: block;
	position: relative;
	padding: 0;
}

.main-navigation-menu > li {
	padding: 10px 0 10px 0;
	margin-right:40px;
}

.main-navigation-menu > li::after {
    content: "";
    position: absolute;
    right: -20px;
    background: var(--color-body-text);
    height: 14px;
    width: 2px;
    top: 11px;
}


.main-navigation-menu > li:last-of-type::after {
	opacity: 0;
}
.main-navigation-menu > li:last-of-type {
	margin-right: 0;
}

.main-navigation-menu > li:last-of-type > a {
	margin-right: 0;
}

.main-navigation-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 600px;
	margin: 0;
	left: -120%;
	background: var(--color-body-text);
}
.main-navigation-menu > li.menu-item-1803 .sub-menu {
	left: -150%;
}
.main-navigation-menu > a:hover + .mega-menu,
.main-navigation-menu > a:focus + .mega-menu,
.main-navigation-menu > li.active > .mega-menu,
.main-navigation-menu > a:hover + .sub-menu,
.main-navigation-menu > a:focus + .sub-menu,
.main-navigation-menu > li.active > .sub-menu {
	display: block;
	-webkit-animation: menuSlideDown 200ms both;
	animation: menuSlideDown 200ms both;
}

.home .main-navigation-menu a:focus,
.home .main-navigation-menu a:hover,
.home .main-navigation-menu li:hover > a {
	color:#e5f2fd;
	text-decoration: none;
}


.main-navigation-menu a:focus,
.main-navigation-menu a:hover,
.main-navigation-menu li:hover > a {
	color: var(--color-body-text);
	text-decoration: none;
}
.home .main-navigation-menu > li > a {
    position: relative;
    display: block;
    height: 100%;
    color: var(--color-secondary);
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}

.main-navigation-menu > li > a {
	position: relative;
	display: block;
	height: 100%;
	color: var(--color-primary);
	line-height: 1;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	text-shadow:none;
}

.main-navigation-menu > li a::before {
	bottom: -8px;
	display: block !important;
	height: 3px;
	width: 0%;
	content: "";
	background-image: linear-gradient(to left, var(--color-secondary) 70%, var(--color-secondary));
	left: 0;
}
.main-navigation-menu > li a::before {
	position: absolute;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}


#desktop-navigation .sub-menu li a::before {
	opacity: 0;
	display: none;
}
.main-navigation-menu > li a:hover:before,
.main-navigation-menu > li a:focus:before {
	opacity: 1;
	width: 100%;
}


/* MENUS > Main Nav Dropdowns (Level 2) */
#desktop-navigation .sub-menu li,
.mega-menu li {
	background:var(--color-body-text);
	padding-left: 35px;
	transition: background 200ms ease-out;
}
 
#desktop-navigation .sub-menu li {
	position: relative;
	cursor: pointer;
	float: left;
	width: 48%;
}

#mega-menu li a, #desktop-navigation .sub-menu li a {
	color: white;
	font-size: 14px;
	display: block;
	padding: 12px;
	padding-left: 0;
	line-height: 1.2;
	text-decoration: none;
	font-weight: 600;
}

.main-navigation-menu > li.menu-item-1767 .sub-menu {
 
	left: -50%;
}

.mega-menu li.active,
#desktop-navigation .sub-menu li.active {
	background:var(--color-primary);
}

.mega-menu li::before, #desktop-navigation .sub-menu li::before {
	content: "\f105";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	left: 10px;
	top: 6px;
	color: var(--color-white);
	pointer-events: none;
	transition: color 200ms ease-out;
}

.mega-menu li.active::before,
#desktop-navigation .sub-menu li.active::before {
	color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children > a::after {
	content: "\f101";
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 10px;
	color: var(--color-secondary);
}

#desktop-navigation .sub-menu .menu-item-has-children.active > a::after {
	color: white;
}

#desktop-navigation .sub-menu .menu-item-has-children ul {
	position: absolute;
	left: 100%;
	top: 0;
}

#desktop-navigation .sub-menu .sub-menu .sub-menu {
	display: none !important;
}

#desktop-navigation .sub-menu .menu-item-has-children:hover ul,
.menu-item-has-children.active > .sub-menu {
	display: block;
	-webkit-animation: menuSlideRight 200ms both;
	animation: menuSlideRight 200ms both;
}

/* MENUS > Mobile Menu */
#mobile-navigation {
	display: none;
}

/*******************************************************************************************
BANNER - Page-top image and title
*******************************************************************************************/

.banner {
	height: 225px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 50%;
}

.banner,
.banner-xl {
	margin-top: 65px;
}

.banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 3, 4, 0.2);
	pointer-events: none;
}

.single-attorneys .banner::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0, 0, 0.4);
	pointer-events: none;
}

.banner img {
	position: relative;
	width: 100%;
}

.banner > .row {
	height: 100%;
}

.banner-inner {
	position: relative;
	z-index: 1;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
	float: none;
}

.banner-title {
	text-align: center;
	font-size:3rem;
	font-weight: 700;
	color: var(--color-white);
	margin-bottom: 0;
	font-family: var(--font-family-heading);
	text-shadow:
    0 1px 1px rgba(0,0,0,.45),
    0 2px 4px rgba(0,0,0,.35),
    0 6px 12px rgba(0,0,0,.25),
    0 12px 28px rgba(0,0,0,.18);
  -webkit-text-stroke: .4px rgba(0,0,0,.25); /* subtle edge crispness (Safari) */
}

@media screen and (min-width: 1025px) {
	.banner {
		height: 420px;
	}

	.banner, .banner-xl {
		margin-top: 150px;
	}

	.banner-title {
		font-size: 3rem;
	}
}

/*******************************************************************************************
PRIORITY - Other important styles
*******************************************************************************************/

.accordion-item-title {
	background: none;
}

.swiper {
	visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
	background: none !important;
	padding: 0;
}



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

.header-mobile-inner {
	padding: 15px 5px;
}

.header-mobile-inner img {
	max-width: 200px;
}
.banner, .banner-xl {
	margin-top: 80px;
}
.banner {
	height: 220px;
 
}

 
}



@media screen and (min-width: 767px) and (max-width: 1024px) {
	
.header-logo img {
	max-width: 250px;
	padding: 15px;
	width: 100%;
}


.header-mobile-buttons {
	column-gap: 5px;
	padding-right: 10px;
}

.banner, .banner-xl {
	margin-top: 133px;
}
.banner-title {
	text-align: center;
	font-size: 40px;
 
}

.banner {
	height: 200px;
 
}
.hero-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}

.hero {
	position: relative;
	height: 600px;
	max-height: 1440px;
	overflow: hidden;
	min-height: 500px;
}


	
	
}

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

.module-header-a-logo img {
	max-width: 240px;
}
.banner, .banner-xl {
	margin-top: 102px;
}

.home .main-navigation-menu > li > a {
 
	font-size: 14px;
}	
.banner, .banner-xl {
	margin-top: 133px;
}
.banner-title {
	text-align: center;
	font-size: 40px;
 
}

.main-navigation-menu > li {
	padding: 10px 0 10px 0;
	margin-right: 20px;
}

.main-navigation-menu > li::after {
	right: -10px;
 
}
.main-navigation-menu > li > a {
 
	font-size: 15px;
	text-shadow: none;
}

	
}



/* CHILD STYLES */

/* ESSENTIALS CHILD THEME: "DYNAMIC" */

 
/* General styling overwrites */

 

/* HERO */

.hero {
	position: relative;
	height: 100vh;
	max-height: 1440px;
	overflow: hidden;
	min-height: 500px;
}

.hero::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    z-index: 0;
    background: linear-gradient(  to top,  rgba(11, 33, 54, 0) 0%,  rgba(255, 255, 255, 0.412) 47%,  rgba(255, 255, 255, 1) 100% );
}

.hero-content-inner .button {
	margin-top: 10px;
}

.hero .row {
	z-index: 1;
}
.hero .row {
	display: flex;
	align-items: center;
	height: 100%;
}
.hero-content {
	display: flex;
	padding-top: 130px;
	/* flex-direction: column; */
	justify-content: center;
	color: var(--color-primary);
	align-items: center;
	height: 100%;
	padding-left: 0px;
}

.hero-content p {
	margin-bottom: 0px;
	color: var(--color-body-text);
	font-size: 15px;
	font-weight: normal;
	text-transform: capitalize;
	/* text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6), 4px 4px 6px rgba(0, 0, 0, 0.4); */
	max-width: 529px;
}

.hero-content h1 {
	font-weight: bold;
	line-height: 1;
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0;
	color: var(--color-white);
	/* text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6), 4px 4px 6px rgba(0, 0, 0, 0.4); */
	font-family: var(--font-family-body);
	letter-spacing: 0px !important;
	text-shadow: 0 1px 1px rgba(0,0,0,.45), 0 2px 4px rgba(0,0,0,.35), 0 6px 12px rgba(0,0,0,.25), 0 12px 28px rgba(0,0,0,.18);
	-webkit-text-stroke: .4px rgba(0,0,0,.25);
}

.hero-content p.tag-1 {
	font-size: 80px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: var(--font-family-heading);
	color: var(--color-white);
	margin: 0;
	line-height: 1;
	margin-top: -16px;
	margin-bottom: 18px;
	text-shadow:
    0 1px 1px rgba(0,0,0,.45),
    0 2px 4px rgba(0,0,0,.35),
    0 6px 12px rgba(0,0,0,.25),
    0 12px 28px rgba(0,0,0,.18);
  -webkit-text-stroke: .4px rgba(0,0,0,.25); /* subtle edge crispness (Safari) */
}

.hero-content-inner h2 {
    font-size: 3rem;
	font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 0px;
    text-transform: capitalize;
    letter-spacing: 0px;
   text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6),
                 4px 4px 6px rgba(0, 0, 0, 0.4);
}


.hero-content h1 span {
	display: block;
	font-weight: 600;
	font-size: 4.375rem;
	margin-left: -5px;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: normal;
}

.hero-content-inner {
	z-index: 1;
	margin: 50px 0;
	padding-left: 20px;
	position: relative;
	margin-top: 0;
	/*border-left: 1px dashed var(--color-body-text);*/
}

.hero-content-inner:before,
.hero-content-inner:after {
	position: absolute;
	left: 0;
	height: 50%;
	content: "";
}

.hero-content-inner:before {
	top: 8px;
	border-left: 1px dashed var(--color-secondary);
	opacity:0;
}

.hero-content-inner:after {
	bottom: 0;
	border-left: 1px dashed #d1d1d1;
	opacity:0;
}

.hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hero-bg img {
	width: 100%;
	height: 100%; 
	/*object-fit: cover;*/
	object-position: center bottom;
}

@media screen and (min-width: 768px) {
/*	.hero-content {
		min-height: 780px;
	}*/

	.hero-content p {
		margin-bottom: 25px;
	}

.hero-content h1 {
	letter-spacing: 0;
}

	.hero-content h1 span {
		font-size: 6.25rem;
		margin-left: -8px;
	}

	.hero-content-inner {
		padding-left: 30px;
		max-width: 775px;
	}

	.hero-content-inner:before {
		top: 13px;
	}
}

@media screen and (min-width: 1025px) {
.hero-content {
	/* min-height: 1080px; */
	/* padding-top: 146px; */
}

	.hero-content p {
		margin-bottom: 15px;
	}

.hero-content h1 {
	/* font-size: 2.5rem; */
	margin-bottom: 15px;
	margin-top: 5px;
}

	.hero-content h1 span {
		font-size: 6.25rem;
		margin-left: -10px;
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 1300px) {
.hero-content {
	/* padding-top: 194px; */
}

.hero-content h1 span {
	font-size:6.25rem;
	line-height: 0.9;
	margin-top: 10px;
}

.hero-content-inner:before,
.hero-content-inner:after {
	left: -65px;
}

}

/* Statement */
.statement {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	text-align: center;
	color: var(--color-white);
	
}
.statement::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background: var(--color-body-text);
}

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

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

.statement-content .subtitle {
	margin-bottom: 10px;
	color: inherit;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-top: 20px;
	text-transform: none;
	font-family: var(--font-family-body);
	letter-spacing: 1px;
}


.statement-content h2 {
		position: relative;
	color: inherit;
	text-transform: capitalize;
	font-size: 42px;
}

.statement-content h2::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 5px;
/* 	background-color: #fff;
	transform: translateX(-50%); */
	content: "";
	display:none;
}

.statement-content p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align:left;
}

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

.statement-column {
	padding: 30px 0;
	position: relative;
	z-index: 1;
	color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
}
.statement-column p {
	font-size: 15px;
	line-height: 1.5;
	color: #fff;
}

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

.statement-counting {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	color: var(--color-primary);
	font-family: var(--font-family-heading);
}

.statement-column h4 {
	margin-bottom: 18px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.7px;
	line-height: 1.5;
	min-height: 50px;
	color: #fff;
}

.statement-column p:last-child {
	margin-bottom: 0;
}

.statement .row {
	position: relative;
	z-index: 2;
}


.statement-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	opacity: 0.4;
	z-index: 1;
}
.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: 46px;
		display: flex;
		flex-wrap: wrap;
	}

	.statement-column {
	padding: 0 15px;
	width: 33.33%;
	border-right: 1px solid rgb(255, 255, 255,0.3);
	border-bottom: 0;
}

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

@media screen and (min-width: 1025px) {
.statement {
	padding-top: 60px;
	padding-bottom: 70px;
}

	.statement-column {
		padding: 0 62px;
	}

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

/* Advantage */

.advantage {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
	background: #e5f2fd;
}

.advantage-content {
	margin: 0 auto 30px;
	max-width: 945px;
}

.advantage-content h2 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: capitalize;
}

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

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

.advantage-column {
	margin-bottom: 20px;
}
.advantage-item img {
	max-width: 100px;
	width: 100%;
	max-height: 75px;
}
.advantage-item {
	padding: 30px 15px;
	height: 100%;
	color: #060606;
	text-align: center;
	border-radius: 10px;
	background-color: var(--color-white);
	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: 10px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0;
	text-transform: capitalize;
	min-height: 48px;
	font-size: 20px;
	margin-top: 23px;
}
.advantage-item p {
	font-size: 17px;
	padding: 0 5px;
}

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

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

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

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

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

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

	.advantage-item {
		padding: 50px 20px 58px;
	}

	.advantage-item i {
		font-size: 3.75rem;
		margin-bottom: 30px;
	}
}

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

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

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

/* practices */
.practices {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	background-repeat: repeat;
	background-position: center center;
}

.practices:before {
	top: 0;
	left: 0;
	opacity: 0.9;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	position: absolute;
	background-color: var(--color-white);
}

.practices-content {
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
	text-align: center;
}

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

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

.practices-wrap {
	position: relative;
	z-index: 1;
}

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

.practices-link {
	padding: 15px 45px 13px 20px;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	min-height: 70px;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-white);
	border: none;
	border-radius: 10px;
	transition: all 0.3s;
	background-color: var(--color-body-text);
}

.practices-link i {
	position: absolute;
	top: 50%;
	right: 16px;
	color: var(--color-primary);
	transform: translateY(-50%);
}

.practices-link:hover i,
.practices-link:focus i {
/*	color: var(--color-white);*/
	 
}


.practices-link:hover,
.practices-link:focus {
	color: var(--color-white);
/*	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);*/
}

.practices-holder .practices-link {
	margin-bottom: 20px;
}

.practices-holder .practices-link:last-child {
	margin-bottom: 0;
}

.practices-view-all {
	padding-top: 30px;
	position: relative;
	z-index: 1;
	text-align: center;
}

.practices-view-all .button {
	min-width: 172px;
}

.practice.dark-theme .practices-link {
	color: var(--color-white);
	background-color: var(--color-primary);
}

.practice.dark-theme .practices-link:hover {
	border: 1px solid var(--color-secondary);
	background-color: var(--color-secondary);
}

.practice.dark-theme .practices-link:hover i {
	color: var(--color-white);
}

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

	.practices-content {
		margin-bottom: 53px;
	}

	.practices-view-all {
		padding-top: 50px;
	}

	.practices-holder {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.practices-holder .practices-link {
		margin-bottom: 0;
	}
}

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

.practices-wrap {
	display: flex;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding: 0 10px;
	flex-wrap: wrap;
	justify-content: center;
}

.practices-column {
	margin-bottom: 0;
	width: 48%;
}
	
}

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

/* team */
 
.team-content {
	text-align: center;
}

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

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

.team .swiper-outer {
	margin-bottom: 30px;
}

.team .attorney-single-box {
	margin-bottom: 0;
}

.team-slide-arrows {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.team-next,
.team-prev {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 1.125rem;
	border-radius: 50%;
	background-color: var(--color-primary);
}

.team-next:focus,
.team-next:hover,
.team-prev:focus,
.team-prev:hover {
	background-color: var(--color-secondary);
	outline: none;
}

.team-next:active,
.team-prev:active {
	transform: translateY(0);
}

.swiper-button-next,
.swiper-button-prev {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
}

.swiper-button-next:focus,
.swiper-button-next:hover,
.swiper-button-prev:focus,
.swiper-button-prev:hover {
	background-color: var(--color-secondary);
	outline: none;
}

.swiper-button-next:active,
.swiper-button-prev:active {
	transform: translateY(0);
}

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

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

	.swiper-button-next,
	.swiper-button-prev {
		width: 70px;
		height: 70px;
		font-size: 1.875rem;
	}
}

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

@media screen and (min-width: 1200px) {
	.team .swiper-outer {
		margin-bottom: 50px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}

	.swiper-button-next {
		right: 0;
		margin-left: 0;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next:active,
	.swiper-button-prev:active {
		transform: translateY(-50%);
	}

	.team-slide-arrows {
		padding-top: 0;
	}
}

@media screen and (min-width: 1600px) {
	.team-slider {
		padding: 0;
	}

	.swiper-button-next {
		right: -40px;
	}

	.swiper-button-prev {
		left: -40px;
	}
}

/* Attorney boxes */
.attorney-single-box {
	margin-bottom: 30px;
	padding: 0;
	display: block;
	position: relative;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	max-width: 300px;
}

.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: var(--color-white);
}

 

 
.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: var(--color-white);
	background: rgba(158, 23, 30, 0.7);
	transition: all 200ms ease-out;
}

/* 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: 65px;
	padding-bottom: 65px;
}

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



/*PA*/

section.module.module-practices-c {
    position: relative;
		background-image: none !important;
	background-color: #b6b6b6;
}
 

section.module.module-practices-c .row {
    position: relative;
    z-index: 1;
}

figure.pa-image img {
    max-width: 100%;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border-radius: 5px; /* Optional: Adds slight rounding */
    transition: all 0.3s ease-in-out; /* Smooth effect */
}
.module-practices-c::before{
	top: 0;
    left: 0;
    opacity: 0.9;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    background-color: var(--color-white);
	z-index:0;
}
.module-practices-c .module-title {
	margin-bottom: 80px;
}

.module-practices-c h3 {
	margin-top: 20px;
}

.module-practices-c .practices-single {
	margin-bottom: 60px;
}

.module-practices-c .practices-single-content {
	margin-bottom: 25px;
	font-size: 0.9rem;
}

.module-practices-c .practices-single-content p {
	margin: 0;
}

.module-practices-c .practices-single-more {
	text-transform: uppercase;
}

.module-practices-c .practices-single-more:hover,
.module-practices-c .practices-single-more:focus {
	text-decoration: underline;
}

.module-practices-c .box-icon::before {
	margin-left: 0;
}

@media screen and (min-width: 640px) {
	.module-practices-c-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 60px;
		grid-column-gap: 40px;
	}

	.module-practices-c .practices-single {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1025px) {
	.module-practices-c-inner {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 80px;
		grid-column-gap: 50px;
	}
}

/*section.module.module-attorneys-a {
    background: #efefef;
}*/

.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:400px;
}

.module.module-attorneys-a.light-text {
    background-size: cover;
    background-position: left center;
    position: relative;
     box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .6);
}

.module.module-attorneys-a.light-text .row {
	position: relative;
	z-index: 1;
}
.module.module-attorneys-a.light-text::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: var(--color-body-text);
	z-index: 0;
}

.module-attorneys-a-inner .module-attorneys-a-content .button {
	margin-top: 20px;
}

.module-attorneys-a-inner .module-attorneys-a-content h3 {
	font-size: 2.2rem;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
.module-attorneys-a-photo {
	margin: 0 4% 0 0;
	padding-right: 4%;
	border-right: 1px solid #4c5e66;
	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%;
	}
}



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

.hero-content-inner {
	padding-left: 0;
	text-align: center;
	border: none !important;
}
.hero-content-inner::before {
 
	opacity: 0;
}

.hero-content h1 {
	font-size: 1rem;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
}
.statement h3.section-title {
	font-size: 22px;
}
.hero-content p {
	font-size: 1.0rem;
	margin-bottom: 20px;
	text-align: center;
}

.hero-content-inner h2 {
	font-size:1.8rem;
 
}
.statement-content h2 {
	font-size: 35px;
 
}
.statement-column h4 {
	margin-bottom: 10px;
	min-height: inherit;
}

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

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


.hero .column {
	padding: 0 15px;
	margin: 0 auto;
}
 .hero-content {
	display: flex;
	padding-top: 50px;
	height: 100%;
	padding-left: 0;
}
.hero-content p.tag-1 {
	font-size: 40px;
	margin: 0;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 18px;
	text-align: center;
}

.hero {
	position: relative;
	height: 100vh;
	max-height: 1440px;
	overflow: hidden;
	min-height: 500px;
}
.hero-content h1 span {
	display: block;
	font-weight: 600;
	font-size: 3rem;
	margin-left: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	letter-spacing: normal;
}

.banner, .banner-xl {
	margin-top: 125px;
}
.banner-title {
	font-size: 35px !important;
}

.content {
	margin-bottom: 20px !important;
}

	
}


@media screen and (min-width: 767px) and (max-width:1024px) {
	
.statement-content h2 {
	font-size: 42px;
 
}

.practices-column {
	margin-bottom: 0;
	width: 48% !important;
}
.statement-counting {
	font-size: 4rem;
}

.statement-column h4 {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	min-height: 50px;
}
.statement {
	padding-top: 50px;
	padding-bottom: 20px;
}

.module-attorneys-a-photo img {
	width: 100%;
	max-width: 300px;
}
.module-attorneys-a-inner .module-attorneys-a-content {
 
	margin-top: 0;
 
}

.module-attorneys-a-photo {
 
	align-items: flex-start;
}

.module-attorneys-a-inner .module-attorneys-a-content h3 {
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.hero {
	position: relative;
	height: 100vh;
	max-height: 640px;
	overflow: hidden;
	min-height: 500px;
}
.hero-content {
	padding-left: 0;
}
.hero-content p.tag-1 {
	font-size: 60px;
 
}

.hero-content h1 {
	font-weight: bold;
	line-height: 1;
	font-size: 19px;
 
}

.hero-content h1 span {
	font-size: 4.25rem;
	margin-left: -8px;
}

	
}



@media screen and (min-width: 1024px) and (max-width:1279px) {
	
	.statement-column {
	padding: 0 25px;
}

.statement-column h4 {
	font-size: 18px;
 
}
.banner {
	height: 250px;
}
	
	
}




/* New Home Hero Slider Styling */

.hero-height-sync {
	height: 100vh;
	width: 100%;
	max-height: 1440px;
	min-height: 500px;
	max-width: 100vw;
	object-fit: cover;
	object-position: center;
}

.home .hero .row{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
}