/*# sourceMappingURL=template.css.map */

.footer-divider {
	height: 14.5px;
}

@media only screen and (min-width: 992px) {
	.footer-divider {
		height: 44.6px;
	}
}

.layout-footer {
	background: #fff;
	background: #fff;
	border-top: 15px solid #31ade3;
	--footer-spacing: 5px;
	color: black;
	padding-top: var(--footer-spacing);
}

@media screen and (max-width: 991px) {
	.layout-footer {
		margin-top: 15px;
	}
}

.layout-footer .layout-footer-links {
	text-align: center;
}

@media screen and (min-width: 992px) {
	.layout-footer .layout-footer-links {
		padding-left: 1rem;
	}
}

.layout-footer h6 {
	/* Desktop/H6 */
	font-family: var(--font-secondary);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px;
	text-transform: capitalize;
	padding-bottom: 25px;
}

.layout-footer .location-grid-item-title {
	font-family: var(--font-secondary);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 5px !important;
}

.layout-footer-license-numbers p {
	padding-top: 4px;
	padding-bottom: 4px;
}

.layout-footer-partner-logos {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

@media screen and (max-width: 991px) {
	.layout-footer-partner-logos {
		align-items: center;
	}
}

.layout-footer-partner-logos img {
	padding-bottom: 18px;
	padding-top: 18px;
}

.layout-footer-top {
	margin-bottom: var(--footer-spacing);
}

.layout-footer-top .layout-container.container {
	--container-padding: 14px;
}

.layout-footer-bottom {
	margin-bottom: var(--footer-spacing);
}

.layout-footer-logo :where(img, svg, object) {
	max-width: 274px;
	margin-inline: auto;
	width: 100%;
}

.layout-footer-copy {
	position: relative;
	z-index: 1;
	color: #fff !important;
	padding-block: 15px;
}

.layout-footer-copy::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #063b5b !important;
}

.layout-footer-copy .layout-container.container {
	--container-padding: 14px;
}

.layout-footer-copy-text {
	font-size: 1rem;
	line-height: 19px;
	font-family: var(--font-secondary);
	color: #fff;
	font-weight: 400;
	text-align: center;
}

.layout-footer-copy-text :where(span, ul, li, a) {
	display: inline;
}

.layout-footer-copy-text :where(li.menu-item)::before {
	content: "|";
	display: inline;
	margin: 0 7px 0 4px;
}

.layout-footer-copy-branding {
	text-align: center;
	margin-top: 15px;
}

.layout-footer .layout-footer-form-wrap {
	max-width: 400px;
	margin-inline: auto;
}

.layout-footer .layout-footer-form-wrap .field-form {
	border-radius: 27px;
}

.layout-footer-firm-info {
	display: flex;
	flex-direction: column;
	gap: var(--footer-spacing);
	align-items: center !important;
}

.layout-footer-firm-info .layout-footer-cta-phone a {
	font-family: var(--font-secondary);
	color: #000;
}

.layout-footer-location-grid {
	display: flex;
	flex-direction: column;
	gap: 45px;
	align-items: center;
}

@media screen and (max-width: 991px) {
	.layout-footer-location-grid {
		gap: 20px;
	}
}

.layout-footer-location .location-grid {
	gap: 45px;
}

@media screen and (max-width: 991px) {
	.layout-footer-location .location-grid {
		grid-template-columns: none;
	}
}

.layout-footer-location .location-grid-item-title {
	display: block;
	border-bottom: 2px solid var(--color-primary);
	padding-bottom: 11px;
	margin-bottom: 14px;
	font-size: 1rem;
	line-height: 1;
	font-family: var(--font-secondary);
	color: #000;
	font-weight: 700;
	text-align: center;
}

.layout-footer-location .location-grid-item-address {
	margin-bottom: 14px;
	font-size: 1rem;
	line-height: 1.4375;
	font-family: var(--font-secondary);
	color: #000;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.layout-footer-location .location-grid-item-address {
		text-align: center !important;
	}
}

