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

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

/* Set Design Standards & Colors Here */
:root {
	--primary: #E8BB27;
	--primary-rgb: 3,138,138;
	--secondary: #5A4A00;
	--light: #E8BB27;
	--dark: #000;
	--brown: #3B2F00;
	--gray: #f1f4f5;
	--gray-dark: #252525;
	--gray-medium: #cecece;
	--border-color: #c6c8c9;
	--muted: #707070;
	--body-text: #212529;
	--text-dark: #343a40;
	--primary-font: 'Red Hat Text', sans-serif;
	--cursive-font: 'Yellowtail', cursive;
	--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: #303030; line-height: 1.45; }
body.no-hero #secondary-banner { display: none; }

/* Font Styles
============================================================================= */
h1, h2, .display-1 { font-size: 42px; margin: 0 0 25px; font-weight:bold; text-transform: uppercase; font-family: 'Merriweather'; }
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; }
p { margin-bottom: 25px; }
a, a:link, a:visited { color: var(--secondary); text-decoration: none; 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; transform: scaleX(0); transition: all 0.5s; transform-origin: left; }
hr.primary.animate, header hr.animate { transform: scaleX(1); transition: all 0.5s; transition-delay: .5s; }
.banner hr, .text-center hr { 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: 34px; }
	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-dark, .text--dark { color: var(--dark)!important; }
