/*
	This website is using Bootstrap 5!
	https://getbootstrap.com/docs/5.3/getting-started/introduction/
*/

/* ==========================================================================
   Global
============================================================================= */

/* Set Design Standards & Colors Here */
:root {
	--primary: #ac2836;
	--primary-rgb: 172, 40, 54;
	--secondary: #011934;
	--secondary-rgb: 1, 25, 52;
	--dark: var(--secondary);
	--dark-rgb: var(--secondary-rgb);
  --light: #002d6b;
	--gray: #f6f6f6;
	--gray-md: #f1f1f1;
  --gray-dark: #7a7a7a;
	--gray-darker: #222;
  --border-color: #ccc;
  --muted: var(--border-color);
	--body-text: var(--dark);
	--text-dark: #222;
  --primary-font: 'Nunito', sans-serif;
	--secondary-font: var(--primary-font);
	--font-awesome: "Font Awesome 6 Pro";
	--box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.15);
	--box-shadow--opacity-med: 0px 4px 28px 0px rgba(0, 0, 0, 0.5);
	--box-shadow-lg: 0px 4px 38px 0px rgba(0, 0, 0, 0.50);
	--box-shadow-xl: 0px 4px 71.2px 0px rgba(0, 0, 0, 0.50);
	--box-shadow-xl--opacity-low: 0px 4px 71.2px 0px rgba(0, 0, 0, 0.15);
	--border-radius: 10px;
	--border-radius-lg: 30px;
  --nhw-border-radius: 20px;
  --nhw-border-radius-lg: 35px;
}

html { }
body { font-family: var(--primary-font); color: var(--body-text); line-height: 1.4; font-weight: 400; letter-spacing: 0; }
main {overflow: hidden;}
main > h1 { padding: 300px 15px 150px; text-align: center; }
* { scroll-behavior: auto!important; }

/* Font Styles
============================================================================= */
h1, h2, .display-1 { font-size: min(2.8125rem, 45px); margin: 0 0 3.75rem; font-weight: 700; color: var(--dark); line-height: 1.14; text-transform: uppercase; }
/* h1, h2, .display-1 { font-size: min(2.8125rem, 45px); margin: 0 0 1.5rem; font-weight: 700; color: var(--dark); line-height: 1.14; text-transform: uppercase; } */
.display-1--sm { font-size: 32px; }
h1 + h2, h2 + h3, .display-2 { font-size: min(1.875rem, 30px); margin: -1.25rem 0 1.5rem; font-weight: 400; line-height: 1.21; text-transform: none; }
h3, .display-3 { font-size: min(2rem, 30px); font-family: var(--primary-font); font-weight: 700; line-height: 1.14; text-transform: uppercase; margin: 0 0 0.8125rem; }
h4, .display-4 { font-size: min(1.25rem, 20px); margin: 1.71rem 0 5px; line-height: 1.2; font-weight: 600; }
p { margin-bottom: 35px; }
a { color: var(--secondary); text-decoration: none; transition: all 0.5s; }
a:hover, a:active, a:focus-visible { color: var(--primary); text-decoration: none; }

@media (max-width:575.98px) {
	h1, h2, .display-1 { font-size: 28px; }
	.display-1--sm { font-size: 24px; }
	h1 + h2, h2 + h3, .display-2 { font-size: 20px; }
	h3, .display-3 { font-size: 18px; }
}


