@font-face { font-family: Raleway; font-style: normal; font-weight: 100 900; font-display: swap;
src: url(/assets/fonts/raleway-1ptug8zys_skggpnyc0itw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Raleway; font-style: normal; font-weight: 100 900; font-display: swap;
src: url(/assets/fonts/raleway-1ptug8zys_skggpnycmit5lu.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Raleway; font-style: italic; font-weight: 100 900; font-display: swap;
src: url(/assets/fonts/raleway-1ptsg8zys_skggpnycg4tyfq.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Raleway; font-style: italic; font-weight: 100 900; font-display: swap;
src: url(/assets/fonts/raleway-1ptsg8zys_skggpnycg4q4fqpfe.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: Montserrat; font-style: normal; font-weight: 100 900; font-display: swap;
src: url(/assets/fonts/montserrat-jtusjig1_i6t8kchkm459wlhyw.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: Montserrat; font-style: normal; font-weight: 100 900; font-display: swap;
src: url(/assets/fonts/montserrat-jtusjig1_i6t8kchkm459wdhyzbi.woff2) format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
:root {
--red: #EB2227;
--blue: #005891;
--green: #1BA74A;
--green-2: #23A455;
--indigo: #4054B2;
--ink: #444;
--heading: #000;
--paper: #fff;
--wash: #F2F2F2;
--line: #e6e6e6;
--font: Raleway, sans-serif;
--font-alt: Montserrat, sans-serif;
--container: 1200px;
--col-gap: 10px;
--radius-pill: 0 20px 0 20px;
--a11y-accent: var(--green);
--a11y-accent-strong: var(--blue);
--a11y-accent-ink: #fff;
--a11y-panel-bg: #fff;
--a11y-panel-ink: var(--ink);
--a11y-panel-line: var(--line);
--a11y-focus-ring: var(--blue);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
margin: 0;
font-family: var(--font);
font-size: 1.0625rem;
line-height: 1.7;
color: var(--ink);
background: var(--paper);
overflow-x: hidden;
}
img, svg, iframe, video { max-width: 100%; }
img { height: auto; }
h1, h2, h3, h4, h5, h6, .hd {
margin: 0;
font-family: var(--font);
color: var(--heading);
line-height: 1.3;
}
h1 { font-size: 3.125rem; font-weight: 800; letter-spacing: .5px; }
h2 { font-size: 2.5rem;   font-weight: 700; letter-spacing: .5px; }
h3 { font-size: 2rem;     font-weight: 700; letter-spacing: .5px; }
h4 { font-size: 1.5rem;   font-weight: 700; letter-spacing: .5px; }
h5 { font-size: 1.25rem;  font-weight: 700; letter-spacing: .5px; line-height: 1.2; }
h6 { font-size: 1rem;     font-weight: 700; letter-spacing: .3px; line-height: 1.5; }
p { margin: 0 0 15px; }
p:last-child { margin-bottom: 0; }
a { color: var(--green); text-decoration: none; }
a:hover, a:focus-visible { color: var(--red); }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; }
ul, ol { margin: 0 0 15px; padding-left: 1.4em; }
hr { border: 0; border-top: 1px solid var(--line); margin: 30px 0; }
blockquote { margin: 0 0 15px; }
table { border-collapse: collapse; width: 100%; }
th, td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.wp-block-table { overflow-x: auto; }
[hidden] { display: none !important; }
.sr-only, .skip:not(:focus) {
position: absolute; width: 1px; height: 1px; overflow: hidden;
clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.skip:focus {
position: fixed; z-index: 100; inset: 10px auto auto 10px;
background: var(--green); color: #fff; padding: 12px 18px; border-radius: var(--radius-pill);
}
.sec { position: relative; isolation: isolate; }
.sec-in {
display: flex; flex-wrap: wrap; align-items: stretch;
width: 100%; max-width: var(--container); margin-inline: auto;
position: relative; z-index: 1;
}
.sec-inner .sec-in { max-width: none; }
.col { display: flex; position: relative; min-width: 0; width: 100%; }
.col-in {
display: flex; flex-wrap: wrap; align-content: flex-start;
width: 100%; padding: var(--col-gap); position: relative;
}
.w { width: 100%; min-width: 0; position: relative; }
.wc { position: relative; }
.col-in > .w:not(.w-auto):not(.w-abs):not(:last-child) { margin-bottom: 20px; }
.anchor { display: block; position: relative; top: -100px; }
.spacer { width: 100%; }
.sec-ov { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.col-ov { position: absolute; inset: 0; pointer-events: none; transition: background-color .3s, background-image .3s, opacity .3s; }
.ss { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.ss-layer {
position: absolute; inset: 0; background-size: cover; background-position: center;
opacity: 0; animation-name: ss-fade; animation-iteration-count: infinite; animation-timing-function: linear;
}
.ss-kb { animation-name: ss-fade-kb; }
@keyframes ss-fade { 0%, 14% { opacity: 1 } 20%, 100% { opacity: 0 } }
@keyframes ss-fade-kb {
0%   { opacity: 1; transform: scale(1) }
14%  { opacity: 1 }
20%  { opacity: 0 }
100% { opacity: 0; transform: scale(1.12) }
}
.shape { position: absolute; left: 0; width: 100%; overflow: hidden; line-height: 0; z-index: 1; pointer-events: none; }
.shape-top { top: -1px; }
.shape-bottom { bottom: -1px; transform: rotate(180deg); }
.shape svg { display: block; position: relative; left: 50%; transform: translateX(-50%); width: var(--shape-w, calc(100% + 1.3px)); height: 100%; }
.shape .shape-fill { fill: #fff; }
.shape.is-above { z-index: 3; }
.page-banner { border-radius: 0 60px; overflow: hidden; }
.post-banner {
display: flex; align-items: flex-end;
min-height: 380px; padding: 0 0 40px;
background: var(--blue) center / cover no-repeat; color: #fff; isolation: isolate;
}
.post-banner .sec-ov { background: linear-gradient(180deg, rgba(27,167,74,0) 24%, rgba(0,0,0,.8) 100%); z-index: -1; }
.post-banner h1 { color: #fff; }
.post-banner .col-in { align-content: flex-end; }
.banner-tick { display: block; width: 46px; height: 46px; margin-bottom: 10px; background: var(--green); border-radius: var(--radius-pill); }
@media (max-width: 767px) { .post-banner { min-height: 240px; } }
.article-framed { border: 1px solid #a2a2a2; padding: 25px; margin-block: 50px; }
.post-banner-blog { background-image: url(/assets/img/2020/04/blog-banner-jeznorthweb.webp); }
.article-hero { margin: 0 0 25px; }
.article-hero img { width: 100%; height: auto; }
.review-page { text-align: center; }
.review-page .review-by { margin-top: 25px; }
.review-page .review-blurb { color: var(--green); margin-bottom: 20px; }
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
padding: 20px 40px; border: 0;
font-family: var(--font); font-size: .9375rem; font-weight: 600; line-height: 1;
text-transform: uppercase; text-align: center;
color: #fff; background: var(--green); border-radius: var(--radius-pill);
cursor: pointer; transition: background-color .3s, color .3s, border-color .3s, transform .3s;
min-height: 44px;
}
.btn:hover, .btn:focus-visible { background: var(--blue); color: #fff; }
.btn-md { padding: 15px 30px; }
.btn-lg { padding: 25px 50px; font-size: 1.125rem; }
.btn-xl { padding: 25px 60px; font-size: 1.25rem; }
.btn .btn-ico { width: 16px; height: 16px; flex: 0 0 auto; fill: currentColor; }
.hov-grow:hover .btn, .btn.hov-grow:hover { transform: scale(1.05); }
.txt a.btn, .site-foot a.btn, .site-nav a.btn, .nav-drawer a.btn { color: #fff; }
.txt > :last-child { margin-bottom: 0; }
.txt img { height: auto; }
.txt ul, .txt ol { margin-bottom: 15px; }
.txt li { margin-bottom: 6px; }
.pw + .pw { margin-top: 20px; }
.pw-title { margin: 0; }
.iconbox { display: flex; gap: var(--ico-gap, 15px); align-items: flex-start; }
.iconbox-top { flex-direction: column; align-items: center; text-align: center; }
.iconbox-right { flex-direction: row-reverse; }
.iconbox-icon { flex: 0 0 auto; line-height: 0; color: var(--green); }
.iconbox-ico { width: var(--ico, 50px); height: var(--ico, 50px); fill: currentColor; flex: 0 0 auto; }
.iconbox-ico path, .iconbox-ico polygon, .iconbox-ico circle, .iconbox-ico rect { fill: inherit; }
img.iconbox-ico { object-fit: contain; }
.iconbox-body { min-width: 0; }
.iconbox-title { margin: 0 0 10px; font-size: 1.25rem; }
.iconbox-desc > :last-child { margin-bottom: 0; }
.iconlist { list-style: none; margin: 0; padding: 0; }
.iconlist-item { display: block; }
.iconlist-item + .iconlist-item { margin-top: var(--gap, 10px); }
.iconlist-item > a, .iconlist-item { color: inherit; }
.iconlist-item > a { display: flex; }
.iconlist-item > a:hover { color: inherit; }
.iconlist-item > a, .iconlist-item > .iconlist-text { align-items: baseline; gap: 8px; }
.iconlist-i { flex: 0 0 auto; line-height: 0; align-self: center; }
.iconlist-ico { width: var(--ico, 1em); height: var(--ico, 1em); fill: var(--ico-color, currentColor); }
img.iconlist-ico { object-fit: contain; }
.iconlist-text { min-width: 0; }
.icon-w { display: inline-flex; line-height: 0; color: var(--green); }
.icon-svg { width: var(--ico, 32px); height: var(--ico, 32px); fill: currentColor; }
.icon-svg path, .icon-svg polygon, .icon-svg circle, .icon-svg rect { fill: inherit; }
img.icon-svg { object-fit: contain; }
.icon-stacked .icon-svg { padding: 12px; background: currentColor; border-radius: 50%; }
.icon-framed .icon-svg { padding: 12px; border: 3px solid currentColor; border-radius: 50%; }
.icon-btn { background: none; border: 0; padding: 4px; cursor: pointer; color: inherit; }
.divider { display: flex; justify-content: var(--align, flex-start); align-items: center; gap: 10px; padding: var(--gap, 15px) 0; }
.divider::before { content: ""; width: var(--w, 100%); border-top: var(--weight, 2px) var(--style, solid) var(--color, var(--line)); }
.divider-text { color: var(--color, var(--ink)); font-size: .9375rem; }
.toggle-head {
display: flex; align-items: center; gap: var(--ico-gap, 8px);
padding: 15px; cursor: pointer; list-style: none;
font-size: 1.0625rem; font-weight: 700; line-height: 1; color: var(--ink);
border-bottom: 1px solid #d5d8dc;
}
.toggle-head::-webkit-details-marker { display: none; }
.toggle-head:hover { color: var(--blue); }
.toggle-title { flex: 1 1 auto; min-width: 0; order: 2; line-height: 1; }
.toggle-marks { order: 1; flex: 0 0 auto; line-height: 0; }
.toggle-ico { width: 1em; height: 1em; fill: var(--ico-color, currentColor); }
.toggle-ico-open { display: none; }
.toggle-item[open] .toggle-ico-open { display: inline; fill: var(--ico-color-active, var(--red)); }
.toggle-item[open] .toggle-ico-closed { display: none; }
.toggle-body { padding: 15px; }
.toggle-body > :last-child { margin-bottom: 0; }
.cta {
position: relative; display: flex; align-items: flex-end; overflow: hidden;
background-size: cover; background-position: center; color: #fff;
min-height: 165px; isolation: isolate;
}
.cta::before {
content: ""; position: absolute; inset: 0; z-index: -1;
background: var(--cta-overlay, rgba(0, 0, 0, .35));
backdrop-filter: var(--cta-filter, none);
transition: background-color .3s;
}
.cta-cover { align-items: center; justify-content: center; text-align: center; }
.cta-body { padding: 20px; width: 100%; }
.cta-title { color: #fff; margin: 0; }
.cta-desc { margin-top: 6px; }
.cta:hover .cta-title { text-decoration: underline; }
a.cta { color: #fff; }
.w-image, .w-theme-site-logo { text-align: center; }
.w-image img, .w-theme-site-logo img { display: inline-block; vertical-align: middle; }
.w-theme-site-logo { text-align: start; }
.img-link { display: inline-block; line-height: 0; }
.map { width: 100%; border: 0; display: block; min-height: 300px; }
.lottie { min-height: 200px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 15px; }
.gal-item { line-height: 0; }
.raw > :last-child { margin-bottom: 0; }
.site-head {
position: sticky; top: 0; z-index: 40; background: #fff;
box-shadow: 0 10px 25px rgba(0, 0, 0, .1); padding: 3px 0;
}
.head-in { display: flex; align-items: center; width: 100%; min-height: 80px; }
.head-logo { width: 17.779%; padding: 10px; display: flex; align-items: center; }
.head-right {
width: 82.221%; padding: 10px;
display: flex; flex-wrap: wrap; align-items: center; align-content: center; justify-content: flex-end;
}
.logo { flex: 0 0 auto; line-height: 0; }
.logo img { width: 250px; max-width: 100%; }
.site-nav { max-width: 100%; }
.site-nav > ul { display: flex; align-items: center; gap: 75px; list-style: none; margin: 0; padding: 0; }
.site-nav a { white-space: nowrap; }
.site-nav > ul > li { position: relative; }
.site-nav a {
display: block; padding: 12px 0; font-size: 1rem; font-weight: 700;
color: #000; position: relative;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blue); }
.nav-has-children > a { display: flex; align-items: center; gap: 6px; }
.nav-caret { width: 10px; height: 10px; fill: currentColor; }
.site-nav .sub {
position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
margin-top: 22px; min-width: 250px; display: none; flex-direction: column; gap: 0;
background: #fff; box-shadow: 0 2px 15px rgba(0, 0, 0, .1); padding: 0; z-index: 5;
list-style: none;
}
.site-nav .sub li { position: relative; border-bottom: 1px solid #efefef; list-style: none; }
.site-nav .sub li:last-child { border-bottom: 0; }
.site-nav .sub a { font-family: var(--font-alt); font-weight: 500; color: #3d4459; padding: 15px 16px; }
.site-nav .sub a:hover { color: #4632da; }
.site-nav .sub .sub { top: 0; left: 100%; transform: none; margin: 0; }
.site-nav li:hover > .sub, .site-nav li:focus-within > .sub { display: flex; }
.head-call { background: var(--red); padding: 18px 25px; font-size: 1rem; margin: 5px 0 5px 30px; white-space: nowrap; }
.head-call:hover, .head-call:focus-visible { background: var(--blue); }
.head-quote { padding: 18px 25px; font-size: 1rem; margin: 5px 0 5px 10px; white-space: nowrap; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 6px; align-items: center; justify-content: center; }
.nav-drawer {
position: fixed; inset: 0 0 auto; z-index: 60; display: none;
background: #fff; padding: 60px 20px 30px; max-height: 100dvh; overflow-y: auto;
box-shadow: 0 10px 30px rgba(0, 0, 0, .18);
}
.nav-drawer[open], .nav-drawer.is-open { display: block; }
.nav-drawer ul { list-style: none; margin: 0; padding: 0; text-align: center; }
.nav-drawer li { margin: 5px 0; }
.nav-drawer a { display: block; padding: 5px; font-size: 1.125rem; font-weight: 500; color: var(--green); }
.nav-drawer a:hover, .nav-drawer a:focus-visible { color: var(--red); }
.drawer-sub > summary {
display: flex; align-items: center; justify-content: center; gap: 0;
list-style: none; cursor: pointer; padding: 0 0 0 44px; min-height: 44px;
font-size: 1.125rem; font-weight: 500; color: var(--green);
}
.drawer-sub > summary::-webkit-details-marker { display: none; }
.drawer-sub > summary a { padding: 5px 6px; }
.drawer-caret {
display: inline-flex; align-items: center; justify-content: center;
width: 44px; height: 44px; flex: 0 0 auto;
}
.drawer-sub[open] > summary .nav-caret { transform: rotate(180deg); }
.drawer-sub .nav-caret { width: 12px; height: 12px; fill: currentColor; transition: transform .2s; }
.nav-drawer .sub { padding: 4px 0 8px; }
.nav-drawer .sub a { font-size: 1rem; color: #3d4459; }
.nav-drawer .sub a:hover { color: var(--green); }
.nav-drawer .drawer-call { display: block; margin: 25px 0 0; text-align: center; }
.nav-drawer .drawer-call .call-label { font-size: 1.25rem; font-weight: 700; color: var(--heading); }
.nav-drawer .drawer-call .call-number { display: block; font-size: 2.125rem; font-weight: 700; color: var(--green); line-height: 1.2; }
.nav-drawer .drawer-cta { display: flex; justify-content: center; margin: 20px 0 0; }
.nav-drawer .drawer-cta a.btn { padding: 15px 30px; }
.nav-close {
position: absolute; top: 14px; right: 16px; width: 44px; height: 44px;
background: none; border: 0; font-size: 2rem; line-height: 1; color: var(--green); cursor: pointer;
}
.foot-consult { background: var(--green); padding: 20px 0; color: #fff; }
.foot-consult .foot-in { display: flex; align-items: center; justify-content: center; gap: 30px; }
.foot-consult h2 { color: #fff; font-size: 1.375rem; font-weight: 700; margin: 0; }
.foot-consult .btn { background: transparent; border: 2px solid #fff; color: #fff; }
.foot-consult .btn:hover, .foot-consult .btn:focus-visible { background: var(--blue); border-color: var(--blue); color: #fff; }
.site-foot { color: var(--ink); }
.foot-in { max-width: var(--container); margin-inline: auto; padding: 0 10px; }
.foot-cols { display: flex; flex-wrap: wrap; padding: 40px 0; gap: 0; }
.foot-col { width: 20%; min-width: 0; padding: 0 10px; }
.foot-col h2 { font-size: 1.25rem; font-weight: 700; text-transform: uppercase; margin: 0 0 10px; letter-spacing: .5px; line-height: 1.2; }
.foot-col ul { list-style: none; margin: 0; padding: 0; }
.foot-col li a { display: inline-block; padding: 5px 0; }
.foot-contact li { padding: 0; }
.foot-col a { color: var(--green); }
.foot-col a:hover, .foot-col a:focus-visible { color: var(--red); }
.foot-brand img { width: 220px; }
.foot-tagline { font-size: 1rem; font-weight: 300; margin-top: 10px; }
.foot-contact li { display: flex; gap: 8px; align-items: baseline; }
.foot-contact svg { width: .85em; height: .85em; flex: 0 0 auto; fill: currentColor; align-self: center; }
.foot-contact li { color: var(--ink); }
.foot-contact a { color: var(--green); }
.foot-contact a:hover { color: var(--red); }
.foot-contact li:hover svg { fill: var(--red); }
.foot-region { display: flex; justify-content: center; }
.foot-bar { background: var(--blue); color: #fff; padding: 8px 0; font-size: .875rem; }
.foot-bar .foot-in { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.foot-bar a { color: #fff; }
.foot-bar a:hover { color: #fff; text-decoration: underline; }
.reviews { position: relative; }
.reviews-track { list-style: none; margin: 0; padding: 0; }
.review { display: none; text-align: center; }
.review.is-active { display: block; animation: fade-in .5s both; }
.reviews:not([data-ready]) .review:first-child { display: block; }
.review-blurb { font-size: 1.625rem; color: var(--green); margin: 0 0 20px; font-weight: 700; }
.review-stars { display: block; margin: 20px 0; line-height: 0; }
.star { width: 24px; height: 24px; margin-right: 5px; fill: var(--blue); }
.review-quote { margin: 0; }
.review-quote p::before { content: "\201C"; }
.review-quote p::after { content: "\201D"; }
.review-by { margin-top: 15px; }
.review-name { display: block; font-size: 1.125rem; text-transform: uppercase; font-weight: 700; color: var(--blue); line-height: 1.3; }
.review-position { display: block; line-height: 1; font-size: .9375rem; }
.review-company { display: block; font-style: italic; color: var(--green); font-size: .875rem; font-weight: 500; line-height: 1.3; }
.reviews-nav { display: flex; justify-content: center; gap: 6px; margin-top: 35px; }
.review-dot {
width: 13px; height: 13px; padding: 0; border-radius: 50%;
background: #dadada; border: 2px solid #fff; cursor: pointer; transition: background .3s, border-color .3s;
}
.review-dot[aria-current="true"] { background: var(--green); border-color: var(--green); cursor: default; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.lead-form { display: flex; flex-wrap: wrap; column-gap: var(--f-col-gap, 15px); }
.lead-form .f { width: 100%; margin: 0 0 var(--f-row-gap, 15px); }
.lead-form .f-half { width: calc(50% - (var(--f-col-gap, 15px) / 2)); }
.lead-form label { display: block; font-size: .9375rem; font-weight: 600; margin-bottom: 5px; color: var(--heading); }
.lead-form.labels-hidden label {
position: absolute; width: 1px; height: 1px; overflow: hidden;
clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}
.lead-form .req { color: var(--red); }
.lead-form input, .lead-form textarea, .lead-form select {
width: 100%; padding: 6px 16px; font-family: inherit; font-size: 1rem; line-height: 1.9;
color: var(--f-ink, var(--ink));
background: #fff; border: 1px solid var(--f-border, #adadad); border-radius: var(--f-radius, 3px);
}
.lead-form textarea { line-height: 1.6; padding: 12px 16px; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--green); outline: 2px solid var(--green); outline-offset: 0; }
.lead-form .f-actions { width: 100%; margin: 0; }
.lead-form .hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead-msg { width: 100%; margin: 15px 0 0; padding: 12px 15px; border-radius: 3px; }
.lead-ok { background: #e8f6ed; color: #14532d; border: 1px solid var(--green); }
.lead-err { background: #fdecec; color: #7f1d1d; border: 1px solid var(--red); }
.pf-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin-bottom: 25px; }
.pf-filter button {
background: none; border: 0; cursor: pointer; padding: 8px 14px;
font: inherit; font-size: .875rem; text-transform: uppercase; font-weight: 600; color: var(--ink);
min-height: 44px;
}
.pf-filter button:hover { color: var(--pf-active, var(--green)); }
.pf-filter button[aria-pressed="true"] { color: var(--pf-active, var(--green)); }
.pf-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--row-gap, 40px) var(--col-gap, 40px); }
.pf-item {
position: relative; display: block; overflow: hidden; line-height: 0;
border-radius: 0 20px; box-shadow: 0 0 10px rgba(0, 0, 0, .32);
}
.pf-item img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 3 / 2; }
.pf-item-label {
position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
padding: 15px; text-align: center; line-height: 1.3;
background: var(--pf-overlay, rgba(27, 167, 74, .72)); color: #fff;
opacity: 0; transition: opacity .3s; font-size: 1.25rem; font-weight: 700;
}
.pf-item:hover .pf-item-label, .pf-item:focus-visible .pf-item-label { opacity: 1; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.post-card { display: flex; flex-direction: column; padding: 20px; box-shadow: 0 0 3px #7a7a7a; background: #fff; }
.post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.post-card-date { font-size: .875rem; color: #767676; margin: 12px 0 5px; }
.post-card h2 { font-size: 1.375rem; margin: 0 0 5px; }
.post-card h2 a { color: var(--heading); }
.post-card h2 a:hover { color: var(--green); }
.post-card-excerpt { margin: 0 0 15px; }
.post-card-more { margin-top: auto; font-weight: 700; }
.article-wide { max-width: 1300px; }
.related-portfolio { padding: 20px 0 60px; }
.related-portfolio h2 { margin-bottom: 20px; }
.pf-grid-3 { grid-template-columns: repeat(3, 1fr); --col-gap: 20px; --row-gap: 20px; }
@media (max-width: 767px) { .pf-grid-3 { grid-template-columns: 1fr; } }
.recent-posts { padding: 20px 0 80px; }
.recent-posts h2 { margin-bottom: 20px; }
.pager { display: flex; align-items: center; justify-content: center; gap: 20px; margin: 45px auto 60px; max-width: var(--container); }
.pager:not(:has(a)) { display: none; margin: 0; }
.article { max-width: 820px; margin-inline: auto; padding: 40px 20px 60px; }
.article-meta { color: #767676; font-size: .9375rem; margin-bottom: 20px; }
.article img { height: auto; }
.article h2 { font-size: 2rem; margin: 30px 0 12px; }
.article h3 { font-size: 1.5rem; margin: 25px 0 10px; }
.article figure { margin: 20px 0; }
.article figcaption { font-size: .875rem; color: #767676; }
.toc { border-left: 4px solid var(--indigo); background: #f6f7fb; padding: 15px 20px; }
.toc ul { list-style: none; padding-left: 0; margin: 0; }
.toc li { margin-bottom: 6px; }
.anim { animation-duration: .9s; animation-fill-mode: both; animation-timing-function: cubic-bezier(.25, .46, .45, .94); }
.anim-fadeIn      { animation-name: a-fade; }
.anim-fadeInUp    { animation-name: a-up; }
.anim-fadeInDown  { animation-name: a-down; }
.anim-fadeInLeft  { animation-name: a-left; }
.anim-fadeInRight { animation-name: a-right; }
.anim-slideInLeft { animation-name: a-left; }
.anim-slideInRight{ animation-name: a-right; }
.anim-slideInUp   { animation-name: a-up; }
.anim-slideInDown { animation-name: a-down; }
.anim-zoomIn      { animation-name: a-zoom; }
[data-anim="wait"] { animation-play-state: paused; visibility: hidden; transform: none !important; }
@keyframes a-fade  { from { opacity: 0 } to { opacity: 1 } }
@keyframes a-up    { from { opacity: 0; transform: translateY(40px) }  to { opacity: 1; transform: none } }
@keyframes a-down  { from { opacity: 0; transform: translateY(-40px) } to { opacity: 1; transform: none } }
@keyframes a-left  { from { opacity: 0; transform: translateX(-50px) } to { opacity: 1; transform: none } }
@keyframes a-right { from { opacity: 0; transform: translateX(50px) }  to { opacity: 1; transform: none } }
@keyframes a-zoom  { from { opacity: 0; transform: scale(.9) }         to { opacity: 1; transform: none } }
@keyframes fade-in { from { opacity: 0 } to { opacity: 1 } }
#logo_animation #red_box   { animation: logo-in .5s .05s both; }
#logo_animation #green_box { animation: logo-in .5s .2s both; }
#logo_animation #blue_box  { animation: logo-in .5s .35s both; }
@keyframes logo-in { from { opacity: 0; transform: translate(-40px, 26px) } to { opacity: 1; transform: none } }
@media (prefers-reduced-motion: reduce) {
.anim, .ss-layer, #logo_animation path { animation: none !important; }
[data-anim="wait"] { visibility: visible !important; }
.ss-layer:not(:first-child) { display: none; }
.ss-layer { opacity: 1; }
}
html.a11y-reduce-motion .anim { animation: none !important; }
html.a11y-reduce-motion [data-anim="wait"] { visibility: visible !important; }
html.a11y-reduce-motion .ss-layer { animation: none; opacity: 1; }
html.a11y-reduce-motion .ss-layer:not(:first-child) { display: none; }
@media (min-width: 1025px) { .hide-desktop { display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) { .hide-tablet { display: none !important; } }
@media (max-width: 767px) { .hide-mobile { display: none !important; } }
@media (max-width: 1024px) {
h1 { font-size: 2.5rem; }
h2 { font-size: 2.1875rem; }
h3 { font-size: 1.875rem; }
h4 { font-size: 1.5625rem; }
h5 { font-size: 1.25rem; }
.site-nav, .head-call, .head-quote { display: none; }
.nav-toggle { display: inline-flex; }
.head-in { min-height: 70px; }
.foot-consult .foot-in { flex-direction: column; text-align: center; gap: 20px; }
.pf-grid { grid-template-columns: repeat(2, 1fr); }
.cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
.col { width: 100% !important; }
h1 { font-size: 2rem; letter-spacing: 0; }
h2 { font-size: 1.75rem; letter-spacing: 0; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
h5 { font-size: 1.125rem; }
.page-banner { border-radius: 0 30px; }
.btn { padding: 16px 28px; }
.foot-col { width: 100%; text-align: left; margin-bottom: 25px; }
.foot-col ul { display: block; }
.foot-contact ul + ul { margin-top: 10px; }
.foot-brand, .foot-region { display: flex; justify-content: center; flex-direction: column; align-items: center; }
.foot-bar .foot-in { flex-direction: column; text-align: center; gap: 2px; }
.pf-grid { grid-template-columns: 1fr; }
.cards { grid-template-columns: 1fr; }
.iconbox-left, .iconbox-right { flex-direction: column; }
.toggle-head { padding: 12px; }
.lead-form .f-half { width: 100%; }
.review-quote { font-size: 1rem; }
}
@media print {
.site-head, .nav-drawer, .foot-consult, .shape, .ss, .sec-ov { display: none !important; }
body { color: #000; }
}