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

@font-face {
    font-family: 'Swis721 BT Roman';
    src: local('Swis721 BT Roman'), local('Swis721 BT Roman'),
        url('/font/Bitstream - Swis721 BT Roman.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Swis721 BT Bold';
    src: local('Swis721 BT Bold'), local('Swis721 BT Bold'),
        url('/font/Bitstream - Swis721 BT Bold.ttf') format('ttf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


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

/* Set Design Standards & Colors Here */
/* :root {
	--primary: #587a98;
	--primary-rgb: 90, 124, 155;
	--secondary: #395065;
	--accent: #d5a619;
	--light: #f0f4f7;
	--dark: #000;
	--dark-rgb: 0,0,0;
	--gray: #f0f4f7;
	--gray-dark: #252525;
	--gray-medium: #cecece;
	--border-color: #c6c8c9;
	--muted: #707070;
	--body-text: #1b2635;
	--text-dark: #395065;
	--primary-font: 'Swis721 BT Roman', sans-serif;
	--secondary-font: 'Swis721 BT Bold', sans-serif;
	--cursive-font: 'Yellowtail', cursive;
	--bold-font: 'Swis721 BT Bold', sans-serif;
	--box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
} */
html { }
body { font-family: var(--primary-font); color: var(--body-text); line-height: 1.75em; letter-spacing: 0.035em; }

/* Font Styles
============================================================================= */
h1, h2, .display-1 { font-size: 40px; margin: 0 0 25px; font-family: var(--secondary-font); font-weight: bold; letter-spacing: 0.025em; }
h1 + h2, h2 + h3, .display-2 { font-family: var(--secondary-font); font-size: 24px; margin: -20px 0 25px; font-weight: 500; text-transform: none; letter-spacing: 0.025em; line-height: 1.2; }
h3, .display-3 { font-size: 24px; margin: 25px 0 3px; font-weight: 400; line-height: 1.2; }
h4, .display-4 { font-size: 17px; margin: 25px 0 5px; font-weight: bold; line-height: 1.2; }
h3.blue {color:var(--primary);}
p { margin-bottom: 25px; }
a, a:link, a:visited { color: var(--primary); text-decoration: none; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
a:hover, a:active { color: var(--dark); }
hr.primary, header hr { border-color: var(--primary); width: 51px; display: inline-block; margin-top: 0px; margin-bottom: 30px; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; }
hr.primary.animate, header hr.animate { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-transition-delay: .5s; -o-transition-delay: .5s; transition-delay: .5s; }
.banner hr, .text-center hr { -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; }
.table-striped tbody tr:nth-of-type(odd) {background-color:var(--gray);}
@media (max-width:575.98px) {
	h1, h2, .display-1 { font-size: 30px; }
	h1 + h2, h2 + h3, .display-2 { font-size: 20px; }
	h3, .display-3 { font-size: 20px; }
}

/* Font Size */
.fs-60 {font-size:60px;}

/* Text Colors */
.text-primary, .text--primary { color: var(--primary)!important; fill:var(--primary);}
.text-secondary, .text--secondary { color: var(--secondary)!important; }
.text-accent, .text--accent { color: var(--accent)!important; }
.text-dark, .text--dark { color: var(--dark)!important; }
.text-white, .text--white { color: #fff!important;fill:#fff; }
.text-muted, .text--muted { color: var(--muted)!important; }

/* Max Width/Height */
.mw-500 { max-width: 500px!important; width: 100%!important; margin-left: auto; margin-right: auto; }
.mw-700 { max-width: 700px!important; width: 100%!important; margin-left: auto; margin-right: auto; }
.mw-850 { max-width: 850px!important; width: 100%!important; margin-left: auto; margin-right: auto; }
.mw-950 { max-width: 950px!important; width: 100%!important; margin-left: auto; margin-right: auto; }
.mw-1060 { max-width: 1060px; width: 100%; margin-left: auto; margin-right: auto; }
.mw-1200 { max-width: 1200px; width: 100%; margin-left: auto; margin-right: auto; }
.mw-1350 { max-width: 1350px; width: 100%; margin-left: auto; margin-right: auto; }
.mw-1430 { max-width: 1430px; width: 100%; margin-left: auto; margin-right: auto; }
.mw-1600 { max-width: 1600px; width: 100%; margin-left: auto; margin-right: auto; }
.mw-1700 { max-width: 1700px; width: 100%; margin-left: auto; margin-right: auto; }
@media(min-width:991px){
	.mh-900 { min-height:900px; }
}
@media (min-width:650px) {
	.mw-1700, .mw-1600, .mw-1430 {width: calc(100% - 60px);}
}

/* Adjust size of padding between columns */
.g-3 { margin: -15px; }
.g-3 > [class*='col-'] { padding: 15px; }
.g-4 { margin: -22px; }
.g-4 > [class*='col-'] { padding: 22px; }
.g-5 { margin: -30px; }
.g-5 > [class*='col-'] { padding: 30px; }
.g-6 { margin: -2.25vw; }
.g-6 > [class*='col-'] { padding: 2.25vw; }
.g-7 { margin: -3.5vw; }
.g-7 > [class*='col-'] { padding: 3.5vw; }
.g-8 { margin: -5.5vw; }
.g-8 > [class*='col-'] { padding: 5.5vw; }

.gx-6 { margin-left: -2.25vw; margin-right: -2.25vw; }
.gx-6 > [class*='col-'] { padding-right: 2.25vw; padding-left: 2.25vw; }

@media (min-width:1200px) {
	.pr-xl-6, .px-xl-6 { padding-right: 6rem!important; }
	.pl-xl-6, .px-xl-6 { padding-left: 6rem!important; }
	.g-xl-4 { margin: -22px; }
	.g-xl-4 > [class*='col-'] { padding: 22px; }
	.g-xl-5 { margin: -30px; }
	.g-xl-5 > [class*='col-'] { padding: 30px; }
	.g-xl-6 { margin: -45px; }
	.g-xl-6 > [class*='col-'] { padding: 45px; }
}
@media (min-width:992px) {
	.g-lg-4 { margin: -22px; }
	.g-lg-4 > [class*='col-'] { padding: 22px; }
	.g-lg-5 { margin: -30px; }
	.g-lg-5 > [class*='col-'] { padding: 30px; }
	.g-lg-6 { margin: -45px; }
	.g-lg-6 > [class*='col-'] { padding: 45px; }
	.row--gutters-lg { margin: 0 -30px; }
	.row--gutters-lg [class*='col-'] { padding: 0 30px; }
	.row--gutters-xl { margin: 0 -35px; }
	.row--gutters-xl [class*='col-'] { padding: 0 35px; }
	.pr-lg-6, .px-lg-6 { padding-right: 6rem!important; }
	.pl-lg-6, .px-lg-6 { padding-left: 6rem!important; }
}


/* Font Styles */
.font--cursive { font-family: 'Dear Prudence', cursive; font-family: var(--cursive-font); text-transform: none; }
b, strong { font-family: var(--bold-font); }

/* Center Text on Smaller Devices */
@media(max-width:991px){
	.sm-center-text {text-align: center !important;}
}

/* Hide on Smaller Devices */
@media(max-width:991px){
	.mobile-hide {display:none !important;}
}

/* Buttons
============================================================================= */
/* Button Primary */
.btn { font-size: 18px; font-weight: bold; color: var(--body-text)!important; background-color: var(--primary); border: 1px solid var(--primary)!important; min-height: 50px; line-height: 1.1; display: inline-flex; justify-content: center; align-items: center; letter-spacing: .10em; text-transform: uppercase; padding: 5px 20px; border-radius: 4px; min-width: 176px; white-space: normal; }
.btn:hover, .btn:focus, .btn:active { color: var(--primary)!important; background: #fff!important; }
.btn:active { -webkit-transform: scale(.97); -ms-transform: scale(.97); transform: scale(.97); }

/* Button Secondary */
.btn--secondary { background-color: var(--secondary); border-color: var(--secondary)!important; }
.btn--secondary:hover, .btn--secondary:focus, .btn--secondary:active { color: var(--secondary)!important; }

/* Button Dark */
.btn--dark { background-color: var(--dark); border-color: var(--dark)!important; color:#fff!important; }
.btn--dark:hover, .btn--dark:focus, .btn--dark:active { color: var(--dark)!important; }

/* Button Accent */
.btn--accent { background-color: var(--accent); border-color: var(--accent)!important; color: var(--text-dark)!important; }
.btn--accent:hover, .btn--accent:focus, .btn--accent:active { color: var(--text-dark)!important; }

/* Button Gray */
.btn--gray { background-color: var(--gray-dark); border-color: var(--gray-dark)!important; color: #fff!important; }
.btn--gray:hover, .btn--gray:focus, .btn--gray:active { color: var(--dark)!important; }

/* Button For Summit */
.btn--summit { background-color: #f36f21; border-color: #f36f21!important; }
.btn--summit:hover, .btn--summit:focus, .btn--summit:active { color: #f36f21!important; }

/* Button Sizes */
.btn--lg { }
.btn--md { min-width: 191px; }
.btn--sm { min-width: 141px; height: 35px; line-height: 35px; font-size: 15px; }

.btn--long { white-space: normal; line-height: 1.15; height: auto; padding: 13px 20px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
@media (max-width: 525px) {
	.btn { white-space: normal; line-height: 1.15; height: auto; padding: 13px 20px; }
}

/* Button Lists */
.btn-list { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 15px; gap: 10px; }
.btn-list .btn {  }

.btn-list--col-2 .btn { -webkit-box-flex: 0; -ms-flex: 0 1 47%; flex: 0 1 47%; }

.btn-wrapper { text-align: center; }
.btn-wrapper p { margin: 0; font-size: 16px; font-style: italic; }

@media (max-width: 425px){
  .btn { width: 100%; }
}
/* Images
============================================================================= */
img { max-width: 100%; height: auto; }
img.cover { -o-object-fit: 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; }

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


/* Backgrounds
============================================================================= */
.bg-primary { background-color: var(--primary)!important; color: #fff; }
.bg-secondary { background-color: var(--secondary)!important; color: #fff; }
.bg-accent { background: var(--accent)!important; }
.bg-light { background: var(--light)!important; }
.bg-dark { background: var(--dark)!important; color: #fff; }
.bg-gray { background: var(--gray)!important; }
.bg-gray-dark { background: var(--gray-dark)!important; color: #fff; }
.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 .container { position: relative; z-index: 2; }
[class*='bg-'] form input { color: #000; }
@media (min-width:992px) {
	.bg-image { background-attachment: fixed; }
}

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

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

/* Cursive Title with Arrow */
.arrow__title {font-family:var(--cursive-font);max-width:210px;}
.arrow__title span {-webkit-transform:rotate(-15deg);-ms-transform:rotate(-15deg);transform:rotate(-15deg);font-size:60px;line-height:1;}
.arrow__title svg {-webkit-transform:rotate(70deg);-ms-transform:rotate(70deg);transform:rotate(70deg);max-height:70px;margin-top:30px;}
.arrow__title.pm {max-width:330px;position:relative;}
.arrow__title.pm svg {position:absolute;right:50px;bottom:5px;max-height:80px;max-width:80px;margin-top:0px;}
.arrow__title.amp {max-width:440px;position:relative;margin-top:95px !important;}
.arrow__title.amp svg {position:absolute;right:85px;bottom:85px;-webkit-transform:rotate(105deg) scaleX(-1);-ms-transform:rotate(105deg) scaleX(-1);transform:rotate(105deg) scaleX(-1);max-height:80px;max-width:80px;margin-top:0px;}

@media(min-width:992px){
	.arrow__title {margin:0 auto 30px; background-color: var(--primary); }
	.arrow__title.pm svg {-webkit-transform:rotate(105deg) scaleX(-1);-ms-transform:rotate(105deg) scaleX(-1);transform:rotate(105deg) scaleX(-1);}
}
@media(max-width:991px){
	.arrow__title {margin-bottom:20px;}
	.arrow__title.amp {max-width:350px;}
	.arrow__title.amp svg {-webkit-transform:rotate(45deg) scaleX(-1);-ms-transform:rotate(45deg) scaleX(-1);transform:rotate(45deg) scaleX(-1);right:15px;bottom:95px;}
}

/* video wrapper */
.video-wrapper { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.video-wrapper, .video-wrapper.video-16by9 { padding-bottom: 56.25%; }
.video-wrapper.video-4by3 { padding-bottom: 75%; }
.video-wrapper iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Video Wrapper Overlay */
.video-wrapper { background: var(--dark); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.video-thumbnail::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.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; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; margin: 0 !important; }
.video-wrapper.play { background: var(--dark); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.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; opacity: .6; }
.video-wrapper::before { content: 'Play Video'; white-space: nowrap; position: absolute; width: 175px; top: 50%; left: 50%; z-index: 2; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color:#fff; text-transform: uppercase; font-size: 18px; font-weight: 600; letter-spacing: .05em; padding-right: 60px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.video-wrapper::after  { content: '\e013'; color: var(--primary); font-size: 24px; height: 40px; text-align: center; border-radius: 50%; position: absolute; left: calc(50% + 35px); top: 50%; font-family: "Font Awesome Kit"; font-style: normal; font-weight: 600; line-height: 35px; -webkit-transform: translate(0,-50%); -ms-transform: translate(0,-50%); transform: translate(0,-50%); -webkit-transition: .5s; -o-transition: .5s; transition: .5s; z-index: 9; }
.video-wrapper:hover::before { color: var(--primary); cursor: pointer; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.video-wrapper:hover { cursor: pointer; }
.video-title { position: absolute; z-index: 3; color: #fff; text-align: center; top: 55%; left: 15px; right: 15px; font-size: 24px; font-weight: 600; }
@media (max-width:500px) {
  .video-title { font-size: 18px; }
}

/* 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-block; }
.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 */
.numbers { list-style: none; padding: 0; margin: 10px 0 20px; display: inline-block; }
.numbers li { position: relative; padding-left: 85px; margin: 0 0 50px; font-size: 24px; text-align: left; counter-increment: item-counter; }
.numbers li::before { content: counter(item-counter) "."; position: absolute; left: 0; top: 2px; font-size: 24px; font-weight: bold; height: 58px; width: 58px; border-radius: 50%; border: 1px solid #fff; background: var(--primary); color: #fff; text-align: center; line-height: 55px; padding-left: 3px; }
.numbers li h3 { font-size: 30px; font-weight: bold; text-transform: uppercase; letter-spacing: 0.15em; margin: 0 0 15px; }
@media (max-width:375px) {
	.numbers li { padding-left: 65px; font-size: 20px; }
	.numbers li::before { height: 48px; width: 48px; font-size: 20px; line-height: 45px; }
	.numbers li h3 { font-size: 20px; }
}

/* 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: 12px; font-size: 17px; }
.checks li::before { color: var(--primary); content: '\f00c'; font-size: 25px; line-height: 1; font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 600; -webkit-font-smoothing: antialiased; position: absolute; top: 5px; left: 0; }
.checks.compass li::before { content:''; background-image: url('/images/compass.png'); height: 25px; width: 25px; background-size: contain; background-repeat: no-repeat; top: 2px; }

.checks--white li::before {color:#fff;}

.checks--cols { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 15px; }
.checks--cols li { -webkit-box-flex: 0; -ms-flex: 0 1 235px; 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; font-size: 17px; position: relative; font-weight: 400; margin: 0 0 5px; }
.dots li::before { content: ""; height: 5px; width: 5px; border-radius: 50%; background: #000; position: absolute; top: .6em; left: 0; }
.dots ul { list-style: none; margin: 10px 0; }
.dots ul > li { margin: 5px 0; }
.dots ul > li::before { background: transparent; border: 2px solid var(--primary); }


/* List with no Dots */
.no-dots {list-style: none;padding:0;}
.no-dots li {margin-bottom:40px;}

/* List with Trail Dots */
.steps {list-style: none;}
.steps li { padding-left: 50px; font-size: 18px; position: relative; font-weight: 400; margin: 0 0 40px; }
.steps li::before { content: ""; height: 40px; width: 40px; border: 13px solid var(--light); border-radius: 50%; background: var(--primary); position: absolute; top: -.5em; left: 0; }
.steps li:not(:last-child)::after { content: ""; height: 100%; width: 10px; border-left: 3px dotted var(--dark); position: absolute; top: 35px; left: 18px; z-index: -1; }

/* Icon List */
.icon-list { list-style: none; padding: 0; margin: 50px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.icon-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 255px; flex: 0 0 255px; padding: 0 15px; text-align: center; margin: 0 auto 30px; }
.icon-list__icon { margin: 0 auto 10px; height: 116px; width: 116px; border-radius: 50%; background: var(--light); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0px 22px 42.57px 0.43px rgba(0, 0, 0, 0.1); box-shadow: 0px 22px 42.57px 0.43px rgba(0, 0, 0, 0.1); }
.icon-list__icon svg, .icon-list__icon img { height: 95px; width: 95px; }
.icon-list__icon i { font-size: 70px; }
.icon-list__title { font-size: 18px; font-weight: 400; margin: 25px 0 10px; text-transform: uppercase; }
.icon-list__description { }
.icon-list__description a { display: block; font-weight: 600; }
.icon-list--circle-icons .icon-list__icon { height: 111px; width: 111px; border: 2px solid currentColor; background: var(--primary); border-radius: 50%; }

/* Image List */
.image-list { list-style: none; padding: 0; margin: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.image-list__item { -webkit-box-flex: 1; -ms-flex: 1 0 271px; 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; -webkit-transition: 0.8s; -o-transition: 0.8s; transition: 0.8s; }
.image-list__item a:hover img { -webkit-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); -webkit-transition: 0.8s; -o-transition: 0.8s; 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: "Font Awesome 5 Pro"; font-style: normal; font-weight: 300; -webkit-font-smoothing: antialiased; position: absolute; top: 50%; right: 20px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
@media (min-width:992px) {
	.image-list { margin: 0 -15px; }
	.image-list__item { -webkit-box-flex: 0; -ms-flex: 0 0 25%; 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; -webkit-box-flex: 0; -ms-flex: 0 0 50%; 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; -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
}


/* Utilities - Helper Classes
============================================================================= */

/* Adjust size of padding between columns */
@media (min-width:1200px) {
	.pr-xl-6, .px-xl-6 { padding-right: 6rem!important; }
	.pl-xl-6, .px-xl-6 { padding-left: 6rem!important; }
}
@media (min-width:992px) {
	.pr-lg-6, .px-lg-6 { padding-right: 6rem!important; }
	.pl-lg-6, .px-lg-6 { padding-left: 6rem!important; }
}

/* 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); -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; -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); -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 */
.video-wrapper { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
.video-wrapper, .video-wrapper.video-16by9 { padding-bottom: 67.25%; }
.video-wrapper.video-4by3 { padding-bottom: 75%; }
.video-wrapper iframe { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Misc */
*:focus { outline-color: var(--primary); }
.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'; }
.sr-only { color: var(--body-text); }
.border-bottom { border-bottom: 2px solid #c2c2c2!important; }
@media (min-width:1300px) {
	.container { max-width: 1285px; }
}
@media (min-width:992px) {
	.lazy-fade, .lazy-fade-in, .lazy-fade-l, .lazy-fade-d, .lazy-fade-u, .lazy-text-u, .lazy-text > *:not(.zoomIn) { opacity: 0; }
	[data-animation]:not(.animated):not(.animated-fast):not(.animated-slow) { -webkit-animation-fill-mode: backwards; animation-fill-mode: backwards; -webkit-animation-play-state: paused; animation-play-state: paused; opacity: 0; -webkit-transition: opacity .2s; -o-transition: opacity .2s; transition: opacity .2s; }
	.icon__banner { min-height: 300px; }
}
@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; }

/* Cookie Disclaimer */
#cookie-disclaimer { position: fixed; bottom: 10px; right: 10px; background: var(--gray); padding: 20px; z-index: 99999; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 2px 4px rgba(0, 0, 0, 0.23); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 2px 4px rgba(0, 0, 0, 0.23); -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#cookie-disclaimer p { margin: 0; }
#cookie-disclaimer a { text-decoration: underline; }
#cookie-disclaimer button { border: 0; border: 1px solid var(--primary); background: var(--primary); color: #fff; padding: 10px 25px; margin-left: 15px; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
#cookie-disclaimer button:hover { background: #fff; color: var(--primary); }

/* ==========================================================================
   Header
============================================================================= */
:root { --header-height: 120px; --header-padding: 2.5vw; }
#header { height: var(--header-height); border-top: 40px solid var(--dark); background-color: rgba(var(--primary-rgb),0); -webkit-transition: background-color 0.4s ease-out, -webkit-box-shadow 0.2s ease-out; transition: background-color 0.4s ease-out, -webkit-box-shadow 0.2s ease-out; -o-transition: background-color 0.4s ease-out, box-shadow 0.2s ease-out; transition: background-color 0.4s ease-out, box-shadow 0.2s ease-out; transition: background-color 0.4s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out; position: absolute; top: 0; left: 0; width: 100%; z-index: 999; }
#header.no-hero {  background-color: rgba(var(--secondary-rgb),1); }
#header .container-fluid { position: relative; height: 100%; }
#header .logo { position: absolute; top: 50%; left: var(--header-padding); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#header .logo img { max-height: 60px; }
#header .logo a { display: block; }
#header .logo .logo-alt { display: none; }
#header .phone { color: #fff; font-size: 16px; font-weight: 600; white-space: nowrap; }
#header .phone i { font-size: 1em; position: relative; top: 0; }
#header .phone a { color: inherit; }
#header .phone a:hover { color: var(--primary); }
#header .links { position: absolute; top: 50px; right: var(--header-padding); z-index: 9999; }
#header .links .btn { display: block; animation: none; opacity: 1; }
#header .links .btn ~ .btn { margin-top: 20px; }
#header .links .btn ~ .btn { margin-top: 20px; }
#header .login-dropdown { position: fixed; top: 102px; right: 0; width: 324px; background: var(--dark); z-index: 9999; }
#header .info-bar { position: absolute; top: 0; left: 0; right: 0; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%); background: var(--dark); height: 40px; line-height: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 var(--header-padding) 0 0; }
#header .info-bar__message { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: 15px; position: relative; font-size: 16px; color: var(--accent); letter-spacing: .05em; overflow: hidden; height: 100%; -webkit-box-sizing: content-box; box-sizing: content-box; }
#header .info-bar__text { padding-left: var(--header-padding); }
#header .nav { position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#header .launch-menu-button { display: none; font-size: 0; position: absolute; top: 50%; right: 15px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: right; color: #fff; -webkit-transition: bottom 0s; -o-transition: bottom 0s; transition: bottom 0s; }
#header .launch-menu-button i { font-size: 25px; }
#header .launch-menu-only { display: none; }
#header.no-hero, body.no-hero #header, .no-hero #header, body:has(.no-hero) #header, body:has(.nhvl-details) #header { background-color: #fff !important; color: #000; }
body.no-hero #header nav a { color: #000; }
body.no-hero #header .logo-alt { display: block; }
body.no-hero #header .logo a:not(.logo-alt) { display: none; }
@media (max-width:1635px) {
	#header .links { top: 0; left: 50%; height: 52px; -webkit-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); transform: translate(-50%, -100%); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
	#header .links .btn { position: relative; margin: 0!important; border: 0!important; background: none!important; min-width: unset; }
	#header .links .btn ~ .btn::before { content: '|'; position: absolute; left: -2px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	#header .links .btn:hover, #header .links .btn:focus, #header .links .btn:active { color: var(--primary-light)!important; }
	#header .login-dropdown { top: 100%; right: auto; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }
}
@media (max-width:1199px) {
	#header .launch-menu-button { display: block; }
	#header .nav { display: none; }
	#header .phone { right: 15px; }
}
@media (max-width:991px) {
	#header .links { display: none; }
}
@media (max-width: 500px){
  #header .info-bar__message { display: none; }
  #header .info-bar { justify-content: center; }
}
@media (max-width:425px) {
  #header { --header-height: 160px; }
}

/* Header Affix */
:root { --header-affix-height: 102px; }
#header.affix { height: var(--header-affix-height); border-width: 40px; background-color: #fff; -webkit-transition: background-color 0.4s ease-in, -webkit-box-shadow 0.2s ease-in; transition: background-color 0.4s ease-in, -webkit-box-shadow 0.2s ease-in; -o-transition: background-color 0.4s ease-in, box-shadow 0.2s ease-in; transition: background-color 0.4s ease-in, box-shadow 0.2s ease-in; transition: background-color 0.4s ease-in, box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); }
#header.affix .links { display: none; }
#header.affix .logo { left: var(--header-padding); right: auto; top: 50%; }
#header.affix .logo a:not(.logo-alt) { display: none; }
#header.affix .logo .logo-alt { display: block; }
#header.affix .logo img { max-height: 40px; }
#header.affix .nav { bottom: auto; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#header.affix .nav__item { line-height: normal; }
#header.affix .info-bar { height: 45px; line-height: 45px; }
#header.affix .launch-menu-button { display: block; bottom: auto; top: 50%; left: auto; right: var(--header-padding); -webkit-transform: translateY(-35%); -ms-transform: translateY(-35%); transform: translateY(-35%); color: #000; }
#header.affix .nav { display: none; }


/* Login Dropdown */
.login-dropdown { display: none; padding: 35px 50px; font-size: 16px; letter-spacing: .05em; }
.login-dropdown__title { color: var(--accent); margin: 0 0 25px; }
.login-dropdown__title ~ .login-dropdown__title { border-top: 1px solid var(--secondary); padding-top: 30px; margin-top: 25px; }
.login-dropdown__link { display: block; margin: 15px 0; color: #fff!important; }
.login-dropdown__link:hover { color: var(--primary-light)!important; }

/* Ticker */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap { width: 100%; overflow: hidden; padding-left: 100%; -webkit-box-sizing: content-box; box-sizing: content-box; }
.ticker { display: inline-block; white-space: nowrap; padding-right: 100%; -webkit-box-sizing: content-box; box-sizing: content-box; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-name: ticker; animation-name: ticker; -webkit-animation-duration: 30s; animation-duration: 30s; }
.ticker__item { display: inline-block; padding: 0 2rem; font-size: 16px; color: var(--accent); }

/* ==========================================================================
   #Nav
============================================================================= */
#header .nav { list-style: none; padding: 0; margin: 0; font-size: 16px; color: #fff; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
#header .nav__item { position: relative; padding: 0 20px; line-height: 34px; }
#header .nav__item a { color: inherit; display: block; }
#header .nav > .nav__item > a { line-height: 60px; }
#header .nav__item a:focus { outline: none!important; box-shadow: none!important; }
#header .nav__item:has(a:focus-visible):not(.service-title) { box-shadow: 0 0 3px 3px rgba(var(--accent-rgb),.7); }
#header .nav__item a:active { box-shadow: none; }
#header .nav__item:not(.service-title) > a { white-space: nowrap; }
#header .nav__item:not(.service-title) > a::after { content: ''; height: 4px; width: 100%; max-width: 80px; background-color: var(--primary); display: block; margin: 0 auto; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transition: 0.3s ease-in; -o-transition: 0.3s ease-in; transition: 0.3s ease-in; }
#header .nav__item:hover > a::after, #header .nav__item.active > a::after { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); -webkit-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }
#header .nav__dropdown { color: #000; font-size: 16px; display: none; list-style: none; padding: 10px 0; margin: 0; position: absolute; top: calc(100% - 4px); left: 15px; background-color: #fff; border-radius: 0 0 8px 8px; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2); left: 50%; transform: translateX(-50%); }
#header .nav__dropdown::before { content: ''; height: 4px; width: 100%; max-width: 80px; background-color: var(--primary); position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
#header .nav__dropdown > li { white-space: nowrap; line-height: 1.15; padding: 10px 20px;  }
#header .nav__dropdown > li > a { color: #000; }
#header .nav__dropdown > li:last-child { border-radius: 0 0 8px 8px; }
#header .nav__dropdown > li:hover { background-color: rgba(var(--primary-rgb),.1); }
#header .nav__item:not(.dropdown):hover .nav__dropdown { display: block; }
#header .nav__dropdown--lg ul { list-style: none; padding: 0; margin: 0; }
#header .nav__item:not(.dropdown):hover .nav__dropdown { display: block; }
@media (max-width:1425px) {
	#header .nav__item:last-child .nav__dropdown  { left: auto; right: 15px; }
}

@media (max-width:1425px) {
	#header .nav__item { padding: 0 15px; font-size: 14px;}
}
@media (max-width: 1240px){
  #header .nav__item { padding: 0 10px; }
}


/* Updated Mega Menu */
#header .nav__dropdown--pillars { width:220px; left:-25px; }
#header .nav__dropdown--pillars ul { list-style: none; padding: 0; margin: 0; }
#header .nav__pillar { position: unset; }
#header .nav__pillar > li, #header .nav__pillar-menu li { padding: 10px 25px; line-height: 1.15; }
#header .nav__pillar > li:hover, #header .nav__pillar-menu li:hover { background-color: rgba(var(--primary-rgb),.1); }
#header .nav__pillar .service-title { padding-right: 15px; margin: 0; }
#header .nav__pillar .service-title > a { position: relative; display: block; padding-right: 30px; }
#header .nav__pillar .service-title i { position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
#header .nav__pillar .service-title:hover, #header .nav__pillar .service-title:hover a { color: #000; }
#header .nav__pillar .service-title:hover .nav__pillar-menu { opacity: 1; display: block; }
#header .nav__pillar-menu { position: absolute; padding: 5px 0 5px 4px!important; top: -5px; left: 100%; width: 220px; opacity: 0; display: none; background: transparent; z-index: 1; }
#header .nav__pillar-menu::before { content: ''; background: #fff; position: absolute; top: 0; left: 4px; right: 0; bottom: 0; z-index: -1; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2); border-radius: 0 8px 8px 0; }

/* Launch Menu
============================================================================= */
.launch-menu { font-size: 16px; padding-top: 80px; position:fixed; top:0; bottom:0; right:0; width:375px; background: #fff; color: #000; padding-bottom: 50px; z-index:9999; -webkit-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 0.5s ease-out; -o-transition: 0.5s ease-out; transition: 0.5s ease-out; text-align: center; overflow-y: scroll; -webkit-box-shadow: var(--box-shadow); box-shadow: var(--box-shadow); }
.launch-menu.open { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; 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 { position: absolute; top: 0; right: 0; padding: 2px 12px; font-size: 30px; display: block; background: transparent; border: 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; outline: none!important; color: #000; }
.launch-menu-close:hover { color: var(--primary); -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
.launch-menu .nav { text-align: left; margin-top: 22px; }
.launch-menu .nav a { color: inherit; position: relative; }
.launch-menu .nav a:hover { color: var(--primary); }
.launch-menu .nav > .nav__item:has(.nav__dropdown) > a::after { content: '\f107'; font-family: "Font Awesome 6 Pro"; font-style: normal; position: absolute; right: 30px; top: 49%; transform: translateY(-50%); transition: .2s; transform-origin: top; }
.launch-menu .nav > .nav__item.active:has(.nav__dropdown) > a::after { transform: rotate(180deg) translateY(-50%); }
.launch-menu .nav__item a:hover::before { transform: translateX(0); }
.launch-menu .nav__item > a { padding: 13px 10px 13px 30px; display: block; }
.launch-menu .nav__item > a:hover, .launch-menu .nav__item.active > a { color: var(--primary); -webkit-transition: color 0s; -o-transition: color 0s; transition: color 0s; }
.launch-menu .nav__dropdown { display: none; list-style: none; padding: 0; margin: 0; }
.launch-menu .nav__dropdown li, .launch-menu .nav__dropdown > li.active a {  }
.launch-menu .nav__dropdown a { color: inherit; padding: 13px 10px 13px 40px; display: block; }
.launch-menu .nav__dropdown i { display: none; }
.launch-menu .nav__dropdown > li > a { font-size: 16px; font-weight: 400; letter-spacing: .1em; text-transform: uppercase; opacity: .75; }
.launch-menu .nav__dropdown > li:first-child > a { padding-top: 7px; }
.launch-menu .nav__dropdown.nav__pillar-menu { display: block!important; }
.launch-menu .nav__dropdown.nav__pillar-menu a { letter-spacing: normal; text-transform: none; opacity: 1; }
.launch-menu .nav__dropdown .nav__dropdown a { padding-top: 5px;  }
.launch-menu .nav__dropdown .service-title > a { padding-top: 15px; padding-bottom: 10px; }
.launch-menu .launch-menu-only:has(a[href="/"]) { display: none; }
.launch-menu .nav__sub-link { padding-left: 4rem!important; }
.launch-menu .logo { position: absolute; top: 0; left: 0; height: 50px; display: flex; align-items: center; padding-left: 10px; }
.launch-menu .logo img { max-height: 90%; }
.launch-menu .phone { font-size: inherit; font-weight: 600; width: calc(100% - 15px); margin: 0 auto 20px; color: var(--body-text); background: var(--primary); border-radius: 4px; padding: 10px; text-align: center; transition: .4s; }
.launch-menu .phone a { color: inherit; }
.launch-menu .phone:has(a:hover) { background: rgba(var(--primary-rgb),.5); }
.launch-menu .links { margin: 20px auto 30px; display: flex; flex-direction: column; grid-gap: 20px; align-items: center; }
.launch-menu .links .btn { width: calc(100% - 15px); min-width: unset; white-space: nowrap; }
.launch-menu .social a { color: var(--body-text); }
.launch-menu .social a:hover { color: var(--primary); }
.launch-menu .social a, .launch-menu .social a:hover { background: transparent; border: none; }

/* Form Swap
================================================== */
.form-swap { text-align: left; }
.form-swap p { font-size: 15px; font-weight: 400; margin: 0 0 10px; color: inherit; }
.form-swap a { color: inherit;font-weight:400 !important; }
.form-swap .is-required:after { display: inline-block; content: '*'; color: #dc3545; margin-left: .5em; }
.form-swap .nav { font-size: 15px; margin: 0 0 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.form-swap .nav li { margin: 0 0 8px; }
.form-swap .nav a { position: relative; display: block; padding: 0 15px 0 28px; }
.form-swap .nav a::before { content: ''; position: absolute; left: 0; top: 0; height: 20px; width: 20px; background: #fff; display: block; -webkit-transition: 0.3s; -o-transition: 0.3s; 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: "Font Awesome 5 Pro"; font-style: normal; font-weight: 400; line-height: 1; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.form-swap .nav a:hover::after { opacity: .5; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.form-swap .nav a.active::after { opacity: 1; }

/* Contact Form Layout */
/* ==========================================================================
   Forms
============================================================================= */
.form-container { border: 0; background-color: #fff; font-size: 16px; color: var(--body-text); padding: 35px 25px 45px; border-radius: 8px; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); }
.form-container__lead { color: inherit; font-size: 20px!important; color: var(--body-text); font-weight: bold; text-align: left; text-transform: none; margin: 0 0 25px; }
.form-container__sub { color: inherit; font-size: 14px; color: var(--body-text); font-weight: 400; text-align: left; text-transform: none; margin: -10px 0 25px; }
.form-container__sub a:not(:hover):not(:focus) { color: inherit; }
.form-container__sub a:focus-visible { box-shadow: 0 0 2px 2px rgba(var(--accent-rgb),.7);  }
.form-container .ion-form-group { margin-bottom: 20px; }
.form-container .ion-form-group input, .form-container .ion-form-group textarea { height: 50px; border-radius: 4px!important; border: 1px solid #999!important; padding-left: 20px!important; padding-right: 20px!important; }
.form-container .ion-form-group textarea { height: 120px; padding-top: .9em; }
.form-container .ion-form-group ::-webkit-input-placeholder, .form-container .ion-form-group select:invalid { color: #999; font-size: 16px; }
.form-container .ion-form-group select { padding-left: 20px; width: 100%; border: 1px solid #999!important; border-radius: 4px!important; height: 50px; box-shadow: none; -webkit-appearance: initial; }
.form-container .ion-form-group-dropdown { position: relative; }
.form-container .ion-form-group-dropdown::after { content: '\f107'; position: absolute; right: 15px; bottom: 17px; font-size: 15px; line-height: 1; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 600; -webkit-font-smoothing: antialiased; }
.form-container .ion-form-group-break { font-size: 12px; line-height: 1.66em; }
.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; font-weight: 400; }
.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: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 30px; padding-right: 15px; position: relative; font-size: 16px; }
.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: #fff; border: 1px solid #999; border-radius: 4px; display: block; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.form-container .ion-form-group-radio span::after, .form-container .ion-form-group-checkbox span::after { content: '\f00c'; color: #fff; position: absolute; left: 3px; top: 2px; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 600; opacity: 0; line-height: 23px; -webkit-font-smoothing: antialiased; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.form-container .ion-form-group-radio input:hover ~ span::after, .form-container .ion-form-group-checkbox input:hover ~ span::after, .form-container .ion-form-group-radio input:focus-visible ~ span::after, .form-container .ion-form-group-checkbox input:focus-visible ~ span::after { color: var(--primary); opacity: .4; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.form-container .ion-form-group-radio input:checked ~ span::after, .form-container .ion-form-group-checkbox input:checked ~ span::after { color: var(--primary); opacity: 1; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.form-container iframe { margin: 10px 0 10px; }
.form-container form > div:last-of-type:not(.ion-form-group) > div { margin-left: auto; margin-right: auto; }
.form-container .ion-btn { position: relative; padding: 0; background: var(--primary)!important; border: 1px solid var(--primary); width: 145px; margin: 10px auto 0; font-size: 18px; font-weight: bold; color: var(--body-text)!important; display: block; line-height: 50px; white-space: nowrap; text-transform: uppercase; letter-spacing: .1em; border-radius: 4px; }
.form-container .ion-btn:hover, .form-container .ion-btn:focus-visible { background: #fff!important; }
.form-container .ion-form-group.ion-form-group-dropdown:first-child, .form-container [data-id="845425AF-6E3F-44CC-B9B8-C4219150B899"] .frs-form .frs-form-field:first-child { display: none; }
.form-container .ion-form-group-textarea label { text-wrap: wrap!important; left: 0!important; }

@media (max-width:550px) {
	.form-container { padding: 55px 20px 40px; overflow: hidden; }
  .form-container .ion-btn { margin-top: 30px; }
}


/* Form Container Stacked on small screens */
@media (min-width:600px) and (max-width:991px) {
	.form-container form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0; gap: 15px; }
	.form-container form .ion-form-group { -ms-flex-preferred-size: calc(50% - 20px); flex-basis: calc(50% - 20px); -webkit-box-flex: 1; -ms-flex-positive: 1; 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:not(.ion-form-group) { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
	.form-container form > div:last-of-type:not(.ion-form-group) > div { margin-left: auto; }
}

/* Form Container Stacked */
@media (min-width:600px) {
	.form-container form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0; gap: 15px; }
	.form-container form .ion-form-group { -ms-flex-preferred-size: calc(50% - 20px); flex-basis: calc(50% - 20px); -webkit-box-flex: 1; -ms-flex-positive: 1; 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:not(.ion-form-group) { -ms-flex-preferred-size: 100%; flex-basis: 100%; }
	.form-container form > div:last-of-type:not(.ion-form-group) > div { margin-left: auto; }
}

/* ==========================================================================
   Accordion
============================================================================= */
.launch-accordion { margin: 0; list-style: none; padding: 0; }
.launch-accordion > li { margin-bottom: 25px; }
.launch-accordion > li > h4 { position: relative; font-size: 18px; font-weight: 400;border:1px solid var(--primary); color: #000; margin: 0;  -webkit-transition:background-color 0.05s ease; -o-transition:background-color 0.05s ease; transition:background-color 0.05s ease; padding: 25px 50px 25px 15px; line-height: 1.333em; }
.launch-accordion > li > h4::after { content: '+'; right: 35px; color: var(--dark); 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 > h4:after { content: '-'; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.launch-accordion > li > h4:hover { cursor: pointer; }
.launch-accordion > li > h4:hover { background-color: var(--gray); -webkit-transition: background-color 0.3s; -o-transition: background-color 0.3s; background-color: all 0.3s; }
.launch-accordion > li > div { background-color: var(--gray); border-color: var(--border-color); padding: 30px 20px; 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 > h4, .launch-accordion.no-margin > li:hover + li > h4 { border-color: #ecebeb; border-top: 0; }
.launch-accordion.faqs > li > div { padding: 30px; }
.launch-accordion.faqs > li > div:not([itemprop="acceptedAnswer"])::before,
.launch-accordion.faqs > li div > *:first-child { display: inline; }
@media (min-width: 768px) {
	.launch-accordion > li > h4 { padding: 25px 65px 25px 35px; }
	.launch-accordion > li > div { padding: 20px 35px; }
}

/* ==========================================================================
   #Footer
============================================================================= */
.footer { padding: 50px 0 70px; overflow: hidden; font-size: 16px; }
.footer h4 { font-size: 18px; font-weight: 600; text-transform: uppercase; margin: 0 0 15px; color: #fff; }
.footer a { color: inherit; }
.footer a:hover { color: var(--primary-light); }
.footer .logo { margin: 0 0 40px; }
.footer__list { list-style: none; padding: 0; line-height: 1.25; }
.footer__list li { margin: 15px 0; }
.footer__list .street-address { display: block; margin-bottom: 15px; }
.footer .social { margin-bottom: 20px; }
.footer .social a { border: 0; background: transparent; box-shadow: none; }
.footer .social a:hover { color: var(--primary-light); background: none; }
.footer .texas-links { text-align: center; margin: 50px 0 -30px; }
.footer__copy { font-size: 14px; border-top: 1px solid #fff; padding-top: 30px; margin-top: 40px; }
.footer__copy p { margin: 30px 0; }
.footer__affil { margin: 35px 0 0; display: flex; flex-wrap: wrap; gap: 25px; align-items: flex-end; }
.footer__affil svg { height: 60px; width: 60px; }
@media (max-width:575px) {
	.footer__list { margin-bottom: 30px; }
	.footer__copy { border: 0; margin-top: 0; }
	.footer .logo { margin: 0 0 20px; }
	.footer .logo img { max-height: 58px; }
}

/* ==========================================================================
   Areas
============================================================================= */
#areas { padding: 130px 0;}
.areas { list-style: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; font-family: var(--secondary-font); color: var(--primary); font-size: 17px; max-width: 940px; margin: 0 auto; padding-left: 0; }
.areas li { padding: 5px; -webkit-box-flex: 0; -ms-flex: 0 0 185px; flex: 0 0 185px; letter-spacing: .1em; }
#areas a[href="#"] { pointer-events: none; -webkit-box-shadow: unset; box-shadow: unset;color:#000; }
#areas .no-link span {color:#000 !important;}
#areas .btn {min-width:220px;}


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

/* Home Banner
============================================================================= */
#home-banner { position: relative; height: 944px; min-height: 100vh;padding-top:200px; background-color: var(--dark); background-size: cover; background-position: center; }
#home-banner::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(var(--dark-rgb),.5); }
#home-banner .container { position: relative; z-index: 9; height: 100%; }
/* Home Banner Prompt */
#home-banner .prompt { color: #fff; position: relative; z-index:98; text-align: center; }
#home-banner .prompt .lead { font-size: 48px; margin: 0; font-weight:bold; }
#home-banner .prompt .sub { font-size: 30px; margin: 25px 0 50px; text-transform: none; max-width: 800px; margin-left: auto; margin-right: auto; font-weight: 400; }
@media(min-width:1200px){
	#home-banner .prompt {-webkit-box-flex: 1;-ms-flex: 1 1 100%;flex: 1 1 100%;padding:175px 15px 15px;}
}
@media(max-width:1199px){
	#home-banner {height:auto;}
	#home-banner .prompt {padding:100px 15px;}
}
@media (min-width:992px) {
	#home-banner .prompt {  }
	#home-banner .prompt::before { -webkit-transform-origin: right; -ms-transform-origin: right; transform-origin: right; }
}
@media (max-width:500px) {
	#home-banner { background-image: url('/images/franchisee-sales-sm.webp'); }
	#home-banner .prompt .lead { font-size: 36px; }
  #home-banner .prompt .sub { font-size: 20px; }
}

/* Home Banner Carousel */
#home-banner-carousel { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
#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:525px) {
  #home-banner { min-height: auto; }
  #home-banner .prompt { padding: 0 0 90px; }
	#home-banner-carousel { display: none; }
}

@media (max-width: 325px){

}

/* Secondary Banner
================================================== */
#secondary-banner { position:relative; padding-top: 200px; height:680px; overflow: hidden; background-color: #000; background-size: 2000px; background-attachment: fixed; background-position: center top; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
#secondary-banner .image-list { display: none !important; }
#secondary-banner::after { content: ''; position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: rgba(0,0,0,0.4); }
#secondary-banner .container { position: relative; z-index: 9; margin: auto; }
#secondary-banner .prompt { color: #fff; text-align: left;max-width:850px; }
#secondary-banner .prompt .lead { font-size: 42px; margin: 0; font-weight: bold; margin: 0; line-height: 1.25em; }
#secondary-banner .prompt .sub { font-size: 30px; margin: 20px auto 0; max-width: 965px; line-height: 1.35em;  }
#secondary-banner .prompt p { font-size: 24px; margin: 15px 0 0;font-weight:500; }
#secondary-banner .prompt p a { color: #fff; }
#secondary-banner .prompt .btn { margin-top: 25px; }
#secondary-banner .frs-widget.quick-lead { display: -webkit-box; display: -ms-flexbox; display: flex; max-width: 900px; margin: 10px auto 0; color: #000; }
#secondary-banner .frs-widget.quick-lead label { display: none; }
#secondary-banner .frs-widget.quick-lead input { border: 0; padding: 0 15px; height: 68px; }
#secondary-banner .frs-widget.quick-lead button { white-space: nowrap; }
#secondary-banner .frs-widget.quick-lead button:hover { opacity: 1; }
@media (min-width: 2001px){
	#secondary-banner { background-size: cover; }
}
@media (max-width: 991px){
	#secondary-banner { background-size: cover; background-attachment: scroll; }
}
@media (max-width: 500px){
	#secondary-banner { height: auto; min-height: 450px; }
	#secondary-banner .prompt { padding: 50px 0; }
	#secondary-banner .prompt .lead { font-size: 36px; }
	#secondary-banner .prompt .sub { font-size: 22px;  }
	#secondary-banner .frs-widget.quick-lead {-ms-flex-wrap:wrap;flex-wrap:wrap;}
	#secondary-banner .frs-widget.quick-lead button {width:100%;}
}



/* No Hero Image */
main.no-hero { margin-top: 149px; border-top: 29px solid var(--primary); }
main.no-hero, body.no-hero main, body:has(.nhvl-details) main { margin-top: var(--header-height); }

/* ==================================================
********************** PM Page **********************
===================================================== */
#secondary-banner.pm-page { height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; }
#secondary-banner.pm-page .launch-quick-lead { padding: 60px 0; margin-top: auto; width: 100%; background: rgba(0,0,0,0.8); color: #fff; position: relative; z-index: 2; }
#secondary-banner.pm-page .launch-quick-lead .container-fluid { max-width: 1700px; margin: 0 auto; }
#secondary-banner.pm-page .launch-quick-lead .container-fluid .text { margin: auto 0; }
#secondary-banner.pm-page .launch-quick-lead .container-fluid .text h2 { font-size: 50px; }
#secondary-banner.pm-page .launch-quick-lead .container-fluid .text .arrow { display: block; margin: 20px 0 0 auto; text-align: right; }
@media (min-width: 992px){
  #secondary-banner.pm-page .launch-quick-lead h2 { margin-right: 40px; text-align: left; }
	#secondary-banner.pm-page .launch-quick-lead .container-fluid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
}
@media (max-width: 991px){
    #secondary-banner.pm-page { height: auto; min-height: 100vh; }
	#secondary-banner.pm-page .launch-quick-lead .container-fluid .text .arrow { display: none; }
}



/* Home welcome
============================================================================= */
#home-welcome {padding:100px 0 160px;position:relative;}
.home-welcome__bg { background-color: var(--primary);position: absolute; top: 0; bottom: 0; right: 0; width: 50%; }
#home-welcome .container {}
#home-welcome h3 { text-transform: lowercase; }
#home-welcome .white__border {border:8px solid #fff;}

@media(max-width:991px){
	#home-welcome {padding-bottom:60px;}
	.home-welcome__bg {display:none;}
	#home-welcome .btn-list {display:block;}
	#home-welcome .arrow__title {color:var(--dark) !important;}
	#home-welcome .arrow__title svg {fill:var(--dark);}
}

/* Home CTAs
============================================================================= */
#home-ctas { padding: 85px 0 90px; }
.cta-boxes { text-align: left;position:relative;z-index:98; }
.cta-boxes [class*='col'] { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;position: relative; z-index: 1; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1); animation-timing-function: cubic-bezier(.165, .84, .44, 1);padding: 0;}
.cta-boxes [class*='col']:hover { z-index: 2; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
.cta-boxes__item {text-align: center;color: var(--body-text)!important;display: block;position: relative;height: 100%;background: #fff;min-height: 380px;-webkit-transition: 0.5s cubic-bezier(.165, .84, .44, 1);-o-transition: 0.5s cubic-bezier(.165, .84, .44, 1);transition: 0.5s cubic-bezier(.165, .84, .44, 1);border:1px solid var(--border-color);border-collapse: collapse;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}
.cta-boxes__icon { margin: 0 0 25px; }
.cta-boxes__icon svg {fill:var(--primary);height: 80px;}
.cta-boxes__title { font-size: 24px; color: inherit; font-weight: bold; text-transform: uppercase; letter-spacing: .01em; margin: 0 0 45px; }
.cta-boxes__description { font-size: 18px; color: inherit; font-weight: 400; margin: 15px 0 0; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

/* Hover Effects v1 */
.cta-boxes__item:hover, .cta-boxes__item:focus { border:0;-webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%), -10px -10px 0 0 var(--primary);box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%), -10px -10px 0 0 var(--primary); -webkit-transform: translate(5px,5px)!important; -ms-transform: translate(5px,5px)!important; transform: translate(5px,5px)!important; z-index: 5; -webkit-transition: 0.5s cubic-bezier(.165, .84, .44, 1); -o-transition: 0.5s cubic-bezier(.165, .84, .44, 1); transition: 0.5s cubic-bezier(.165, .84, .44, 1); }
.cta-boxes__item:hover::after, .cta-boxes__item:focus::after {  -webkit-animation-direction: alternate;  animation-direction: alternate; -webkit-animation-duration: .6s; animation-duration: .6s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: nudgeRight; animation-name: nudgeRight; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.cta-boxes__item:hover .cta-boxes__description, .cta-boxes__item:focus .cta-boxes__description { opacity: 1; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

@media (max-width: 991px) {
	.home-services__graphic { margin-top: 85px; }
	.cta-boxes__item .cta-boxes__description { opacity: 1; }
}

/* Home Hire
============================================================================= */
#home-hire ul { list-style: none; padding: 0; font-size: 16px; font-weight: 500; margin: 0; }
#home-hire .border-bottom { padding-bottom: 40px; }

@media (min-width:1200px) {
	#home-hire .content { max-width: 550px; }
	#home-hire .content p { padding-right: 35px; }
}

/* Testimonial Carousel */
#testimonial-carousel { font-family: var(--secondary-font); }
#testimonial-carousel .carousel-inner { min-height: 150px; margin-bottom: 50px; }
#testimonial-carousel [class*='carousel-control'] { display: inline-block; position: relative; opacity: 1; font-size: 28px; width: auto; }
#testimonial-carousel [class*='carousel-control']:hover, #testimonial-carousel [class*='carousel-control']:focus { color: var(--secondary); }

/* Home Industry
============================================================================= */
#home-industry {  }
.home-industry__container { display: flex; flex-wrap: wrap; gap: 60px 30px; justify-content: space-between; align-items: center; }
.home-industry__container:nth-child(2) { margin-top: 110px; }
.home-industry__container img { border-radius: 10px; max-width: 80%; }
.home-industry__content { flex: 0 1 570px; }

@media (min-width: 1046px) and (max-width: 1400px){
  .home-industry__container img { max-width: 450px; }
  .home-industry__content { flex: 0 1 50%; }
}

@media (max-width: 1045px){
  .home-industry__container { justify-content: center; }
  .home-industry__container:nth-child(2) {margin-top: 70px; position: relative; }
  .home-industry__container:nth-child(2)::before { content: ''; background: #cccccc; height: 2px; width: 90%; position: absolute; left: 50%; top: -3%; transform: translateX(-50%); }
  .home-industry__container img { max-width: 100%; }
  .home-industry__content { flex-grow: 1; }
}


/* Services
============================================================================= */
#services { background: #fafafa; }
#services .row .col-12 { padding: 80px 0 80px; margin: 80px 0 80px; position: relative; z-index: 1; }
#services .row .col-12::before { position: absolute; content: ''; width: 100vw; height: 100%; background: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: -1; }
.services { }
.services__image img { border-radius: 8px; height: 353px; }
.services__pm-page img { height: 100%; }
.services__content { }
.services__content h3 { font-family: var(--secondary-font); font-weight: bold; font-size: 30px; margin: 35px 0 30px; }
@media (min-width: 992px) {
  .services__pm-page .services__image { height: 200px!important; }
  /* .services:not(.services__pm-page) [class*="col-"]:nth-last-of-type(1) { height: 452px; } */
}
@media (max-width: 767px) {
  #services .carousel-item { background: #fff; border-radius: 8px; }
  .services__content { padding: 20px; }
  .services__content h3 { margin: 0 0 25px; font-size: 20px; }
  .services__image { margin: 0 auto; }
  .services__image img { border-radius: 10px 10px 0 0; }
}
@media (max-width: 580px){
  #services .carousel-item { min-height: 650px; }
}

/* Home Contact */
.home-contact { background-image: url('/images/pmi-pattern.webp'); }

/* Guarantees
============================================================================= */
.guarantees svg {max-width:95px;max-height:95px;fill:var(--primary);}
.guarantees .list-item__title {font-weight:bold;font-size:24px;text-transform: uppercase;}
.guarantees p a {font-style:italic;font-weight:500;}
.guarantees a:hover {opacity:0.7;}
.guarantees a svg {max-height:25px;max-width:25px;margin-left:15px;}
.guarantees .services-check {position:absolute;fill:#fff;height:30px;width:30px;}
.guarantees .list-item__side {display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;max-height:95px;max-width:95px;}
.cursive-link {font-size:60px;font-family:var(--cursive-font);}

@media(max-width:424px){
	.guarantees {text-align: center;}
	.guarantees .list-item__side {margin:0 auto 20px;}
}

/* Home Agents
============================================================================= */
#home-agents h2 {text-transform: none;}



/* Home Rentals
============================================================================= */
#home-rentals { padding: 85px 0 55px; }
#home-rentals .prop-tabs { margin: 0; }
#home-rentals .prop-result-panel { margin-top: 0; margin-bottom: 30px; }

/* Home Blog - The Connor Design
============================================================================= */
#home-blog { padding: 80px 0; }
@media (min-width: 992px) {
  #home-blog .container-fluid { padding: 0 10vw; }
}

/* Home Blog - The Grant Design
============================================================================= */
/* #home-blog { position:relative; padding-bottom: 200px; }
#home-blog .carousel-inner {overflow:visible;}
#home-blog .box {background:none;}
#home-blog .post-featured { padding-top: 70%; }
#home-blog .blog-post { background: none; border: 0; position:relative;}
#home-blog .blog-post .post-image { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
#home-blog .blog-post .post-content {background:var(--gray);width:100%;padding:30px;margin:0 auto;z-index:96;-webkit-transition: all 0.25s ease-in-out; -o-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out;}
#home-blog .blog-post .post-title {font-size:24px;color:var(--primary);font-weight:500;margin-bottom:10px;}
#home-blog .blog-post .post-body { padding: 0; margin: 0; }
#home-blog .blog-post .post-body .post-content { }
#home-blog .controls {position: absolute;z-index:97;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;max-width:1100px;margin: 0 auto;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 100%;}
@media(min-width:992px){
	#home-blog {overflow:hidden;}
	#home-blog .container-fluid {position:relative;width:122%;margin:0 auto;padding:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}
	#home-blog .controls {top: 50%;-webkit-transform: translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);transform: translateX(-50%) translateY(-50%);}
	#home-blog .blog-post .post-content {background:#fff;position:absolute;bottom:0;left:50%;-webkit-transform:translate(-50%,100px);-ms-transform:translate(-50%,100px);transform:translate(-50%,100px);max-width:85%;padding:30px 60px;}
	#home-blog .carousel-item .blog-post .post-content, #home-blog .carousel-item.active.carousel-item-left .blog-post:nth-of-type(2) .post-content, #home-blog .carousel-item.active.carousel-item-right .blog-post:nth-of-type(2) .post-content { opacity:0; -webkit-transform:translate(-50%,200px); -ms-transform:translate(-50%,200px); transform:translate(-50%,200px); -webkit-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; }
	#home-blog .carousel-item.active .blog-post:nth-of-type(2) .post-content { opacity:1; -webkit-transform:translate(-50%,100px); -ms-transform:translate(-50%,100px); transform:translate(-50%,100px); -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; }
}
@media(min-width:1200px) and (max-width:1450px){
	#home-blog .post-featured {padding-top:100%;}
}
@media (min-width:992px) and (max-width:1199px){
	#home-blog .post-featured {padding-top:140%;}
}
@media(max-width:1199px){
	#home-blog .controls {max-width:900px;}
} */



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

/* Split CTAs */
.side-content { }
.side-content .ctas { }
.side-content [class*='col'] { width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; max-width: 100%; padding: 0; }
.side-content .cta { padding-left: 50%; position: relative; max-width: 100%; margin-bottom: 50px; }
.side-content .cta-boxes__item {padding:45px 15px 40px 30px;min-height:0;}
.side-content .cta-boxes__icon svg {max-height:65px !important;}
.side-content .cta-boxes__title {margin: 0 0 25px;}


/* ==========================================================================
  About Page
============================================================================= */
/* .bios { padding: 45px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.bio__name {font-size: 24px;line-height: 1.25em;margin: 0 0 30px;text-transform: uppercase;}
.bio__name.pre-popup { margin-top: 15px; text-align: center; }
.bio__title {display: block;color: var(--primary);font-size: 16px;line-height: 1.25em;text-transform: none;}
.bio__image {width: 200px; margin: 0 auto;}
.bio__image .circle-img {position: relative;height: 0;width: 100%;padding-top: 100%;border-radius: 50%;overflow: hidden; }
.bio__image img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; -o-object-position: top; object-position: top; border: 5px solid #fff; border-radius: 50%; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
.bio__content { display: none; }
.bio__content p { margin-bottom: 20px; }
.bio__contact { margin-top: 1.5em; }
.bio__contact:before { content: ""; display: table; clear: both; }
.bio__contact .item { display: block; }
:not(.bio-popup) .bio:hover .bio__image img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }
:not(.bio-popup) .bio:hover .bio__title { color: var(--accent); }
@media (max-width:1199px) {
	.bio__image { -ms-flex-item-align: start; align-self: flex-start; }
}
@media (min-width:768px) {
  .bio {-webkit-box-flex: 0;-ms-flex: 0 0 20%;flex: 0 0 20%;margin: 20px;}
	.bio-popup { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.bio-popup .bio__contact { width: 70%; margin: auto 0; }
	.bio-popup .bio__image { width: 25%; min-width: 25%; margin-right: 5%; margin-bottom: 0; }
}
@media (max-width:767px) {
	.bio { text-align: center; }
	.bio__image { max-width: 300px; margin: 0 auto 35px; }
} */

/* Bio Popups */
/* #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 { padding: 15px; }
.bio-popup .bio__content { display: block; }
.bio-popup .pre-popup { display: none; } */

/* ==========================================================================
  About Page
============================================================================= */
.team { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 300px)); justify-content: center; grid-gap: 125px 5vw; }
.team-member { text-align: center; }
.team-member__name { font-size: 20px; color: var(--secondary); line-height: 1.25em; margin: 0 0 10px; font-weight: bold; letter-spacing: .05em;  }
.team-member__title { color: var(--secondary); font-size: 16px; text-transform: none; margin: 0 0 25px; letter-spacing: .05em; font-weight: normal; }
.team-member__image .circle-img { position: relative; height: 0; width: 100%; padding-top: 100%; border-radius: 50%; overflow: hidden; }
.team-member__image img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; -o-object-position: top; object-position: top; border-radius: 50%; }
.team-member__image img[src*='pmi-badge'] { top: 55%; transform: translateY(-50%); border: 0; max-height: 70%; -o-object-position: center; object-position: center; object-fit: contain; border-radius: 0; }
.team-member__image .circle-img:has(img[src*='pmi-badge']) { border: 0; background: var(--gray); }
.team-member__bio { display: none; font-size: 16px; }
.team-member__content { margin-bottom: 20px; width: 100%; }
.team-member__content p { margin-bottom: 20px; }
.team-member__contact { margin: 1.5em 0 0; padding: 0; list-style: none; }
.team-member__contact:before { content: ""; display: table; clear: both; }
.team-member__contact-item { margin: 5px 0; }
.team-member__contact-item i { color: var(--secondary); padding-right: 8px; }
@media (max-width:1199px) {
	.team-member__image { -ms-flex-item-align: start; align-self: flex-start; }
}
@media (min-width:768px) {
	.team-member:not(.bio-popup) .team-member__image { width: 297px; max-width: 100%; margin: 0 auto 25px; }
	.team-member.bio-popup { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: left; }
	.team-member.bio-popup .team-member__contact { width: 70%; margin: auto 0; }
	.team-member.bio-popup .team-member__image { width: 25%; min-width: 25%; margin-right: 5%; margin-bottom: 0; animation-name: none; opacity: 1; }
}
@media (max-width:767px) {
	.team { grid-gap: 50px 5vw; }
	.team-member { text-align: center; }
	.team-member__image { max-width: 300px; margin: 0 auto 35px; }
}

/* Bio Popups */
#bioModal button { position: absolute; right: 10px; top: 5px; z-index: 99; width: 30px; height: 30px; line-height: 30px; text-align: center; padding: 0; background: none; border: none; font-size: 30px; display: flex; align-items: center; justify-content: center; }
.bio-popup { padding: 15px; animation-name: none; opacity: 1; }
.bio-popup .team-member__bio { display: block; }
.bio-popup .btn { display: none; }

/* ==========================================================================
  Opportunity Page
============================================================================= */
.list__bar-graph { list-style: none; padding-left: 0; }
.list__bar-graph > li { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;border: 1px solid var(--gray-md); background-color: #fff; margin-bottom: 20px; }
.list__bar-graph > li > h3 { background-color: var(--gray-md); margin: 0; padding: 11px 20px; color: #fff; min-height: 40px; line-height: 40px; position: relative; width: 100%; text-align: center; color: #fff; }
.list__bar-graph > li > span { text-align: center; padding: 0 30px; }
.list__bar-graph > li:nth-child(even) { border-color: var(--dark); }
.list__bar-graph > li:nth-child(even) h3 { background-color: var(--dark); }
.list__bar-graph > li:nth-child(even) > h3::before { border-left: 20px solid var(--dark); }
@media (min-width: 600px) {
  .list__bar-graph > li { width: calc(100% - 100px); -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
  .list__bar-graph > li > h3 { width: 60%; text-align: right; }
  .list__bar-graph > li > h3::before { content: ""; border-top: 32px solid transparent; border-bottom: 32px solid transparent; border-left: 20px solid var(--gray-md); position: absolute; left: 100%; top: 0; }
}
@media (min-width: 992px) {
  .list__bar-graph > li:nth-child(1) { width: calc( 100% - 200px); }
  .list__bar-graph > li:nth-child(2) { width: calc( 100% - 170px); }
  .list__bar-graph > li:nth-child(3) { width: calc( 100% - 130px); }
}
@media (min-width: 1300px) {
  .list__bar-graph > li:nth-child(1) { width: calc( 100% - 290px); }
  .list__bar-graph > li:nth-child(2) { width: calc( 100% - 250px); }
  .list__bar-graph > li:nth-child(3) { width: calc( 100% - 190px); }
}
.bg-primary .form-container .ion-btn:not(:hover) { background-color: var(--dark); border-color: var(--dark); }

/* ==========================================================================
  Blog Page
============================================================================= */
.blog-header .breadcrumb { background: none; padding: 15px 0; margin: 0; position: relative; font-size: 15px; -webkit-transform: translateY(-60px); -ms-transform: translateY(-60px); transform: translateY(-60px);  }
.blog-header .heading-main a:not(:hover) { color: var(--body-text); }
.blog-header .heading-main { margin-bottom: 55px; }

/* Main Template */
.blog-container { }
.blog-container .main-panel { }
.blog-container .side-panel { float: none; width: unset; background: #fff; padding: 30px; border-radius: 8px; -webkit-box-shadow: var(--box-shadow-xl); box-shadow: var(--box-shadow-xl); -ms-flex-item-align: start; align-self: flex-start; }
.blog-container .index { display: block; margin: 30px 0; text-transform: uppercase; font-weight: bold; }
@media (min-width:992px) {
	.blog-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
	.blog-container .main-panel { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; margin-right: 5vw; }
	.blog-container .side-panel { -webkit-box-flex: 0; -ms-flex: 0 0 360px; flex: 0 0 360px; margin-right: auto; }
}

/* 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(--primary)!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)!important; padding: 10px; border-radius: 4px 0 0 4px; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; border: 0; font-size: 16px; color: #000; }
#tipue_search_input::-webkit-input-placeholder {  }
.tipue_search_group { display: -webkit-box; display: -ms-flexbox; display: flex; height: 30px; width: 100%; }
.tipue_search_button { color: #fff; background: var(--primary); border: 1px solid var(--primary); border-radius: 0 4px 4px 0; -webkit-box-flex: 0; -ms-flex: 0 0 37px; flex: 0 0 37px; padding: 0 5px 0 0; -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; outline: none!important; }
.tipue_search_button:hover, .tipue_search_button:focus { background: #fff; color: var(--primary); -webkit-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }

/* Pagination */
.pagination { display: -webkit-box; display: -ms-flexbox; display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; }
.pagination a { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: var(--body-text); background-color: #fff; border: 1px solid #dee2e6; }
.pagination a:hover { z-index: 2; color: var(--body-text); text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }
.pagination a:focus { z-index: 2; outline: 0; -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.pagination li { margin: 0!important; }
.pagination li:first-child a { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; }
.pagination li:last-child a { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; }
.pagination li.active a { z-index: 1; color: #fff; background-color: var(--body-text); border-color: var(--body-text); }

.pagination, .nhvl-pagination, .nhw-pagination { --primary: var(--body-text); }
.nhw-page-item.nhw-active .nhw-page-link, .nhvl-page-item.nhvl-active .nhvl-page-link { background: #000!important; color: #fff!important; }


/* Side Panel
============================================================================= */
.blog-container .side-panel section { margin: 0 0 45px; }
.blog-container .side-panel section h4 { font-size: 15px; color: var(--body-text); letter-spacing: 0.1em; text-transform: uppercase; padding-bottom: 15px; margin: 0 0 20px; border-bottom: 1px solid var(--gray-md); }
.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 Search */
.blog-container .side-panel .tipue_search_group { display: -webkit-box; display: -ms-flexbox; display: flex; }
.blog-container .side-panel .tipue_search_group input { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; background: #fff !important; padding: 10px !important; }
.blog-container .side-panel .tipue_search_group button { -webkit-box-flex: 0; -ms-flex: 0 0 46px; flex: 0 0 46px; }

/* Recent */
.blog-recent-posts { }
.blog-recent-posts li { margin-bottom: 25px; }
.blog-recent-posts li a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.blog-recent-posts .post-thumb { position: relative; -webkit-box-flex: 0; -ms-flex: 0 0 127px; flex: 0 0 127px; height: 85px; overflow: hidden; margin-right: 20px; background: var(--dark); border-radius: 4px; }
.blog-recent-posts .post-thumb img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; }
.blog-recent-posts .post-thumb .video { color: var(--primary); text-align: center; line-height: 85px; font-size: 50px; -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; }
.blog-recent-posts .post-thumb .default { max-height: 60%; width: auto; height: auto; max-width: 80%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; }
.blog-recent-posts .post-details { font-size: 16px; line-height: 1.2; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; }
.blog-recent-posts .post-details .post-title { margin: 0 0 3px; color: var(--body-text); font-weight: 600; }
.blog-recent-posts .post-details .post-date { color: var(--primary); font-size: 0.9em; }

/* Recent - Hover Effects */
.blog-recent-posts li a:hover .post-thumb img, .blog-recent-posts li a:hover .post-thumb .video { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; }
.blog-recent-posts li a:hover .post-thumb img.default { -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); -webkit-transition: 0.7s; -o-transition: 0.7s; 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: 16px; display: inline-block; padding: 8px 10px 7px; line-height: 1; margin-left: 1px; margin-bottom: 5px; border-radius: 3px; background: var(--primary); -webkit-transition: 0.3s; -o-transition: 0.3s; 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 { -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.35); box-shadow: 1px 1px 5px rgba(0,0,0,0.35); -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; background: var(--primary); }

/* Authors */
.blog-author-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; -ms-flex-pack: distribute; justify-content: space-around; }
.blog-author-list li { -webkit-box-flex: 0; -ms-flex: 0 0 80px; flex: 0 0 80px; }
.blog-author-list .author-image { height: 100px; width: 100px; margin: 0 auto 5px; border-radius: 50%; position: relative; overflow: hidden; }
.blog-author-list .author-image img { position: absolute; top: 0; left: 0; -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; }
.blog-author-list .author-image img[src*='pmi-badge'] { top: 52%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); max-height: 80%; -o-object-fit: unset; object-fit: unset; }
.blog-author-list .author-image:has(img[src*='pmi-badge']) { overflow: visible; }
.blog-author-list .author-name { font-size: 13px; letter-spacing: 0.025em; text-transform: uppercase; color: var(--body-text); font-weight: 600; }
.blog-author-list li a:hover .author-image img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 0.7s; -o-transition: 0.7s; transition: 0.7s; }
.blog-author-list li a:hover .author-image img[src*='pmi-badge'] { -webkit-transform: translate(-50%,-50%) scale(1.1); -ms-transform: translate(-50%,-50%) scale(1.1); transform: translate(-50%,-50%) scale(1.1); }


/* Post
============================================================================= */
.blog-post {  }
.blog-post .post-featured { position: relative; display: block; height: 0; padding-top: 56.25%; overflow: hidden; border-radius: 8px; background: var(--dark); }
.blog-post .post-featured img, .blog-post .post-featured iframe { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; -webkit-transition: 0.7s linear; -o-transition: 0.7s linear; transition: 0.7s linear; }
.blog-post .post-featured img.default { max-width: 70%; height: auto; width: auto; margin: 0 auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.blog-post .post-featured img:not(.default) { -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
.blog-post a.post-featured:hover img:not(.default) { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); -webkit-transition: 0.7s ease; -o-transition: 0.7s ease; transition: 0.7s ease; }
.blog-post .post-featured .video-wrapper { position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
.blog-post .post-header { padding: 30px 0 25px; text-transform: uppercase; border: 0; margin: 0; }
.blog-post .post-header .post-title { font-size: 24px; margin: 0 0 15px; padding: 0; border: 0; text-transform: none; color: var(--body-text); }
.blog-post .post-header .post-date { font-size: 14px; color: var(--primary-light); line-height: 1.1; }
.blog-post .post-body { padding: 25px 0 0; font-size: 17px; margin: 0; }
.blog-post .post-body h1, .blog-post .post-body h2 { font-size: 30px; margin: 35px 0 15px; }
.blog-post .post-body h3 { font-size: 24px; letter-spacing: .05em; font-weight: 600; }
.blog-post .post-body h4 { font-size: 20px; letter-spacing: .05em; }
.blog-post .post-body p > iframe, p:has(.featured-img-import) + p:has(img) { display: none; }
.blog-post .post-body .fr-video iframe { max-width: 100%; }
.blog-post .post-footer { padding: 20px 0 35px; }
.blog-post .post-footer h4 { font-size: 15px; color: var(--body-text); letter-spacing: 0.1em; text-transform: uppercase; margin: 0 0 20px; }
.blog-post .post-footer-share { text-align: right; }
.blog-post .read-more { margin-top: 15px; color: #fff!important; font-size: 16px; font-weight: normal; letter-spacing: .01em; text-transform: none; }
body .blog-post .read-more:hover { color: var(--gray-md)!important; }
.blog-post .read-more::after { display: none; }

/* Post Author */
.blog-post .post-footer-author { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--gray-md); }
.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-image img[src*='pmi-badge'] { top: 52%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); height: 80%; width: auto; -o-object-fit: unset; object-fit: unset; }
.blog-post .post-footer-author .author-image:has(img[src*='pmi-badge']) { overflow: visible; }
.blog-post .post-footer-author .author-details { text-align: center; }
.blog-post .post-footer-author .author-details .author-name { font-size: 18px; color: var(--body-text); letter-spacing: 0.1em; text-transform: uppercase; margin: 0; }
.blog-post .post-footer-author .author-details .author-title { font-size: 14px; color: var(--primary-light); 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: #545655; 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: #545655; letter-spacing: 0.025em; 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: 55px; }
.blog-post-list .blog-post .post-header, .blog-post-list .blog-post .post-body { padding: 0; }
.blog-post-list .blog-post .post-content { padding-top: 35px; background: #fff; }

/* Split Blog Post List */
@media (min-width:1300px) {
	.blog-post-list .blog-post { display: -webkit-box; display: -ms-flexbox; display: flex; }
	.blog-post-list .post-image { -webkit-box-flex: 0; -ms-flex: 0 1 40%; flex: 0 1 40%; min-width: 40%; padding: 0; }
	.blog-post-list .post-featured { height: 100%; padding: 0; }
	.blog-post-list .post-content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 25px; }
}

/* Inline Blog Post List
============================================================================= */
#blog-inline { }
#blog-inline .blog-post { background: none; border: 0; margin-bottom: 0; text-align: left; background: #fff; border-radius: 8px; -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); overflow: hidden; }
#blog-inline .blog-post .post-featured { padding-top: 58.79%; border-radius: 0; }
#blog-inline .blog-post .post-title { font-size: 20px; color: var(--body-text)!important; font-weight: 600; text-transform: none; margin: 15px 0; }
#blog-inline .blog-post .post-title a { color: var(--body-text)!important; }
#blog-inline .blog-post .post-header { padding: 0; margin: 0 0 10px; }
#blog-inline .blog-post .post-date { margin-top: 0; text-transform: none; color: rgba(0,0,0,.75); font-size: 16px; }
#blog-inline .blog-post .post-body { padding: 25px; margin: 0; background: #fff; }
#blog-inline .blog-post .post-body .post-content { font-size: 14px; line-height: 1.71; }
#blog-inline .blog-post .post-featured__video { -webkit-transform: scale(1.15); -ms-transform: scale(1.15); transform: scale(1.15); }
#blog-inline .blog-post .post-featured__video-icon, .blog-post-list .post-featured__video-icon { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%); color: var(--accent); font-size: 60px; z-index: 2; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
#blog-inline .blog-post .post-featured:hover .post-featured__video { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
#blog-inline .blog-post .post-featured:hover .post-featured__video-icon, .blog-post-list .post-featured:hover .post-featured__video-icon { color: #fff; -webkit-transition: .5s; -o-transition: .5s; transition: .5s; }
#blog-inline .link-list { margin-top: 40px; }
@media (min-width:992px) {
  #blog-inline .blog-post { height: 100%; }
	#blog-inline .blog-post .post-image { -webkit-box-flex: 1; -ms-flex: 1 0 33%; flex: 1 0 33%; }
  #blog-inline .col-xl-6:has(.blog-post--side) { display: flex; flex-direction: column; gap: 25px; }
  #blog-inline .blog-post--side { position: relative; background: #fff; flex: 1 1 auto; }
	#blog-inline .blog-post--side .post-featured { padding-top: 44.8%; height: 100%; background: #000; -webkit-transition: .5s ease; -o-transition: .5s ease; transition: .5s ease; }
  #blog-inline .row { --bs-gutter-x: 25px!important; --bs-gutter-y: 25px!important; }
}
@media (max-width:991px) {
  #blog-inline { padding-bottom: 30px; flex-wrap: nowrap; width: auto; max-width: none; }
  #blog-inline .row { justify-content: center; }
  #blog-inline .blog-post { width: 80vw; }
  #blog-inline .col-xl-6:has(.blog-post--side) { display: flex; flex-direction: column; gap: 25px; }
  #blog-inline .col-xl-6 { width: auto; max-width: unset; }
}

@media (max-width: 768px){
  #blog-inline .blog-post { width: 100%; }
}

/* Home Blog */
#home-blog { background: var(--gray); }
#home-blog header { text-align: left!important; }
/* ==========================================================================
  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; }



/* ==========================================================================
  #Services Page(s)
============================================================================= */
.intro { padding-bottom:0; font-size: 17px; overflow: hidden;padding-top:100px; }
.intro a:hover {color:var(--dark);}
.intro p > a:not(.btn), .intro li > a:not(.btn) { font-weight: bold; }
.intro .title {position:relative;margin-bottom:50px;}
.intro h2:first-child {font-size: 36px;font-weight: bold;text-transform: none;}
.intro h2 {font-size: 24px;}
.intro h3 {font-size:17px;font-weight:bold;}
.title-item__side { fill: var(--gray-medium); margin-bottom: 10px; }
.title-item__side svg {height:90px;width:90px;fill:var(--primary);}
.intro:not(.title) h1 {margin-bottom:25px;}

@media (min-width:425px) {
	.title { position: relative; text-align: left; padding-left: 115px;}
	.title-item__side { position: absolute; top: 5px; left: 0;margin-bottom:0; }
}
@media(max-width:991px){
	.intro h1 {font-size:36px;}
  .intro .title { margin-bottom: 0; margin-top: 50px; }
}

#pm-guarantees > h3 { font-size:60px; }

#pm-next { background-color: var(--primary); padding: 2em 0; }
#pm-next a { color: #fff; text-transform: uppercase; }
#pm-next a:hover { color: #000; }

.advantage__item .container { padding: 45px; }
.advantage__item:nth-of-type(even) { background-color: var(--light); }
.title img { max-height: 90px; }
.title h3 { font-size: 24px; }

@media (min-width: 425px) {
  .title { padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; }
  .title h3 { margin: 0; padding-left: 25px; }
}

.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 { position: relative; padding: 0; color:var(--primary); font-size: 24px; font-weight: bold; line-height: 1.2; margin-bottom:80px;}
.form-cta__arrow { position: absolute; right: -60px; bottom: -10px; -webkit-transform: scaleX(-1) rotate(87deg); -ms-transform: scaleX(-1) rotate(87deg); transform: scaleX(-1) rotate(87deg); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; z-index: 2; }
.form-cta__arrow svg { fill: var(--primary); max-width: 100px; }
@media (min-width: 992px){
	.form-cta { padding: 0; }
	.form-cta__arrow { bottom: -15px; -webkit-transform: rotate(-8deg); -ms-transform: rotate(-8deg); transform: rotate(-8deg); }
	.form-cta__arrow svg { max-width: 151px; }
}

/* Maximize Revenue Page */
#revenue-streams { }
#revenue-streams ul { text-align: left; max-width: 250px; margin: 0 auto 48px; }


@media (min-width: 992px){
  #revenue-streams ul { margin: 0 0 48px; padding-left: 20px; }
  #revenue-streams .icon-list__icon { margin: 0; }
  #revenue-streams h4 { text-align: left; }
}


/* ==================================================
******************** SERVICES CLUSTER *********************
===================================================== */

/* SUB NAV */
#sub-nav { position: absolute; top: 0; list-style: none; padding: 15px 0; background: #000; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; text-align: left; font-size: 18px; font-weight: 400; -webkit-transition: padding 0.3s; -o-transition: padding 0.3s; transition: padding 0.3s; }
#sub-nav li { position: relative; color: #fff; }
#sub-nav li:first-child { margin-left: auto; }
#sub-nav li:last-child { margin-right: auto; }
#sub-nav li a { color: #fff; padding: 12px 25px; font-size: 16px; }
#sub-nav li a:hover, #sub-nav li.active a { color: var(--primary); -webkit-transition: text-shadow 0.3s; -o-transition: text-shadow 0.3s; transition: text-shadow 0.3s; text-shadow: 0.5px 0 0 currentColor; }
#sub-nav.affix { position: fixed; top: 95px; padding: 10px 0; z-index: 999; -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); -webkit-transition: padding 0.3s; -o-transition: padding 0.3s; transition: padding 0.3s; }
@media(max-width:1199px){
	#sub-nav {font-size:15px;}
}
@media (min-width: 651px) and (max-width: 991px){
	#sub-nav li { margin: 0; }
}
@media (max-width: 991px){
	#sub-nav { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  #sub-nav li:last-child, #sub-nav li.next { margin-right: auto; }
	#sub-nav li.prev { margin-left: auto; }
	#sub-nav li, #sub-nav li.prev:before  { display: none; }
	#sub-nav li.prev, #sub-nav li.next, #sub-nav li.active { display: inherit; }
	#sub-nav li.prev a:before { content: '‹'; display: inline-block; padding-right: 10px; font-size: 18px; }
	#sub-nav li.next a:after { content: '›'; display: inline-block; padding-left: 10px; font-size: 18px; }
}
@media (max-width: 650px){
	#sub-nav li.active { display: none; }
	#sub-nav li:first-child.active, #sub-nav li:last-child.active { display: inherit; }
}
@media (max-width: 575px){
	#sub-nav { -webkit-box-pack: space-evenly; -ms-flex-pack: space-evenly; justify-content: space-evenly; font-size: 18px;  }
	#sub-nav li.prev a, #sub-nav li.next a { font-size: 0; line-height: 1; }
	#sub-nav li.prev a:after { content: 'Prev'; font-size: 18px; }
	#sub-nav li.next a:before { content: 'Next'; font-size: 18px; }
	#sub-nav li { margin: auto; }
	#sub-nav li:nth-child(1n+2):before { display: none; }
	#sub-nav li:first-child + .next::before { display: none; }

}
@media (max-width: 450px){
	#sub-nav li:first-child.active, #sub-nav li:last-child.active { display: none; }
}

/* PM Page Main */
#services-cluster-page { position: relative; padding-top: 58px; }

/* Utilities - Helper Classes
============================================================================= */


/* Banner Y Padding */
.banner { padding-top: 115px; padding-bottom: 115px; }
.banner-sm { padding-top: 100px; padding-bottom: 100px; }
.banner-lg { padding-top: 130px; padding-bottom: 130px; }
.banner-xl { padding-top: 145px; padding-bottom: 145px; }
@media (max-width: 991px) {
	.banner { padding-top: 80px; padding-bottom: 80px; }
	.banner-sm { padding-top: 70px; padding-bottom: 70px; }
	.banner-lg { padding-top: 100px; padding-bottom: 100px; }
	.banner-xl { padding-top: 110px; padding-bottom: 110px; }
}


/* Max Width Containers */
/* .mw-450 { width: 450px!important; }
.mw-550 { width: 550px!important; }
.mw-750 { width: 750px!important; }
.mw-850 { width: 850px!important; }
.mw-950 { width: 950px!important; }
.mw-1000 { width: 1000px!important; }
.mw-1100 { width: 1100px!important; }
.mw-1200 { width: 1200px!important; }
.mw-1500 { width: 1500px!important; }
.mw-1800 { width: 1800px!important; } */


/* Responsive Padding */
.px-4vw { padding-right: 4vw!important; padding-left: 4vw!important; }
.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; }

/* // 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-4vw { padding-right: 4vw!important; padding-left: 4vw!important; }
  .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-4vw { padding-right: 4vw!important; padding-left: 4vw!important; }
  .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-4vw { padding-right: 4vw!important; padding-left: 4vw!important; }
  .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-4vw { padding-right: 4vw!important; padding-left: 4vw!important; }
  .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; }
}

@media (min-width:2001px) {
	.pw-1000 { width: 1000px; max-width: 100%; margin-left: auto; margin-right: auto; }
	.pw-1400 { width: 1400px; max-width: 100%; margin-left: auto; margin-right: auto; }
	.pw-1500 { width: 1500px; max-width: 100%; margin-left: auto; margin-right: auto; }
	.pw-1600 { width: 1600px; max-width: 100%; margin-left: auto; margin-right: auto; }
	.pw-1700 { width: 1700px; max-width: 100%; margin-left: auto; margin-right: auto; }
	.pw-1800 { width: 1800px; max-width: 100%; margin-left: auto; margin-right: auto; }
}
@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); }
}

/* Carousel */
.carousel-indicators { bottom: -60px; align-items: end; }
.carousel-indicators [data-bs-target] { background: #000; list-style: none; border: 0; height: 2px; transition: 0.3s; opacity: 1; }
.carousel-indicators .active { height: 10px; transition: 0.3s;}
.carousel-item { box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1); }
.carousel-inner { overflow: visible; }
.carousel-inner:has(.carousel-item-next), .carousel-inner:has(.carousel-item-prev) { overflow: hidden; }

/* Popup */
#popup { max-width: 300px; background: rgba(255,255,255, 1); position: fixed; top: 15%; right: 0; padding: 30px 30px 30px 15px; z-index: 9; cursor: pointer; color: var(--body-text); font-size: 26px; margin: 0; font-weight: 700; text-transform: uppercase; line-height: 1.1; display: flex; align-items: center; gap: 17px; box-shadow: var(--box-shadow-lg);}
#popup p, #popup img { margin: 0; letter-spacing: normal; }
#popup img { height: 72px; padding: 0; }

@media (min-width: 526px){
	#popup { border-radius: 8px 0 0 8px; }
	#popup:hover { max-width: 330px; transition: 0.5s; }
}
@media (max-width: 525px){
	#popup { bottom: 0; top: auto; max-width: none; width: 100vw; font-size: 28px; }
	#popup:hover { color: var(--primary); }
}
