:root{--site-max:1280px;--wide-max:1280px;--content-max:760px;--gutter:16px;--flow:1rem;--grid-gap:16px;--jumbo-radius:16px;--jumbo-pad:clamp(24px, 4vw, 64px);--jumbo-bg:#f5f5f5;--jumbo-fg:inherit}@media (max-width:767px){:root{--gutter:14px;--grid-gap:14px;--flow:.9rem;--jumbo-radius:14px}}@media (min-width:768px) and (max-width:1023px){:root{--gutter:18px;--grid-gap:18px;--flow:1rem}}@media (min-width:1024px) and (max-width:1279px){:root{--gutter:20px;--grid-gap:20px;--flow:1.05rem}}@media (min-width:1280px){:root{--gutter:24px;--grid-gap:24px;--flow:1.1rem}}:root{--color-primary-green:#78bd54;--color-secondary-green:#049ea4;--color-deep-green:#17ac4e;--color-text-default:#333;--color-text-accent:#17ac4e;--color-bg-light:#f8fdf9;--color-border-green:#e3f3e7}body{color:var(--color-text-default)}a{color:var(--color-text-accent)}.button-primary{background-color:var(--color-deep-green);color:#fff}.section-green{background-color:var(--color-primary-green)}.container{width:min(100% - (var(--gutter) * 2), var(--site-max));margin-inline:auto}.site-main>.container{width:min(100% - (var(--gutter) * 2), var(--site-max));margin-inline:auto}.entry-content>*+*{margin-top:var(--flow)}.entry-content img,.entry-content video,.entry-content iframe{max-width:100%}.entry-content .alignwide{width:min(100% - (var(--gutter) * 2), var(--wide-max));margin-inline:auto}.entry-content .alignfull{width:100%;margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1)}.wp-block-columns{gap:var(--grid-gap)}.wp-block-column>*{max-width:100%}.wp-block-columns.is-not-stacked-on-mobile{align-items:stretch}.entry-content .grid{display:grid;gap:var(--grid-gap)}.entry-content .grid--2,.entry-content .grid--3,.entry-content .grid--4{grid-template-columns:1fr}@media (min-width:768px) and (max-width:1023px){.entry-content .grid--2{grid-template-columns:repeat(2,minmax(0, 1fr))}.entry-content .grid--3{grid-template-columns:repeat(2,minmax(0, 1fr))}.entry-content .grid--4{grid-template-columns:repeat(2,minmax(0, 1fr))}}@media (min-width:1024px) and (max-width:1279px){.entry-content .grid--2{grid-template-columns:repeat(2,minmax(0, 1fr))}.entry-content .grid--3{grid-template-columns:repeat(3,minmax(0, 1fr))}.entry-content .grid--4{grid-template-columns:repeat(3,minmax(0, 1fr))}}@media (min-width:1280px){.entry-content .grid--2{grid-template-columns:repeat(2,minmax(0, 1fr))}.entry-content .grid--3{grid-template-columns:repeat(3,minmax(0, 1fr))}.entry-content .grid--4{grid-template-columns:repeat(4,minmax(0, 1fr))}}.entry-content .grid--gap-sm{gap:calc(var(--grid-gap) * 0.75)}.entry-content .grid--gap-lg{gap:calc(var(--grid-gap) * 1.25)}width:min(100% - (var(--gutter) * 2), var(--wide-max));margin-inline:auto;}.entry-content .alignfull.jumbotron{width:100%;margin-left:calc(var(--gutter) * -1);margin-right:calc(var(--gutter) * -1);border-radius:0}.entry-content .jumbotron>*+*{margin-top:.75rem}.entry-content .jumbotron .jumbotron-actions{margin-top:1.25rem;display:flex;gap:12px;flex-wrap:wrap}.entry-content .jumbotron--tight{--jumbo-pad:clamp(16px, 3vw, 36px)}.entry-content .jumbotron--dark{--jumbo-bg:#111;--jumbo-fg:#fff}.entry-content .jumbotron--image{background-size:cover;background-position:center;background-repeat:no-repeat}.entry-content .jumbotron--overlay{position:relative;overflow:hidden}.entry-content .jumbotron--overlay:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}.entry-content .jumbotron--overlay>*{position:relative}