/* ESSENTIALS CHILD THEME: "Atomic" */

/* UTILITY */
.row-wide {
	max-width: 1860px;
}



/* HOME HERO AND SLIDER */
.home-slider-taglines h2 {
    padding-bottom: 40px;
}
.home-hero {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
}

.home-hero.add-background {
	background-image: url(images/hero_01.jpg);
}

.home-hero .swiper-pagination {
	bottom: 100px;
}

.home-slider {
	top: 0;
	left: 0;
}

.home-slider,
.home-slider-single {
	height: 100vh;
	max-width: 100%;
}

.home-slider {
	width: 100%;
}

.home-slider-inner {
	display: flex;
	align-items: center;
}

.home-slider-taglines h2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 3.2rem;
}

.home-slider-taglines .alt-color {
	color: #0093ff;
	display: inline;
}

.home-slider-taglines em,
.home-slider-taglines span {
	display: block;
}

span.tagline-lg {
	font-size: 3.8rem;
	letter-spacing: 2px;
	line-height: 1;
}

.tagline-sm {
	font-size: 30px;
	font-weight:400;
	text-transform:capitalize;
	padding-bottom:30px;
}

.home-slider-taglines em {
	font-size: 30%;
	font-weight: 500;
	font-family: var(--font-family-body);
}

.home-slider-taglines {
	max-width: 60%;
	z-index: 1;
}

.home-slider-single {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position-x: 60%; */
    background-position: right center;
}

.home-slider-single::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
}

.home-slider-single > .row,
.home-slider-single .columns,
.home-slider-inner {
	height: 100%;
}

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

.home-hero-banner {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #0093ff;
	padding: 18px;
}

.home-hero-banner-inner p {
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	line-height: 1.5;
}

.home-hero-buttons {
	position: absolute;
	right: -152px;
	bottom: 25%;
	transform: rotate(-90deg);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.home-hero-buttons .button {
	background: #425c7f;
	color: #fff;
	border-radius: 0;
}

.home-hero-buttons .button:hover,
.home-hero-buttons .button:focus {
	background: #011024;
}

.home-hero-buttons .social-links {
	background: #000;
}

.home-hero-buttons .social-links a {
	color: #fff;
}

.home-hero-buttons .social-links a:hover,
.home-hero-buttons .social-links a:focus {
	color: #004d8e;
}

@media screen and (min-width: 768px) {
span.tagline-lg {
    font-size: 130px;
    text-transform: none;
    letter-spacing: 3.5px;
    /* line-height: 98%; */
    text-transform: uppercase;
}

.tagline-sm {
    font-size: 30px;
    letter-spacing: 3.1px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-family-body);
    font-weight: 700;
}
}

@media screen and (min-width: 1025px) {
	.home-slider-taglines h2 {
		font-size: 5rem;
	}

	.home-slider {
		display: block;
	}

	.home-hero-banner-inner p {
		font-size: 1.4rem;
	}

	.home-hero,
	.home-slider,
	.home-slider-single {
		height: 100vh;
	}

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

	.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: #edf1f5;
	}
}

/* INTRO */
section.module.module-intro-a {
    background: var(--color-deepblue);
    padding-top: 80px;
    padding-bottom: 80px;
}
.module-intro-content h2 {
    color: var(--color-secondary);
    font-size: 50px;
}

h1.module-title {
    font-size: 23px;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 5px;
    font-family: var(--font-family-body);
}
.module-intro-a-box h2 {
    color: var(--color-alternate);
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    font-family: var(--font-family-body);
    text-transform: uppercase;
    /* margin-top: 40px; */
}
.module-intro-a-box {
    background: var(--color-white);
    padding: 20px;
    min-height: 280px;
    max-width: 500px;
    /* padding-top: 40px; */
    /* padding-bottom: 60px; */
    width: 100%;
    padding-top: 70px;
    /* padding-bottom: 0px; */
}
.module-intro-a-box p {
    font-size: 15px;
}
span.module-title{
	color:var(--color-white);
}
span.module-title p {
    color: #fff;
}

.module-intro-a .module-intro-content {
	text-align: center;
}