.text-white, .text--white { color: #fff!important;fill:#fff; }
.text-gray, .text--gray {color: var(--text-dark) !important;}
.text-brown, .text--brown {color: var(--brown)};

/* Max Width/Height */
.mw-450 { width: 450px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-600 { width: 600px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-650 { width: 650px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-700 { width: 700px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-750 { width: 750px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-900 { width: 900px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-1000 { width: 1000px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-1060 { width: 1060px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-1200 { width: 1200px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-1400 { width: 1400px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-1600 { width: 1600px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-1700 { width: 1700px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }
.mw-1800 { width: 1800px; max-width: 100%; margin-left: auto!important; margin-right: auto!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); }
}

/* Adjust size of padding between columns */
@media (min-width:992px) {
	.row--gutters-lg { margin: 0 -18px; }
	.row--gutters-lg > [class*='col-'] { padding-left: 18px; padding-right: 18px; }
	.row--gutters-xl, .row--gutters-xxl { margin: 0 -25px; }
	.row--gutters-xl > [class*='col-'], .row--gutters-xxl > [class*='col-'] { padding-left: 25px; padding-right: 25px; }
}
@media (min-width:1200px) {
	.row--gutters-xl, .row--gutters-xxl { margin: 0 -25px; }
	.row--gutters-xl > [class*='col-'], .row--gutters-xxl > [class*='col-'] { padding-left: 25px; padding-right: 25px; }
}
@media (min-width:1350px) {
	.row--gutters-xl, .row--gutters-xxl { margin: 0 -45px; }
	.row--gutters-xl > [class*='col-'], .row--gutters-xxl > [class*='col-'] { padding-left: 45px; padding-right: 45px; }
}


/* Font Styles */
.font--cursive { font-family: 'Yellowtail', cursive; font-family: var(--cursive-font); text-transform: none; }


/* 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
============================================================================= */
.btn { --btn-bg: var(--primary); --btn-color: #000; --border-color: var(--primary); position: relative; background-color: var(--btn-bg); color: var(--btn-color) !important; border: 1px solid var(--border-color); height: 68px; line-height: 68px; border-radius: 0; padding: 0 20px; font-size: 18px; font-weight:500; text-transform: uppercase; display: inline-flex; align-items: center; justify-content: center; min-width: 271px; overflow: hidden; z-index: 3; white-space: nowrap; }
.btn::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -2; background: #000; }
.btn::before { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: calc(200% + 1px); z-index: -1; transform: translateX(-50%); transition: transform 0.4s ease-out; transform-origin: left; background: rgb(255, 255, 255); background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, var(--btn-bg) 50%, var(--btn-bg) 100%); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, var(--btn-bg) 50%, var(--btn-bg) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, var(--btn-bg) 50%, var(--btn-bg) 100%); }
.btn:hover { --btn-color: var(--dark) !important; border-color: var(--dark) }
.btn:hover::before { transform: translateX(0); transform-origin: left; transition: transform 0.4s ease-out; }
/* .btn.focus, .btn:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(var(--primary-rgb),.25); } */

/* Button Colors */
.btn--secondary { --primary: var(--dark); --btn-color: #E8BB27; }

/*  */
.btn--white { --btn-bg: #fff; --btn-color: var(--primary); }
.btn--arrow::after { content: '\f061'; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 300; -webkit-font-smoothing: antialiased; padding-left: 8px; font-size: 1.1em; }

/* Inverted Buttons - Outline Only */
[class^='btn--outline'] { --btn-bg: rgba(255,255,255, 0); }
.btn--outline-primary { }
.btn--outline-primary:hover { }
.btn--outline-secondary { --primary: var(--secondary); }
.btn--outline-secondary:hover { }

/* Button Sizes */
.btn--lg { height: 67px; min-width: 300px;font-size:18px; }
.btn--sm { min-width:156px; }

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

.btn-list--lg .btn { margin: 0 23px 25px; }

@media(min-width:992px){
	.btn-list--lg { display: inline-flex; flex-wrap: wrap; margin: 0 -23px 25px; }
}

@media(max-width: 767px) {
	.btn-list { display: inline-flex; flex-wrap: wrap; margin: 0 -27px 15px; justify-content: center }
}

/* Images
============================================================================= */
img { max-width: 100%; height: auto; }
img.cover { object-fit: cover; font-family: 'object-fit:cover; '; width: 100%; height: 100%; }
img.content { float: left; margin: 5px 15px 15px 0; padding: 5px; }
svg[class*="icon-"] { height: 32px; width: 32px; display: inline-block; fill: currentColor; }

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


/* Backgrounds
============================================================================= */
.bg-primary { background-color: var(--primary)!important; }
.bg-secondary { background-color: var(--secondary)!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--gradient::before { background-color: #fff; opacity: .6; }
.bg-image .container, .bg-image + .container, .bg-image + .container-fluid, .bg-image header { position: relative; z-index: 2; }
[class*='bg-'] form input { color: #000; }
@media (min-width:992px) {
	.bg-image { background-attachment: fixed; }
	.bg-image--gradient::before { background: linear-gradient(104deg, rgba(255, 255, 255, 0.94) 33.21%, rgba(255, 255, 255, 0.00) 78.82%); opacity: 1; }
}

/* Banners - Reuseable Repeating Styles specific to this websites' design
============================================================================= */
.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: inline-flex; }
.social a { text-align: center; border: 1px solid var(--secondary); color: var(--secondary); 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: #000; background: var(--primary); }

/* Cursive Title with Arrow */
.arrow__title {font-family:var(--cursive-font);max-width:210px;}
.arrow__title span {transform:rotate(-15deg);font-size:60px;line-height:1;}
.arrow__title svg {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;transform:rotate(105deg) scaleX(-1);max-height:80px;max-width:80px;margin-top:0px;}

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

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

/* 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: 30px; margin-bottom: 12px; font-size: 17px; }
.checks li::before { color: var(--secondary); content: '\f105'; font-size: 25px; line-height: 1; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 300; -webkit-font-smoothing: antialiased; position: absolute; top: 0; left: 0; }

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

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

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

/* List with Primary colored Dots */
.dots { list-style: none; padding: 0; padding-left: 35px; margin: 5px 0 25px; }
.dots li { padding-left: 20px; font-size: 17px; position: relative; font-weight: 400; margin: 0 0 5px; }
.dots li::before { content: ""; height: 4px; width: 4px; border-radius: 50%; background: var(--primary); 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;}

/* Icon List */
.icon-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; }
.icon-list__item { flex: 0 0 290px; padding: 0 15px; text-align: center; margin: 0 auto 30px; }
.icon-list__icon { margin: 0 auto 10px; height: 68px; display: flex; justify-content: center; align-items: center; }
.icon-list__icon svg { height: 62px; width: 62px; }
.icon-list__title { font-size: 18px; font-weight: 400; margin: 25px 0 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.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: flex; flex-wrap: wrap; }
.image-list__item { flex: 1 0 271px; padding: 0 15px; margin: 0 0 30px; }
.image-list__img { position: relative; margin: 0; height: 0; padding-top: 75%; overflow: hidden; }
.image-list__img img { position: absolute; top: 0; left: 0; transition: 0.8s; }
.image-list__item a:hover img { transform: scale(1.08); transition: 0.8s; }
.image-list__title { position: relative; font-size: 20px; font-weight: 400; margin: 0; color: #fff; background: var(--primary); margin: 0; padding: 10px 20px; }
.image-list__title::after { content: '\f105'; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 300; -webkit-font-smoothing: antialiased; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }
@media (min-width:992px) {
	.image-list { margin: 0 -15px; }
	.image-list__item { flex: 0 0 25%; }
	.image-list--col-2 { max-width: 900px; margin: 0 auto; }
	.image-list--col-2 .image-list__item { padding: 0 25px; margin: 0 auto 50px; flex: 0 0 50%; }
	.image-list--col-3 { margin: 0 -25px; }
	.image-list--col-3 .image-list__item { padding: 0 25px; margin: 0 auto 50px; flex: 0 0 33.33%; }
}


/* Utilities - Helper Classes
============================================================================= */
.mw-1200 { width: 1200px; max-width: 100%; margin-left: auto!important; margin-right: auto!important; }

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

/* video wrapper */
.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'; }
@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) { animation-fill-mode: backwards; animation-play-state: paused; opacity: 0; transition: opacity .2s; }
}
@media (max-width:991px) {
	.form-direction:after, .form-direction-l:after { content: 'below'; }
}

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

/* Cookie Disclaimer */
#cookie-disclaimer { position: fixed; bottom: 10px; right: 10px; background: var(--gray); padding: 20px; z-index: 99999; border-radius: 4px; display: flex; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.19), 0 2px 4px rgba(0, 0, 0, 0.23); 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; transition: 0.4s; }
#cookie-disclaimer button:hover { background: #fff; color: var(--primary); }

/* ==========================================================================
   Header
============================================================================= */
.hdr-top {height: 50px; background-color: var(--dark); position: absolute; top: 0px; left:0px; right:0px; z-index: 1000;color:#fff;text-transform: uppercase;}
.hdr-top a {color:#fff;}
.hdr-top a:hover { color:var(--primary);}
.hdr-top .phone { color: #fff; font-size: 22px; }
.hdr-top .social { position: absolute; right: 240px; top: 40px; height: 42px; align-items: center; transform: translateY(-100%); }
#header { height: 150px;background-color: #fff; transition: background-color 0.4s ease-out, box-shadow 0.2s ease-out; position: absolute; top: 50px; left: 0; width: 100%; z-index: 99; }
#header .container-fluid { position: relative; height: 100%; margin: 0 auto; }
#header .logo { position: absolute; top: 50%; left: 15px; transform: translateY(-50%); }
#header .logo img { max-height: 125px; }
#header .social { position: absolute; top: 70px; right: 15px; }
#header .nav { position: absolute; right:15px; }
#header .launch-menu-button {display: none; position: absolute;text-align: right; line-height: 50px; color: inherit; transition: bottom 0s;right: 15px;}
@media(min-width:1200px){
	#header .nav {top: 50%; transform: translateY(-50%);}
}
@media(max-width:1199px){
	#header .nav {bottom:20px;}
	#header .logo img {max-height:65px;}
}
@media (max-width:991px) {
	#header .launch-menu-button { display: block; }
	#header .nav { display: none; }
}
@media (max-width:576px) {
	.hdr-top .logins { display: none; }
	.hdr-top .container-fluid {text-align: center;justify-content: center;}
}
@media(min-width:426px){
	#header .launch-menu-button {  top:50%; transform: translateY(-50%);  }
}
@media (max-width:425px) {
	#header .logo { text-align: center; right: 15px; top: 40%; }
	#header .launch-menu-button { bottom: 0; left: 15px;; text-align: center; }
}

/* Header Affix */
#header.affix { height: 50px;top:0; background-color: rgba(255, 255, 255, 1); transition: background-color 0.4s ease-in, box-shadow 0.2s ease-in; box-shadow: var(--box-shadow); }
#header.affix .phone, #header.affix .logins { display: none; }
#header.affix .logo { left: 15px; right: auto; top: 50%; }
#header.affix .logo img { max-height: 40px; }
#header.affix .nav { bottom: auto; top: 50%; transform: translateY(-50%); }
#header.affix .nav__item { line-height: normal; }
#header.affix .launch-menu-button { display: block; bottom: auto; top: 50%; left: auto; right: 15px; transform: translateY(-50%); }
#header.affix .nav { display: none; }


/* ==========================================================================
   #Nav
============================================================================= */
#header .nav { list-style: none; padding: 0; margin: 0; font-weight: 500; }
#header .nav__item { position: relative; padding: 0 15px; line-height: 34px; }
#header .nav__item.launch-only {display:none;}
#header .nav__item a { color: var(--dark); }
#header .nav__item > a::after { content: ''; height: 6px; width: 14px; background-color: var(--primary); display: block; margin: 0 auto; transform: scaleX(0); transition: 0.3s ease-in; }
#header .nav__item:hover > a::after, #header .nav__item.active > a::after { transform: scaleX(1); transition: 0.3s ease-out; }
#header .nav__dropdown { display: none; list-style: none; padding: 0; margin: 0; position: absolute; top: 100%; left: 15px; }
#header .nav__dropdown > li { white-space: nowrap; line-height: 35px; padding: 0; background-color: var(--dark); }
#header .nav__dropdown > li > a { color: #fff; padding: 0 20px; }
#header .nav__dropdown > li:hover { background-color: var(--primary); color: var(--dark);}
#header .nav__dropdown > li:hover > a, #header .nav__dropdown ul > li:hover > a {color: var(--dark);}
#header .nav__item:not(.dropdown):hover .nav__dropdown { display: block; }
#header .nav__dropdown ul {background:#000;list-style:none;padding:0;}
#header .nav__dropdown ul li { white-space: nowrap; line-height: 35px; padding: 0 35px; background-color: var(--dark); font-size:15px;}
#header .nav__dropdown ul li a {font-size:15px;font-weight:400;color:#fff; }
#header .nav__dropdown ul li:hover { background-color: var(--primary); }

@media (max-width:1425px) {
	#header .nav__item:last-child .nav__dropdown  { left: auto; right: 15px; }
}


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

/* ==========================================================================
   #Footer
============================================================================= */
.footer { padding: 140px 0; text-align: left; }
.footer h3 { font-size: 24px; text-transform: uppercase; margin: 0 0 20px; }
.footer a { color: inherit; }
.footer a:hover { color: var(--primary); }
.footer .social a { border: 1px solid rgba(255, 255, 255, .65); background: transparent; }
.footer .social a:hover { color: #000000; background: var(--primary); border: 1px solid var(--primary); }
.footer__copy { margin-top: 0px; font-size: 14px; }
.footer__address .street-address { display: block; }
.footer__affil { border-top:1px solid #fff;margin-top:90px;padding-top:60px;text-align: center;}
.footer__affil img, .footer__affil svg { padding: 5px; }
.footer__affil svg { height: 190px; width: 190px; }
.footer__ada { padding: 0; font-size: 14px; margin: 35px 0 0; }
@media (min-width:992px) {
	.footer__address, .footer__contact { text-align: left; }
}
@media (max-width:991px) {
	.footer__contact h3, .footer__connect h3 { margin-top: 50px; }
}

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

/* ==========================================================================
   Forms
============================================================================= */
.form-container { border: 0;border-top:40px solid var(--primary); background-color: var(--gray); color: #000; padding: 45px 25px 80px; }
.form-container h2 { color: inherit; font-size: 28px; text-transform: uppercase !important;font-weight:bold !important; text-align: center; margin: 0 0 35px; }
.form-container .ion-form-group { margin-bottom: 20px; }
.form-container .ion-form-group label { display: none; }
.form-container .ion-form-group input, .form-container .ion-form-group textarea { border: 0 !important; border-radius: 0 !important; }
.form-container .ion-form-group ::-webkit-input-placeholder, .form-container .ion-form-group select:invalid { color: #000; font-size: 16px; }
.form-container .ion-form-group select { padding-left: 5px;  border: 0; }
.form-container .ion-form-group-break h3 { color: inherit; font-size: 14px; margin: 0; text-transform: uppercase; font-weight: bold; padding-top: 10px; }
.form-container .ion-form-group-radio label, .form-container .ion-form-group-checkbox label { display: block; color: inherit; }
.form-container .ion-form-group-radio label:not(:first-child), .form-container .ion-form-group-checkbox label:not(:first-child) { width: 50%; display: inline-block; }
.form-container .ion-form-group-radio input, .form-container .ion-form-group-checkbox input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.form-container .ion-form-group-radio span, .form-container .ion-form-group-checkbox span { display: flex; padding-left: 30px; padding-right: 15px; position: relative; font-size: 15px; }
.form-container .ion-form-group-radio span::before, .form-container .ion-form-group-checkbox span::before { content: ''; position: absolute; left: 0; top: 2px; height: 20px; width: 20px; background: #fff; display: block; 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; line-height: 23px; -webkit-font-smoothing: antialiased; transition: 0.3s; }
.form-container .ion-form-group-radio input:hover span::after, .form-container .ion-form-group-checkbox input:hover span::after { color: rgba(255, 255, 255, 0.4); 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); transition: 0.3s; }
.form-container iframe { margin: -10px 0 10px; }
.form-container form > div:last-of-type > div { margin-left: auto; }
.form-container .ion-btn { background-color: var(--primary); border-color: var(--primary); color: var(--dark); height: 36px; width: 163px; margin-left: auto; font-size: 17px; font-weight: 500; text-transform: uppercase; padding: 0; display: block; }
.form-container .ion-btn:hover { color: var(--dark); border-color: var(--dark); }

/* Form Container Stacked on small screens */
@media (min-width:600px) and (max-width:991px) {
	.form-container form { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -10px; }
	.form-container form .ion-form-group { flex-basis: calc(50% - 20px); flex-grow: 1; margin: 0 10px 20px; }
	.form-container form .ion-form-group.ion-form-group-textarea, .form-container form .ion-form-group.ion-form-group-break, .form-container form .ion-form-group.ion-form-group-checkbox, .form-container form .ion-form-group.ion-form-group-radio, .form-container form > div:last-of-type { flex-basis: 100%; }
	.form-container form button { margin-right: 0px; }
	.form-container form > div:last-of-type { padding: 0 10px; }
	.form-container form > div:last-of-type > div { margin-left: auto; }
}

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

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


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



/* Form Swap
================================================== */
.form-swap { text-align: left; }
.form-swap p { font-size: 15px; font-weight: 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: flex; 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; 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 6 Pro"; font-style: normal; font-weight: 400; line-height: 1; transition: 0.3s; }
.form-swap .nav a:hover::after { opacity: .5; transition: 0.3s; }
.form-swap .nav a.active::after { opacity: 1; }


/* ==========================================================================
   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; }
}

/* ==========================================================================
   Areas
============================================================================= */
#areas { padding: 130px 0;}
.areas { list-style: none; display: flex; justify-content: center; 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; flex: 0 0 185px; letter-spacing: .1em; }
#areas a[href="#"] { pointer-events: none; box-shadow: unset;color:#000; }
#areas .no-link .btn { --btn-bg: var(--primary); color:#E8BB27 !important;  }
#areas .no-link .btn::before { background: var(--primary); }
#areas .no-link .btn:hover { --btn-color: #fff; }
#areas .btn {min-width:220px;}


/* ==========================================================================
  Home Page
============================================================================= */
.logo img {max-width: 50%; }

/* Home Banner
============================================================================= */
#home-banner { position: relative; height: 944px; min-height: 645px;padding-top:200px; background-color: #000; background-size: cover; background-position: center; }
#home-banner::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.4); }
#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: 60px; margin: 0; font-weight:bold; }
#home-banner .prompt .sub { font-size: 30px; margin: 25px 0 50px; text-transform: none; }
@media(min-width:1200px){
	#home-banner .prompt {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 { transform-origin: right; }
}
@media (max-width:500px) {
	#home-banner { background-image: url('/images/banner-1-sm.webp'); }
	#home-banner .prompt .lead { font-size: 36px; }
}

/* 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: var(--primary); }

@media (max-width:500px) {
	#home-banner-carousel { display: none; }
}

/* Secondary Banner
================================================== */
#secondary-banner { position:relative; padding-top: 200px; height:680px; overflow: hidden; background-size: 2000px; background-attachment: fixed; background-position: center center; display: flex; 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:has(.lead, .hero__lead) .btn { margin-top: 25px; }
@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;  }
}

/* No Hero Image */
main.no-hero { margin-top: 149px; border-top: 29px solid var(--primary); }

/* Home welcome
============================================================================= */
#home-welcome {padding:100px 0;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; }
@media(min-width:1200px){
	#home-welcome {padding:350px 0 160px;}
}

@media(max-width:991px){
	#home-welcome {padding-bottom:0;}
	.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 Stats
============================================================================= */
#home-stats { padding: 239px 0 40px; text-align: center; }
.stats { list-style: none; margin: 0; padding: 0; display: flex; justify-content: space-evenly; flex-wrap: wrap;  }
.stats__item { padding: 0 30px 30px; letter-spacing: .05em; }
.stats__number { font-size: 100px; line-height: 1; font-weight: 400; }
.stats__description { font-size: 22px; display: block; }
@media (max-width:1515px) {
	.stats__number { font-size: 70px; }
	.stats__description { font-size: 20px; }
}
@media (max-width:1315px) {
	.stats__number { font-size: 60px; }
	.stats__description { font-size: 18px; }
}

@media (max-width: 1199px) {
		#home-stats {padding: 50px 0 40px;}
}
@media (min-width:1015px) and (max-width:1225px) {
	.stats__item { padding: 0 20px 30px; }
	.stats__number { font-size: 45px; }
	.stats__description { font-size: 16px; }
}
@media (max-width:1015px) {
	.stats { justify-content: center; }
	.stats__item { flex: 0 0 33.33%; }
}
@media (max-width:800px) {
	.stats { display: block; }
	.stats__number { font-size: 45px; }
	.stats__description { font-size: 16px; }

}



/* Home CTAs
============================================================================= */
#home-ctas { padding: 85px 0 90px; }
.cta-boxes { text-align: left;position:relative;z-index:98; }
.cta-boxes [class*='col'] { justify-content: center;position: relative; z-index: 1; transition: 0.3s; animation-timing-function: cubic-bezier(.165, .84, .44, 1);padding: 0;}
.cta-boxes [class*='col']:hover { z-index: 2; transition: 0.3s; }
.cta-boxes__item { text-align: left;padding:65px 30px 15px 50px; color: var(--body-text)!important; display: block; position: relative; height: 100%; background: #fff; min-height: 380px; transition: 0.5s cubic-bezier(.165, .84, .44, 1);border:1px solid var(--border-color);border-collapse: collapse;}
a.cta-boxes__item::after { color: var(--text-dark); content: '\f105'; font-size: 45px; font-family: "Font Awesome 5 Pro"; font-style: normal; font-weight: 300; -webkit-font-smoothing: antialiased;  position: absolute; bottom: 5px;}
.cta-boxes__icon { margin: 0 0 25px; }
.cta-boxes__icon svg { max-height: 88px !important;fill:var(--dark);max-width:155px;margin:0 auto 0 0; }
#home-ctas .cta-boxes__icon svg { fill:var(--secondary);}
.cta-boxes__title { font-size: 24px; color: inherit; font-weight: bold; letter-spacing: .01em; margin: 0 0 45px; }
.cta-boxes__description { font-size: 18px; color: inherit; font-weight: 400; margin: 15px 0 0; transition: 0.5s; }
#home-banner .cta-boxes {position:absolute;bottom:-200px;left:50%;transform:translateX(-50%);}
@media(max-width:1600px){
	.cta-boxes__item {padding-left:30px;}
	.cta-boxes__title {font-size:16px;}
}
@media(max-width:1199px){
	#home-banner .cta-boxes {display:none;}
}

/* SERVICES BOXES */
.services-boxes .cta-boxes__item { padding: 50px 30px 15px 50px; min-height: 415px;}
.services-boxes [class*='col']:nth-child(odd) .cta-boxes__item { background: var(--light); }
.services-boxes .cta-boxes__icon svg { max-height: 40px !important; }
.services-boxes .cta-boxes__icon i {font-size: 32px;}
.services-boxes .cta-boxes__title { margin: 0 0 20px; }
.services-boxes .cta-boxes__description { font-size: 16px; color: inherit; font-weight: 400; margin: 15px 0 60px; transition: 0.5s; }

@media (min-width: 576px) and (max-width: 991px) {
	.services-boxes [class*='col']:nth-child(3) .cta-boxes__item { background: #fff; }
	.services-boxes [class*='col']:nth-child(4) .cta-boxes__item { background: var(--light); }
}

/* Hover Effects v1 */
.cta-boxes__item:hover, .cta-boxes__item:focus { border:0;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); transform: translate(5px,5px)!important; z-index: 5; transition: 0.5s cubic-bezier(.165, .84, .44, 1); }
.cta-boxes__item:hover::after, .cta-boxes__item:focus::after {  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; 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 { text-align: center; }
#home-hire p.lead { font-size: 20px; }
#home-hire header { margin-bottom: 60px; }
.services { font-size: 17px; max-width: 1160px; margin: 0 auto; }
.list-item { margin-bottom: 55px; }
.list-item__side { color: var(--gray-medium); font-size:75px;line-height:1;margin-bottom: 15px; font-family:var(--cursive-font);}
.list-item__title { font-size: 22px; font-weight: 500; margin: 0; }
@media (min-width:425px) {
	.list-item { position: relative; text-align: left; padding-left: 90px; }
	.list-item__side { position: absolute; top: 0; left: 0; }
	.guarantees .list-item {padding-left:115px;}
}

/* Home Testimonials
============================================================================= */
#home-testimonials { padding:0;color:var(--white);}
#home-testimonials .icon-feedback { height: 100px; width: 100px; }
@media (min-width: 600px) {
	#home-testimonials .carousel { max-width: 85%; margin: 0 auto; }
}
@media (max-width: 600px) {
	#home-testimonials .carousel { text-align: center; }
}

/* Testimonial Carousel */
#testimonial-carousel { font-family: var(--secondary-font); }
#testimonial-carousel .carousel-inner { min-height: 150px; margin-bottom: 50px; background: var(--primary); padding: 15px; border-radius: 15px;}
#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); }
#testimonial-carousel .blockquote-footer {color: var(--dark);}


/* Services
============================================================================= */
#services h2 {text-transform: none;}

/* Home Guarantees
============================================================================= */
.no-hero .guarantees {padding-top: 140px;}
.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:flex;justify-content: center;align-items: center;max-height:95px;max-width:95px;}
.cursive-link {font-size:60px;font-family:var(--cursive-font);}
#home-guarantees {color:var(--dark);}
#home-guarantees a {color:var(--dark) !important;}
#home-guarantees svg {fill:var(--dark);}

#pm-guarantees { }
#pm-guarantees .list-item {margin: 0 0 50px;flex:0 0 100%;}
@media(min-width:1200px){
	#pm-guarantees .list-item {flex:0 0 calc(50% - 150px);margin: 0 75px 65px;}
}
@media(min-width:992px){
	#pm-guarantees .list-item {flex:0 0 calc(50% - 90px);margin: 0 45px 65px;}
}

@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 .nhw-inline__item { position: relative; }
#home-rentals .nhw-inline__image { padding-top: 74%; border-radius: 0; }
@media (min-width:992px) {
	#home-rentals .nhw-inline__item { overflow: hidden; margin: 10px;  }
	#home-rentals .nhw-inline__item .nhw-inline__content { transform: translateY(100%); transition: .5s ease; background-color: var(--primary); color: #fff; position: absolute; bottom: 0; left: 0; right: 0; padding-bottom: 25px; }
	#home-rentals .nhw-inline__availability { color: #fff; opacity: 0.5; }
	#home-rentals .nhw-inline__item:hover .nhw-inline__content { transform: translateY(0); transition: .5s ease; }
}

/* Home Blog
============================================================================= */
#home-blog { padding: 0 0 240px;position:relative; }
#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 { 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; -moz-transition: all 0.25s ease-in-out; -ms-transition: all 0.2,5s 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:flex;justify-content: space-between;align-items: center;max-width:1100px;margin: 0 auto;left: 50%;transform: translateX(-50%);width: 100%;}
@media(min-width:992px){
	#home-blog {overflow-x:hidden;overflow-y:visible;}
	#home-blog .container-fluid {position:relative;width:122%;margin:0 auto;padding:0;left:50%;transform:translateX(-50%);}
	#home-blog .controls {top: 50%;transform: translateX(-50%) translateY(-50%);}
	#home-blog .blog-post .post-content {background:#fff;position:absolute;bottom:0;left:50%;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; transform:translate(-50%,200px); transition: 0.2s ease; }
	#home-blog .carousel-item.active .blog-post:nth-of-type(2) .post-content { opacity:1; transform:translate(-50%,100px); 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 .ctas [class*='col-'] { width: 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
============================================================================= */
.company-logo-image {max-width: 66%;}
.team { padding: 45px 0; }
.team .team-member:first-child { border-top: solid 1px #ccc; }
.team .team-member { border-bottom: solid 1px #ccc; padding: 55px 0; }
.team-member__name { font-size: 30px; line-height: 1.25em; margin: 0 0 30px; text-transform: uppercase; }
.team-member__title { display: block; color: var(--secondary); font-size: 24px; text-transform: none; }
.team-member__image .circle-img { position: relative; height: 0; width: 100%; padding-top: 100%; border-radius: 50%; overflow: hidden; border: 2px solid var(--secondary); }
.team-member__image .circle-img:has(.team-member__logo) { background-color: var(--gray); }
.team-member__image img:not(.team-member__logo) { position: absolute; top: 0; left: 0; height: 100%; width: 100%; -o-object-position: top; border-radius: 50%; border-radius: 5px solid #fff; }
.team-member__image img.cover {object-fit: contain;}
.team-member__logo { position: absolute; width: 50%; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 0; object-fit: contain; object-position: center; }
.team-member__content p { margin-bottom: 20px; }
.team-member__contact { margin-top: 1.5em; }
.team-member__contact:before { content: ""; display: table; clear: both; }
.team-member__contact .item { display: block; }
@media (max-width:1199px) {
	.team-member__image { align-self: flex-start; }
}
@media (min-width:768px) {
	.team-member { display: flex; }
	.team-member__contact { width: 70%; margin: auto 0; }
	.team-member__image { width: 25%; min-width: 25%; margin-right: 5%; margin-bottom: 0; }
}
@media (max-width:767px) {
	.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; }
.bio-popup { padding: 15px; }
.bio-popup .team-member__content { display: block; }

/* ==========================================================================
  Blog Page
============================================================================= */

/* Main Template */
.blog-container { }
.blog-container .main-panel { }
.blog-container .side-panel { float: none; width: unset; }
.blog-container .index { display: block; margin: 30px 0; text-transform: uppercase; font-weight: bold; }
@media (min-width:992px) {
	.blog-container { display: flex; justify-content: space-between; }
	.blog-container .main-panel { flex: 1 1 auto; margin-right: 105px; }
	.blog-container .side-panel { flex: 0 0 300px; 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); padding: 10px; border-radius: 15px 0 0 15px; flex: 1 1 auto; border: 0; font-size: 16px; color: #000; }
#tipue_search_input::-webkit-input-placeholder {  }
.tipue_search_group { display: flex; height: 30px; width: 100%; }
.tipue_search_button { color: #fff; background: var(--primary); border: 1px solid var(--primary); border-radius: 0 15px 15px 0; flex: 0 0 37px; padding: 0 5px 0 0; transition: 0.4s; outline: none!important; }
.tipue_search_button:hover { background: #fff; color: var(--primary); transition: 0.4s; }

/* Pagination */
.pagination { 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(--primary); background-color: #fff; border: 1px solid #dee2e6; }
.pagination a:hover { z-index: 2; color: var(--primary); text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; }
.pagination a:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
.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(--primary); border-color: var(--primary); }



/* Side Panel
============================================================================= */
.blog-container .side-panel section { margin: 0 0 45px; }
.blog-container .side-panel section h4 { font-size: 15px; letter-spacing: 0.1em; text-transform: uppercase; padding-bottom: 15px; margin: 0 0 20px; border-bottom: 1px solid #cccccc; }
.blog-container .side-panel section ul { list-style: none; padding: 0; margin: 0; }
.blog-container .side-panel section a { }
.blog-container .side-panel section a:hover { }
.blog-container .side-panel section .social a:hover { color: #000; }

.fa-magnifying-glass, .fa-search {color: var(--dark);}

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

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

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


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

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

/* Post
============================================================================= */
.blog-post { background: var(--gray); border: 1px solid var(--border-color); }
.blog-post .post-featured { position: relative; display: block; height: 0; padding-top: 56.25%; overflow: hidden; 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; transition: 0.7s linear; }
.blog-post .post-featured img.default { max-width: 70%; height: auto; width: auto; margin: 0 auto; top: 50%; left: 50%; transform: translate(-50%, -50%); filter: brightness(0) invert(1); }
.blog-post .post-featured img:not(.default) { transform: scale(1.01); }
.blog-post a.post-featured:hover img:not(.default) { transform: scale(1.1); transition: 0.7s ease; }
.blog-post .post-header { padding: 30px 35px 25px; text-transform: uppercase; border: 0; margin: 0; }
.blog-post .post-header .post-title { font-size: 24px; margin: 0 0 5px; padding: 0; border: 0; font-family: var(--secondary-font); text-transform: none; color: var(--secondary); }
.blog-post .post-header .post-date { font-size: 14px; color: #545655; line-height: 1.1; }
.blog-post .post-body { padding: 25px 35px 0; font-size: 17px; margin: 0; }
.blog-post .post-footer { padding: 20px 35px 35px; }
.blog-post .post-footer h4 { font-size: 15px; 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: 30px; display: block; text-transform: uppercase; font-size: 14px; font-weight: bold; }

/* Post Author */
.blog-post .post-footer-author { margin-top: 30px; padding-top: 30px; border-top: 1px solid #ccc; }
.blog-post .post-footer-author .author-image { position: relative; height: 130px; width: 130px; overflow: hidden; margin: 0 auto 30px; border-radius: 50%;  background:var(--white); }
.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.cover {object-fit: contain;}
.blog-post .post-footer-author .author-details { text-align: center; }
.blog-post .post-footer-author .author-details .author-name { font-size: 18px; color: #333333; letter-spacing: 0.1em; text-transform: uppercase; margin: 0; }
.blog-post .post-footer-author .author-details .author-title { font-size: 14px; color: #545655; 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: 30px; }
.blog-post-list .post-body { padding: 0 35px 35px; font-size: 15px; color: #545655; line-height: 1.1; }
.blog-post-list .blog-post .post-featured .default svg { position: absolute; top: 50%; left: 50%; max-width: 70%; transform: translate(-50%, -50%); }
.blog-post-list .blog-post .post-featured .default #logo-text * { fill: #fff; }

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

/* Inline Blog Post List
============================================================================= */
.multi-item-carousel .carousel-item {
  justify-content: center;
}
.multi-item-carousel .carousel-control {height: 80px;width: 80px;color: #000;font-size: 41px;background: #fff;opacity: 1;display:flex;justify-content: center;align-items: center;}
.multi-item-carousel .carousel-control svg {fill:#000;max-width:30px;}
.multi-item-carousel .carousel-control.left svg {transform:rotateY(180deg);}
.multi-item-carousel .carousel-control:hover {background: var(--primary);}

@media (min-width: 992px) {
  .multi-item-carousel .carousel-inner,
  .multi-item-carousel .carousel-item.active,
  .multi-item-carousel .carousel-item-next,
  .multi-item-carousel .carousel-item-prev {
    display: flex;
  }

  .multi-item-carousel .carousel-item-next:not(.carousel-item-left),
  .multi-item-carousel .active.carousel-item-right {
    -webkit-transform: translateX(33.33%);
    transform: translateX(33.33%);
  }

  .multi-item-carousel .carousel-item-prev:not(.carousel-item-right),
  .multi-item-carousel .active.carousel-item-left {
    -webkit-transform: translateX(-33.33%);
    transform: translateX(-33.33%);
  }
}

/*  */
@media (max-width: 991px) {
  .multi-item-carousel .carousel-inner .carousel-item .blog-post ~ .blog-post {
    display: none;
  }
  .multi-item-carousel .carousel-control {
    position: relative;
    margin: 40px auto 0;
		background:var(--gray);
  }
}

/* ==========================================================================
  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; }


/* ==========================================================================
  Owner
============================================================================= */
.no-hero .owner-appreciation {padding-top: 140px;}

/* ==========================================================================
  Pricing Page
============================================================================= */
#pricing { padding-top:100px;}
#pricing h1 {margin-bottom:75px;}
#pricing ul {list-style: none;padding:0;margin-bottom:40px;}
#pricing ul li {border-bottom:1px solid var(--border-color);font-size:15px;padding-bottom:12px;margin-bottom:12px;}
#pricing svg {max-width:18px;max-height:18px;fill:var(--primary);}

.pricing-col {border:1px solid var(--border-color);padding:50px 25px; min-height: 100%; position: relative; padding-bottom: 80px;}
.pricing-col__title {font-size:30px;font-weight:bold;}
.pricing-col__tag {font-size:20px;color:var(--secondary);margin:17px 0;}
.pricing-fee {font-size:36px;font-weight:bold;}
.pricing-fee__info {font-size:14px;margin-bottom:25px;}
.pricing-service-title {font-size:15px;text-transform: uppercase;font-weight:bold;margin-bottom:22px;}
.pricing-col .service-pricing td, .pricing-col .optional-service th, .optional-service td {width: 50%; }

table.resident-placement th, table.resident-placement td {text-align: center;}
table.resident-placement th:first-of-type, table.resident-placement td:first-of-type {text-align: left;}

@media (max-width: 768px) {
    .resident-placement {display: table;}
    .resident-placement td, .resident-placement th {display: block; width: 100%;text-align: left;box-sizing: border-box;}
		.resident-placement thead {display: none;}
    .resident-placement tr {display: block; margin-bottom: 10px;}
		.resident-placement td:before {content: attr(data-label); font-weight: bold; display: block; margin-bottom: 5px;}
}

/* ==========================================================================
  #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 h1 { font-size: 42px; font-weight: bold; margin: 0;line-height:1.2; }
.intro h2 {font-size:24px;font-weight:500;text-transform: none;}
.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(--secondary);}
.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;}
}

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

.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(--secondary); font-size: 24px; font-weight: bold; line-height: 1.2; margin-bottom:80px;}
.form-cta__arrow { position: absolute; right: -60px; bottom: -10px; transform: scaleX(-1) rotate(87deg); 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; transform: rotate(-8deg); }
	.form-cta__arrow svg { max-width: 151px; }
}


/* AMP Step 1
============================================================================= */
.amp { text-align: center; }
.amp a { color: inherit; }
.amp a:hover { color: var(--primary); }
.amp__lead { font-size: 42px; line-height: 1.2; margin-top: 15px; }
.amp__sub { font-size: 24px; font-family: var(--secondary-font); line-height: 1.2; }
.amp__form { max-width: 800px; margin: 0 auto; min-height: 50px; }
.amp__form .ion-amp-form .ion-form-group { margin: 0; flex: 1 1 auto;  }
.amp__form .ion-amp-form label { display: none; }
.amp__form .ion-amp-form input { border: 0; height: 50px; padding: 0 15px; border-radius: 0!important; border: 0!important; }
.amp__form .ion-amp-form button {background: var(--primary);border: 1px solid var(--primary);font-weight: bold;white-space: nowrap;opacity: 1!important;text-transform: uppercase;flex: 0 1 150px;height: 50px; color: #111 !important;}
.amp__form .ion-amp-form button:hover { background: #fff; color: var(--primary); }
.amp .amp__form .ion-amp-form button:not(:hover) { --primary: var(--dark);  color: var(--light) !important;}

@media(min-width:601px){
	.amp__form { margin: 0; }
	.amp__form .ion-amp-form { display: flex; justify-content:center; align-items:center; }
	.amp__form .ion-amp-form button {margin-left:15px;}
}
@media (max-width: 600px){
	.amp__lead { font-size: 34px; }
	.amp__sub { font-size: 20px; }
	.amp__form .ion-amp-form { flex-wrap: wrap; }
	.amp__form .ion-amp-form button { width: 100%; }
}

.amp-step-2 { text-align: center; font-family: var(--primary-font); letter-spacing: .05em; }
.amp-step-2__header { position: relative; padding: 90px 15px 0; background: var(--dark); color: #fff; font-weight: 500; letter-spacing: .05em; }
.amp-step-2__header h1 { font-size: 70px; font-weight: 500; letter-spacing: .05em; text-transform: uppercase; color: inherit; margin: 0 0 20px; }
.amp-step-2__header p { font-size: 22px; color: inherit; width: 800px; max-width: 100%; margin: 0 auto 70px; }
.amp-step-2__header-img { position: relative; max-width: 90%; margin: 0 auto; display: inline-block; }
.amp-step-2__logo { position: absolute; top: 200px; left: 50px; transform: rotate(-25.84deg); height: 24px; width: 25%; transform-origin: left; }
@media (max-width: 850px) {
	.amp-step-2__logo { height: 4.5vw; top: 22vw; left: 6.5vw; }
}

.amp-step-2__form { position: relative; background: #fff; padding: 50px 55px; border-radius: 20px; width: 1072px; max-width: 95vw; margin: 0 auto; letter-spacing: .05em; box-shadow: 0px 6px 43px 0px rgba(0, 0, 0, 0.17); transform: translateY(-20px); z-index: 2; }
.amp-step-2__form .ion-form-group-break h3 { font-size: 22px; text-transform: uppercase; font-weight: 500; letter-spacing: .05em; margin: 40px 0 20px; }
.amp-step-2__form .ion-form-group-break:first-of-type h3 { margin-top: 0; }
.amp-step-2__form .ion-form .ion-form-group label { font-size: 20px; letter-spacing: .05em; font-weight: 400; font-family: var(--secondary-font); margin: 0 12px 12px; }
.amp-step-2__form input, .amp-step-2__form select, .amp-step-2__form textarea { background: var(--gray)!important; border: 0!important; border-radius: 0!important; height: 54px!important; padding: 12px!important; font-size: 20px; font-family: var(--secondary-font); }
.amp-step-2__form textarea { height: 4em!important; }
.amp-step-2__form .ion-btn { font-size: 0; color: #fff; background-color: var(--secondary); border-color: var(--secondary); height: 47px; line-height: 47px; padding: 0 20px; text-transform: uppercase; font-weight: 500; border-radius: 10px; width: 270px; letter-spacing: .05em; margin: 58px 10px 10px auto; }
.amp-step-2__form .ion-btn::after { content: 'send my free report!'; font-size: 18px; }
.amp-step-2__form .ion-btn:hover { border-color: var(--secondary); color: var(--secondary); }

.amp-step-2__footer { font-size: 18px; padding: 50px 15px 70px; width: 1072px; max-width: 95vw; margin: 0 auto; line-height: 1.66em; }
.amp-step-2__footer h2 { font-size: 60px; font-family: var(--secondary-font); font-weight: 500; letter-spacing: .05em; margin: 0 0 45px; }
.amp-step-2__footer .amp-step-2__icon { background: var(--gray); height: 90px; width: 90px; border-radius: 50%; margin: 0 auto 15px; display: flex; justify-content: center; align-items: center; }
.amp-step-2__footer .amp-step-2__phone { font-size: 22px; color: var(--body-text); white-space: nowrap; }
.amp-step-2__footer .amp-step-2__phone a { color: var(--body-text); }
.amp-step-2__footer .amp-step-2__phone a:hover { color: var(--primary); }
.amp-step-2__icon { fill: var(--primary); }
.amp-step-2__icon--email svg { margin-left: -25px; height: 59px; }
.amp-step-2__icon--support svg { margin-top: -25px; height: 83px; }
.amp-step-2__footer .btn { height: 47px; line-height: 47px; border-radius: 10px; }

@media (min-width: 600px) {
	.amp-step-2__form form { display: flex; flex-wrap: wrap; margin: -10px; }
	.amp-step-2__form .ion-form-group { flex: 1 1 190px; padding: 10px; margin: 0; }
	.amp-step-2__form .ion-form-group:nth-child(4), .amp-step-2__form .ion-form-group:nth-child(8), .amp-step-2__form .ion-form-group:nth-child(12) { flex: 2 1 339px; }
	.amp-step-2__form .ion-form-group:nth-child(10) { flex: 1 1 100%; }
	.amp-step-2__form .ion-form-group:last-of-type { flex-grow: 0; }
	.amp-step-2__form .ion-form-group-break, .amp-step-2__form .ion-form-group-textarea { flex: 1 1 100%; }
}
@media (min-width: 600px) and (max-width: 1051px){
	.amp-step-2__form .ion-btn { margin-left: 10px; }
}
@media (max-width: 500px) {
	.amp-step-2__header h1 { font-size: 40px; }
	.amp-step-2__form { padding: 50px 25px; }
	.amp-step-2__footer h2 { font-size: 36px; }
}


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

/* SUB NAV */
#sub-nav { position: absolute; top: 0; list-style: none; padding: 15px 0; background: var(--primary); display: flex; flex-wrap: wrap; justify-content: center; width: 100%; text-align: left; font-size: 18px; font-weight: 400; transition: padding 0.3s; }
#sub-nav li { position: relative; color: var(--dark); }
#sub-nav li:first-child { margin-left: auto; }
#sub-nav li:last-child { margin-right: auto; }
#sub-nav li a { color: var(--dark); }
#sub-nav li a:hover, #sub-nav li.active a { color: var(--dark); transition: text-shadow 0.3s; text-shadow: 0.5px 0 0 currentColor; }
#sub-nav.affix { position: fixed; top: 50px; padding: 10px 0; z-index: 999; box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35); 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 { 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: 15px; }
	#sub-nav li.next a:after { content: '›'; display: inline-block; padding-left: 10px; font-size: 15px; }
}
@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 { 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: 54px; }

/* Listing */
#nesthub-search-form i { color: var(--primary); }
#nesthub-search-btn i { color: var(--gray-dark); }
#nesthub-search-btn:hover { background-color: var(--gray); }

.nhw-header .btn-list a { height: 48px; }

@media(min-width: 350px){
	.nhw-details__form-container .btn-list .btn {width: 270px;}
}

@media(max-width: 767px) {
	.nhw-header .btn-list {display: block; }
}

.nhw-btn { color: #fff!important; }


/* Multi-family
============================================================================= */
.multi-family svg {max-width:95px;max-height:95px;fill:var(--primary);}
.multi-family .list-item__title {font-weight:bold;font-size:24px;text-transform: uppercase;}
.multi-family p a {font-style:italic;font-weight:500;}
.multi-family a:hover {opacity:0.7;}
.multi-family a svg {max-height:25px;max-width:25px;margin-left:15px;}
.multi-family .services-check {position:absolute;fill:#fff;height:30px;width:30px;}
.multi-family .list-item__side {display:flex;justify-content: center;align-items: center;max-height:95px;max-width:95px; padding-right: 10px;}

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

/* Commercial Management Guarantees */
#pillar-guarantees svg { max-width:95px; max-height:95px; fill:var(--dark); }
#pillar-guarantees .list-item__title { font-weight:bold; font-size:24px; text-transform: uppercase; }
#pillar-guarantees .services-check { position:absolute; fill:#fff; height:30px; width:30px; }
.cursive-link { font-size:60px; font-family:var(--cursive-font); }

#pillar-guarantees .list-item, #pillar-guarantees .list-item__side {position: relative; text-align: center; padding-left: 0;}
#pillar-guarantees { }
#pillar-guarantees .list-item { margin: 0 0 50px; flex:0 0 100%; }
@media(min-width:1200px){
	#pillar-guarantees .list-item { flex:0 0 calc(50% - 150px); margin: 0 75px 65px; }
}
@media(min-width:992px){
	#pillar-guarantees .list-item { flex:0 0 calc(50% - 90px); margin: 0 45px 65px; }
}

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

/* Military
============================================================================= */
.military-banner { height: auto!important; }
.military-banner .prompt { padding: 80px 0; margin: 0 auto; }
.military-banner .form-container__lead  { text-align: center; font-size: 22px; margin-bottom: 15px!important; font-style: normal; font-weight: 700; line-height: 125%; margin: 0 auto 16px; }
.military-banner .form-container-inline { margin-top: 40px; }
.military-banner .form-container-inline form { width: 728px; margin: 0 auto; max-width: 100%; font-size: 16px; }
.military-banner .form-container-inline button { font-size: 0; margin-top: 8px; padding: 5px 20px; height: auto; min-height: 52px; line-height: 1; white-space: normal; }
.military-banner .form-container-inline button::after { content: 'Generate Your Free Property Analysis Report'; font-size: 16px; text-transform: none; }

#military-roi { padding: 100px 0 0; line-height: 2; overflow: hidden; }
#military-roi h2 { margin-bottom: 30px; }
.military-roi__content .row { padding-left: min(6.4vw, 128px); padding-right: min(6vw, 120px); }
@media (max-width: 500px){
	#military-roi { padding-top: 50px;}
}

@media (max-width: 991px) {
	#military-rentals img, #military-roi img { margin-bottom: 45px; }
}

#military-analysis, #military-rentals { line-height: 2; overflow: hidden; }
.military-analysis__content { padding: 149px 5vw; }
.military-analysis__report { overflow: visible; text-align: right; position: relative; }
.military-analysis__report-img { position: relative; transform: scale(1.25); transform-origin: right; }
@media (max-width: 1860px) {
	.military-analysis__report-img { transform: scale(1.1); }
}
@media (min-width: 1401px) {
	.military-analysis__content { padding-left: 7vw; }
}
@media (max-width: 1400px) {
	.military-analysis__report { margin: -10% 0; }
	.military-analysis__report-img { transform: scale(1); }
}
@media (max-width: 1199px) {
	.military-analysis__content { padding-bottom: 0; }
}
@media (max-width: 991px) {
	.military-analysis__content { padding-top: 100px; }
	.military-analysis__report { margin: -5% 0; }
}
@media (max-width: 650px) {
	.military-analysis__report { margin: 50px 0 -5%; }
}

/* Miliary CTA */
.military-cta__content { height: 585px;padding: 75px min(4.15vw, 83px); position: relative; }
.military-cta h3 { font-weight: 600; color: var(--body-text); margin-bottom: 15px; letter-spacing: normal; }
@media (min-width: 992px) {
	.military-cta header { width: min(45vw, 900px); }
	.military-cta h3 { font-size: 50px; }
}
@media (max-width: 767px) {
	.military-cta__content { 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; }
	.military-cta__content header { position: relative; z-index: 1; }
	.military-cta__content::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0.4); }
}
@media (max-width: 636px){
	.military-cta__content { background-position: 55% 50%; }
}

/* Military FAQs */
#military-faq ul { text-align: left; }
#military-faq:has(.collapse.show) .btn--view-more { font-size: 0; }
#military-faq:has(.collapse.show) .btn--view-more::after { content: 'View Less'; font-size: 16px; }

.rentvine_widget .listings-search-form, .rentvine_home .rv-widget .nav-tabs, .rentvine_home .rv-widget>form { display: none; }
.rentvine_home .rv-widget .row { justify-content: center; }
.rentvine_home .rv-widget .empty-listings { text-align: center; }
.rentvine_home .rv-widget .col-md-4 { padding: 15px; }
.rentvine_home .rv-widget .listings-container { height: 100%; }
.rentvine_home .rv-widget .listing-card { background-color: #f2f2f2; border-color: var(--border-color); height: 100%; }
.rentvine_home .rv-widget .listings-amount { display: flex; align-items: center; font-size: 20px; color: var(--primary); }
.rentvine_home .rv-widget .listing-rent-amount { color: inherit; }
.rentvine_home .rv-widget .listing-rent-frequency { padding-left: 10px; color: inherit; font-size: 85%; font-weight: bold; }
.rentvine_home .rv-widget .listings-container .listing-card .row:has(.listings-card-body) { height: 100%; }
.rentvine_home .rv-widget .listings-container .listing-card .listings-card-body { display: flex; flex-direction: column; height: 100%; }
.rentvine_home .rv-widget .listings-container .listing-card .listings-card-body .listings-details { display: flex; flex-direction: column; height: 100%; }
.rentvine_home .rv-widget .listings-details div:has(.listings-view-details.btn) { margin-top: auto; }
.rentvine_home .rv-widget .listings-container .listing-card .listings-card-body .listings-details .listings-view-details { overflow-x: hidden; border-radius: 0; }
.rentvine_home .rv-widget .btn { overflow: hidden; }
.rentvine_home .rv-widget .btn:hover { background-color: #fff; }

/* Display Only 3 Properties */
.rentvine_home .col-md-4:has(.listings-container):nth-child(1n+4) { display: none; }

@media (min-width: 768px) {
	.rentvine_home .rv-widget .col-md-4 { flex: 1 0 50%; max-width: 50%; }
}

@media (min-width: 1200px) {
	.rentvine_home .rv-widget .col-md-4 { flex: 1 0 33%; max-width: 33%; }
}
/* ==========================================================================
Rentvine Properties Widget
============================================================================= */

/* Set Design Standards & Colors Here */
:root {
--primary-light: var(--primary);
--secondary-light: var(--secondary);
--accent: var(--light);
--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%);
}

#rentals { width: 2000px; max-width: 100%; padding: 120px 5.5vw; margin: 0 auto; }
@media (max-width:700px) {
#rentals { padding: 80px 5.5vw; }
}

.rvw .icon { line-height: 1; }
.rvw .icon svg > * { fill: currentColor; }
.fa-rvw-location { font-size: 30px; }
.fa-rvw-calendar { font-size: 23px; }
.fa-rvw-user { font-size: 28px; }
.fa-rvw-search { font-size: 25px; }
.rvw__no-listings { padding: 80px 0; text-align: center; }
.mapboxgl-marker svg path[fill*='#3FB1CE'] { fill: var(--dark)!important; }
select { -webkit-appearance: initial; }
.f-carousel__viewport.is-draggable { cursor: pointer!important; }

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

/* Header */
.rvw-header { text-align: center; position: relative; margin-bottom: 55px; }
.rvw-header .display-1 { margin-bottom: 45px!important; }
@media (min-width: 1451px) {
.rvw { padding-top: 60px!important; }
.rvw-header { padding-top: 65px; }
.rvw-header .display-1 { width: 775px; max-width: 100%; margin: 0 auto!important; }
.rvw-header .btn-list { position: absolute; right: 0; top: 0; flex-direction: column; }
}
@media (max-width: 992px) {
.rvw-header .btn-list { justify-content: center; }
}

/* Search Form */
.prop-search-form { background: none!important; padding: 0!important; }
.prop-search-form__container { display: flex; background-color: #ffffff; height:78px; border-radius: 35px; padding: 15px; cursor: pointer; max-width: 1062px; margin: 0 auto; -webkit-user-select: none; -ms-user-select: none; user-select: none; margin: 55px auto 85px; box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.15); }
.prop-search-form__item { position: relative; display: flex; vertical-align: middle; align-items: center; padding: 0px 24px; flex-grow: 1; }
.prop-search-form__item--search { flex-grow: 1; padding-left: 10px; }
.prop-search-form__icon { flex-grow: 0; display: flex; align-items: center; justify-content: center; padding-bottom: 7px; }
.prop-search-form__icon .icon { min-width: 30px; height: 30px; color: var(--primary); font-size: 30px; line-height: 1; display: flex; align-items: center; justify-content: center; margin: auto; }
.prop-search-form__field { padding-left: 10px; position: relative; flex-grow: 1; }
.prop-search-form__field label, .prop-search-form__label, .prop-search__dropdown label { font-size: 16px; line-height: 1; color: var(--body-text); font-weight: bold; letter-spacing: .05em; margin: 0; }
.prop-search-form__field input, .prop-search-form__field select, .prop-search-form__value, .prop-search-form__placeholder { border: 0; font-size: 15px; color: var(--muted); white-space: nowrap; background: none; height: 20px!important; padding: 0; }
.prop-search-form__field select { position: relative; left: 0; top: -3px; -webkit-appearance: initial; }
.prop-search-form__field input { position: relative; top: -2px; z-index: 1; }
.prop-search-form__placeholder { position: absolute; bottom: 5px; left: 10px; z-index: 0; }
.prop-search-form__btn { display: flex; align-items: center; }
.prop-search-form__btn button { background-color: var(--accent); display: flex; align-items: center; justify-content: center; border: none; font-size: 25px; width: 49px; height: 49px; border-radius: 50%; color: #fff; line-height: 56px; text-align: center; transition: .4s; }
.prop-search-form__btn button:hover { background-color: var(--primary); }
.prop-search-form__btn .sr-only { font-size: 0; }
@media (max-width: 1200px) {
.prop-search-form__container { height: auto; flex-wrap: wrap; justify-content: center; }
.prop-search-form__item { padding: 15px; }
.prop-search-form__item--search { flex: 1 1 100%; border: 0!important; border-bottom: 3px solid #eeefef!important; }
.prop-search-form__btn { display: flex; align-items: center; justify-content: center; margin-left: auto; }
}
@media (max-width: 500px) {
.prop-search-form__container { flex-direction: column; }
.prop-search-form__icon .icon { max-width: 30px; }
.prop-search-form__icon .fa-nhvl-king-bed { font-size: 20px; }
}

/* Search Options */
.prop-search-options { display: flex; justify-content: center; margin: 30px 0; }
.prop-search-options a:not(:hover) { color: var(--body-text); }
.prop-search-options__item { padding: 0 25px; display: flex; align-items: center; position: relative; transition: .05s; }
.prop-search-options__item:hover { cursor: pointer; color: var(--primary); }
.prop-search-options__icon { color: var(--primary); font-size: 29px; }
.prop-search-options__label { font-size: 16px; letter-spacing: .025em; font-weight: bold; padding-left: 10px; }
@media (max-width: 710px) {
.prop-search-options { margin-top: 0; flex-direction: column; text-align: center; }
.prop-search-options__item { padding: 15px; }
}
/* Search Dropdown */
.prop-search__dropdown { display: none; background: #fff; text-align: left; padding: 15px; width: 100%; min-width: 280px; border-radius: 20px; position: absolute; top: 100%; left: 15px; box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.15); z-index: 99; }
.prop-search__dropdown label ~ label { margin-top: 15px; }
@media (max-width: 710px) {
.prop-search__dropdown { left: 0; right: 0; }
}

/** List **/
.rvw-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 420px)); justify-content: center; grid-gap: 45px 30px; overflow: hidden; }
.rvw-list:has(.rvw-list__item:nth-child(4)) { grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }
.rvw-list a { color: var(--body-text); }
.rvw-list__item { text-align: center; font-size: 16px; line-height: 1.15; cursor: pointer; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.rvw-list__image { width: 100%; height: 0; padding-top: 69.35%; background-color: #efefef; border-radius: 20px; overflow: hidden; position: relative; }
.rvw-list__image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; position: absolute; top: 0; left: 0; }
.rvw-list__price { letter-spacing: .025em; font-weight: bold; padding-top: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; padding-right: 15px; }
.rvw-list__location { margin: 10px 0; }
.rvw-list__details { margin: 10px 0 8px; }
.rvw-list__prop-type { font-weight: bold; }
.rvw-list__availability { margin: 10px 0 0; color: var(--muted); }
.rvw-list__item ul { list-style-type: none; margin: 0; padding: 0; }
.rvw-list__item ul li { display: inline-block; padding: 0; margin: 0; padding: 0 10px 0 5px; border-right: 1px solid #555; }
.rvw-list__item ul li:last-child { border-right: 0; padding-right: 0; }
.rvw-list__item ul li:first-child { padding-left: 0; }
#rentvine-property-map-panel { border-radius: 20px; overflow: hidden; }

/* Map Popups */
#rentvine-property-map-panel .rentvine-widget { font-size: 14px; color: #000; }
.rvw-map-property-info-window-img { position: relative; width: 100%; height: 0; padding-top: 60%; margin-bottom: 5px; overflow: hidden; }
.rvw-map-property-info-window-img img { position: absolute; top: 0; left: 0; height: 100%; width: 100%; object-fit: cover; transition: .8s ease; }
.rvw-map-property-info-window-img:hover img { transform: scale(1.05); transition: .8s ease; }
.rvw-map-property-info-window-img ~ div { display: inline-block; }
.rvw-map-property-info-window-amount ~ div::before { content: '|'; padding: 0 5px; }
.rvw-map-property-info-window-amount { margin: 10px 0 5px; }
.rvw-map-property-info-window-amount::before { content: '$'; }
.rvw-map-property-info-window-beds { margin: 5px 0; }
.rvw-map-property-info-window-beds::after { content: ' Beds'; }
.rvw-map-property-info-window-baths::after { content: ' Baths'; }

/** Pagination **/
.rvw-pagination { margin-top: 50px; text-align: center; justify-content: center; }
.rvw-pagination ul { display: flex; justify-content: center; padding-left: 0; list-style: none; margin-top: 20px; }
.rvw-pagination a { position: relative; display: block; padding: 0.375rem 0.75rem; font-size: 16px; color: var(--secondary); text-decoration: none; background-color: #fff; border: 1px solid var(--gray); transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.rvw-pagination a:hover { z-index: 2; color: var(--secondary); background-color: var(--gray); border-color: var(--gray); }
.rvw-pagination a:focus { z-index: 3; color: #fff; background-color: var(--secondary); outline: 0; box-shadow: var(--box-shadow); }
.rvw-pagination a.rvw-active, .rvw-active > a, .rvw-page-item.rvw-active .rvw-page-link { z-index: 3; color: #fff; background-color: var(--primary); border-color: var(--primary); }
.rvw-pagination a.disabled, .disabled > .rvw-pagination a { color: var(--secondary-light); pointer-events: none; background-color: var(--secondary-light); border-color: var(--secondary-light); }
.rvw-pagination li { margin: 0; }
.rvw-pagination li:not(:first-child) a { margin-left: calc(1px * -1); }
.rvw-pagination li:first-child a { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; }
.rvw-pagination li:last-child a { border-top-right-radius: 0.375rem; border-bottom-right-radius: 0.375rem; }
@media (prefers-reduced-motion: reduce) {
.rvw-pagination a { transition: none; }
}

/* Carousel */
.rvw .f-carousel { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }
.rvw .f-carousel__slide { height: 100%; }
.rvw .f-carousel__nav { transition: 0.4s; }
.rvw .f-button { height: 39px; width: 39px; background: var(--dark); color: #fff; border-radius: 50%; transition: 0.3s ease-in-out; }
.rvw .f-button:hover { background: var(--accent)!important; color: var(--dark)!important; transition: 0.3s ease-in-out; }
.rvw .image:not(:hover) .f-carousel__nav { opacity: 0; transition: 0.4s; }




/* Details
============================================================================= */
.rvw-details { width: 1475px; max-width: 100%; margin: 0 auto; }

/** Header **/
.rvw-details__header { position: relative; }
.rvw-details__header h1 { }
.rvw-details__header h2 { margin-bottom: 35px; font-weight: normal; }
.rvw-back-btn { text-align: right; margin-bottom: 20px; }
.rvw-back-btn a { display: inline-flex; align-items: center; font-weight: bold; font-size: 16px; letter-spacing: .025em; color: var(--body-text); }
.rvw-back-btn a i { font-size: 34px; color: var(--primary); margin-right: 12px; transition: 0.4s; }
.rvw-back-btn a:hover, .rvw-back-btn a:hover i { color: var(--accent); }
@media (min-width: 1451px) {
.rvw-details__header { padding-top: 60px; }
}
@media (min-width: 992px) {
.rvw-back-btn { position: absolute; right: 0; bottom: -20px; }
}
@media (max-width: 500px) {
.rvw-back-btn { text-align: center; }
}

/** Primary Image **/
.rvw-details__gallery { display: flex!important; position: relative; align-items: stretch; min-height: 540px; margin: -10px; padding-bottom: 50px; }
.rvw-details__gallery .image-preview { position: relative; background-color: #efefef; border-radius: 20px; overflow: hidden; }
.rvw-details__gallery .image-container { padding: 10px; }
.rvw-details__gallery .image-container--primary { flex: 1 1 auto; }
.rvw-details__gallery .image-container--primary .image-preview { height: 100%; width: 100%; }
.rvw-details__gallery .image-container--secondary { flex: 0 1 600px; display: flex; flex-wrap: wrap; grid-gap: 20px; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); }
.rvw-details__gallery .image-container--secondary .image-preview { flex: 1 1 35%; }
.rvw-details__gallery img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; position: absolute; top: 0; left: 0; transition: .5s cubic-bezier(0,.49,.54,.99); }
.rvw-details__gallery .image-preview:hover img { transform: scale(1.08); transition: 1.5s cubic-bezier(0,.49,.54,.99); }
.rvw-details__gallery .rvw-listing-detail-view-gallery, .rvw-listing-detail-view-video { position: absolute; height: 44px; width: 149px; text-align: center; line-height: 44px; bottom: 70px; right: 20px; background: #fff; display: flex; align-items: center; justify-content: center; font-weight: bold; border-radius: 10px; font-size: 16px; letter-spacing: .05em; cursor: pointer; transition: .4s; color: var(--body-text)!important; }
.rvw-details__gallery .rvw-listing-detail-view-gallery i, .rvw-listing-detail-view-video i { font-size: 24px; margin-right: 10px; }
.rvw-details__gallery .rvw-listing-detail-view-gallery:hover, .rvw-listing-detail-view-video:hover { background: var(--accent); transform: scale(1.03);}
.rvw-details__gallery .rvw-listing-detail-view-gallery:active, .rvw-listing-detail-view-video:active { transform: scale(0.97);}
.rvw-listing-detail-view-video { bottom: 125px; }
.rvw-details__gallery .additional-images { display: none; }
@media (min-width: 992px) and (max-width: 1330px) {
.rvw-details__gallery .image-container--secondary { max-width: 50%; }
}
@media (max-width: 991px) {
.rvw-details__gallery { min-height: 61.1vw; }
.rvw-details__gallery .image-container--primary { flex: 1 1 100%; }
.rvw-details__gallery .image-container--secondary { display: none; }
}

/* Tabs */
.rvw-nav-pills .rvw-nav-link.rvw-active, .rvw-nav-pills .rvw-show>.rvw-nav-link { background: var(--primary); color: var(--dark)!important; }

/** Social Sharing **/
.rvw-details__share { text-align: right; margin-bottom: 20px; font-size: 16px; letter-spacing: .05em; }
.rvw-details__share .social-icons { display: inline-block; }
.rvw-details__share a:not(:hover) { color: var(--body-text); }

/** Property Details **/
.rvw-details__content { }
.rvw-details__property-info .key-details { display: flex; flex-wrap: wrap; margin: 0 -10px 25px; line-height: 1.1; }
.rvw-details__property-info .key-detail { flex: 1 1 auto; padding: 10px; }
.rvw-details__property-info .key-detail .label { font-size: 16px; font-weight: bold; letter-spacing: .05em; padding-left: 5px; white-space: nowrap; }
.rvw-details__property-info .key-detail .value { font-weight: bold; font-size: 26px; color: var(--accent); }
.rvw-details__property-info .key-detail.rent .value { position: relative; top: 4px; }
.rvw-details__property-info hr { border-color: #f1f1f1; border-width: 4px; margin: 30px 0; }
.rvw-details__property-info .sub-detail { display: flex; align-items: center; }
.rvw-details__property-info .sub-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); grid-gap: 15px 25px; margin-bottom: 45px; line-height: 1.1; }
.rvw-details__property-info .sub-detail__label { font-weight: bold; font-size: 16px; letter-spacing: .05em; padding-right: 15px; }
.rvw-details__property-info .sub-detail__value { font-weight: bold; font-size: 20px; color: var(--primary); letter-spacing: .05em; }
.rvw-details__property-info .headline { font-weight: bold; }
/* .rvw-details__property-info .description br + br { display: none; } */
.rvw-details__property-info .features ul { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); grid-gap: 5px; margin: 0; padding: 0; }
.rvw-details__property-info .features li { margin: 0; }
.rvw-details__heading { font-size: 30px; font-weight: bold; letter-spacing: .025em; margin: 40px 0 25px!important; color: var(--body-text); }
.rvw-details__map-container, #rentvine-property-view-map-panel { border-radius: 20px; overflow: hidden; margin-bottom: 20px; }
#rvw-listing-detail-map-container { height: 394px; }
@media (min-width: 992px) {
.rvw-details__content { display: flex!important; }
.rvw-details__property-info { padding-right: 5vw; flex-grow: 1; }
}
@media (max-width: 500px) {
.rvw-details__heading { font-size: 24px; }
.rvw-details__property-info .key-detail.price { flex: 1 0 100%; }
}


/** Contact Info **/
.rentvine_widget .listings-search-form { display: none; }
.rvw-details__contact-info { text-align: center; }
.rvw-details__form-container { padding: 70px 55px 55px; background: #fff; border-radius: 20px; box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1); }
.rvw-details__form-container h3 { font-size: 22px; margin: 0 0 15px; }
.rvw-details__form-container .btn-list { margin-bottom: 50px; justify-content: center; }
.rvw-details__form-container .btn-list .btn { min-width: 240px; }
.rvw-details__form-container form { text-align: left; margin-top: 40px; }
.rvw-details__form-container form br { display: none; }
.rvw-details__form-container a:not(:hover) { color: var(--body-text); }
.rvw-details__form-container input, .rvw-details__form-container textarea { border: 0; border-radius: 0; border-bottom: 1px solid #000; height: 40px; padding-left: 0!important; padding-right: 0!important; }
.rvw-details__form-container input:focus, .rvw-details__form-container textarea:focus { outline: none; box-shadow: none; }
.rvw-form-control:focus { border-color: var(--accent); }
.rvw-details__form-container .rvw-btn { position: relative; padding: 0; background: none!important; border: 0; width: auto; margin-left: auto; padding-right: 65px; font-size: 18px; color: var(--body-text)!important; display: block; line-height: 40px; white-space: nowrap; text-transform: uppercase; font-weight: 600; letter-spacing: .05em; }
.rvw-details__form-container .rvw-btn::after { content: '\e000'; color: var(--body-text); font-size: 15px; height: 40px; width: 40px; text-align: center; border-radius: 50%; border: 3px solid var(--primary-light); position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: .5s; font-family: "Font Awesome Kit"; font-style: normal; font-weight: 400; line-height: 35px; }
.rvw-details__form-container .rvw-btn:hover { color: var(--accent)!important; }
.rvw-details__form-container .rvw-btn:hover::after { border-color: var(--accent); transition: .5s; }

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

@media (min-width: 992px) {
.rvw-details__contact-info { flex: 0 0 475px; }
}
@media (min-width: 992px) and (max-width: 1330px) {
.rvw-details__contact-info { max-width: 50%; }
.rvw-details__form-container { padding: 55px 35px 50px; }
}
@media (max-width: 991px) {
.rvw-details__contact-info { padding-top: 50px; }
}
@media (max-width: 550px) {
.rvw-details__contact-info .heading { flex-direction: column; justify-content: center; text-align: center; }
.rvw-details__form-container { padding: 55px 20px 50px; }
}


/* Location */
.rvw-details__location { text-align: left; margin-top: 70px; }


/* Utilities */
.mt-0 { margin-top: 0!important; }

/* .flex-col-2 {display: flex; flex-wrap: wrap;}
.flex-col-2 > * {flex: 1 1 50%;} */

@media(min-width:992px) {
	.intro:has(.form-container.sticky) {overflow: unset;}
	.sticky {position: sticky; top: 100px;}
}


/* #invest-testimonial :is(p,ul,li, span, footer),
#invest-testimonial #testimonial-carousel .blockquote-footer {color: #fff;} */
#invest-testimonial #testimonial-carousel h3 {margin-bottom: 20px; font-weight: 700;}
#invest-testimonial #testimonial-carousel [class*='carousel-control'] {left: 50%;}
#invest-calculators[data-bg] {background-size: cover; background-repeat: no-repeat;background-color: rgba(0, 0, 0, 0.7);background-blend-mode: multiply;}