/* Text Colors */
.text-default { color: var(--body-text)!important; }
.text-primary { color: var(--primary)!important; }
.text-light { color: var(--light)!important; }
.text-secondary { color: var(--secondary)!important; }
.text-dark { color: var(--dark)!important; }
.text-white { color: #fff!important; }
.text-inherit { color: inherit!important; }

/* Font Styles */
.font--cursive { }
.fs-60 { font-size: 60px; }
.ls-0 { letter-spacing: 0; }

/* Buttons
============================================================================= */
.btn {--btn-color: #fff;--btn-bg: var(--primary);--btn-hover: 255, 255, 255;position: relative;background-color: var(--btn-bg);color: var(--btn-color)!important;border: 2px solid var(--btn-bg)!important;height: 50px;line-height: 1.21;padding: 12px 24px;font-size: 18px;font-weight: 700;border-radius: var(--border-radius);text-transform: uppercase;display: inline-flex;align-items: center;justify-content: center;min-width: 204px;overflow: hidden;z-index: 3;}
.btn::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: calc(200% + 1px); z-index: -1; transform: translateY(0); transition: transform 0.27s ease-out; transform-origin: bottom; background: rgb(var(--btn-hover)); background: -moz-linear-gradient(bottom, rgba(var(--btn-hover), 1) 0%, rgba(var(--btn-hover), 1) 50%, var(--btn-bg) 50%, var(--btn-bg) 100%); background: -webkit-linear-gradient(bottom, rgba(var(--btn-hover), 1) 0%, rgba(var(--btn-hover), 1) 50%, var(--btn-bg) 50%, var(--btn-bg) 100%); background: linear-gradient(to top, rgba(var(--btn-hover), 1) 0%, rgba(var(--btn-hover), 1) 50%, var(--btn-bg) 50%, var(--btn-bg) 100%); }
.btn:hover, .btn:focus-visible { background-color: rgb(var(--btn-hover)); color: var(--primary)!important; }
.btn:hover::before, .btn:focus-visible::before { transform: translateY(-50%); transition: transform 0.27s ease-out; }

/* Button Colors */
.btn--secondary, .btn--accent { --primary: var(--secondary); }

/*  */
.btn--white { --btn-color: var(--dark); --btn-bg: #fff; --btn-hover: var(--primary-rgb); }
.btn--white:hover, .btn--white:focus-visible { color: #fff!important; }
.btn--transparent { --btn-bg: rgba(var(--primary-rgb), 0); }

/*  */
.btn--arrow { }
.btn--arrow::after {content: '\e09f';font-family: var(--font-awesome);font-style: normal;font-weight: 400;-webkit-font-smoothing: antialiased;padding-left: 11px;font-size: 1.5rem;}
.btn--arrow:hover::after { -webkit-animation-name: arrowZoomIn; animation-name: arrowZoomIn; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

@-webkit-keyframes arrowZoomIn {
	0% { -webkit-transform: scale(1); }
	50% { -webkit-transform: scale(1.25); }
}

@keyframes arrowZoomIn {
	0% { transform: scale(1); }
	50% { transform: scale(1.25); }
}

/* Inverted Buttons - Outline Only */
.btn--outline-white { border-color: #fff!important; }
.btn--outline-white:hover { }
.btn--outline-primary { }
.btn--outline-primary:hover { }
.btn--outline-secondary { }
.btn--outline-secondary:hover { }

/* Button Sizes */
.btn--lg { height: 67px; min-width: 273px; }
.btn--sm { }

/* Button Lists */
.btn-list { display: inline-flex; flex-wrap: wrap; gap: 15px; }

@media (max-width:420px) {
	.btn { white-space: normal; height: auto; padding: 10px 20px; line-height: 1.2; }
}

/* Images
============================================================================= */
img {max-width: 100%;height: auto;width: auto;}
img.cover { object-fit: cover; font-family: 'object-fit:cover; '; width: 100%; height: 100%; }
img.content { float: left; margin: 5px 15px 15px 0; padding: 5px; }
svg[class*="icon-"] { height: 32px; width: 32px; display: inline-block; fill: currentColor; }
header > img[src*='icon-rhome.svg'] + :is(h2, h3, .display-1) { margin-top: 36px; }
img[src*='icon-rhome.svg'].icon-white { filter: grayscale(1) brightness(10); }

/* Fade image in after lazyloaded */
.lazyload, .lazyloading { opacity: 0; }
.lazyloaded { opacity: 1; transition: opacity 300ms; }


/* Backgrounds
============================================================================= */
.bg-primary { background-color: var(--primary)!important; color: #fff; }
.bg-secondary { background-color: var(--secondary)!important; color: #fff; }
.bg-light { background-color: var(--light)!important; }
.bg-dark { background: var(--dark)!important; color: #fff; }
.bg-gray { background: var(--gray)!important; }
.bg-gray-md { background: var(--gray-md)!important; }
.bg-gray-dark { background: var(--gray-dark)!important; }
.bg-gray-darker { background: var(--gray-darker)!important; color: #fff; }
.bg-gradient { background: var(--gradient)!important; }
.bg-gradient--primary { background: linear-gradient(180deg, var(--primary) 0%, #811924 100%); }
.bg-image { position: relative; background-repeat: no-repeat; background-size: cover; background-position: center center; color: #fff; }
.bg-image::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--dark); opacity: .9; }
.bg-image--gradient::before { background-color: #fff; opacity: .6; }
.bg-image--transparent { color: var(--body-text); }
.bg-image--transparent::before { display: none; }
.bg-image .container, .bg-image + .container, .bg-image + .container-fluid, .bg-image header { position: relative; z-index: 2; }
[class*='bg-'] form input { color: #000; }
@media (min-width: 992px) {
	.bg-image { background-attachment: fixed; }
	.bg-image--gradient::before { background: linear-gradient(104deg, rgba(255, 255, 255, 0.94) 33.21%, rgba(255, 255, 255, 0.00) 78.82%); opacity: 1; }
}

/* Rounded Boxes
============================================================================= */
.rounded-box { --padding-x: 78; border-radius: var(--border-radius-lg); padding: 80px 25px; }

@media (min-width: 992px) {
	.rounded-box { padding-right: clamp(25px, calc(var(--padding-x) * 0.5vw), calc(var(--padding-x) * 1px)); padding-left: clamp(25px, calc(var(--padding-x) * 0.5vw), calc(var(--padding-x) * 1px)); }

}

/* Banners - Reuseable Repeating Styles specific to this websites' design
============================================================================= */
.banner, .banner-lg, .banner-md { padding: 85px 0; }
@media (min-width: 992px) {
	.banner-md { padding: 120px 0; }
	.banner-lg { padding: 140px 0; }
}

/* Utilities - Helper Classes
============================================================================= */
[class*='mw-'] {  max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-450 { width: 450px; }
.mw-600 { width: 600px; }
.mw-650 { width: 650px; }
.mw-700 { width: 700px; }
.mw-750 { width: 750px; }
.mw-800 { width: 800px; }
.mw-900 { width: 900px; }
.mw-1000 { width: 1000px; }
.mw-1060 { width: 1060px; }
.mw-1200 { width: 1200px; }
.mw-1300 { width: 1300px; }
.mw-1400 { width: 1400px; }
.mw-1500 { width: 1500px; }
.mw-1600 { width: 1600px; }
.mw-1700 { width: 1700px; }
.mw-1800 { width: 1800px; }

/* Padding Relative to Screen Width on containers */
/* Math: (2000px (design width) - 1000px (content width) / 2 (sides)) / 2000px (design width) * 100 = VW */

@media (min-width:2001px) {
	[class*='pw-'] { max-width: 100%; margin-left: auto; margin-right: auto; }
	.pw-1000 { width: 1000px; }
	.pw-1400 { width: 1400px; }
	.pw-1500 { width: 1500px; }
	.pw-1600 { width: 1600px; }
	.pw-1700 { width: 1700px; }
	.pw-1800 { width: 1800px; }
}
@media (max-width:2000px) {
	.pw-1000 { padding-left: max(25vw, 15px); padding-right: max(25vw, 15px); }
	.pw-1400 { padding-left: max(16vw, 15px); padding-right: max(16vw, 15px); }
	.pw-1500 { padding-left: max(12.5vw, 15px); padding-right: max(12.5vw, 15px); }
	.pw-1600 { padding-left: max(10vw, 15px); padding-right: max(10vw, 15px); }
	.pw-1700 { padding-left: max(8vw, 15px); padding-right: max(8vw, 15px); }
	.pw-1800 { padding-left: max(5vw, 15px); padding-right: max(5vw, 15px); }
}
@media (max-width:1100px) {
	.pw-1000,.pw-1400, .pw-1500, .pw-1600, .pw-1700 { padding-left: max(5vw, 15px); padding-right: max(5vw, 15px); }
}

/* Responsive Padding */
.px-5vw { padding-right: 5vw!important; padding-left: 5vw!important; }
.px-6vw { padding-right: 6vw!important; padding-left: 6vw!important; }
.px-7vw { padding-right: 7vw!important; padding-left: 7vw!important; }
.px-8vw { padding-right: 8vw!important; padding-left: 8vw!important; }
.px-9vw { padding-right: 9vw!important; padding-left: 9vw!important; }
.ps-5vw { padding-left: 5vw!important; }
.ps-6vw { padding-left: 6vw!important; }
.ps-7vw { padding-left: 7vw!important; }
.ps-8vw { padding-left: 8vw!important; }
.ps-9vw { padding-left: 9vw!important; }
.pe-5vw { padding-right: 5vw!important; }
.pe-6vw { padding-right: 6vw!important; }
.pe-7vw { padding-right: 7vw!important; }
.pe-8vw { padding-right: 8vw!important; }
.pe-9vw { padding-right: 9vw!important; }

/* BS5 Gutter Extensions */
.g-6, .gx-6 { --bs-gutter-x: 6rem; }
.g-6, .gy-6 { --bs-gutter-y: 6rem; }
.g-7, .gx-7 { --bs-gutter-x: 9rem; }
.g-7, .gy-7 { --bs-gutter-y: 9rem; }

/* BS5 Padding Extensions */
.p-6 { padding: 6rem !important; }
.p-7 { padding: 9rem !important; }
.px-6 { padding-right: 6rem !important; padding-left: 6rem !important; }
.px-7 { padding-right: 9rem !important; padding-left: 9rem !important; }
.py-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
.py-7 { padding-top: 9rem !important; padding-bottom: 9rem !important; }
.pt-6 { padding-top: 6rem !important; }
.pt-7 { padding-top: 9rem !important; }
.pe-6 { padding-right: 6rem !important; }
.pe-7 { padding-right: 9rem !important; }
.pb-6 { padding-bottom: 6rem !important; }
.pb-7 { padding-bottom: 9rem !important; }
.ps-6 { padding-left: 6rem !important; }
.ps-7 { padding-left: 9rem !important; }

/* BS5 Margin Extensions */
.m-6 { margin: 6rem !important; }
.m-7 { margin: 9rem !important; }
.mx-6 { margin-right: 6rem !important; margin-left: 6rem !important; }
.mx-7 { margin-right: 9rem !important; margin-left: 9rem !important; }
.my-6 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
.my-7 { margin-top: 9rem !important; margin-bottom: 9rem !important; }
.mt-6 { margin-top: 6rem !important; }
.mt-7 { margin-top: 9rem !important; }
.me-6 { margin-right: 6rem !important; }
.me-7 { margin-right: 9rem !important; }
.mb-6 { margin-bottom: 6rem !important; }
.mb-7 { margin-bottom: 9rem !important; }
.ms-6 { margin-left: 6rem !important; }
.ms-7 { margin-left: 9rem !important; }
.mt-60px { margin-top: 60px; }


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	/* Gutters */
  .g-sm-6, .gx-sm-6 { --bs-gutter-x: 6rem; }
  .g-sm-6, .gy-sm-6 { --bs-gutter-y: 6rem; }
  .g-sm-7, .gx-sm-7 { --bs-gutter-x: 9rem; }
  .g-sm-7, .gy-sm-7 { --bs-gutter-y: 9rem; }
	/* Padding */
  .p-sm-6 { padding: 6rem !important; }
  .p-sm-7 { padding: 9rem !important; }
  .px-sm-6 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-sm-7 { padding-right: 9rem !important; padding-left: 9rem !important; }
  .py-sm-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-sm-7 { padding-top: 9rem !important; padding-bottom: 9rem !important; }
  .pt-sm-6 { padding-top: 6rem !important; }
  .pt-sm-7 { padding-top: 9rem !important; }
  .pe-sm-6 { padding-right: 6rem !important; }
  .pe-sm-7 { padding-right: 9rem !important; }
  .pb-sm-6 { padding-bottom: 6rem !important; }
  .pb-sm-7 { padding-bottom: 9rem !important; }
  .ps-sm-6 { padding-left: 6rem !important; }
  .ps-sm-7 { padding-left: 9rem !important; }
	/* Margin */
  .m-sm-6 { margin: 6rem !important; }
  .m-sm-7 { margin: 9rem !important; }
  .mx-sm-6 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-sm-7 { margin-right: 9rem !important; margin-left: 9rem !important; }
  .my-sm-6 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-sm-7 { margin-top: 9rem !important; margin-bottom: 9rem !important; }
  .mt-sm-6 { margin-top: 6rem !important; }
  .mt-sm-7 { margin-top: 9rem !important; }
  .me-sm-6 { margin-right: 6rem !important; }
  .me-sm-7 { margin-right: 9rem !important; }
  .mb-sm-6 { margin-bottom: 6rem !important; }
  .mb-sm-7 { margin-bottom: 9rem !important; }
  .ms-sm-6 { margin-left: 6rem !important; }
  .ms-sm-7 { margin-left: 9rem !important; }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* Gutters */
  .g-md-6, .gx-md-6 { --bs-gutter-x: 6rem; }
  .g-md-6, .gy-md-6 { --bs-gutter-y: 6rem; }
  .g-md-7, .gx-md-7 { --bs-gutter-x: 9rem; }
  .g-md-7, .gy-md-7 { --bs-gutter-y: 9rem; }
	/* Padding */
  .p-md-6 { padding: 6rem !important; }
  .p-md-7 { padding: 9rem !important; }
  .px-md-6 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-md-7 { padding-right: 9rem !important; padding-left: 9rem !important; }
  .py-md-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-md-7 { padding-top: 9rem !important; padding-bottom: 9rem !important; }
  .pt-md-6 { padding-top: 6rem !important; }
  .pt-md-7 { padding-top: 9rem !important; }
  .pe-md-6 { padding-right: 6rem !important; }
  .pe-md-7 { padding-right: 9rem !important; }
  .pb-md-6 { padding-bottom: 6rem !important; }
  .pb-md-7 { padding-bottom: 9rem !important; }
  .ps-md-6 { padding-left: 6rem !important; }
  .ps-md-7 { padding-left: 9rem !important; }
	/* Margin */
  .m-md-6 { margin: 6rem !important; }
  .m-md-7 { margin: 9rem !important; }
  .mx-md-6 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-md-7 { margin-right: 9rem !important; margin-left: 9rem !important; }
  .my-md-6 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-md-7 { margin-top: 9rem !important; margin-bottom: 9rem !important; }
  .mt-md-6 { margin-top: 6rem !important; }
  .mt-md-7 { margin-top: 9rem !important; }
  .me-md-6 { margin-right: 6rem !important; }
  .me-md-7 { margin-right: 9rem !important; }
  .mb-md-6 { margin-bottom: 6rem !important; }
  .mb-md-7 { margin-bottom: 9rem !important; }
  .ms-md-6 { margin-left: 6rem !important; }
  .ms-md-7 { margin-left: 9rem !important; }
	/* Responsive Padding */
  .px-md-5vw { padding-right: 5vw!important; padding-left: 5vw!important; }
  .px-md-6vw { padding-right: 6vw!important; padding-left: 6vw!important; }
  .px-md-7vw { padding-right: 7vw!important; padding-left: 7vw!important; }
  .px-md-8vw { padding-right: 8vw!important; padding-left: 8vw!important; }
  .px-md-9vw { padding-right: 9vw!important; padding-left: 9vw!important; }
  .ps-md-5vw { padding-left: 5vw!important; }
  .ps-md-6vw { padding-left: 6vw!important; }
  .ps-md-7vw { padding-left: 7vw!important; }
  .ps-md-8vw { padding-left: 8vw!important; }
  .ps-md-9vw { padding-left: 9vw!important; }
  .pe-md-5vw { padding-right: 5vw!important; }
  .pe-md-6vw { padding-right: 6vw!important; }
  .pe-md-7vw { padding-right: 7vw!important; }
  .pe-md-8vw { padding-right: 8vw!important; }
  .pe-md-9vw { padding-right: 9vw!important; }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* Gutters */
  .g-lg-6, .gx-lg-6 { --bs-gutter-x: 6rem; }
  .g-lg-6, .gy-lg-6 { --bs-gutter-y: 6rem; }
  .g-lg-7, .gx-lg-7 { --bs-gutter-x: 9rem; }
  .g-lg-7, .gy-lg-7 { --bs-gutter-y: 9rem; }
	/* Padding */
  .p-lg-6 { padding: 6rem !important; }
  .p-lg-7 { padding: 9rem !important; }
  .px-lg-6 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-lg-7 { padding-right: 9rem !important; padding-left: 9rem !important; }
  .py-lg-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-lg-7 { padding-top: 9rem !important; padding-bottom: 9rem !important; }
  .pt-lg-6 { padding-top: 6rem !important; }
  .pt-lg-7 { padding-top: 9rem !important; }
  .pe-lg-6 { padding-right: 6rem !important; }
  .pe-lg-7 { padding-right: 9rem !important; }
  .pb-lg-6 { padding-bottom: 6rem !important; }
  .pb-lg-7 { padding-bottom: 9rem !important; }
  .ps-lg-6 { padding-left: 6rem !important; }
  .ps-lg-7 { padding-left: 9rem !important; }
	/* Margin */
  .m-lg-6 { margin: 6rem !important; }
  .m-lg-7 { margin: 9rem !important; }
  .mx-lg-6 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-lg-7 { margin-right: 9rem !important; margin-left: 9rem !important; }
  .my-lg-6 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-lg-7 { margin-top: 9rem !important; margin-bottom: 9rem !important; }
  .mt-lg-6 { margin-top: 6rem !important; }
  .mt-lg-7 { margin-top: 9rem !important; }
  .me-lg-6 { margin-right: 6rem !important; }
  .me-lg-7 { margin-right: 9rem !important; }
  .mb-lg-6 { margin-bottom: 6rem !important; }
  .mb-lg-7 { margin-bottom: 9rem !important; }
  .ms-lg-6 { margin-left: 6rem !important; }
  .ms-lg-7 { margin-left: 9rem !important; }
	/* Responsive Padding */
  .px-lg-5vw { padding-right: 5vw!important; padding-left: 5vw!important; }
  .px-lg-6vw { padding-right: 6vw!important; padding-left: 6vw!important; }
  .px-lg-7vw { padding-right: 7vw!important; padding-left: 7vw!important; }
  .px-lg-8vw { padding-right: 8vw!important; padding-left: 8vw!important; }
  .px-lg-9vw { padding-right: 9vw!important; padding-left: 9vw!important; }
  .ps-lg-5vw { padding-left: 5vw!important; }
  .ps-lg-6vw { padding-left: 6vw!important; }
  .ps-lg-7vw { padding-left: 7vw!important; }
  .ps-lg-8vw { padding-left: 8vw!important; }
  .ps-lg-9vw { padding-left: 9vw!important; }
  .pe-lg-5vw { padding-right: 5vw!important; }
  .pe-lg-6vw { padding-right: 6vw!important; }
  .pe-lg-7vw { padding-right: 7vw!important; }
  .pe-lg-8vw { padding-right: 8vw!important; }
  .pe-lg-9vw { padding-right: 9vw!important; }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/* Gutters */
  .g-xl-6, .gx-xl-6 { --bs-gutter-x: 6rem; }
  .g-xl-6, .gy-xl-6 { --bs-gutter-y: 6rem; }
  .g-xl-7, .gx-xl-7 { --bs-gutter-x: 9rem; }
  .g-xl-7, .gy-xl-7 { --bs-gutter-y: 9rem; }
	/* Padding */
  .p-xl-6 { padding: 6rem !important; }
  .p-xl-7 { padding: 9rem !important; }
  .px-xl-6 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-xl-7 { padding-right: 9rem !important; padding-left: 9rem !important; }
  .py-xl-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-xl-7 { padding-top: 9rem !important; padding-bottom: 9rem !important; }
  .pt-xl-6 { padding-top: 6rem !important; }
  .pt-xl-7 { padding-top: 9rem !important; }
  .pe-xl-6 { padding-right: 6rem !important; }
  .pe-xl-7 { padding-right: 9rem !important; }
  .pb-xl-6 { padding-bottom: 6rem !important; }
  .pb-xl-7 { padding-bottom: 9rem !important; }
  .ps-xl-6 { padding-left: 6rem !important; }
  .ps-xl-7 { padding-left: 9rem !important; }
	/* Margin */
  .m-xl-6 { margin: 6rem !important; }
  .m-xl-7 { margin: 9rem !important; }
  .mx-xl-6 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-xl-7 { margin-right: 9rem !important; margin-left: 9rem !important; }
  .my-xl-6 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-xl-7 { margin-top: 9rem !important; margin-bottom: 9rem !important; }
  .mt-xl-6 { margin-top: 6rem !important; }
  .mt-xl-7 { margin-top: 9rem !important; }
  .me-xl-6 { margin-right: 6rem !important; }
  .me-xl-7 { margin-right: 9rem !important; }
  .mb-xl-6 { margin-bottom: 6rem !important; }
  .mb-xl-7 { margin-bottom: 9rem !important; }
  .ms-xl-6 { margin-left: 6rem !important; }
  .ms-xl-7 { margin-left: 9rem !important; }
	/* Responsive Padding */
  .px-xl-5vw { padding-right: 5vw!important; padding-left: 5vw!important; }
  .px-xl-6vw { padding-right: 6vw!important; padding-left: 6vw!important; }
  .px-xl-7vw { padding-right: 7vw!important; padding-left: 7vw!important; }
  .px-xl-8vw { padding-right: 8vw!important; padding-left: 8vw!important; }
  .px-xl-9vw { padding-right: 9vw!important; padding-left: 9vw!important; }
  .ps-xl-5vw { padding-left: 5vw!important; }
  .ps-xl-6vw { padding-left: 6vw!important; }
  .ps-xl-7vw { padding-left: 7vw!important; }
  .ps-xl-8vw { padding-left: 8vw!important; }
  .ps-xl-9vw { padding-left: 9vw!important; }
  .pe-xl-5vw { padding-right: 5vw!important; }
  .pe-xl-6vw { padding-right: 6vw!important; }
  .pe-xl-7vw { padding-right: 7vw!important; }
  .pe-xl-8vw { padding-right: 8vw!important; }
  .pe-xl-9vw { padding-right: 9vw!important; }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
	/* Gutters */
  .g-xxl-6, .gx-xxl-6 { --bs-gutter-x: 6rem; }
  .g-xxl-6, .gy-xxl-6 { --bs-gutter-y: 6rem; }
  .g-xxl-7, .gx-xxl-7 { --bs-gutter-x: 9rem; }
  .g-xxl-7, .gy-xxl-7 { --bs-gutter-y: 9rem; }
	/* Padding */
  .p-xxl-6 { padding: 6rem !important; }
  .p-xxl-7 { padding: 9rem !important; }
  .px-xxl-6 { padding-right: 6rem !important; padding-left: 6rem !important; }
  .px-xxl-7 { padding-right: 9rem !important; padding-left: 9rem !important; }
  .py-xxl-6 { padding-top: 6rem !important; padding-bottom: 6rem !important; }
  .py-xxl-7 { padding-top: 9rem !important; padding-bottom: 9rem !important; }
  .pt-xxl-6 { padding-top: 6rem !important; }
  .pt-xxl-7 { padding-top: 9rem !important; }
  .pe-xxl-6 { padding-right: 6rem !important; }
  .pe-xxl-7 { padding-right: 9rem !important; }
  .pb-xxl-6 { padding-bottom: 6rem !important; }
  .pb-xxl-7 { padding-bottom: 9rem !important; }
  .ps-xxl-6 { padding-left: 6rem !important; }
  .ps-xxl-7 { padding-left: 9rem !important; }
	/* Margin */
  .m-xxl-6 { margin: 6rem !important; }
  .m-xxl-7 { margin: 9rem !important; }
  .mx-xxl-6 { margin-right: 6rem !important; margin-left: 6rem !important; }
  .mx-xxl-7 { margin-right: 9rem !important; margin-left: 9rem !important; }
  .my-xxl-6 { margin-top: 6rem !important; margin-bottom: 6rem !important; }
  .my-xxl-7 { margin-top: 9rem !important; margin-bottom: 9rem !important; }
  .mt-xxl-6 { margin-top: 6rem !important; }
  .mt-xxl-7 { margin-top: 9rem !important; }
  .me-xxl-6 { margin-right: 6rem !important; }
  .me-xxl-7 { margin-right: 9rem !important; }
  .mb-xxl-6 { margin-bottom: 6rem !important; }
  .mb-xxl-7 { margin-bottom: 9rem !important; }
  .ms-xxl-6 { margin-left: 6rem !important; }
  .ms-xxl-7 { margin-left: 9rem !important; }
	/* Responsive Padding */
  .px-xxl-5vw { padding-right: 5vw!important; padding-left: 5vw!important; }
  .px-xxl-6vw { padding-right: 6vw!important; padding-left: 6vw!important; }
  .px-xxl-7vw { padding-right: 7vw!important; padding-left: 7vw!important; }
  .px-xxl-8vw { padding-right: 8vw!important; padding-left: 8vw!important; }
  .px-xxl-9vw { padding-right: 9vw!important; padding-left: 9vw!important; }
  .ps-xxl-5vw { padding-left: 5vw!important; }
  .ps-xxl-6vw { padding-left: 6vw!important; }
  .ps-xxl-7vw { padding-left: 7vw!important; }
  .ps-xxl-8vw { padding-left: 8vw!important; }
  .ps-xxl-9vw { padding-left: 9vw!important; }
  .pe-xxl-5vw { padding-right: 5vw!important; }
  .pe-xxl-6vw { padding-right: 6vw!important; }
  .pe-xxl-7vw { padding-right: 7vw!important; }
  .pe-xxl-8vw { padding-right: 8vw!important; }
  .pe-xxl-9vw { padding-right: 9vw!important; }
}

/* Social Media Icons
============================================================================= */
.social { display: inline-flex; gap: 5px; }
.social a { color: #fff; font-size: 18px; text-align: center; background: var(--dark);  border: 1px solid var(--dark); height: 35px; width: 35px; line-height: 35px; border-radius: 50%; }
.social a:hover, .social a:focus-visible { background: var(--primary); border-color: var(--primary); }

/* List Styles
============================================================================= */

/* Inline list with Pipes or Dots */
.list-inline, .list-inline--pipes, .list-inline--dots { list-style: none; padding: 0; margin: 0; }
.list-inline li, .list-inline--pipes li, .list-inline--dots li { display: inline; }
.list-inline--pipes li:nth-child(1n+2)::before { content: '|'; margin: 0 8px; }
.list-inline--dots li:nth-child(1n+2)::before { content: '•'; margin: 0 8px; }


/* Numbered List with styled numbers */
ol.bubble { --size: 58px; text-align: left; counter-reset: counter; list-style: none; padding-left: 0; margin-bottom:40px; display: flex; flex-direction: column; gap: var(--size); }
ol.bubble li { counter-increment: counter; position: relative; padding-left: calc(var(--size) * 1.72); }
ol.bubble li::before { content: counter(counter); color: inherit; font-size: calc(var(--size) / 2); position: absolute; left: 0; line-height:0; display: flex; align-items: center; justify-content: center; width: var(--size); height: var(--size); top: 0; border:2px solid var(--primary); border-radius: 50%; text-align: center; }
ol.bubble li > h4, ol.bubble li > h3 { margin-top: calc(var(--size) * .14); }
ol.bubble li > p:last-of-type { margin: 0; }

ol.bubble--sm { --size: 35px;  }

@media (max-width:500px) {
	ol.bubble { --size: 35px; }
}

/* List with Checks instead of bullets */
.checks { list-style: none; padding: 0; margin: 30px 0; padding-left: 35px; }
.checks li { position: relative; padding-left: 35px; margin-bottom: .9em;  }
.checks li::before { color: var(--primary); content: '\f00c'; font-size: 25px; line-height: 1; font-family: var(--font-awesome); font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; position: absolute; top: 0; left: 0; }
.checks--circles li::before { color: inherit; content: '\f058'; }

.checks--cols { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.checks--cols li { flex: 0 1 235px; }

/* List with small icons instead of bullets */
.icons { list-style: none; padding: 0; margin: 10px 0 20px; display: inline-block; }
.icons li { position: relative; padding-left: 55px; margin: 0 0 35px; font-size: 20px; text-align: left; }
.icons li .icon { position: absolute; left: 0; top: 2px; }

/* List with Primary colored Dots */
.dots { list-style: none; padding: 0; padding-left: 35px; margin: 5px 0 25px; }
.dots li { padding-left: 20px; position: relative; margin: 0 0 .3em; }
.dots li::before { content: ""; height: 5px; width: 5px; border-radius: 50%; background: var(--dark); position: absolute; top: .5em; left: 0; transform: translateY(33.3%); }
.dots ul { list-style: none; margin: 10px 0; }
.dots ul > li { margin: 5px 0; }
.dots ul > li::before { background: transparent; border: 2px solid var(--dark); }

/* Icon List */
.icon-list {}
.icon-list__item { font-size: 18px; }
.icon-list__icon { height: 69px; width: 69px; border-radius: 50%; background: var(--gray); display: flex; align-items: center; justify-content: center; }
.icon-list__icon img { max-height: 55px; position: relative; left: 3px; top: 3px; }
.icon-list__heading { color: var(--body-text); font-size: 24px; margin: 10px 0 5px; }

/* Image List */
.image-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; }
.image-list__item { flex: 1 0 271px; padding: 0 15px; margin: 0 0 30px; }
.image-list__img { position: relative; margin: 0; height: 0; padding-top: 75%; overflow: hidden; }
.image-list__img img { position: absolute; top: 0; left: 0; transition: 0.8s; }
.image-list__item a:hover img { transform: scale(1.08); transition: 0.8s; }
.image-list__title { position: relative; font-size: 20px; font-weight: 400; margin: 0; color: #fff; background: var(--primary); margin: 0; padding: 10px 20px; }
.image-list__title::after { content: '\f105'; font-family: var(--font-awesome); font-style: normal; font-weight: 300; -webkit-font-smoothing: antialiased; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }
@media (min-width:992px) {
	.image-list { margin: 0 -15px; }
	.image-list__item { flex: 0 0 25%; }
	.image-list--col-2 { max-width: 900px; margin: 0 auto; }
	.image-list--col-2 .image-list__item { padding: 0 25px; margin: 0 auto 50px; flex: 0 0 50%; }
	.image-list--col-3 { margin: 0 -25px; }
	.image-list--col-3 .image-list__item { padding: 0 25px; margin: 0 auto 50px; flex: 0 0 33.33%; }
}

/* Affix */
.affix { position: fixed !important; top: 0; left: 0; width: 100%; z-index: 9999; }

/* Box Shadows */
.shadow-sm { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); -webkit-transition: all 0.25s ease-in-out; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
a.shadow-sm:hover, .shadow-md { -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

/* video wrapper */
:is(.video-wrapper, .fr-video) { position: relative; display: block; height: 0; padding: 0; overflow: hidden; padding-bottom: 56.25%; }
:is(.video-wrapper, .fr-video) iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Video Wrapper Overlay */
.video-wrapper { background-color: #000; border-radius: var(--border-radius-lg); }
.video-wrapper.play::after, .video-wrapper.play::before, .video-wrapper.play .video-thumbnail, .video-wrapper.play .video-title { visibility: hidden; opacity: 0; z-index: -9; transition: 0.3s; margin: 0 !important; }
.video-wrapper .video-thumbnail { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-repeat: no-repeat; background-size: cover; background-position: center; }
.video-wrapper .video-thumbnail::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .4); z-index: 1; }
.video-wrapper::before {content: "";position: absolute;top: 50%;left: 50%;z-index: 9;transform: translate(-50%, -50%);width: 120px;height: 120px;border-radius: 50%;background-color: var(--primary);transition: 0.3s;}
.video-wrapper::after {content: "";position: absolute;top: 50%;left: 50%;z-index: 9;transform: translate(-33%, -50%);height: 0;border-style: solid;border-width: 28px 0 28px 49px;border-color: transparent transparent transparent #ffffff;border-radius: 5px;}
.video-wrapper:hover::before {background: var(--dark);cursor: pointer;transition: 0.3s;}
.video-wrapper:hover { cursor: pointer; }
.video-wrapper .video-title { position: absolute; z-index: 9; color: #fff; text-align: center; top: 55%; left: 15px; right: 15px; font-size: 24px; font-weight: 600; }
@media (max-width:500px) {
  .video-wrapper .video-title { font-size: 18px; }
}

/* Misc */
*:focus { outline-color: var(--primary); }
a:focus-visible, .nav-link:focus-visible, button:focus-visible, a:focus:focus-visible { outline: none; -moz-outline-style: none; outline-offset: 10px; box-shadow: 0 0 2px 2px rgba(var(--primary-rgb),.7)!important; transition: .2s; }
.box { padding: 15px; border: solid 1px #cccccc; }
.no-outline:focus { outline: none; }
/* a:focus, a:active { outline: none; -moz-outline-style: none; } */
button::-moz-focus-inner { border: 0; }
address [class*='street-address'] { list-style: none; padding: 0; display: block; }
.banner-replace { display: none; }
.mapboxgl-marker svg g[fill*='#3FB1CE'] { fill: var(--primary)!important; }
.form-direction:after { content: 'to the right'; }
.form-direction-l:after { content: 'to the left'; }
img[src='/images/logo.webp'] { filter: brightness(0) invert(1); }
@media (min-width:1300px) {
	.container { max-width: 1285px; }
}
@media (min-width:992px) {
	[data-animation]:not(.animated):not(.animated-fast):not(.animated-slow), [data-stagger]:not(.visible) { animation-fill-mode: backwards; animation-play-state: paused; opacity: 0; transition: opacity .2s; }
}
@media (max-width:991px) {
	.form-direction:after, .form-direction-l:after { content: 'below'; }
}

/* clear / height */
div.clear, div.clr { clear: both; display: block; }
.height-xs { height: 15px; }
.height-sm { height: 20px; }
.height-md { height: 25px; }
.height-lg { height: 30px; }
.height-xl { height: 35px; }


/* ==========================================================================
   Header
============================================================================= */
:root {--header-height: 176px;}
#header { height: var(--header-height); background-color: rgba(255, 255, 255, 0); transition: background-color 0.4s ease-out, box-shadow 0.2s ease-out; color: #fff; position: absolute; top: 0; left: 0; width: 100%; z-index: 99; }
#header .container-fluid {position: relative;height: 100%;display: flex;align-items: center;justify-content: space-between;gap: 30px;}
#header .links {display: flex;flex-wrap: wrap;flex-direction: row-reverse;align-items: center;gap: 15px 30px;flex: 1 1 auto;}
#header .logo { max-width: 60vw; width: 300px; }
#header .logo img { max-height: 125px; max-width: 300px; }
#header .social a:not(:hover,:focus) { background: transparent; border-color: rgba(var(--dark-rgb), 0); }
#header .launch-menu-button { display: none; color: inherit; white-space: nowrap; }
@media (min-width: 1400px) {
	#header:not(.affix) .links nav { margin: auto; }
}
@media (min-width: 992px) and (max-width: 1399px) {
	#header:not(.affix) .links nav {margin-right: 10px;}
	#header .logo, #header .logo img {max-width: 13vw;}
}
@media (max-width:1199px) {
	:root {--header-height: 185px;}
	#header .launch-menu-button { display: block; }
	#header .links { flex-direction: column; align-items: flex-end; }
	#header .nav { display: none; }
	#header .logo img { max-width: 100%; }
}
@media (max-width:700px) {
	#header .contact { width: auto; }
	#header .phone { font-size: 22px; }
	#header .email { display: none; }
}
@media (max-width: 599px) {
	#header:not(.affix) .container-fluid { flex-wrap: wrap; justify-content: center; padding: 25px 0 0; gap: 5px 0; }
	#header:not(.affix) .logo img { max-width: 100%; width: 175px; }
	#header .social { position: absolute; top: 0; width: 100%; justify-content: center; background-color: var(--dark); }
	#header .logo { padding-left: 15px; }
	#header .launch-menu-button { padding-right: 15px; }
}

/* Header Affix */
#header.affix { height: 50px; background-color: rgba(255, 255, 255, 1); transition: background-color 0.4s ease-in, box-shadow 0.2s ease-in; box-shadow: var(--box-shadow); color: var(--dark); }
#header.affix .social { display: none; }
#header.affix .logo {  }
#header.affix .logo img { max-height: 30px; filter: brightness(0); }
#header.affix .launch-menu-button { display: block; }
#header.affix .nav { display: none; }

/* Header Background Color Modifiers */
*:has(.no-hero) #header:not(.affix) { background-color: var(--secondary); }
body.header--transparent #header:not(.affix) { background-color: rgba(255, 255, 255, 0); }



/* ==========================================================================
   #Nav
============================================================================= */
#header .nav { list-style: none; padding: 0; margin: 0; text-transform: uppercase; justify-content: flex-end; gap: 15px 33px; container-name: header-nav; }
#header .nav__item { position: relative; padding: 0 15px; line-height: 29px; }
#header .nav > .nav__item { padding: 0; }
#header .nav__item.launch-only { display:none; }
#header .nav__item a { color: inherit; border-radius: var(--border-radius); overflow: hidden; container-type: inline-size; container-name: header-nav__item; }
#header .nav__item > a::after { content: ''; height: 30px; width: calc(100% + 25px); background-color: #fff; border-radius: var(--border-radius); position: absolute; top: 50%; left: 49%; transform: translate(-50%,0%) scaleY(0); transition: 0.3s ease-in; z-index: -1; }
#header .nav__item:has(.nav__dropdown) > a::after { transform: translate(-50%, 0) scaleY(0); }
#header .nav__item:is(.active,:hover,:focus-visible):has(.nav__dropdown):hover > a::after { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#header .nav__item:is(.active,:hover,:focus-visible) > a::after { transform: translate(-50%,-50%) scale(1); transition: 0.2s ease-out; }
#header .nav__item:is(.active,:hover,:focus-visible) > a { color: var(--dark); transition: color 0.4s ease-in; }
#header .nav__dropdown { display: none; list-style: none; padding: 0; margin: 0; position: absolute; top: 100%; background-color: #fff; left: -13px; border-radius: 1px 1px var(--border-radius) var(--border-radius); overflow: hidden; box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.15); z-index: 100; }
#header .nav__dropdown > li { white-space: nowrap; line-height: 35px; padding: 0 20px; }
#header .nav__dropdown > li > a { color: var(--dark); transition: 0s; }
#header .nav__dropdown > li:hover { background-color: var(--gray-md); }
#header .nav__dropdown > li:hover > a { color: var(--body-text); transition: 0s;}
#header .nav__item:not(.dropdown):hover .nav__dropdown { display: block; }
#header .nav__dropdown--lg { --col-num: 1; --max-width: 1150px; width:calc(var(--max-width) * var(--col-num)/4); padding: 30px 10px; }
#header .nav__dropdown--lg:has(.col:nth-child(2)) { --col-num: 2; }
#header .nav__dropdown--lg:has(.col:nth-child(3)) { --col-num: 3; }
#header .nav__dropdown--lg:has(.col:nth-child(4)) { --col-num: 4; }
#header .nav__dropdown--lg ul { list-style: none; padding: 0; margin: 0; }
#header .nav__dropdown--lg :where(.nav__item, li) { margin: 0 0 15px!important; }
#header .nav__dropdown--lg .nav__item a { display: block; color: var(--dark); line-height: 1.3; padding: 0 15px; position: relative; z-index: 2; overflow: hidden; }
#header .nav__dropdown--lg .nav__item a::before { content: ''; width: 100%; position: absolute; top: 0; left: 0; height: 100%; background-color: rgba(255,255,255,0.4); transform: translateX(-105%); transition: 0.7s; }
#header .nav__dropdown--lg .nav__item a:is(:hover, :focus-visible) { color: var(--primary); font-weight: bold; }
#header .nav__dropdown--lg .nav__item a:is(:hover, :focus-visible)::before { transform: translateX(0); }
#header .nav__dropdown--lg .nav__item > ul { padding: 0 15px; }
#header .nav__dropdown--lg .nav__item.service-title > a { margin-bottom:15px; }
#header .nav__dropdown--lg .nav__item ul > li > a { font-weight:400; }
#header .nav__dropdown--lg [class*="col"]:not(:last-of-type) { border-right:1px solid var(--primary); }

@media (max-width:1399px) {
	#header .nav__item:last-child .nav__dropdown  { left: auto; right: -12px; }
}
@media (max-width: 1350px){
	#header .nav { font-size: 15px; }
	#header .nav__dropdown--lg { --max-width: 950px; }
}

@container header-nav__item (min-width: 80px) {
	#header .nav__item > a::after { left: 49.5%; }
}

@container header-nav (max-width: 1011px) {
	#header .nav__item > a::after { left: 49.5%; }
	#header .nav__item:last-child .nav__dropdown { right: auto; left: -13px; }
}

@media (max-width: 999px) {
	#header .nav__dropdown { left: auto; right: -12px; }
}

/* Launch Menu
============================================================================= */
.launch-menu { position:fixed; top:0; bottom:0; right:0; width:300px; background:var(--dark); color: #fff; padding-bottom: 50px; z-index:9999; transform: translateX(100%); transition: 0.5s ease-out; text-align: center; overflow-y: scroll; box-shadow: var(--box-shadow); }
.launch-menu.open { transform: translateX(0%); transition: 0.5s ease; }
.launch-menu-mask { background: rgba(0,0,0,0.8); position: fixed; top:0; left:0; height: 100%; width: 100%; z-index: 9998; display: none; }
.launch-menu-close { color: inherit; opacity: 0.4; margin: 15px auto; font-size: 30px; display: block; background: transparent; border: 0; transition: 0.4s; outline: none!important; }
.launch-menu-close:hover { opacity: 0.8; transition: 0.4s; }
.launch-menu .nav { text-align: left; margin-top: 30px; }
.launch-menu .nav a { color: inherit; }
.launch-menu .nav__item { border-top: 1px solid #ccc; }
.launch-menu .nav__item.launch-only { display:block; }
.launch-menu .nav__item:last-child { border-bottom: 1px solid #ccc; }
.launch-menu .nav__item:hover { -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); }
.launch-menu .nav__item > a { padding: 13px 10px 13px 20px; display: block; }
.launch-menu .nav__item > a:hover, .launch-menu .nav__item.active > a { background: var(--primary); color: #fff; transition: color 0s; }
.launch-menu .nav__dropdown { display: none; list-style: none; padding: 0; margin: 0; background: var(--secondary); -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); }
.launch-menu .nav__dropdown li { background: rgba(0,0,0,.1); }
.launch-menu .nav__dropdown > li:first-child { border-top: 1px solid #ccc; }
.launch-menu .nav__dropdown a { color: #fff; padding: 13px 10px 13px 40px; display: block; }
.launch-menu .nav__dropdown a:hover { background: rgba(255,255,255,.1); -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); -moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); }
.launch-menu .logo img { max-width: 60%; margin: 0 auto 20px; display: block; }
.launch-menu .phone { font-size: 24px; margin: 20px 0; color: var(--dark); }
.launch-menu .phone a { color:var(--dark)}
.launch-menu .links { margin: 0 auto 20px; }
.launch-menu .links .btn { width: 70%; min-width: unset; margin-bottom: 10px; }
.launch-menu .links .btn i { margin-right: 10px; }
.launch-menu .social { margin-top: 35px; }
.launch-menu .nav__dropdown .nav__dropdown .nav__item a { padding-left: 60px; }


/* ==========================================================================
   #Footer
============================================================================= */
.footer { background: var(--dark); padding: 80px 0; color: #fff; font-weight: 400; }
.footer h3 { font-size: min(1.25rem, 20px); margin: 14px 0 18px; color: inherit; }
.footer a { color: inherit; }
.footer a:is(:hover,:focus-visible):not(.btn) { font-weight: bold; }
.footer__logo { display: block; margin-bottom: 40px; }
.footer__logo img { }
.footer .list-unstyled li { margin: 1rem 0; }
.footer__disclaimer a { text-decoration: underline; }
.footer__copy {  }
.footer__ada { margin-top: 2rem; }
@media (min-width:1200px) {
	.footer { padding: 152px 0 148px;}
	[class*='col']:has(.footer__logo) { max-width: 400px; }
	.footer__disclaimer { max-width: 954px; }
}
@media (max-width: 1199px) {
	.footer { text-align: center; }
	.footer__links { margin: 50px 0; }
}

/* Footer CTA
============================================================================= */
.footer-cta { padding: 35px 0; }
.footer-cta h3 { font-size: 60px; margin: 0; }
.footer-cta__text { text-align: right; }
svg[class*="icon-"].footer-cta__underline { height: 65px; width: 286px; color: var(--primary); fill: currentColor; display: inline-block; }
@media (max-width:991px) {
	.footer-cta__text { text-align: center; }
}

/* ==========================================================================
   Forms
============================================================================= */
.form-container { position: relative; border: 0; background-color: #fff; padding: 60px 40px 75px; border-radius: 60px; box-shadow: 0px 33px 79px 0px rgba(0, 0, 0, 0.08); }
.form-container h2, .form-container__header, .form-container__lead {color: var(--body-text);font-size: min(1.5625rem, 30px);text-align: center;margin: 0 0 30px;}
.form-container .ion-form-group { margin-bottom: 15px; }
.form-container .ion-form-group input, .form-container .ion-form-group textarea { border: 0 !important; border-radius: 0 !important; background: var(--gray); }
.form-container .ion-form-group input, .form-container .ion-form-group select {height: 34px;}
.form-container .ion-form-group textarea { height: 175px; }
.form-container .ion-form-group ::-webkit-input-placeholder, .form-container .ion-form-group select:invalid { color: var(--body-text); font-size: 16px; text-transform: uppercase; letter-spacing: .1em; }
.form-container .ion-form-group select { padding-left: 5px; border: 0; background: var(--gray);appearance:none;-webkit-appearance: none;border-radius:0; }
.form-container .ion-form-group-break h3 { color: inherit; font-size: 14px; margin: 0; text-transform: uppercase; font-weight: bold; padding-top: 10px; }
.form-container .ion-form-group-radio label, .form-container .ion-form-group-checkbox label { display: block; color: inherit; }
.form-container .ion-form-group-radio label:not(:first-child), .form-container .ion-form-group-checkbox label:not(:first-child) { width: 50%; display: inline-block; }
.form-container .ion-form-group-radio input, .form-container .ion-form-group-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.form-container .ion-form-group-radio span, .form-container .ion-form-group-checkbox span { display: flex; padding-left: 30px; padding-right: 15px; position: relative; font-size: 15px; }
.form-container .ion-form-group-radio span::before, .form-container .ion-form-group-checkbox span::before { content: ''; position: absolute; left: 0; top: 2px; height: 20px; width: 20px; background: var(--gray); display: block; transition: 0.3s; }
.form-container .ion-form-group-radio span::after, .form-container .ion-form-group-checkbox span::after { content: '\f00c'; color: var(--primary); opacity: 0; position: absolute; left: 3px; top: 2px; font-family: var(--font-awesome); font-style: normal; font-weight: 600; line-height: 23px; -webkit-font-smoothing: antialiased; transition: 0.3s; }
.form-container .ion-form-group-radio input:hover span::after, .form-container .ion-form-group-checkbox input:hover span::after { opacity: .4; transition: 0.3s; }
.form-container .ion-form-group-radio input:checked ~ span::after, .form-container .ion-form-group-checkbox input:checked ~ span::after { opacity: 1; transition: 0.3s; }
.form-container iframe { margin: -10px 0 10px; }
.form-container form > div:last-of-type > div { margin-left: auto; }
.form-container .ion-btn { background-color: var(--secondary); border-color: var(--secondary); height: 53px; border-radius: var(--border-radius); margin: 0 0 0 auto; display: flex; align-items: center; justify-content: center; }
.form-container .ion-btn:hover { color: var(--secondary); border-color: var(--secondary); }
.form-container__arrow { position: absolute; left: 98%; top: -20%; transform: rotate3d(2, 1, 0, 180deg); }
.form-container__arrow svg { max-width: 119px; fill: var(--primary); color: var(--primary); }
@media (min-width:992px) {
	.form-container {max-width: 100%;width: 479px;margin-left: auto;}
}
/* Form Container Stacked on small screens */
@media (min-width:600px) and (max-width:991px) {
	.form-container form { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0; gap: 20px; }
	.form-container form .ion-form-group { flex-basis: calc(50% - 20px); flex-grow: 1; margin: 0; }
	.form-container form .ion-form-group.ion-form-group-textarea, .form-container form .ion-form-group.ion-form-group-break, .form-container form .ion-form-group.ion-form-group-checkbox, .form-container form .ion-form-group.ion-form-group-radio, .form-container form > div:last-of-type { flex-basis: 100%; }
	.form-container form > div:last-of-type > div { margin-left: auto; }
}

/* Form Container Stacked */
@media (min-width:992px) {
	.form-container--stacked { width: auto; }
	.form-container--stacked form { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0; gap: 11px; }
	.form-container--stacked form .ion-form-group { flex-basis: calc(50% - 20px); flex-grow: 1; margin: 0; }
	.form-container--stacked form .ion-form-group.ion-form-group-textarea, .form-container--stacked form .ion-form-group.ion-form-group-break, .form-container--stacked form .ion-form-group.ion-form-group-checkbox, .form-container--stacked form .ion-form-group.ion-form-group-radio, .form-container--stacked form > div:not(.ion-form-group):last-of-type { flex-basis: 100%; }
	.form-container--stacked form .ion-form-group.ion-form-group-textarea { margin-bottom: 5px; }
	.form-container--stacked form > div:not(.ion-form-group):last-of-type { padding: 0 10px; }
	.form-container--stacked form > div:not(.ion-form-group):last-of-type > div { margin-left: auto; }
}

/* Floating Form Labels */
.form-container .ion-form .ion-form-group { position: relative; }
.form-container .ion-form .ion-form-group:not(.ion-form-group-checkbox):not(.ion-form-group-radio) label {font-weight: 400;color: var(--gray-darker);margin: 0;position: absolute;font-size: 16px;bottom: 4px;left: 1.25em!important;z-index: 2;height: 100%;padding: 0.6em 0em 0;overflow: hidden;text-align: start;text-overflow: ellipsis;-webkit-text-overflow: ellipsis;white-space: nowrap;pointer-events: none;border: var(--bs-border-width) solid transparent;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;}
.form-container .ion-form-group ::-webkit-input-placeholder, .form-container .ion-form-group select:invalid, .form-container .ion-form-group label:not(.float-label) + select:not(:focus), .form-container .ion-form-group ::placeholder { color: transparent!important; }
.form-container .ion-form .ion-form-group:not(.ion-form-group-checkbox):not(.ion-form-group-radio):has(input:focus) label, .form-container .ion-form .ion-form-group:has(textarea:focus) label, .form-container .ion-form .ion-form-group:has(select:focus) label, .form-container .float-label { -webkit-transform: translateY(-.45em) scale(.5); transform: translateY(-.45em) scale(.5); opacity: .7; }
.form-container .ion-form-group-dropdown:has(.float-label) select:not(:focus), .float-label + select { color: var(--body-text)!important; }
.form-container .ion-form-group-dropdown label { left: -1px!important; }
.float-label { -webkit-transform: translateY(-.45em) scale(.5); transform: translateY(-.45em) scale(.5); opacity: .7; }


/* Form Inline
================================================== */
.form-container-inline { justify-content: center; }
.form-container-inline > div { width: 100%; max-width: 100%; overflow: hidden; }
.form-container-inline form { position: relative; overflow: hidden; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 -15px; }
.form-container-inline label { font-weight: 400!important; text-transform: lowercase; margin-bottom: 15px!important; }
.form-container-inline input { font-size: 17px; border: 0!important; height: 29px; padding: 0 15px!important; border-radius: 14.5px!important; background: var(--gray); color: var(--secondary); }
.form-container-inline button { width: 153px; height: 53px; line-height: 53px; border-radius:0; background: var(--secondary); border-color: var(--secondary); text-transform: uppercase; padding: 0; letter-spacing: .025em; margin: 7px; font-family: 'Nunito', sans-serif; }
.form-container-inline button:hover { color: var(--secondary); }
.form-container-inline .ion-form-group { margin: 0; flex: 1 1 auto; padding: 20px 15px; }
.form-container-inline .ion-form-group ::-webkit-input-placeholder, .form-container-inline .ion-form-group select:invalid { color: #191919; text-transform: lowercase; }
.form-container-inline--btn-arrow button { background-color: var(--secondary); border-color: var(--secondary); font-size: 0; width: 53px; height: 53px; line-height: 53px; border-radius: 50%; margin: 30px 15px 0; display: flex; align-items: center; justify-content: center; }
.form-container-inline--btn-arrow button::after { content: '\e09f'; width: 53px; height: 53px; line-height: 57px; border-radius: 50%; font-size: 28px; font-family: var(--font-awesome); font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; }
@media (min-width: 501px) {
	.form-container-inline .ion-form-group { flex: 1 1 33.33%; }
	.form-container-inline--last-grow .ion-form-group:last-of-type { flex: 2 0 100%!important; min-width: 344px; }
}

.form-container-inline--hide-labels label { position: absolute; left: 110vw; top: -110vh; visibility: hidden; opacity: 0; }


.form-container-inline--block form { margin: 0; gap: 8px; }
.form-container-inline--block input { border-radius: 0!important; height: 32px; }
.form-container-inline--block .ion-form-group { padding: 0; }
.form-container-inline--block button { flex: 0 1 391px; margin: 0; border-radius: 40px; }


/* Form Swap
================================================== */
.form-swap { text-align: left; }
.form-swap p { font-size: 15px; font-weight: bold; margin: 0 0 10px; color: inherit; }
.form-swap a { color: inherit; }
.form-swap .is-required:after { display: inline-block; content: '*'; color: #dc3545; margin-left: .5em; }
.form-swap .nav {font-size: 14px;margin: 0 0 34px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.form-swap .nav li { margin: 0 0 8px; }
.form-swap .nav a {position: relative;display: block;padding: 0 0px 0 28px;}
.form-swap .nav a::before {content: '';position: absolute;left: 0;top: 0;height: 20px;width: 20px;background: #fff;border-radius: 2px;border: 1px solid var(--secondary);display: block;transition: 0.3s;}
.form-swap .nav a::after { content: "\f00c"; color: var(--primary); font-size: 18px; position: absolute; left: 1px; top: 2px; opacity: 0; font-family: var(--font-awesome); font-style: normal; font-weight: 400; line-height: 1; transition: 0.3s; }
.form-swap .nav a:hover::after { opacity: .5; transition: 0.3s; }
.form-swap .nav a.active::after { opacity: 1; }

#form-swap--locations {}
#form-swap--locations .dropdown {margin-bottom: 1em;}
#form-swap--locations .dropdown .dropdown-toggle {display: block;width: 100%;margin: 0 auto 1rem;height: 49px;line-height: 1rem;background-color: var(--gray-md);color: var(--body-text);border: 0;text-align: left;font-weight: 600;padding: 0 1.25em;}
#form-swap--locations .dropdown-menu {background-color: #fff;width: 100%; margin: 0 auto; z-index: 10000; max-height: 500px; overflow-y: scroll;}
#form-swap--locations .dropdown-header, #form-swap--locations .dropdown-item[id="corporate-tab"] { font-size: 1.5rem; font-weight: bold; color: var(--secondary); padding-left: 0.5rem; }
#form-swap--locations .dropdown-subheader { font-size: 1.25rem; padding-left: 1.25rem; }
#form-swap--locations .dropdown-item { font-weight: normal; font-size: 16px; height: 2rem; line-height: 2rem; padding-left: 2rem;}
#form-swap--locations .dropdown-item.active { background-color: var(--dark); color: #fff; }
#form-swap--locations .dropdown-item:hover { background-color: var(--gray-md); color: var(--body-text); cursor: pointer; }
#form-swap--locations form { margin-top: 0!important; }
#form-swap--locations .ion-form-success { background: #ebebeb; -webkit-transform: translateY(-100px); -ms-transform: translateY(-100px); transform: translateY(-100px); text-align: center; padding: 30px 0; }



/* ==========================================================================
   Accordion
============================================================================= */
.launch-accordion { margin: 0; list-style: none; padding: 0; display: flex; flex-direction: column; gap: 24px; }
.launch-accordion > li {background-color: transparent;font-size: 18px;font-weight: 400;padding: 32px 40px;text-align: start;border-radius: var(--border-radius-lg);border: 1px solid #fff;}
.launch-accordion > li.active { background-color: #fff; color: #000; border-color: var(--primary); }
.launch-accordion > li > *:is(h3, h4) {position: relative;margin: 0;border: 0;-webkit-transition:background-color 0.05s ease;-o-transition:background-color 0.05s ease;transition:background-color 0.05s ease;padding: 0 45px 0 0;font-size: min(1.25rem, 20px); text-transform: none; font-weight: 600;line-height: 1.333em;}
.launch-accordion > li > *:is(h3, h4)::after {content: '\f055'; font-family: var(--font-awesome); right: 0;color: var(--primary);top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);position: absolute;-webkit-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.launch-accordion > li.active > *:is(h3, h4):after { content: '\f056'; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.launch-accordion > li > *:is(h3, h4):hover { cursor: pointer; }
.launch-accordion > li > div { display: none; }
.launch-accordion > li > div p { margin: 20px 0; }
.launch-accordion > li > div ul { list-style: disc; margin: 20px 0; }
.launch-accordion > li > div ul li { margin: 0 0 10px; }
.launch-accordion > li > div *:last-child { margin-bottom: 0; }
.launch-accordion > li > div *:first-child { margin-top: 0; }
.launch-accordion > li:focus { outline: none; }
.launch-accordion.no-margin > li.active + li > *:is(h3, h4), .launch-accordion.no-margin > li:hover + li > *:is(h3, h4) { border-color: #ecebeb; border-top: 0; }
.launch-accordion.faqs:*is(h3, h4) {}
.launch-accordion.faqs > li > div { padding-top: 32px; }
.launch-accordion.faqs > li div > *:first-child { display: inline; }
.launch-accordion.faqs-page > li:not(.active) { background-color: var(--gray); border-color: var(--primary); }


/* ==========================================================================
   Areas
============================================================================= */
#areas { padding: 156px 0; }

/* .areas-row { gap: 20px clamp(20px, 6.6vw, 127px); } */
.areas-row { gap: 20px; }
.areas__image-col {}
.areas__image { aspect-ratio: 0.89; width: 100%; height: 100%; flex-grow: 1; transition: 0.3s; border-radius: 30px; overflow: hidden; }
.areas__image-col:has(a):hover .areas__image { transform: scale(0.95); }
.areas__content-col { display: flex; flex-direction: column; align-items: stretch; line-height: normal; }
.areas__content { margin: auto 0; padding-bottom: 84px; align-self: center; }
.areas__sub { font-size: min(1rem, 16px); font-weight: 400; line-height: 1.21;}
.area-section {margin-bottom: 42px;}
.area-section__country { font-size: 30px; font-weight: 400; line-height: 1; text-transform: capitalize; margin: 0 0 11px 0; }
.area-section__divider { margin: 0 auto 24px; width: min(445px, 50vw); border-top: 3px solid var(--primary); opacity: 1; }
.areas-locations { background-color: var(--dark); color: #fff; padding: 36px; border-radius: var(--border-radius-lg);}

.areas { font-size: 16px; font-weight: 400; line-height: 32px; list-style: none; padding: 0; margin: 0; }
.areas li { margin: 0; padding: 0; break-inside: avoid; page-break-inside: avoid; }
.area-state strong { color: var(--secondary); }
.area-markets { list-style: none; margin: 0 0 1rem; padding: 0; }
.areas--col-2 .area-markets { padding-left: 1rem; }

@media (min-width: 992px) {
	.areas-row { column-gap: 108px; }
	.areas--col-2 {column-count: 2;column-gap: 20px;column-fill: balance;}
	/* .areas--col-2 {column-count: 2;column-gap: 20px;column-fill: balance;} */
	.area-section {margin-bottom: 65px;}
}

@media (min-width: 1400px) {
	.areas__image-col { width: min(50%, 926px); max-height: 1040px; align-self: stretch; }
	.areas__content { padding-top: 84px; }
	.area-section__divider { margin-left: 0; }
	.areas--col-2 {column-fill: auto;}
}



/* ==========================================================================
	Cards
============================================================================= */
.cards { }
.card { min-height: 450px; margin-bottom: 24px; border: 0; overflow: hidden; }
.card-image-wrapper { }
.card-content { position: absolute; width: 100%; height: auto; bottom: 0; left: 0; padding: 32px; background-color: #fff; color: var(--dark); }
.card__title { font-size: min(1.5rem, 24px); font-weight: 700; line-height: 1.4; text-transform: none; margin-bottom: 12px; }
.card__description:last-child { margin-bottom: 0; }

@media (min-width: 992px) {
	.card { min-height: 600px; }
}

/* ==========================================================================
	Multi-Item Carousel
============================================================================= */
.multi-item-carousel { --shown-items: 1; --shown-percent: calc(100% / var(--shown-items)); --shown-percent-prev: calc(-100% / var(--shown-items)); --gap: 30px; margin-right: calc(var(--gap) * -1); }
.multi-item-carousel .carousel-item { justify-content: space-between; padding-right: var(--gap); }
.multi-item-carousel .carousel-item > * { transition: 0.6s; }
.multi-item-carousel .carousel-item.active, .multi-item-carousel .carousel-item-next, .multi-item-carousel .carousel-item-prev, .carousel-item--get-height { display: grid; gap: var(--gap); grid-template-columns: repeat(var(--shown-items), 1fr); visibility: visible; }
.multi-item-carousel .carousel-item-next:not(.carousel-item-start), .multi-item-carousel .active.carousel-item-end { -webkit-transform: translateX(var(--shown-percent)); transform: translateX(var(--shown-percent)); }
.multi-item-carousel .carousel-item-prev:not(.carousel-item-end), .multi-item-carousel .active.carousel-item-start { -webkit-transform: translateX(var(--shown-percent-prev)); transform: translateX(var(--shown-percent-prev)); }
.multi-item-carousel :is(.carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start)> *:first-child { opacity: 0!important; }
.multi-item-carousel :is(.carousel-item-start:not(.active),.carousel-item-end:not(.active))> *:first-child::before { opacity: 1!important; }
.multi-item-carousel .carousel-item.active:not(.carousel-item-start, .carousel-item-end)> *:first-child::before { opacity: 1!important; }
.multi-item-carousel [class*='lazy'] { opacity: 1; }

/* center single item */
.multi-item-carousel.single-item { margin-right: 0; }
.multi-item-carousel.single-item .carousel-item.active, .multi-item-carousel.single-item .carousel-item-next, .multi-item-carousel.single-item .carousel-item-prev, .multi-item-carousel.single-item .carousel-item { display: flex; justify-content: center; padding-right: 0; }
.multi-item-carousel.single-item .carousel-item > * { max-width: 350px; width: 100%; }

@media (min-width: 2000px) {
	.multi-item-carousel .carousel-item { justify-content: flex-start; }
}

/* Carousel controls */
/* For both single and multi-item carousels */
.carousel-controls { position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 128px; height: 58px; }
.carousel-controls [class*='carousel-control-'] { bottom: auto; background-color: rgba(var(--primary-rgb), 1); width: 53px; height: 53px; border: 0; border-radius: 50%; -webkit-transition: 0.4s; transition: 0.4s; opacity: 1; }
.carousel-controls [class*='carousel-control-']:hover { background-color: rgba(var(--primary-rgb), 0.25); }


/* ==========================================================================
  Home Page
============================================================================= */

/* Home Banner
============================================================================= */
#home-banner {position: relative;height: auto;min-height: 1039px;padding: var(--header-height) 15px 400px;overflow: hidden;background-color: rgba(var(--dark-rgb), 0.7);background-size: cover;background-position: center;}
#home-banner::after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg, rgba(var(--dark-rgb), 0.90) 0%, rgba(var(--dark-rgb), 0.00) 74.85%), linear-gradient(180deg, rgba(var(--dark-rgb), 0.90) 0%, rgba(var(--dark-rgb), 0.71) 45.33%, rgba(var(--dark-rgb), 0.00) 109.44%), no-repeat;z-index: 1;}

/* Home Banner Prompt */
#home-banner .prompt {color: #fff;position: relative;width: 100%;height: 100%;text-align: center;margin: auto;display: flex;z-index: 2;flex-direction: column;justify-content: center;}
#home-banner .prompt__lead {color: inherit;font-size: min(3.75em, 60px);margin: 0 0 20px;}
#home-banner .prompt__sub {color: inherit;font-size: min(1.5em, 24px);font-weight: 400;margin: 0 0 40px;}
#home-banner .prompt__form { margin: 51px auto 0;}
@media(min-width: 400px) and (max-width:1199px){
	#home-banner {min-height: 900px;}
}
@media (min-width: 1300px) {
  #home-banner { height: 100vh; }
}
@media(max-width:991px){
	#home-banner .prompt__lead { font-size: 36px; }
	#home-banner .prompt .lead__sm { font-size:22px; }
	#home-banner .prompt__sub { font-size: 20px; }
}

@media (max-width: 650px) {
	#home-banner {background-image: url('/images/banner-1--sm.webp'); background-blend-mode: darken; }
}

/* Home Banner Carousel */
#home-banner-carousel {position: absolute;top: 0;left: 0;height: 100%;width: 100%;linear-gradient(90deg, rgba(var(--dark-rgb), 0.90) 0%, rgba(var(--dark-rgb), 0.00) 74.85%), linear-gradient(180deg, rgba(var(--dark-rgb), 0.90) 0%, rgba(var(--dark-rgb), 0.71) 45.33%, rgba(var(--dark-rgb), 0.00) 109.44%),background: no-repeat;}
#home-banner-carousel .carousel-inner, #home-banner-carousel .carousel-item { height: 100%; }
#home-banner-carousel .carousel-indicators li { width: 8px; height: 8px; border: 1px solid rgba(255, 255, 255, .65); background: transparent; opacity: 1; }
#home-banner-carousel .carousel-indicators li.active { background: #fff; }
@media (max-width: 500px) {
	#home-banner-carousel { display: none; }
}

/* Home CTAs
============================================================================= */
#home-ctas {padding: 50px 15px 0;position: relative;z-index: 2;}

/* CTAs */
.ctas { font-size: min(1.125em, 18px); text-align: center; line-height: 1.14; list-style: none; margin: 0; padding: 0 9px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); justify-content: center; gap: 40px min(2.8vw, 57px); }
.cta { border-radius: var(--border-radius-lg); background: rgba(255, 255, 255, 0.70); box-shadow: var(--box-shadow); backdrop-filter: blur(5.4px); padding: 50px clamp(20px, 2.5vw, 42px); display: flex; flex-direction: column; justify-content: space-between; }
.cta__title {}
.cta__description { margin-bottom: 1.375rem; }
.cta .locator-search__form-group { max-width: 349px; }
@media(max-width:991px){
	.cta__title {font-size:22px;}
	.cta {padding:30px clamp(20px, 2.5vw, 42px);}
}

/* Home Stats
============================================================================= */
#home-stats {  }
.stats { list-style: none; padding: 48px 60px; display: flex; justify-content: center; width: min(90vw, 1647px); margin: 0 auto; flex-wrap: wrap; gap: 48px 60px; background-color: var(--secondary); color: #fff; border-radius: var(--border-radius-lg); text-align: center; }
.stats__number { font-family: var(--secondary-font); font-size: 60px; font-weight: 400; line-height: 1; }
.stats__description { font-size: 1em; display: block; margin: 24px 0 0; }
@media (min-width: 768px) and (max-width: 1399px) {
	.stats { justify-content: space-evenly; }
}
@media (min-width: 1400px) {
	.stats__item ~ .stats__item { border-left: 1px solid rgba(255,255,255,0.1); padding-left: 2vw; }
}
@media (min-width: 1700px) {
	.stats__item ~ .stats__item { padding-left: min(4vw, 72px); }
}
@media (min-width: 1700px) and (max-width: 1784px) {
	.stats__item:last-of-type { border-left: none; }
}
@media (min-width: 1400px) and (max-width: 1611px) {
	.stats__item:last-of-type { border-left: none; }
}
@media (max-width: 767px) {
	.stats__item { flex: 0 0 100%; }
}

/* Home Welcome
============================================================================= */
#home-welcome .container { width: min(100%, 955px); margin: 0 auto; }

/* Home Services
============================================================================= */
#services {  }
@media (min-width: 1200px) {
	#services { padding: 140px 0 70px; }
}

.services { padding: 14px 0 25px; }
.service-item { position: relative; display: block; color: inherit; font-weight: 400; width: clamp(100%, 446px, 22.5vw); background-color: var(--dark); color: #fff; padding: 47px 46px 47px 57px; border-radius: var(--border-radius-lg); border: 2px solid var(--secondary); }
.service-item p:last-child { margin: 0; }
.service-item__heading {  }
.service-item__icon { max-height: 32px; }
.service-item__title { color: inherit; font-size: min(1.5rem, 24px); font-weight: bold; line-height: 1.5; text-transform: capitalize; margin: 32px 0 12px; }
.service-item__sub { color: inherit; font-size: min(1.125rem, 18px); font-style: italic; font-weight: normal; line-height: 1.5; margin: 0 0 24px; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,0.1);  }
.service-item__more { display: flex; align-items: center; gap: 12px; }
.service-item__more::after { content: '\f061'; font-family: var(--font-awesome); }
/* invert card on hover */
.service-item:hover { background-color: #fff; color: inherit; transition: 0.3s ease-in; }
.service-item:hover .service-item__icon { filter: brightness(10) invert(1); }
.service-item__title.no-sub { border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; line-height: 1.5; margin: 32px 0 24px; padding-bottom: 24px; }

@media (min-width: 768px){
	.services .carousel-inner { transform: translateX(8.8vw); overflow: visible; }
}

@media (min-width: 1200px){
	.service-item { min-height: 290px; }
}

@media (min-width: 1500px) {
	.services + .carousel-controls { transform: translateX(calc(-25% + min(30vw,608px))); }
	.carousel + .carousel-controls [class*='carousel-control-'] { margin-top: 0; }
}

@media (max-width: 767px) {
	.service-item { margin-left: auto!important; margin-right: auto!important; }
}

/* Home Values
============================================================================= */
.services-value { width: 100%; text-align: start; }
.services-value__image-container { width: 100%; aspect-ratio: 700/350; overflow: hidden; position: relative; margin-bottom: 32px; }
.services-value__image {  }
.services_value__description { color: #2f4551; font-size: 22px; font-weight: 700; line-height: 1.5; text-transform: uppercase; }
.services-values-controls { margin-top: 36px; }
.services-values__divider { border-color: #dae3ea; }
@media (min-width: 992px) {
	.services-values-container { display: flex; flex-direction: column; }
	.services-values-inner { width: 108.8vw; padding-left: 8.8vw; }
}

/* Home Calculators
============================================================================= */
.calculators-container { gap: 23px min(2.5vw, 46px); justify-content: center; padding: 0 15px; }
.calculator { padding: 0; background-color: #fff; color: #000; padding: 36px 38px; border-radius: var(--border-radius-lg); font-size: min(1rem, 16px); display: flex; flex-direction: column; }
.calculator__title { color: inherit; font-size: inherit; font-weight: 600; line-height: 1.4; text-transform: uppercase; }
.calculator__img-wrapper { border-radius: 20px; max-height: 280px; width: 100%; overflow: hidden; position: relative; margin: 22px 0; }
.calculator__img { }
.calculator__subtitle { color: inherit; font-size: min(1.5rem, 24px); font-weight: 700; line-height: 1.4; letter-spacing: 0; }
.calculator__description { color: inherit; }
@media (min-width: 992px) {
	.calculator { width: min(33.333%, 448px); }
}

/* Secondary Analysis Banner
============================================================================= */
#analysis-secondary-banner { background-color: var(--dark);  }
.analysis-secondary-banner-img-wrapper { width: 100%; height: 300px; width: 100%; overflow: hidden; position: relative; }
.analysis-secondary-banner__img {  }
.analysis-secondary-banner-container { width: min(90vw, 1480px); margin: -100px auto; padding: 40px; background-color: var(--primary); color: #fff; text-align: center; border-radius: var(--border-radius-lg); box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.50); z-index: 2; position: relative; }

@media (min-width: 992px) {
	.analysis-secondary-banner-img-wrapper { height: 896px; }
	.analysis-secondary-banner-container {margin-top: -316px;  padding: 95px min(12vw, 273px); }
}

/* Home Acquisitions
============================================================================= */
#home-acquisitions {--content-top: -200px; margin-bottom: var(--content-top);}
.acquisitions__content { padding-bottom: calc(var(--content-top) * -1.25); }
.acquisitions__sub { color: inherit; font-size: 18px; font-weight: 400; line-height: 1.14; }
.acquisitions__image { position: relative; top: var(--content-top); width: min(90vw, 1314px);margin: 0 auto var(--content-top); border-top-right-radius: var(--border-radius-lg); border-top-left-radius: var(--border-radius-lg); overflow: hidden; }
.acquisitions__image-caption { padding: 31px 34px; background-color: #fff; border-bottom-right-radius: var(--border-radius-lg); border-bottom-left-radius: var(--border-radius-lg); height: auto; min-height: 148px; color: var(--dark); font-size: 20px; margin: 0; font-style: italic; }
@media (min-width: 992px) {
	#home-acquisitions {--content-top: -375px; }
	.acquisitions__content { min-height: 800px; }
	.acquisitions__image { border-radius: var(--border-radius-lg); }
	.acquisitions__image-caption { position: absolute; bottom: 36px; right: 36px; border-radius: var(--border-radius-lg); width: min(80vw, 368px);  }
}
@media (min-width: 1500px) {
	#home-acquisitions {--content-top: -490px; }
	.acquisitions__content { min-height: 896px; }
}


/* CTA Banner
============================================================================= */
#cta-banner { padding:49px 0; }
.cta-banner { text-align: center; display: flex; flex-wrap: wrap; justify-content: center; gap: 42px; }
.cta-banner__header { color: inherit; margin-bottom: 0; }


/* Home FAQ
============================================================================= */
@media (min-width: 992px) {
	#home-faq, #pm-faq { padding-top: 250px; }
}
@media (max-width: 991px) {
	#home-faq, #pm-faq { padding-top: 190px; }
}
/* Home Blog
============================================================================= */
#home-blog { }
#home-blog .container { display: flex; flex-direction: column; justify-content: center; gap: 90px; }



/* Inline Blog Post List
============================================================================= */
#blog-inline {  }
.blog-inline__list { display: grid; gap: 38px; }
.blog-inline__post-body { height: 100%; padding: 56px clamp(25px, 2.5vw, 50px); background-color: #fff; display: -webkit-box; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column; -webkit-box-pack: space-between; justify-content: space-between; border-radius: var(--border-radius-lg); box-shadow: 0px 4px 67.4px 0px rgba(0, 0, 0, 0.09); -webkit-transition: 0.4s; transition: 0.4s; position: relative; }
.blog-inline__post-title { font-size: min(1.375rem, 22px); font-weight: 700; line-height: 1.5; text-transform: uppercase; margin: 0 0 35px; padding: 0; color: inherit; -webkit-transition: 0.1s; transition: 0.1s; }
.blog-inline__read-more { width: 58px; height: 58px; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; font-size: 18px; margin: 30px 0 0 auto; overflow: hidden; border-radius: 50%; background-color: var(--primary); color: #fff; }
.blog-inline__post-more { color: #011934; font-size: 1rem; font-weight: 700; line-height: 1.71; margin-top: 32px; }
.blog-inline__post-more i { color: var(--primary); padding-left: 0.5rem; transition: 0.4s; }
.blog-inline__post-body:hover { color: inherit; }
.blog-inline__post-body:hover .blog-inline__read-more { background-color:var(--secondary); transition: 0.4s; }
.blog-inline__post-body:hover .blog-inline__post-more i { transform: translateX(5px); transition: 0.4s; }


@media (min-width: 768px) {
	.blog-inline__post-title { padding-right: clamp(65px, 4.9vw, 87px); }
	.blog-inline__read-more { margin: 0; position: absolute; top: 51px; right: 22px; }
}

@media(min-width:1200px){
	.blog-inline__list { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
}
@media (min-width: 992px) and (max-width: 1199px){
	.blog-inline__list { display: flex; flex-wrap: wrap; }
	.blog-inline__blog-post { flex: 0 0 calc(50% - 19px); }
}

/* ==========================================================================
  Secondary/Inner Pages
============================================================================= */
.body-container { padding-top: 70px; padding-bottom: 70px; }

/* Split CTAs */
.side-content { }
.side-content .ctas { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.side-content .ctas .cta { padding-left: 30px; padding-right: 30px; box-shadow: var(--box-shadow); }
.side-content .ctas .cta__title { font-size: min(2rem, 24px); }
@media (min-width: 992px) {
	.side-content .ctas { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
}
@media (min-width: 992px) and (max-width: 1199px){
	.side-content .ctas .cta { font-size: 18px; }
}

/* Secondary Banner
================================================== */
#secondary-banner { position: relative; min-height: 550px; height: auto; padding: calc(var(--header-height) + 87px) 15px var(--header-height); overflow: hidden; color: #fff; background-color: rgba(var(--dark-rgb), 0.3); background-repeat: no-repeat; background-position: center; background-size: cover; background-blend-mode: darken; }
#secondary-banner.amp-banner {min-height: 864px;padding: calc(var(--header-height) + 87px) 15px 365px;}
/* #secondary-banner { position: relative; min-height: 550px; height: auto; padding: calc(var(--header-height) + 87px) 15px var(--header-height); overflow: hidden; color: #fff; background-color: rgba(var(--dark-rgb), 0.6); background-repeat: no-repeat; background-position: center; background-size: cover; background-blend-mode: darken; } */
#secondary-banner::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: linear-gradient(90deg, rgba(var(--dark-rgb), 0.90) 0%, rgba(var(--dark-rgb), 0.00) 74.85%), linear-gradient(180deg, rgba(var(--dark-rgb), 0.90) 0%, rgba(var(--dark-rgb), 0.71) 45.33%, rgba(var(--dark-rgb), 0.00) 109.44%); }
#secondary-banner .image-list { display: none !important; }
#secondary-banner :is(.container,.container-fluid) { position: relative; z-index: 9; margin: auto; text-align: center; }
#secondary-banner .prompt { color: #fff; }
#secondary-banner .prompt .hero__lead {color: inherit;font-size: min(3.75rem, 60px); margin-bottom: 20px; }
#secondary-banner .prompt .hero__sub {color: inherit;font-weight: 400;text-transform: none;margin: 0;}
#secondary-banner .prompt > .btn, #secondary-banner .prompt .btn-list { margin-top: 51px; }
#secondary-banner .amp__form { margin-left: auto; margin-right: auto; }
#secondary-banner.hide-btns .prompt .btn-list, #secondary-banner.hide-btns .prompt .btn, #secondary-banner .amp__form:not(:has(form)) { display: none; }
@media (min-width: 851px) {
	#secondary-banner.secondary-banner--alt { min-height: min(51vw, 1080px); }
}
@media (min-width: 2001px){
	#secondary-banner { background-size: cover; }
}
@media(min-width:1200px){
	#secondary-banner { background-blend-mode: unset; }
	#secondary-banner::after { }
}
@media (max-width: 991px){
	#secondary-banner { background-size: cover; background-attachment: scroll; }
	#secondary-banner .prompt .hero__lead { font-size: 45px; }
	#secondary-banner.amp-banner {padding: 155px 15px 415px;}

}
@media (max-width: 850px){
	#secondary-banner { min-height: 450px; }
	#secondary-banner .prompt .hero__lead { font-size: 36px; }
	#secondary-banner .prompt .hero__sub { font-size: 22px; }
}

/* Secondary Banner ALT */
#secondary-banner.secondary-banner--alt::after { background: linear-gradient(180deg, rgba(var(--dark-rgb), 0.90) 9.07%, rgba(var(--dark-rgb), 0.71) 21.35%, rgba(var(--dark-rgb), 0) 50%); }

/* No Hero Image */
body.no-hero #secondary-banner { display: none; }
main.no-hero:not(:has(#secondary-banner)), body.no-hero main { margin-top:var(--header-height); }

/* ==========================================================================
  About Page
============================================================================= */

/* About Intro */
#about-intro { --min-mt: -80px; position: relative; margin-top: clamp(var(--min-mt), -9vw, -181px); }
#about-intro .rounded-box { --padding-x: 128; }


/* About Values */
.values { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 26px; padding: 0; }
.value__item { flex: 0 0 clamp(40vw, 100%, 450px); border-radius: var(--border-radius-lg); position: relative; color: #fff; box-shadow: var(--box-shadow--opacity-med); overflow: hidden; background-color: var(--dark); background-size: cover; background-attachment: scroll; background-position: center top; min-height: 559px; }
.value__item::before { background: linear-gradient(180deg, rgba(var(--dark-rgb), 0.00) 0%, var(--dark) 47.25%); opacity: 1; }
.value__container { position: relative; padding: 278px 57px 56px 46px; }
.value__title { font-size: min(1.375rem, 22px); font-weight: 700; line-height: 1.14; text-transform: uppercase; margin: 0 0 11px; }
.value__description { margin-bottom: 0; }

@media (min-width: 1200px) {
	#about-values { padding: 133px 0 150px; }
	.value__item { flex: 0 0 clamp(350px, 25vw, 450px); }
}

@media (min-width: 1800px) {
	.value__item { background-size: contain; }
}


#about-team .container-fluid { position: relative; }
@media (min-width: 1200px) {
	#about-team { padding: 140px 0 70px; }
}

.team { padding: 14px 0 25px; }
.team-member {position: relative;color: inherit;font-weight: 400;width: clamp(100%, 325px, 16.5vw);height: auto;min-height: 325px; overflow: hidden; background-color: var(--dark);color: #fff;border-radius: var(--border-radius-lg);box-shadow: 0px 3.517px 24.619px 0px rgba(0, 0, 0, 0.50);container-name: team-member;container-type: inline-size;}
.team-member__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; }
.team-member__image:not(:has(.team-member__logo))::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(1, 25, 52, 0.00) 0%, rgba(1, 25, 52, 0.80) 100%); z-index: 1; }
.team-member__image img:not(.team-member__logo) { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-position: top; opacity: 1; }
.team-member__logo { position: absolute; width: 50%; height: auto; top: 40%; left: 50%; transform: translate(-50%, -50%); border-radius: 0; object-fit: contain; object-position: center; }
.team-member__heading {padding: 250px 47px 45px 47px;position: relative; z-index: 1; }
.team-member__name { color: inherit; font-size: min(1.375rem, 22px); text-transform: uppercase; margin: 0 0 2px; }
.team-member__title {margin: 0;font-size: 18px;font-weight: 400;padding-right: 50px; }
.team-member__bio { display: none; font-size: 16px; }
.team-member__btn { width: 58.49px; height: 58.49px; border-radius: 50%; border: 0; background-color: rgba(255,255,255,0.5); font-size: 20px; display: flex; justify-content: center; align-items: center; transition: 0.4s ease-out; position: absolute; right: 33px; bottom: 30px; z-index: 2; }
.team-member__btn:hover { background-color: rgba(255,255,255,1); font-size: 28px; transition: 0.4s ease-in; }

@container team-member (max-width: 375px) {
	.team-member__image::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: var(--dark); opacity: 0.7; }
	.team-member__logo { top: 35%; }
	.team-member__content { height: 100%; min-height: 400px; position: relative; }
	.team-member__heading { padding: 45px; position: absolute; bottom:45px; left: 0; }
	.team-member__name { font-size: 18px; }
	.team-member__title { font-size: 16px; padding-right: 0;}
}

/* @media (min-width: 768px){
	.team .carousel-inner { transform: translateX(8.8vw); overflow: visible; }
} */

/* @media (min-width: 1500px) {
	.team + .carousel-controls { transform: translateX(calc(-25% + min(30vw, 377px))); position: absolute; top: 0; }
} */

@media (max-width: 767px) {
	.team-member { margin-left: auto!important; margin-right: auto!important; box-shadow: none; }
}

.team + .carousel-controls {display:none;}

/* Bio Popups */
#bioModal .modal-content { border-radius: var(--border-radius-lg);  }
#bioModal .modal-close { position: relative; padding: 24px 16px; box-shadow: 0px 2px 12px 0px rgba(33, 61, 113, 0.25); }
#bioModal .btn-close { border: none; outline: none; color: var(--dark); }
#bioModal .modal-close button { position: relative; top: 0; right: 0; width: 34px; height: 24px; font-size: 16px; font-weight: 400; line-height: 150%; color: var(--dark); background: none!important; opacity: 1; transition: .5s; }
#bioModal .modal-close button:hover { color: var(--dark)!important; }
#bioModal .modal-body { padding: 0; }
#bioModal button { position: absolute; right: 10px; top: 5px; z-index: 99; width: 30px; height: 30px; line-height: 30px; text-align: center; padding: 0; }
.bio-popup { display: flex; padding: 0; animation-name: none; opacity: 1; overflow: hidden; animation: none!important; container-name: bio-popup;container-type: inline-size; }
.bio-popup .team-member__bio, .bio-popup .team-member__bio > *:not(.team-member__contact) { display: block; }
.bio-popup .team-member__image {margin: 0;animation: none!important;position: relative;width: 100%;height: 100%;padding: 0;border-radius: 0;}
.bio-popup .team-member__image img { border-radius: 0; }
.bio-popup .team-member__heading { padding: 0; }
.bio-popup .team-member__name { font-size: 24px; }
.bio-popup .team-member__title { color: var(--gray-dark); margin-bottom: 24px; overflow: auto; text-overflow: unset; }
.bio-popup .team-member__content { background-color: var(--gray-md); color: var(--body-text); }
.bio-popup .team-member__bio { text-align: left; }
.bio-popup .team-member__contact { display: none; }
.bio-popup .team-member__contact:has(a) { display: flex; flex-wrap: wrap; }
.bio-popup .team-member__contact { flex-direction: column; position: absolute; align-items: center; justify-content: center; gap: 0 20px; z-index: 3; text-align: center; }
.bio-popup .team-member__contact i { display: block;  }
.bio-popup .team-member__contact::before { display: none; }
.bio-popup .team-member__btn { display: none; }
@media (min-width: 992px) {
	#bioModal .modal-xl { --bs-modal-width: 90vw; max-width: var(--bs-modal-width); }
	#bioModal .modal-content { height: 564px; flex-direction: row; max-height: 80vh; }
  .bio-popup { height: 100%; }
	.bio-popup .team-member__content { text-align: left; overflow: scroll; padding: 72px 60px 100px; flex: 1 1 auto; }
	.bio-popup .team-member__image { width: 33.33%; flex: 0 0 33.33%; }
  .bio-popup .team-member__title::after { margin-left: 0; }
	.team-member__contact { bottom: 40px; left: 40px; width: calc(33.33% - 80px); padding: 16px 24px; background: #fff; border-radius: 10000px; box-shadow: 0px 2px 12px 0px rgba(33, 61, 113, 0.25); }
}
@media (min-width: 1200px) {
	#bioModal .modal-xl { --bs-modal-width: 1024px; }
}
@media (max-width: 991px) {
  .team { grid-gap: 55px 5vw; }
	#bioModal { --bs-modal-margin: 24px; }
	#bioModal .modal-body { overflow: scroll; position: unset; }
	#bioModal .modal-close { text-align: right; }
	#bioModal .btn-close { color: #fff; right: 30px; top: 20px; }
	.bio-popup { flex-direction: column; position: unset; height: auto; }
  .bio-popup .team-member__image { width: 300px; max-width: 100%; margin: 30px auto 0; padding: 0 15px; }
	.bio-popup .team-member__image .circle-img { padding-top: 100%; height: 0; width: 100%; border-radius: 50%; overflow: hidden; }
	.bio-popup .team-member__content {padding: 32px 20px 100px;}
	.bio-popup .team-member__contact { bottom: 0; left: 0; right: 0; padding: 16px 24px; background: #fff; box-shadow: 0px 2px 12px 0px rgba(33, 61, 113, 0.25); flex-direction: row; gap: 0 20px; flex-wrap: wrap; }
}


@container bio-popup (max-width: 900px) {
	.bio-popup .team-member__image { min-height: 300px; }
}

/* ==========================================================================
	Testimonials
============================================================================= */
#testimonials { padding: 85px 0; }
#testimonials .container { position: relative; }
#testimonials .blockquote { max-width: 1186px; margin: 35px auto 50px; position: relative; border-radius: var(--border-radius); border: 2px solid var(--secondary); padding: 56px clamp(30px, 6.9vw, 138px) 70px; font-size: min(1.375rem, 22px); }
#testimonials .blockquote::before { content: ''; position: absolute; top: -40px; left: -30px; width: 134px; height: 96px; background-color: #fff; background-image: url('/images/icon-quotes.svg'); background-position: center center; background-repeat: no-repeat; z-index: 1; }
#testimonials .blockquote-footer { position: absolute; bottom: -19px; right: 50%; padding: 0 39px; background-color: #fff; color: inherit; font-size: inherit; font-weight: bold; transform: translateX(50%); }
#testimonials .blockquote-footer::before { display: none; }

@media (min-width: 992px) {
	#testimonials { padding: 171px 0; }
	#testimonials .blockquote-footer { right: 62px; transform: none; }

}

/* ==========================================================================
 Acquisitions Page
============================================================================= */

/* Acquisitions Advantages */
#acquisitions-advantages hr {border-top:6px solid var(--secondary);width:65px;margin: 55px auto;}
.acquistions__item  { position: relative; padding-left: 80px; margin-bottom: 55px; }
.acquistions__icon  { position: absolute; left: 0; top: 0; fill: #e6a756; height: 43px; width: 43px; }
.acquistions__title { font-size: 24px; margin: 10px 0; }
.acquistions__description  { font-size: 15px; line-height: 2em; }

/* Acquisitions Guarantees */
#acquisitions-guarantees { background-color: #fbc531; }
.acquisitions-guarantees__title {margin-bottom: 30px;}

@media(min-width:992px){
	.acquisitions-guarantees__description {margin-bottom: 0;}
}


/* Acquisitions Affiliates */
.acquisitions-affil__header {margin-bottom:70px;}
.acquisitions-affil__item {position: relative;padding:50px 15px;color:#303030;}
.acquisitions-affil__row [class*='col'] {min-height:442px;display:flex;justify-content: center;align-items: center; }
.acquisitions-affil__logo {margin-bottom:90px;transition: 0.4s;}
.acquisitions-affil__row [class*='col']:nth-child(even) { background: var(--gray); }
.acquisitions-affil__item:hover .acquisitions-affil__logo { transform: scale(1.1); }

@media(min-width:992px){
	.acquisitions-affil__name {position:absolute;bottom:60px;left:50%;transform:translateX(-50%);font-size:20px;}
	.acquisitions-affil__item {padding:50px;}
}
@media (min-width: 576px) and (max-width: 991px) {
	.acquisitions-affil__row [class*='col']:nth-child(4n-1) { background: var(--gray); }
	.acquisitions-affil__row [class*='col']:nth-child(4n) { background: #fff; }
}
@media(max-width:350px){
	.acquisitions-affil__row [class*='col'] {min-height:350px;}
}

/* ==========================================================================
  Blog Page
============================================================================= */
.blog-header { margin-bottom: 50px; }
.blog-header h1 a { color: var(--body-text); }
.blog-header h1 a:hover { color: var(--primary); }
.blog-header .breadcrumb { background: none; padding: 15px 0; margin: 0; position: relative; font-size: 15px; transform: translateY(-60px); letter-spacing: .05em; }

/* Main Template */
.blog-container { }
.blog-container .main-panel { }
.blog-container .side-panel { float: none; width: unset; }
.blog-container .index { display: block; margin: 30px 0; text-transform: uppercase; font-weight: bold; }
@media (min-width:992px) {
	.blog-header h1 { font-size: 42px; }
	.blog-container {display: flex;justify-content: space-between;align-items: flex-start;gap: min(5vw, 105px);}
	.blog-container .main-panel {flex: 1 1 auto;}
	.blog-container .side-panel {flex: 0 0 350px;}
}

/* Search */
#tipue_search_content { max-width: 100% !important; padding: 0 !important; }
#tipue_search_content { padding: 0!Important; max-width: 100%!Important; font-weight: 400; }
#tipue_search_content .tipue_search_content_title { font-size: 24px; font-weight: 400; color: var(--secondary); line-height: 1.15; }
#tipue_search_content .tipue_search_content_title ~ .tipue_search_content_title { margin-top: 50px; }
#tipue_search_content .tipue_search_content_url a { color: var(--secondary)!Important; font-size: 16px!Important; font-weight: 400!Important; }
#tipue_search_content .tipue_search_content_text { font-weight: 400 !important; }
#tipue_search_input { background: var(--gray); padding: 10px; border-radius: 15px 0 0 15px; flex: 1 1 auto; border: 0; font-size: 16px; color: #000; }
#tipue_search_input::-webkit-input-placeholder {  }
.tipue_search_group { display: flex; height: 30px; width: 100%; }
.tipue_search_button { color: #fff; background: var(--secondary); border: 1px solid var(--secondary); border-radius: 0 15px 15px 0; flex: 0 0 37px; padding: 0 5px 0 0; transition: 0.4s; outline: none!important; }
.tipue_search_button:hover { background: #fff; color: var(--secondary); transition: 0.4s; }

/* Side Panel
============================================================================= */
.blog-container .side-panel {background: #fff;border-radius: var(--border-radius-lg);padding: 40px;box-shadow: var(--box-shadow);}
.blog-container .side-panel section { margin: 0 0 45px; }
.blog-container .side-panel section h4 { font-size: 15px; text-transform: uppercase; padding-bottom: 15px; margin: 0 0 20px; border-bottom: 1px solid #cccccc; letter-spacing: .1em; }
.blog-container .side-panel section ul { list-style: none; padding: 0; margin: 0; }
.blog-container .side-panel section a { }
.blog-container .side-panel section a:hover { }
.blog-container .side-panel section .social a:hover { color: #fff; }

/* Blog Search */
.blog-container .side-panel .tipue_search_group { display: flex; }
.blog-container .side-panel .tipue_search_group input { flex: 1 1 auto; background: #fff !important; padding: 10px !important; }
.blog-container .side-panel .tipue_search_group button { flex: 0 0 46px; }

/* Recent */
.blog-recent-posts { }
.blog-recent-posts li { margin-bottom: 25px; }
.blog-recent-posts li a { display: flex; justify-content: space-between; }
.blog-recent-posts .post-thumb { position: relative; flex: 0 0 127px; height: 85px; overflow: hidden; margin-right: 20px; background: var(--dark); }
.blog-recent-posts .post-thumb img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; transition: 0.7s; }
.blog-recent-posts .post-thumb .video { color: var(--primary); text-align: center; line-height: 85px; font-size: 50px; transition: 0.7s; }
.blog-recent-posts .post-thumb .default { max-height: 60%; width: auto; height: auto; max-width: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.7s; filter: brightness(0) invert(1); }
.blog-recent-posts .post-details { font-size: 14px; line-height: 1.2; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; letter-spacing: .05em; }
.blog-recent-posts .post-details .post-title { margin: 0 0 3px; }
.blog-recent-posts .post-details .post-date { color: #8f8f8f; font-size: 0.9em; margin-bottom: 0; }

/* Recent - Hover Effects */
.blog-recent-posts li a:hover .post-thumb img, .blog-recent-posts li a:hover .post-thumb .video { transform: scale(1.1); transition: 0.7s; }
.blog-recent-posts li a:hover .post-thumb img.default { transform: translate(-50%, -50%) scale(1.1); transition: 0.7s; }

/* Categories */
.blog-category-list li { font-size: 15px; display: block; padding: 0px 10px; margin: 0 0 5px; }
.blog-category-list li::before { content: '- '; }
.blog-category-list li a {  }


/* Tags */
.blog-tag-list li { font-size: 14px; display: inline-block; padding: 8px 10px 7px; line-height: 1; margin-left: 1px; margin-bottom: 5px; border-radius: 3px; background: var(--primary); transition: 0.3s; border-bottom: 2px solid rgba(0,0,0,0.1); }
.blog-tag-list li a { color: #fff; }
.blog-tag-list li:hover { box-shadow: 1px 1px 5px rgba(0,0,0,0.35); transform: scale(1.01); transition: 0.3s; background: var(--primary); }

/* Authors */
.blog-author-list { display: flex; flex-wrap: wrap; text-align: center; justify-content: space-around; }
.blog-author-list li { flex: 0 0 80px; }
.blog-author-list .author-image {height: 100px;width: 100px;margin: 0 auto 5px;border-radius: 50%;border: 3px solid var(--primary);background: #fff;position: relative;overflow: hidden;}
.blog-author-list .author-image img {position: absolute;top: 50%;left: 50%;transition: 0.7s;transform: translate(-50%, -50%);}
.blog-author-list .author-name { font-size: 12px; letter-spacing: 0.025em; line-height: 1.1em; text-transform: none; }
.blog-author-list li a:hover .author-image img {transition: 0.7s;max-width: 80%;transform: translate(-50%,-50%) scale(1.25);}

/* Post
============================================================================= */
.blog-post { background: #fff; border: 0; }
.blog-post .post-featured { position: relative; display: block; height: 0; padding-top: 56.25%; overflow: hidden; background: var(--dark); border-radius: 20px; }
.blog-post .post-featured img, .blog-post .post-featured iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; transition: 0.7s linear; }
.blog-post .post-featured img.default { max-width: 70%; height: auto; width: auto; margin: 0 auto; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: brightness(0) invert(1); }
.blog-post .post-featured img:not(.default) { transform: scale(1.01); }
.blog-post a.post-featured:hover img:not(.default) { transform: scale(1.1); transition: 0.7s ease; }
.blog-post a.post-featured:hover { background-color: #000; }
.blog-post .post-header { padding: 30px 0 0; text-transform: lowercase; border: 0; margin: 0; }
.blog-post .post-header .post-title { font-size: 32px; font-family: var(--primary-font); font-weight: 600; margin: 0 0 5px; padding: 0; border: 0; text-transform: none; color: var(--body-text); }
.blog-post .post-header .post-date { font-size: 14px; color: var(--gray-dark); text-transform: uppercase; line-height: 1.1; margin-bottom: 25px; }
.blog-post .post-body { padding: 5px 0 0; font-size: 18px; margin: 0; line-height: 1.66; }
.blog-post .post-body h2 {font-size: 24px;margin: 35px 0 15px;}
.blog-post .post-body h3 { font-size: 24px; letter-spacing: .05em; }
.blog-post .post-body h4 { font-size: 20px; letter-spacing: .05em; }
.blog-post .post-footer { padding: 20px 0 35px; }
.blog-post .post-footer h4 { font-size: 15px; text-transform: uppercase; margin: 0 0 20px; letter-spacing: .1em; }
.blog-post .post-footer-share { text-align: right; }
.blog-post .read-more { font-size: 18px; margin-top: 30px; display: flex; align-items: center; justify-content: flex-start; font-weight: 600; text-align: right; letter-spacing: .1em; }
.blog-post .read-more i { font-size: .65em; padding-left: 5px; }
@media (min-width: 992px) and (max-width: 1100px) {
	.blog-post .post-body table { max-width: 500px!important; }
}

/* Post Author */
.blog-post .post-footer-author {margin-top: 30px;padding-top: 30px;border-top: 1px solid #ccc;}
.blog-post .post-footer-author .author-image { position: relative; height: 130px; width: 130px; overflow: hidden; margin: 0 auto 30px; border-radius: 50%; }
.blog-post .post-footer-author .author-image img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.blog-post .post-footer-author .author-details { text-align: center; }
.blog-post .post-footer-author .author-details .author-name { font-size: 18px; color: #333333; text-transform: uppercase; margin: 0; }
.blog-post .post-footer-author .author-details .author-title { font-size: 14px; color: var(--body-text); line-height: 1.1; text-transform: uppercase; margin-bottom: 15px; }
.blog-post .post-footer-author .author-details .author-bio { display: none; }
.blog-post .post-footer-author .author-details .author-bio, .author-bio-preview { font-size: 15px; color: var(--body-text); line-height: 1.1; }
.blog-post .post-footer-author .author-details .author-bio > *:last-child { display: inline; }
.blog-post .post-footer-author .author-details .author-bio-toggle { font-size: 13px; display: inline; color: var(--body-text); text-transform: uppercase; }
@media (min-width:501px) {
	.blog-post .post-footer-author .author-image { float: left; margin: 5px 30px 10px 0; }
	.blog-post .post-footer-author .author-details { text-align: left; }
}

/* Post List
============================================================================= */
.blog-post-list { }
.blog-post-list .blog-post { margin-bottom: 30px; }
.blog-post-list .post-body { padding: 0 0 35px; font-size: 18px; color: var(--body-text); line-height: 1.5; }
.blog-post-list .blog-post .post-featured .default svg { position: absolute; top: 50%; left: 50%; max-width: 70%; transform: translate(-50%, -50%); }
.blog-post-list .blog-post .post-featured .default #logo-text * { fill: #fff; }

/* Split Blog Post List */
/* @media (min-width:768px) {
	.blog-post-list .blog-post { display: flex; }
	.blog-post-list .post-image { flex: 0 1 40%; min-width: 40%; padding: 30px 0 30px 30px; }
	.blog-post-list .post-featured { height: 100%; padding: 0; }
	.blog-post-list .post-content { flex: 1 1 auto; }
	.blog-post-list .post-body { padding-bottom: 30px; }
} */


/* ==========================================================================
  Contact Page
============================================================================= */
.contact-info { list-style: none; padding-left: 15px; font-size: 20px; margin: 35px 0; }
.contact-info a { color: inherit; }
.contact-info a:hover { color: var(--primary); }
.contact-info > li { padding-left: 40px; position: relative; margin: 25px 0; }
.contact-info__icon { position: absolute; top: 0; left: 0; color: var(--primary); font-size: 25px; }
.contact-info table { font-size: 16px; margin: 20px 0; width: auto; }
.map-container { margin-bottom: -8px; }




/* ==========================================================================
  Pricing Page
============================================================================= */
#pricing { padding-bottom: 50px; }
#pricing table { margin: 50px auto 130px; }

/* Table Header */
#pricing thead {  }
#pricing thead th { font-size: 16px; color: var(--body-text); padding: 25px; text-align: center; min-width: 321px; vertical-align: middle; font-weight: 400; border-top-left-radius: 60px; border-top-right-radius: 60px; }
#pricing thead th h3 { display: block; font-size: 35px; line-height: .95em; color: inherit; margin: 0; letter-spacing: .025em; }
#pricing thead th h4 { font-size: 15px; font-weight: 300; margin: 15px 0 0; font-family: var(--primary-font); }
#pricing thead th p { margin: 0; }
#pricing thead th:nth-child(1) { min-width: 355px; color: var(--secondary); }
#pricing thead th:nth-child(2) { width: 33%; background-color: var(--primary);  color: #fff; }
#pricing thead th:nth-child(3) { width: 33%; background-color: var(--secondary); color: #fff; }

/* Table Body */
#pricing tbody { background-color: #fff; border-top: 15px solid #fff; border-bottom: 15px solid #fff; box-shadow: var(--box-shadow-xl); }
#pricing tbody th { position: relative; font-size: 16px; text-align: left; padding: 12px 15px 12px 35px; font-weight: 800; }
#pricing tbody th small { display: block; }
#pricing tbody td { font-size: 16px; padding: 12px 15px; text-align: center; font-weight: 300; height: 52px; vertical-align: middle; overflow: auto; }
#pricing tbody td:nth-child(2) i { color: var(--primary); }
#pricing tbody td:nth-child(3) i { color: var(--secondary); }
#pricing tbody td i { font-size: 30px; }
#pricing tbody td:nth-child(2) .fa-times { color: #c5c5c5; }

/* Buttons */
#pricing tbody .table-footer { }
#pricing tbody .table-footer td { padding: 0; height: 0; border: 0; position: relative; overflow: visible; }
#pricing tbody .table-footer td .btn { min-width: 0; width: 100%; max-width: 80%; height: 51px; line-height: 51px; position: absolute; left: 50%; top: 35px; transform: translateX(-50%); }

@media (max-width: 1400px){
	#pricing thead th { min-width: unset!important; width: 25%; }
	#pricing thead th h3 { font-size: 25px; }
}

/* Mobile Table v2 */
@media (max-width: 991px){
	#pricing, #pricing thead, #pricing tbody, #pricing th, #pricing td, #pricing tr { display: block; border: 0!important; }
	#pricing thead tr { display: flex; }
	#pricing thead tr th:first-child { display: none; }
	#pricing thead tr th { flex: 1 1 33.33%; min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 25px 5px; border-top-left-radius: 40px; border-top-right-radius: 40px; }
	#pricing thead th h3 { font-size: 18px; }
	#pricing tbody { border: 0; }
	#pricing tbody td { display: flex; flex-direction: column; justify-content: center; font-size: 16px; overflow: visible; padding: 15px 8px; height: auto; }
	#pricing tbody td:nth-child(2) { background-color: var(--primary); color: #fff; }
	#pricing tbody td:nth-child(2) i { color: #fff!important; }
	#pricing tbody td:nth-child(3) { background-color: var(--secondary); color: #fff; }
	#pricing tbody td:nth-child(3) i { color: #fff!important; }
	#pricing tbody td::before { text-align: left; min-width: 50%; font-size: 15px; }
	#pricing tbody td:first-child { font-size: 20px; font-weight: 500; padding: 15px 8px; margin: 30px 0 0; text-align: center; justify-content: center; background: #fff; }
	#pricing tbody td.not-included::after, #pricing tbody .footer td .btn { margin: 0; }
	#pricing tbody tr { display: flex; flex-wrap: wrap; border: 1px solid #ccc!important; border-bottom: 0!important; }
	#pricing tbody td { flex: 1 1 33.33%; margin: 0; }
	#pricing tbody td:first-child { flex: 1 0 100%; margin: 0; }
	#pricing tbody tr:last-child { border-bottom: 1px solid #ccc!important; }
	#pricing tbody th { text-align: center; flex: 1 1 100%; padding: 15px 8px; }
	#pricing tbody .table-footer td:first-child { display: none; }

}
@media (max-width: 475px){
	#pricing tbody td:first-child, #pricing tbody th small, #pricing tbody td small { font-size: 18px; }
	#pricing tbody td, #pricing thead tr th { font-size: 14px; line-height: 1.1; }
	#pricing tbody .table-footer td:not(:last-child){ display: none; }
	#pricing thead th h3 { font-size: 16px; overflow-wrap: break-word; }
	#pricing thead th h4 { font-size: 12px; }
	#pricing thead th br { display: none; }
}


/* ==========================================================================
  Guarantees
============================================================================= */
.guarantees { display: flex; flex-wrap: wrap; justify-content: center; gap: 50px; }
.guarantee { width: min(100%, 344px); }
.guarantee__header { }
.guarantee__badge { position: relative; }
.guarantee__badge-title { text-align: center; font-size: 14px; font-weight: 600; margin-top: -8px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2; }
.guarantee__title { }
.guarantee__description { }


/* ==========================================================================
  #Services Page(s)
============================================================================= */
.intro { padding-top:85px; padding-bottom: 115px; font-size: 16px; overflow: hidden; }
.intro *:is(p,li) > a:not(.btn) { font-weight: bold; }
.intro hr { border-color: rgba(var(--secondary-rgb), 0.15); margin: 1.25rem, 0 2rem; }
.intro__sub { margin: 12px 0 32px; }
.intro :is(h4:not(.intro__sub), .display-4) { font-weight: bold; margin-bottom: 1rem; text-transform: none; }

.image-wrapper { position: relative; height: 0; width: 100%; padding-top: 42.39%; overflow: hidden; margin-bottom: 35px; }
.image-wrapper img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

.form-cta { margin-bottom: 40px; position: relative; }
.form-cta__arrow { position: absolute; right: -60px; bottom: -10px; transform: scaleX(-1) rotate(120deg); transform-origin: left; z-index: 2; }
.form-cta__arrow svg { fill: var(--primary); max-width: 131px; height: 50px; }
@media (min-width: 992px){
	.intro { padding-top: 143px; padding-bottom: 190px; }
	.form-cta__arrow { bottom: 0; transform: rotate(0deg); }
	.form-cta__arrow svg { max-width: 131px; }
}

/* AMP
============================================================================= */
.amp { text-align: center; width: 100%; }
.amp a { color: inherit; }
.amp a:hover { color: var(--primary); }
.amp__lead { font-size: 42px; font-family: var(--primary-font); line-height: 1; margin-top: 15px; }
.amp__sub { font-size: 20px; line-height: 1.5; margin-top: 15px; }
.amp__form { min-height: 60px; }
.amp__form .ion-form {display: flex;position: relative;flex-wrap: wrap;gap: 15px;align-items: center;justify-content: space-between;background-color: #fff;padding: 15px;border-radius: 10px;}
.amp__form .ion-form .ion-form-group { width: 100%; margin-bottom: 0; }
.amp__form .ion-form label { display: none; }
.amp__form .ion-form input {width: 100%;border: 0 !important;line-height: 1;height: 42px;padding: 0!important;background: #fff;border-radius: 10px !important;display: block;}
.amp__form .ion-form input::-webkit-input-placeholder { font-size: 15px; color: var(--gray-darker); font-family: var(--secondary-font); font-weight: 500; text-align: center; white-space: pre-line; }
.amp__form .ion-form button {width: auto;min-width: 97px;height: 42px;line-height: 1em;color: #fff;background: var(--secondary);border-color: var(--secondary);border-radius: 8px;text-transform: capitalize;padding: 12px 24px;font-size: 17px;font-weight: 500;letter-spacing: 0.01em;font-family: var(--secondary-font);text-transform: uppercase;display: flex;justify-content: center;align-items: center;gap: 12px;transition: 0.3s;}
/* .amp__form .ion-form button::after { content: '\e09f'; font-family: var(--font-awesome); font-size: 20px; font-weight: 400; } */
.amp__form .ion-form button:hover { background-color: #fff; color: var(--secondary); transform: scale(1.1); }

@media (min-width: 992px) {
  .amp__form .ion-form .ion-form-group {width: min(600px, 100%)!important;}
	.amp__form .ion-form input::-webkit-input-placeholder { text-align: left; }
	.amp__form .ion-form button { }
}
@media(max-width:665px){
	.amp__form .ion-form input {min-height: 85px;padding: 0 15px 20px!important;}

}

@media (max-width: 600px) {
	.amp__lead { font-size: 34px; }
	.amp__sub { font-size: 20px; }
	.amp__form .ion-form { flex-wrap: wrap; }
	.amp__form .ion-form button { width: 100%; }
}


/* Cluster Content
============================================================================= */
:root { --subNavHeight: 78px; }
.hide-sub-nav #sub-nav { display: none!Important; }
#hero { position: relative; padding-bottom: var(--subNavHeight); }

/* Sub Nav */
#sub-nav { position: absolute; bottom: 0; left: 0px; right: 0px; height: var(--subNavHeight); color: var(--body-text); text-transform: capitalize; background-color: var(--gray); }
#sub-nav::before { content: '';  position: absolute; top: 0; bottom: 0; left: 50%; transform: translateX(-50%); width: 100%; max-width: 100%; z-index: -1; transition: 0.5s; }
#sub-nav .nav {height: 100%;gap: min(1.7vw, 33px);line-height: 1.21;}
#sub-nav:not(.affix) .nav-item {height: 55px;}
#sub-nav .nav-link {color: inherit;font-weight: 600; height: 100%;display: flex;align-items: center;}
#sub-nav.affix { position: fixed; height: 50px; line-height: 1; top: 50px; left: 0; right: 0; padding: 5px 0; z-index: 99; }
#sub-nav.affix::before { transform: translateX(-50%) scaleX(1.5); transition: 0.5s; box-shadow: var(--box-shadow); }
#sub-nav .nav-link:hover, #sub-nav .nav-item.active .nav-link {color: var(--primary);transition: 0.3s;}
@media (min-width: 501px) {
	#sub-nav:not(.affix) .nav-link {position: relative;overflow: hidden;padding: 0; }
	#sub-nav:not(.affix) .nav-link::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('/images/icon-rhome.svg') no-repeat center top 19px / 43px; transform: translateY(-100%); transition: 0.4s; }
	#sub-nav .nav-link:hover::after, #sub-nav .nav-item.active .nav-link::after {transform: translateY(-0.25em);}

}
@media (min-width: 1400px) {
	#sub-nav:not(.affix) .nav-link { align-items: flex-end; }
	#sub-nav.affix .nav-link { padding: 0; }
}
@media (min-width:1400px) and (max-width:1599px) {
	#sub-nav { font-size: 15px; }
	#sub-nav .nav {  gap: 15px; }
	/* #sub-nav:not(.affix) .nav-link { padding: .5rem; } */
}
@media (max-width:1399px) {
	#sub-nav .nav-item, #sub-nav .nav-item.prev:before  { display: none; }
	#sub-nav .nav-item.prev, #sub-nav .nav-item.next, #sub-nav .nav-item.active { display: inherit; align-items: center; height: 100%; }
	#sub-nav .nav-item.prev::before { content: '\f053'; display: inline-block; font-family: var(--font-awesome); font-style: normal; font-weight: 400; -webkit-font-smoothing: antialiased; font-size: 16px;  }
	#sub-nav .nav-item.next::after {content: '\f054';display: inline-block;font-family: var(--font-awesome);font-style: normal;font-weight: 400;-webkit-font-smoothing: antialiased;font-size: 16px;  }
	/* #sub-nav:not(.affix) .nav-item.prev::before, #sub-nav:not(.affix) .nav-item.next::after { margin-top: auto; } */
}
@media (max-width:768px) {
	#sub-nav .nav-item.active:not(:first-child):not(:last-child) { display: none; }
}
@media (max-width:500px) {
	#sub-nav .nav-item { font-size: 0; }
	#sub-nav .nav-item.prev .nav-link::before { content: 'Prev'; font-size: 16px; }
	#sub-nav .nav-item.next .nav-link::after { content: 'Next'; font-size: 16px; }
	#sub-nav .nav-item.active, #sub-nav .nav-item.next:nth-child(2)::before  { display: none; }
}


/* PM Intro Services */
#pm-intro-services { padding: 179px 0; }
.box--rounded-white { width: min(80vw, 669px); background-color: #fff; color: var(--dark); padding: 48px; border-radius: var(--border-radius-lg); }

/* PM CTA Banner */
#pm-cta { padding-top: 200px; background-position: top center; background-attachment: scroll; background-size: 750px; }

@media (min-width: 475px) {
	#pm-cta { padding-top: 250px; background-size: 1000px; }
}

@media (min-width: 1200px) {
	#pm-cta { padding-top: 577px; background-size: 2000px; }
}

/* PM Apart */
#pm-apart { }
#pm-apart .cards { padding: 71px 0 47px; }
#pm-apart .card:hover .card-content { background-color: var(--dark); color: #fff; transition: 0.4s; }

/* PM Discover */
#pm-discover { position: relative; padding: clamp(85px, 8.5vw, 165px) 0; overflow: hidden;}
.discover__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; object-fit: cover; object-position: center;}

/* PM Area */
.areas-row--market { column-gap: min(67vw, 135px); }
.areas__image--market { max-height: 496px; }
.areas__image--market img { aspect-ratio: 1; }
.area-contact {list-style: none;padding: 0;display: grid;grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));justify-content: space-between;gap: 40px min(3.5vw, 70px);}
.area-contact__heading { text-transform: capitalize; }

@media (min-width: 623px) and (max-width: 853px) {
	.area-contact { grid-template-columns: repeat(auto-fit, minmax(285px, 1fr)); }
}

/* ==========================================================================
  Tenants Page
============================================================================= */
/* Resident Benefits Package */
.rbp-services { font-size: 17px; max-width: 1160px; margin: 0 auto; }
.rbp-service-item { margin-bottom: 55px; }
.rbp-service-item__icon { color: var(--primary); margin-bottom: 15px; margin: 0 auto 15px; max-width:70px;}
.rbp-service-item__title { font-size: 24px; font-weight: 400; font-family: var(--secondary-font); margin: 0 0 10px; letter-spacing: 0.1em; }
@media (min-width:425px) {
	.rbp-service-item { position: relative; text-align: left; padding-left: 100px; }
	.rbp-service-item__icon { position: absolute; top: 0; left: 0; }
}

/* ==========================================================================
   Widget Color Overrides
============================================================================= */


/* Review Widget */
.r4e-widget .review { margin: 20px 0px; }
.r4e-widget .stars-container i { color:gold; }
.r4e-widget .summary, .r4e-widget .icon { display: inline-block; padding: 5px; }
.r4e-widget .comment { font-style: italic; }
.r4e-widget .rating, .r4e-widget .date, .r4e-widget .info { display: inline-block; }

/* Listing */
.nhw-details__form-container .btn-list .btn { width: 270px; }

@media (min-width: 1451px) {
	.nhw-header .display-1 { padding-top: 85px!important; width: auto!important; }
}

/* Override Rentals Map Widget with Light Primary Colors */
/* Map Cluster Colors */
:root {
	--text-accent-color: var(--gray-dark)!important;
	--cluster-bg-sm: var(--primary)!important;
	--cluster-bg-md: var(--secondary)!important;
	--cluster-bg-lg: var(--dark)!important;
	--cluster-text-sm: var(--body-text)!important;
	--cluster-text-md: #ffffff!important;
	--cluster-text-lg: #ffffff!important;
}

/* Override Buttons with Light Primary Colors */
.nhw-btn:not(.nhw-btn--dark):not(.nhw-btn--secondary):not(:hover),
.nhw-nav-pills .nhw-nav-link.nhw-active:not(:hover), .nhw-nav-pills .nhw-show>.nhw-nav-link:not(:hover),
.prop-search-form__btn button:not(:hover),
.selectCustom-option.isHover, .selectCustom-option:hover { color: var(--gray)!important; }
/* END Override Buttons with Light Primary Colors */




/* Anaylsis Banner
============================================================================= */
#home-banner .analysis-container, #secondary-banner .analysis-container {position: absolute;bottom: 0; left:0; z-index: 9;padding-top: var(--header-height);}

.analysis-banner { position: relative; z-index: 9; width: 100%; }
/* .analysis-image { position: absolute; bottom: 100%; right: 50%; transform: translateX(50%); }
.analysis-image img { max-height: 150px; } */
.analysis-image { position: absolute; transform: translateX(50%); bottom: 97%; right:50%; width: auto; height: 150px; aspect-ratio: 430/269; }
.analysis-content { padding: clamp(25px, 3vw, 52px) 25px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; gap: 20px; max-width:none; }
.analysis-content .amp { max-width: 764px; }
.analysis__header { color: inherit; margin: 0;font-size:45px; }
/* Analysis Banner with Sample Report Image */
/* .analysis-banner--report .analysis-content { flex-direction: column; } */

@media (min-width: 1200px) {

  .analysis-banner { background-color: var(--primary); color: #fff; }
  .analysis-image { height: auto; bottom: -10px; left: 0; right:auto; transform: none; z-index: 2; }
  .analysis-image img { max-height: none; }
  .analysis-banner--report {
    .analysis-content { align-items: flex-end; text-align: left; }
  }
	.analysis-content {text-align: left;justify-content: flex-start;max-width:850px;}
}
@media(min-width:1400px){
	.analysis-content { position:relative;left:50px; }
}

@media(min-width:1200px) and (max-width:1399px){
	.analysis-image {aspect-ratio:580/269;left:-60px;}
}
@media (max-width: 1199px) {
  .analysis-content { background-color: var(--primary); color: #fff;max-width:none; }
	.analysis__header {font-size:35px;}
	.analysis-image {z-index:-1;}
}
@media(max-width:600px){
	.analysis__header {font-size:20px;}
}
/* Form Container Inline */
.analysis-content:has(.form-container-inline) { padding: clamp(25px, 2vw, 40px) clamp(25px, 3.75vw, 65px); }
.analysis-banner .form-container-inline { background: transparent; border: none; padding: 0; margin: 0;
  .ion-form { gap: var(--gap); }
}
.analysis-banner .form-container-inline button { max-width: 170px; background-color: #fff; border-color: #fff; color: var(--gray-dark); }

@media (min-width: 992px) {
  .analysis-banner .form-container-inline { width: 630px; }
}

.calc-hero { padding-top: 0!important; }
.calc-hero__heading, .calc-hero__sub { width: min(100%, 600px)!important; }
.calc-hero__description { font-size: 1rem; max-width: 800px; }
.calc-form__btn {  background: #011934!important;}



#calculator-banner .calc-instructions__heading { font-size:30px!important;}
.nhw-details__gallery .nhw-listing-detail-view-gallery:hover, .nhw-listing-detail-view-video:hover {color:#fff!important;}

#listing-lead-message {margin-top: 8px;}