.module-intro-a .scroll-to {
	padding: 0;
	border-radius: 50%;
	color:var(--color-primary);
	width: 40px;
	height: 40px;
	font-size: 1.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.module-intro-content-inner {
	margin-bottom: 90px;
}

.module-intro-content .sub-title {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--color-white);
    font-family: var(--font-family-body);
    font-weight: 700;
}

.module-intro-content a {
    text-transform: uppercase;
    color: var(--color-secondary);
}

.module-intro-content a:hover,
.module-intro-content a:focus{
     color: var(--color-white);
}


.module-intro-content h3 {
    text-transform: none;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: var(--font-family-body);
    color: var(--color-alternate);
}

@media screen and (min-width: 768px) {
	.module-intro-content .sub-title {
		font-size: 22px;
	}

	.module-intro-a-boxes {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: space-between;
		-ms-flex-pack: space-between;
		justify-content: space-between;
	}

	.module-intro-a-box:nth-child(2) {
		margin: 0 25px;
	}
}

@media screen and (min-width: 1025px) {
	.module-intro-a-box br {
		display: none;
	}
}

.module module-intro-a{
	background-color: var(--color-primary);
}
/* BENEFITS */

/* BENEFITS */
section.module.module-benefits-c {
    background: var(--color-light-gray);
    /* padding-top: 60px; */
    /* padding-bottom: 60px; */
    padding: 80px 0;
}
.module-benefits-c-content h2 {
    font-size: 40px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.box-content p {
    font-size: 16px;
}
img.box-image {
    max-width: 100px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.module-benefits-c-content {
	margin-bottom: 60px;
	text-align: center;
}
.module-benefits-c-box .box-content h4 {
    margin-bottom: 6px;
    font-weight: 600;
    letter-spacing: 0;
    font-family: var(--font-family-body);
}
.module-benefits-c-boxes {
	flex-wrap: wrap;
	-ms-align-items: start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.module-benefits-c-box p:first-child strong {
	color: var(--color-primary);
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
}
.module-benefits-c-box {
	text-align: center;
	margin-bottom: 60px;
	width: 100%;
}
.box-content h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}


.module-benefits-c-box p:first-child {
	margin-bottom: 0px;
}

.module-benefits-c-box p:last-of-type {
	margin: 0;
	margin-top: 15px;
}

.module-benefits-c-box .box-icon {
	margin-bottom: 20px;
}

.module-benefits-c-box .box-icon::before {
	font-size: 5rem;
	width: auto;
	line-height: 1;
	color: #2c588e;
}

.module-benefits-c-box:nth-child(1) .box-icon::before {
	content: "\f075";
}

.module-benefits-c-box:nth-child(2) .box-icon::before {
	content: "\f0c6";
}

.module-benefits-c-box:nth-child(3) .box-icon::before {
	content: "\f075";
}

.module-benefits-c-box:nth-child(4) .box-icon::before {
	content: "\f0c6";
}

@media screen and (min-width: 768px) {
	.module-benefits-c-boxes {
		justify-content: center;
	}

	.module-benefits-c-box {
		padding: 0 60px;
		margin-bottom: 40px;
		width: 50%;
	}
}

@media screen and (min-width: 1200px) {
	.module-benefits-c-boxes {
		flex-wrap: nowrap;
		-ms-align-items: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		justify-content: flex-start;
	}

	.module-benefits-c-box {
		width: auto;
		flex: 1;
		margin: 0;
		padding: 0 20px;
	}

	.module-benefits-c-box:nth-child(2n) {
		margin-right: 0;
	}

	.module-benefits-c-box:last-of-type {
		margin: 0;
	}
}

/* PRACTICE AREAS H */
.module-practices-h {
	padding: 120px 0;
	background: rgba(0, 117, 177, 0.16);
}

.module-practices-h h2 {
	margin-bottom: 90px;
}

.module-practices-h-container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-direction: column;
}

.module-practices-h-box {
	width: 100%;
	max-width: 600px;
	margin-bottom: 35px;
	text-decoration: none;
	overflow: hidden;
}

.module-practices-h-box-inner {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.module-practices-h-box-inner::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 55%);
}