.layout-footer-location .location-grid-item-map {
	display: block;
	font-size: 14;
	line-height: 1;
	font-family: var(--font-primary);
	color: var(--color-secondary);
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

.layout-footer-cta-title {
	display: block;
	margin-bottom: 11px;
	font-size: 1rem;
	line-height: 1;
	font-family: var(--font-primary);
	color: var(--color-primary);
	font-weight: 700;
	text-align: center;
}

.layout-footer-cta-phone {
	display: block;
	padding-bottom: 20px;
	font-size: 24px !important;
	line-height: normal;
	font-family: var(--font-secondary);
	color: #000;
	font-weight: 500;
	text-align: center;
}

.layout-footer-cta-phone .fa-phone {
	color: #383c93;
}

.layout-footer_inverse {
	background: var(--color-neutral-light);
}

.layout-footer_inverse .layout-footer-form {
	box-shadow: 0 3px 25px rgba(0, 0, 0, .35);
}

.layout-footer_inverse .layout-footer-cta-phone {
	color: var(--color-dark);
}

.layout-footer_inverse .layout-footer-copy {
	background: var(--color-neutral-light);
}

.layout-footer_inverse .layout-footer-copy-text {
	color: var(--color-dark-alt);
}

.layout-footer_inverse .layout-footer-copy-branding {
	color: var(--color-dark);
}

.layout-footer_inverse .layout-footer-copy-branding path {
	fill: currentColor;
}

.layout-footer_inverse .layout-footer-location .location-grid-item-title, .layout-footer_inverse .layout-footer-location .location-grid-item-address {
	color: var(--color-dark);
}

.layout-footer_inverse .layout-footer-location .location-grid-item-map {
	color: var(--color-dark-alt);
}

@media only screen and (min-width: 576px) {
	.layout-footer {
		--footer-spacing: 25px;
	}
	
	.layout-footer-location-grid {
		flex-direction: row;
		row-gap: 45px;
		-moz-column-gap: 100px;
		column-gap: 100px;
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.layout-footer .layout-footer-form-wrap {
		max-width: 713px;
	}
	
	.layout-footer_multi_office .layout-footer-firm-info {
		gap: 45px;
		row-gap: 45px;
		width: 100%;
	}
	
	.layout-footer_multi_office .layout-footer-location-grid {
		row-gap: 15px;
		-moz-column-gap: 100px;
		column-gap: 100px;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.layout-footer_multi_office .layout-footer-location-grid .location-grid {
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 15px;
		-moz-column-gap: 75px;
		column-gap: 75px;
		justify-content: center;
	}
}

@media only screen and (min-width: 768px) {
	.layout-footer-copy {
		padding-block: 25px;
	}
	
	.layout-footer-copy-grid {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.layout-footer-copy-branding {
		margin: 0;
	}
	
	.layout-footer .layout-footer-form-wrap {
		max-width: 1153px;
	}
	
	.layout-footer .layout-container.container {
		--container-padding: 60px;
	}
	
	.layout-footer-cta-title {
		font-size: 1.1875rem;
		line-height: 1.5789473684;
	}
	
	.layout-footer-cta-phone {
		font-size: 1.875rem;
		line-height: 1;
	}
	
	.layout-footer-location .location-grid-item-title {
		font-size: 1.125rem;
		line-height: 1.7222222222;
	}
	
	.layout-footer-location .location-grid-item-address {
		font-size: 1.125rem;
		line-height: 1.3888888889;
	}
	
	.layout-footer-location .location-grid-item-map {
		font-size: .9375rem;
		line-height: 1;
	}
	
	.layout-footer_multi_office .layout-footer-firm-info {
		width: -moz-max-content;
		width: max-content;
		row-gap: 30px;
		align-items: flex-start;
	}
	
	.layout-footer_multi_office .layout-footer-location-grid {
		-moz-column-gap: 90px;
		column-gap: 90px;
		row-gap: 0;
		flex-wrap: nowrap;
		text-align: left;
		align-items: flex-start;
	}
	
	.layout-footer_multi_office .layout-footer-location-grid .location-grid {
		-moz-column-gap: 45px;
		column-gap: 45px;
	}
	
	.layout-footer_multi_office .layout-footer-cta-title, .layout-footer_multi_office .layout-footer-cta-phone {
		text-align: left;
	}
}

@media only screen and (min-width: 992px) {
	.layout-footer-copy {
		padding-block: 35px;
	}
	
	.layout-footer-cta-title {
		font-size: 1.375rem;
		line-height: 1.5;
	}
	
	.layout-footer-cta-phone {
		font-size: 2.0625rem;
		line-height: 1;
	}
	
	.layout-footer-location .location-grid-item-title {
		font-size: 1.25rem;
		line-height: 1.5;
	}
	
	.layout-footer-location .location-grid-item-address {
		font-size: 1.25rem;
		line-height: 1.35;
	}
	
	.layout-footer-location .location-grid-item-map {
		font-size: .9375rem;
		line-height: 1;
	}
	
	.layout-footer_multi_office .layout-footer-location-grid {
		-moz-column-gap: 150px;
		column-gap: 150px;
	}
	
	.layout-footer_multi_office .layout-footer-location-grid .location-grid {
		-moz-column-gap: 73px;
		column-gap: 73px;
	}
	
	.layout-footer_multi_office .layout-footer-cta-title, .layout-footer_multi_office .layout-footer-cta-phone {
		text-align: center;
	}
	
	.layout-footer_multi_office .layout-footer-cta-title ::before, .layout-footer_multi_office .layout-footer-cta-phone ::before {
		color: var(--Solids-Secondary, #383c93);
		font-family: "Font Awesome 6 Free";
		font-size: 24px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
		text-transform: uppercase;
	}
}

@media only screen and (min-width: 1200px) {
	.layout-footer_multi_office .layout-footer-location-grid {
		-moz-column-gap: 160px;
		column-gap: 160px;
	}
	
	.layout-footer_multi_office .layout-footer-location-grid .location-grid {
		-moz-column-gap: 150px;
		column-gap: 150px;
	}
}

@media only screen and (min-width: 992px) {
	.layout-wrap-has-sticky-form .layout-footer-top {
		display: none;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office {
		--footer-spacing: 25px;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-firm-info {
		justify-content: center;
		align-items: center;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-cta-title, .layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-cta-phone {
		text-align: center;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-location-grid {
		flex-direction: column;
		align-items: center;
		row-gap: 90px;
	}
}

@media only screen and (min-width: 1600px) {
	.layout-wrap-has-sticky-form .layout-footer_multi_office {
		--footer-spacing: 25px;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-firm-info {
		justify-content: flex-start;
		align-items: flex-start;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-cta-title, .layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-cta-phone {
		text-align: left;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-location-grid {
		flex-direction: row;
		align-items: flex-start;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-location-grid .location-grid {
		justify-content: flex-start;
	}
	
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-location-grid .location-grid-item-title, .layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-location-grid .location-grid-item-address, .layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-location-grid .location-grid-item-map {
		text-align: left;
	}
}

@media only screen and (min-width: 1200px) {
	.layout-wrap-has-sticky-form .layout-footer_multi_office .layout-footer-bottom .layout-container.container {
		--container-padding: 135px;
	}
}

.footer-fixed-buttons {
	position: fixed;
	bottom: 0;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: row;
}

.footer-fixed-buttons a {
	width: 50%;
	font-family: var(--font-secondary);
	font-weight: 800;
	font-size: 20px;
	text-align: center;
	height: 4rem;
	align-content: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.footer-fixed-buttons a.schedule-online-button {
	background-color: #31ade3;
	color: #073b5b;
}

.footer-fixed-buttons a.call-now-button {
	background-color: #cd1d1f;
}

@media screen and (max-width: 991px) {
	.layout-footer-copy {
		padding-bottom: 5rem;
	}
}

.disclaimer-popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	justify-content: center;
	align-items: center;
	z-index: 999999;
}

.disclaimer-popup-content {
	background: #fff;
	padding: 20px;
	margin-top: 150px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	text-align: center;
	position: relative;
	width: 70%;
	width: 100%;
	max-width: 920px;
	height: 100%;
	min-height: 220px;
	overflow-y: auto !important;
	max-height: -moz-fit-content;
	max-height: fit-content;
}

.disclaimer-popup-content h1 {
	font-family: var(--font-primary);
	font-weight: 600;
	font-size: 48px;
	text-align: left;
	color: #000;
	margin: unset;
	margin-bottom: 30px;
	margin-left: 2rem;
	margin-right: 2rem;
}

.disclaimer-popup-content p {
	text-align: left;
	margin-left: 2rem;
	margin-right: 2rem;
}

.close-disclaimer-popup {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 30px;
	background: unset;
}

@media screen and (max-width: 767px) {
	.footer-disclaimer-separator {
		display: none;
	}
	
	.layout-footer-links {
		text-align: center;
		font-family: var(--font-secondary) !important;
		font-size: 16px;
	}
}

.layout-footer-links {
	font-family: var(--font-secondary) !important;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.container-footer-mid {
		text-align: center;
	}
}
