:root {--font-family:'Roboto', sans-serif;/* Primary color */--brand-default:#045b00;/* Darker shade */--brand-dark:#023100;/* Lighter shade */--brand-light:#faffb6;/* Accent color for buttons, CTA, phone numbers - check for accessibility */--brand-accent:#4CAF50;/* Defining color values to older css variables */--nav-brand-color:var(--brand-dark);--nav-brand-color-dark:var(--brand-dark);--color-primary:var(--brand-default);--color-secondary:var(--brand-accent);}:root {/* Colors */--hero-text-color:#ffffff;--hero-button-bg:#08aab7;--hero-button-hover:#3a3c3d;--hero-overlay-color:rgba(0, 0, 0, 0.4);--hero-overlay-gradient:linear-gradient(135deg,rgba(0, 0, 0, 0.6) 0%,rgba(0, 0, 0, 0.3) 50%,rgba(0, 0, 0, 0.6) 100%);/* Typography */--hero-title-font-size:3rem;--hero-text-font-size:1.15rem;--hero-text-line-height:1.2;--hero-button-font-size:0.875rem;/* Spacing */--hero-padding:2rem;--hero-content-max-width:650px;--hero-button-padding:0.875rem 2rem;--hero-button-border-radius:0.5rem;/* Transitions */--hero-transition:all 0.3s cubic-bezier(0.4, 0, 0.2, 1);/* Controls */--hero-controls-size:2rem;--hero-controls-spacing:0.75rem;--hero-controls-bg:rgba(0, 0, 0, 0.6);--hero-controls-hover:rgba(0, 0, 0, 0.8);}/* Reset and base styles */* {margin:0;padding:0;box-sizing:border-box;}body {font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,Oxygen, Ubuntu, Cantarell, sans-serif;line-height:1.6;color:#231f1f;}h2 {font-size:1.5rem;line-height:2.25rem;font-weight:600;color:var(--brand-default);}.footer-link a {font-weight:normal;white-space:nowrap;font-size:0.875rem;line-height:1.25rem;}#sidebar-nav ul li ul li > a:before,.menu > ul > li .menu-subs li a:before {border-color:#056a00 !important;}/** HERO **/#hero {position:relative;overflow:hidden;background-color:var(--brand-dark, #333);height:clamp(300px, 60vw, 600px);}img.hero-bg {position:absolute;inset:0;height:100%;width:100%;object-fit:cover;opacity:.5;mix-blend-mode:multiply;}#hero-content {position:relative;width:100%;position:relative;width:100%;height:100%;display:flex;flex-direction:column;place-content:center;}#hero p.headline {font-size:clamp(36px, 5vw, 72px);font-family:var(--font-family);width:fit-content;margin:0 auto;line-height:1.1;text-transform:uppercase;}#hero p.headline span {font-family:var(--font-family);font-weight:700;font-size:clamp(24px, 3vw, 42px);text-transform:uppercase;font-style:italic;display:block;}#hero p {font-size:clamp(15px, 2vw, 18px);line-height:1.6;text-align:center;color:#fff;margin:.75rem auto 0;}#hero .button {border:1px solid #fff;}/* Special H2 treatment */.home h2 {color:var(--brand-dark);text-transform:uppercase;text-align:center;font-size:clamp(26px,3.5vw,36px);line-height:1.5;letter-spacing:.05rem;font-family:inherit;}.home h2 span {font-family:inherit;font-size:.85rem;font-weight:400;display:block;color:var(--brand-default);}/** Territory Map & City Scroll **/#territory {position:relative;overflow:auto;background:var(--brand-dark, #333);}#territory h2 {text-align:left;color:#fff;}#territory__map {right:0;top:0;bottom:0;height:22rem;width:100%;}#territory__content {position:relative;margin-inline:auto;display:flex;max-width:80rem;padding-inline:1rem;padding-block:2.5rem;}#territory__content> div {align-self:center;color:#fff;}#territory__contenth2 {margin-bottom:1rem;font-weight:800;font-size:1.875rem;line-height:2.25rem;}#territory__contenth3 {margin-bottom:0.5rem;font-size:1.125rem;line-height:1.75rem;font-weight:600;}@media screen and (min-width:1024px) {#territory__map {-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 350px 100%);clip-path:polygon(0 0, 100% 0, 100% 100%, 350px 100%);position:absolute;height:100%;width:60%;}#territory__content {padding-block:5rem;}#territory__content > div {width:40%;}#territory__content h2 {margin-bottom:1rem;font-size:2.25rem;line-height:2.5rem;}}/* Content Elements */#content-wrap {max-width:1200px !important;}:where(#hp-content,#content-wrap) ul {margin-bottom:1rem;}:where(#hp-content,#content-wrap) ul li {margin-left:1.25rem;margin-bottom:.5rem;}:where(#hp-content,#content-wrap) ul.list-columns {display:grid;grid-template-columns:repeat( auto-fit, minmax(200px, 1fr) );gap:0 1rem;}:where(#hp-content,#content-wrap) ul.list-columns li {margin-left:1.25rem;}p.page_bottom_estimate_callout {margin-top:2rem;}/* Free Estimate page */.contact_form.module.us {font-family:'Roboto',sans-serif;}.contact_form .bar {line-height:1.4;font-weight:300;text-align:center;}.contact_form h1 {text-align:center;}.contact_form.module.us form > div {width:100%;}#content-wrap>div.contact_form div.form_fields {width:100%;}#content-wrap>div.contact_form div.form_fields :is(input, select, textarea) {width:100%;border-radius:3px;box-sizing:border-box;background-color:#fff;border:1px solid #dcdcdc;}#content-wrap>div.contact_form div.form_fields :is(input, select){height:40px !important;}.contact_form button.next,.contact_form input.next {color:#023100;background:#4caf50;display:block;padding:0.75em 1em;border-radius:5px;font-size:1.125rem;border:0;margin:2rem 0 0;width:100%;}label.error {color:red !important;font-weight:normal !important;width:100% !important;margin:5px 0 20px !important;line-height:0 !important;}.contact_form .step.current .title {background-color:var(--brand-dark);color:#fff;}.contact_form .step .title {color:#555;background-color:#efefef;}#content-wrap>.contact_form .step label {width:100%;}.contact_form.module label#sms_consent-label {font-weight:normal;font-size:12px;line-height:1.4;}#content-wrap>div.contact_form div.form_fields input#sms_consent {flex:0 1 15px;margin:0;height:fit-content !important;}#fin-form {width:100%;float:none;margin:0 auto;order:1;}#fin-form .contact_form.page_widget.us {max-width:100%;padding:2rem;}#fin-form .contact_form form {width:100%;}div#fin-content {display:grid;}#fin-form :is(input,select,textarea) {height:40px;display:block;width:100%;}#fin-form .contact_form [type=submit] {background:var(--brand-accent);color:#fff;}#header.header__style3 * {margin:0px;}#header.header__style3 {margin-bottom:1px;display:grid;grid-template-columns:auto auto auto;}#header.header__style3 #header--logo {z-index:10;grid-column:1 / span 2;grid-row-start:2;display:flex;align-items:center;justify-content:flex-start;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;}#header.header__style3 #header--logo a {width:clamp(175px, 25vw, 350px);}#header.header__style3 #header--logo a > * {width:100%;height:100%;object-fit:contain;max-height:125px;}#header.header__style3 #header--territory {grid-column:span 2 / span 2;grid-column-start:1;grid-row-start:1;display:flex;width:100%;align-items:center;justify-content:space-evenly;background-color:var(--brand-dark, #777);padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;text-align:center;--tw-text-opacity:1;color:#fff;}#header.header__style3 #header--open-text {display:none;}#header.header__style3 .header--divider {display:none;}#header.header__style3 #header--serving-text + .header--divider {display:none;}#header.header__style3 #header--serving-text {font-size:0.8rem;line-height:1.25;letter-spacing:.025rem;}#header.header__style3 #header--serving-text span {font-weight:700;}#header.header__style3 #header--phone-text {display:none;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--brand-accent,#777);}#header.header__style3 #header--phone-mobile {grid-column-start:3;grid-row-start:1;display:flex;align-items:center;justify-content:center;background-color:var(--brand-accent,#777);padding-left:1rem;padding-right:1rem;}#header.header__style3 #header--phone-mobile p {display:flex;align-items:center;gap:0.25rem;text-align:center;font-size:0.875rem;line-height:1.25rem;font-weight:600;color:#fff;}#header.header__style3 #header--phone-mobile svg {transform:rotate(45deg);fill:currentColor;}#header.header__style3 #header--nav {grid-column-start:3;grid-row-start:2;padding:1rem;display:flex;}#header.header__style3 #header--nav .header-item-right {order:99;}#header.header__style3 #header--nav ul.menu-section {gap:clamp(1rem, 3vw, 3rem);}@media screen and (min-width:1024px){#header.header__style3{margin-bottom:0px;grid-template-columns:auto 1fr;grid-template-rows:40px auto 50px;}#header.header__style3 #header--logo {grid-column:span 1 / span 1;grid-row:span 3 / span 3;padding-top:1rem;padding-bottom:1rem;}#header.header__style3 #header--territory {grid-column-start:2;grid-row-start:1;height:40px;width:fit-content;justify-self:end;padding:0px 1.5rem 0 2rem;border-radius:0 0 0 999px;}#header.header__style3 #header--open-text {display:block;white-space:nowrap;font-weight:700;padding-left:0.5rem;font-size:1rem;line-height:1.5rem;}#header.header__style3 .header--divider {display:block;margin-left:1rem;margin-right:1rem;height:60%;width:1px;background-color:rgba(255 255 255 / .3);}#header.header__style3 #header--serving-text {font-size:1rem;line-height:1.5rem;}#header.header__style3 #header--phone-text {display:flex;padding-right:1.5rem;padding-top:1rem;text-align:right;font-size:2.25rem;line-height:1;vertical-align:middle;align-items:center;justify-content:end;}#header.header__style3 #header--phone-mobile {grid-column-start:2;justify-content:flex-end;background-color:transparent;padding:1rem;}#header.header__style3 #header--phone-mobile p {display:none;}#header.header__style3 #header--nav {grid-column:span 1 / span 1;grid-column-start:2;grid-row-start:3;display:block;padding:0 1.5rem;align-self:end;}#header.header__style3 #header--nav .menu > ul > li a[title*="Free"]::before,#header.header__style3 #header--nav .menu > ul > li a[title="Service Area"]::before {content:\'\';display:inline-block;width:1rem;height:1rem;background-color:currentColor;-web-mask-repeat:no-repeat;mask-repeat:no-repeat;}#header.header__style3 #header--nav .menu > ul > li a[title="Service Area"]::before {-web-mask-image:url(https://cdn.treehouseinternetgroup.com/cms_images/637/service-area-icon.svg);mask-image:url(https://cdn.treehouseinternetgroup.com/cms_images/637/service-area-icon.svg);}#header.header__style3 #header--nav .menu > ul > li a[title*="Free"]::before {-web-mask-image:url(https://cdn.treehouseinternetgroup.com/cms_images/637/inspection-icon.svg);mask-image:url(https://cdn.treehouseinternetgroup.com/cms_images/637/inspection-icon.svg);}/** Stuck Header Style 3 **/.stuck #header.header__style3 {position:fixed;z-index:99999;width:100%;padding-bottom:2.5rem;animation:stickySlideDown .3s ease both;grid-template-rows:auto auto;}.stuck #header.header__style3 #header--logo {padding-top:.5rem;padding-bottom:.5rem;grid-row:span 2;}.stuck #header.header__style3 #header--logo a > * {height:60px;}.stuck #header.header__style3 #header--territory {display:none;}.stuck #header.header__style3 #header--phone-text {font-size:1.75rem !important;grid-row-start:1;grid-column-start:2;}.stuck #header.header__style3 #header--nav {grid-row-start:2;}}/***------------ Service Area ------------***/#service-area {position:relative;height:450px;overflow:hidden;border-top:5px solid rgb(4 87 0);;box-sizing:content-box;}#service-area p.home-section-title {color:#fff;text-shadow:0px -1px 0px rgba(0,0,0,.3);text-align:left;margin-bottom:15px;font-size:22px;text-transform:uppercase;}#service-area p.more-assets {left:0;z-index:1;bottom:-20px;position:absolute;}#service-area p.more-assets a {color:#fff;}/* Geo City List */#service-area #home-city-list-wrap {position:absolute;z-index:1;background:transparent;width:100%;}#home-city-list {height:450px;background:#231f1f;position:relative;padding:20px 20px;box-sizing:border-box;pointer-events:visible;}.city_scroll_list_container {position:relative;}#home-city-list h3 {color:#069200;font:500 16px sans-serif;font-family:inherit;margin:0px auto 20px;}#home-city-list h3 a, .city_scroll_list a {color:#fff;border-bottom:1px dotted rgba(255,255,255,0);transition:border .2s ease;}#home-city-list h3 a:hover, .city_scroll_list a:hover {border-bottom:1px dotted #fff;}.city_scroll_list_content {height:300px;overflow-y:scroll;padding-bottom:50px;}.city_scroll_list {list-style:none;margin:0px;line-height:1.3em;overflow:auto;}.city_scroll_list_title {color:rgb(255 255 255 / 0.49);margin:20px auto 0px;font-weight:500;display:inline-block;}.city_scroll_list_title:first-of-type {margin-top:0px;}.city_scroll_list li {font:200 16px/16px sans-serif;font-family:inherit;color:#d4d4d4;display:block;padding:15px 0;margin:0;border-bottom:1px solid rgba(100,100,100,.2);}.city_scroll_list_local_phone {color:#069200;font-size:12px;font-weight:500;display:block;clear:both;padding-top:20px;}#gmap-wrap {width:100%;height:450px;margin:0 auto;}#service-area .gm-style {border-radius:0;}/* Google map on Service Area Page */#content-wrap #gmap-wrap {width:300px;height:300px;margin:0px 0px 30px 30px;float:right;}@media screen and (max-width:1024px) {#service-area {height:auto;}#service-area #home-city-list-wrap {position:relative;}#home-city-list {pointer-events:none;}}@media screen and (min-width:641px) and (max-width:1024px) {#home-city-list {padding:30px 20px 60px;height:auto;}.city_scroll_list_content {height:110px;}.city_scroll_list {-webkit-column-count:3;-moz-column-count:3;column-count:3;}}@media screen and (max-width:640px) {/* Service Area Page Map */#content-wrap #gmap-wrap {margin:30px auto;float:none;width:100%;height:350px;}}/*Footer Marquee*/.footer-marquee {background:#373737;text-align:center;padding-bottom:8px;padding-top:8px;color:#b0b0b0;}.footer-marquee a {text-transform:none;font-size:15px;font-weight:400;color:#b0b0b0;transition:all .2s ease;}.footer-marquee a:hover {color:#d9d9d9;text-decoration:underline;}.footer-marquee p {text-align:center;font-size:15px;}@media screen and (max-width:640px) {.footer-marquee {padding-bottom:5rem;}}