.module-practices-h-box:hover .module-practices-h-box-inner,
.module-practices-h-box:focus .module-practices-h-box-inner {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.module-practices-h-box span {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.25rem;
	font-weight: 700;
	z-index: 1;
}

.module-practices-h-box.small .module-practices-h-box-inner {
	min-height: 249px;
}

.module-practices-h-box.mid .module-practices-h-box-inner {
	min-height: 371px;
}

.module-practices-h-box.large .module-practices-h-box-inner {
	min-height: 648px;
}

.module-practices-h .button {
	color: #3b718e;
	background: #fff;
	padding: 12px 80px;
	box-shadow: 0 5px 25px rgb(0 0 0 / 30%);
}

.module-practices-h .button:hover,
.module-practices-h .button:focus {
	color: #fff;
	background: #3b718e;
}

@media screen and (min-width: 1025px) {
	.module-practices-h-boxes {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}

	.module-practices-h-container {
		justify-content: space-between;
	}

	.module-practices-h-box {
		margin-bottom: 0;
	}
}

/* TESTIMONIALS F */
.module-testimonials-f {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0;
    text-align: right;
    background-position: center;
}

.module-testimonials-f h2, .module-testimonials-f p, .module-testimonials-f span {
    color: #fff;
    margin-bottom: 20px;
}
.module-testimonials-f-inner hr {
    margin: 0px;
    margin-left: auto;
    margin-bottom: 20px;
}
.module-testimonials-f-source {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-orange)!important;
}

.module-testimonials-f-inner {
    margin-bottom: 40px;
}

.module-testimonials-f-boxes {
	margin-bottom: 25px;
}

.module-testimonials-f-box {
	text-align: left;
	background: rgba(255, 255, 255, 0.8);
	padding: 45px;
}

.module-testimonials-f-box:nth-child(1) {
	margin-bottom: 25px;
}

.module-testimonials-f-box p, .module-testimonials-f-box span {
    color: #060606;
    font-size: 16px;
    font-weight: 600;
}

.module-testimonials-f-box span {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-orange);
}

.module-testimonials-f .button {
	background: #000;
}

.module-testimonials-f .button:hover,
.module-testimonials-f .button:focus {
	background: #002656;
}

@media screen and (min-width: 768px) {
	.module-testimonials-f-container {
		max-width: 80%;
		margin-left: auto;
	}

	.module-testimonials-f-boxes {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: end;
	}

	.module-testimonials-f-box {
		max-width:500px;
	}

	.module-testimonials-f-box:nth-child(1) {
		margin: 0 25px 0 0;
	}
}

/* CONTACT BLOCK B */
.module-contact-block-a .flex-container {
	flex-wrap: wrap;
}

.module-contact-block-a-content,
.module-contact-block-a-sidebar {
	width: 100%;
}

.module-contact-block-a-content {
	margin-bottom: 40px;
}

.module-contact-block-a-content img {
	max-width: 100%;
	height: auto;
}

.module-contact-block-a-content h2 {
	margin: 50px 0;
}

.module-contact-block-a-content p:last-of-type {
	margin: 0;
}

.module-contact-block-a-sidebar {
	text-align: center;
}

.module-contact-block-a-sidebar * {
	color: #fff;
}

.module-contact-block-a-sidebar h3 {
	text-transform: uppercase;
	font-weight: 700;
}

.module-contact-block-a-sidebar .button {
	padding: 12px 80px;
	background: #002656;
}

.module-contact-block-a-sidebar .button:hover,
.module-contact-block-a-sidebar .button:focus {
	background: #000;
}

.module-contact-block-a-office {
	margin-bottom: 35px;
	padding: 50px;
	background: #011024;
}

.module-contact-block-a-office h3 {
	font-size: 1.9rem;
	margin-bottom: 45px;
}

.module-contact-block-a-office p {
    margin-bottom: 20px;
}

.module-contact-block-a-office p,
.module-contact-block-a-office span,
.module-contact-block-a-office a {
	font-size: 1.5rem;
}

.module-contact-block-a-office a {
	font-weight: 700;
}

@media screen and (min-width: 768px) {
	.module-contact-block-a-content h2 {
		font-size: 3.4rem;
	}
}

@media screen and (min-width: 1025px) {
	.module-contact-block-a .flex-container {
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.module-contact-block-a-content {
		width: 60%;
		margin: 0 120px 0 0;
	}

	.module-contact-block-a-sidebar {
		flex: 1;
	}
}
.module-practices-f-single {
	width: 48%;
	height: 200px;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
	margin:0 auto;
	text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.module-practices-f-single:hover,
.module-practices-f-single:focus {
	background: #0093ff;
	color: #fff;
		background-size: cover !important;
}

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

	.module-practices-f-single {
		margin-bottom: 20px;
		 width: 100%;
	}
}

@media screen and (min-width: 768px) {
	.module-practices-f-inner {
		display: flex;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 20px;
		flex-wrap:wrap;
	}

	.module-practices-f-single {
		margin-bottom: 0;
	}
}
.module-testimonials-f-quote h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.module-testimonials-f-quote p {
    margin-bottom: 10px;
}
.module-testimonials-f-box h2 {
    font-size: 20px;
    color: var(--color-body-text);
    margin-bottom: 5px;
}
section.module.module-testimonials-f .row {
    position: relative;
    z-index: 1;
}
section.module.module-testimonials-f{
    position: relative;
   
}
.module-testimonials-f::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: var(--color-primary);
    opacity: 0.8;
}


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

.module-intro-a-box {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
span.tagline-lg {
	font-size: 60px;
	letter-spacing: 2px;
	line-height: 1;
}
.tagline-sm {
	font-size: 30px;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 30px;
}



}


/* CONTACT BLOCK B */
.module-contact-block-a .flex-container {
	flex-wrap: wrap;
}

.module-contact-block-a-content,
.module-contact-block-a-sidebar {
	width: 100%;
}

.module-contact-block-a-content {
	margin-bottom: 40px;
}

.module-contact-block-a-content img {
	max-width: 100%;
	height: auto;
}

.module-contact-block-a-content h2 {
	margin: 20px 0;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.4;
	font-size: 2.3rem;
}

.module-contact-block-a-content p:last-of-type {
	margin: 0;
}

.module-contact-block-a-sidebar {
	text-align: center;
}

.module-contact-block-a-sidebar * {
	color: #fff;
}

.module-contact-block-a-sidebar h3 {
	text-transform: uppercase;
	font-weight: 700;
}

.module-contact-block-a-sidebar .button {
	padding: 12px 80px;
	background: var(--color-primary);
}

.module-contact-block-a-sidebar .button:hover,
.module-contact-block-a-sidebar .button:focus {
		background: var(--color-secondary);
}

.module-contact-block-a-office {
    margin-bottom: 35px;
    padding: 50px;
    background: var(--color-alternate);
}

.module-contact-block-a-office h3 {
	font-size: 1.9rem;
	margin-bottom: 15px;
}


.module-contact-block-a-office p,
.module-contact-block-a-office span,
.module-contact-block-a-office a {
	font-size: 18px;
}

.module-contact-block-a-office a {
	font-weight: 500;
}

.module-contact-block-a-office a:hover,
.module-contact-block-a-office a:focus
{
	color:var(--color-secondary);
}

section.module.module-contact-block-a {
    padding-bottom: 60px;
    padding-top: 60px;
}
@media screen and (min-width: 1025px) {
	.module-contact-block-a .flex-container {
		flex-wrap: nowrap;
		align-items: flex-start;
	}

	.module-contact-block-a-content {
		width: 60%;
		margin: 0 120px 0 0;
		color: var(--color-body-text);
	}

	.module-contact-block-a-sidebar {
		flex: 1;
	}
}
 .module-practices-d-single{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.module-practices-d-single a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.module-practices-d-single a {
    width: 100%;
    height: 200px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 15px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.8);
    z-index: 1;
}

.module-practices-d-single a:hover,
.module-practices-d-single a:focus {
	background: #004d8e;
}

@media screen and (min-width: 640px) {
	.module-practices-d-row {
		display: flex;
	}

	.module-practices-d-single {
		flex: 1;
		display: flex;
	}

	.module-practices-d-single a {
		flex: 1;
	}
}
section.module.module-practices-d {
    padding-top: 100px;
    padding-bottom: 100px;
}
.offices-list {
    padding-bottom: 20px;
}