@font-face{font-family:eurofurence;src:url("/_bridgetown/static/eurof35-A5PJJ4U7.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:eurofurence;src:url("/_bridgetown/static/eurof55-ELWHRF5F.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:eurofurence;src:url("/_bridgetown/static/eurof75-QPIHG4CM.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Eurofurencelight;src:url("/_bridgetown/static/eurof35-A5PJJ4U7.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:eurofurence light;src:url("/_bridgetown/static/eurof35-A5PJJ4U7.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Kenney Pixel Square;src:url("/_bridgetown/static/Kenney Pixel Square-7UVFJ5XE.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-dark: #211002;--color-green: #5aa579;--color-white: #ffffff;--color-light-gray: #f5f5f5;--color-mid-gray: #888;--color-green-accessible: #3d7d56;--color-green-accessible-hover: #2d6542;--color-gray-accessible: #666;--font-body: Georgia, "Times New Roman", Times, serif;--font-pixel: "Kenney Pixel Square", monospace;--max-width: 60rem;--nav-height: 4rem}html{font-size:112.5%;scroll-behavior:smooth}body{font-family:Georgia,Times New Roman,Times,serif;font-family:var(--font-body);font-weight:300;color:#211002;color:var(--color-dark);background:#fff;background:var(--color-white);line-height:1.6;margin:0;overflow-x:hidden}a{color:#5aa579;color:var(--color-green);text-decoration:none;&:hover{text-decoration:underline}}h1,h2,h3,h4{font-family:eurofurence,sans-serif;font-weight:300;line-height:1.2;color:#211002;color:var(--color-dark)}h1{font-size:2.75rem}h2{font-size:2.25rem}h3{font-size:1.75rem}img{max-width:100%;height:auto}ul,ol{padding-left:1.5rem}hr{border:none;border-top:1px solid #ddd;margin:2rem 0}.full-bleed{width:100vw;position:relative;left:50%;transform:translate(-50%)}.constrained{max-width:60rem;max-width:var(--max-width);margin:0 auto}.btn{display:inline-block;background:#3d7d56;background:var(--color-green-accessible);color:#fff;color:var(--color-white);padding:.75rem 2rem;border-radius:4px;font-weight:500;font-size:1rem;transition:background .2s;&:hover{background:#2d6542;background:var(--color-green-accessible-hover);text-decoration:none}}.site-header{background:#211002;background:var(--color-dark);color:#fff;color:var(--color-white);position:sticky;top:0;z-index:100}.site-header-inner{max-width:60rem;max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.5rem;min-height:4rem;min-height:var(--nav-height)}.site-logo{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:#fff;color:var(--color-white);&:hover{text-decoration:none}}.site-logo img{width:2.5rem;height:2.5rem}.site-logo svg{height:1.2rem;width:auto;color:#fff;color:var(--color-white)}.site-nav ul{list-style:none;display:flex;gap:1.5rem;padding:0}.site-nav a{color:#fff;color:var(--color-white);font-weight:500;font-size:.95rem;text-decoration:none;opacity:.85;transition:opacity .2s;&:hover,&[aria-current=page]{opacity:1;text-decoration:none;color:#5aa579;color:var(--color-green)}}.nav-toggle{display:none}.nav-toggle-label{display:none;cursor:pointer;padding:.5rem}.nav-toggle-label span,.nav-toggle-label span:before,.nav-toggle-label span:after{display:block;background:#fff;background:var(--color-white);height:2px;width:1.5rem;position:relative;transition:transform .3s}.nav-toggle-label span:before,.nav-toggle-label span:after{content:"";position:absolute}.nav-toggle-label span:before{top:-7px}.nav-toggle-label span:after{top:7px}@media(max-width:640px){.nav-toggle-label{display:block}.site-nav{position:absolute;top:4rem;top:var(--nav-height);left:0;right:0;background:#211002;background:var(--color-dark);max-height:0;overflow:hidden;transition:max-height .3s ease}.site-nav ul{flex-direction:column;padding:.5rem 1.5rem 1rem;gap:.75rem}.nav-toggle:checked~.site-nav{max-height:20rem}.nav-toggle:checked~.nav-toggle-label span{background:transparent}.nav-toggle:checked~.nav-toggle-label span:before{transform:rotate(45deg);top:0}.nav-toggle:checked~.nav-toggle-label span:after{transform:rotate(-45deg);top:0}}main{max-width:60rem;max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 0;min-height:calc(100vh - 16rem);min-height:calc(100vh - var(--nav-height) - 12rem)}.hero{text-align:center;padding:3rem 1rem 2rem;>img{width:8rem;height:8rem;margin-bottom:1rem}& h1{margin-bottom:.25rem}.hero-wordmark{max-width:28rem;width:100%;height:auto}.tagline{font-weight:300;font-size:1.25rem;color:#666;color:var(--color-gray-accessible);margin-bottom:1.5rem}.intro{max-width:36rem;margin:0 auto 2rem;font-size:1.1rem}& nav{display:flex;align-items:center;justify-content:center}& nav>a:first-child{font-size:.95rem;margin-right:1.5rem;color:#3d7d56;color:var(--color-green-accessible)}}.card-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;text-align:left}.card-grid article{padding:1.5rem;border-radius:8px}.card-grid article h3{margin-bottom:.5rem}.card-grid article p{font-size:.95rem}.our-services{background:#f5f5f5;background:var(--color-light-gray);padding:3rem 1.5rem;text-align:center;& h2{margin-bottom:1.5rem}.card-grid{grid-template-columns:repeat(2,1fr)}& article{background:#fff;background:var(--color-white);display:flex;flex-direction:column}& article h3{font-size:1.35rem;margin-bottom:.75rem}& article p{flex:1 1;margin-bottom:1rem;font-size:1rem}& article small{display:block;text-align:right;font-family:Kenney Pixel Square,monospace;font-family:var(--font-pixel);font-size:.55rem;color:#666;color:var(--color-gray-accessible);letter-spacing:.03em}}.our-expertise{max-width:60rem;max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem;text-align:center;& h2{margin-bottom:1.5rem}.card-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem}& article{background:#f5f5f5;background:var(--color-light-gray)}& article h3{font-size:1.15rem}& article p{font-size:.9rem;color:#555}}.services-band{background:#5aa579;background:var(--color-green);.constrained{color:#fff;color:var(--color-white);padding:1.5rem 1rem;text-align:center;position:relative;height:100%;& ul{font-family:Kenney Pixel Square,monospace;font-family:var(--font-pixel);font-size:.7rem;line-height:2;letter-spacing:.05em;text-transform:uppercase;max-width:60rem;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;display:flex;flex-wrap:wrap;justify-content:center}& li{list-style:none;white-space:nowrap;padding-left:1em;position:relative}& li.has-bullet:before{content:"\2022";position:absolute;left:.25em}.footer-seedling{position:absolute;height:48px;left:0;top:-48px;pointer-events:none}.footer-seedling svg{width:auto;height:48px;color:#5aa579;color:var(--color-green);animation:sway 6s ease-in-out infinite}.footer-cog{position:absolute;right:0;bottom:-32px;pointer-events:none;height:64px}.footer-cog svg{height:64px;width:auto;color:#211002;color:var(--color-dark);animation:spin 60s linear infinite}}}.posts-list{list-style:none;padding:0}.posts-list li{padding:1.25rem 0;border-bottom:1px solid #eee}.posts-list .post-date{font-size:.85rem;color:#888;color:var(--color-mid-gray)}.posts-list .post-title{font-size:1.25rem;font-weight:700}.posts-list .post-title a{color:#211002;color:var(--color-dark);&:hover{color:#5aa579;color:var(--color-green)}}.posts-list .post-excerpt{margin-top:.25rem;color:#555}.post-header{margin-bottom:2rem;& h1{margin-bottom:.25rem}.post-meta{font-size:.9rem;color:#888;color:var(--color-mid-gray)}}main p{margin-bottom:1rem}main h2{margin:2rem 0 .75rem}main h3{margin:1.5rem 0 .5rem}main ul,main ol{margin-bottom:1rem}main blockquote{border-left:3px solid #5aa579;border-left:3px solid var(--color-green);padding-left:1rem;color:#555;margin:1rem 0}main pre{margin-bottom:1rem;overflow-x:auto}.back-link{display:inline-block;margin-top:2rem;font-weight:500}.post-comments{margin-top:2rem;border-top:1px solid #eee;padding-top:1.5rem}.post-comments #mastodon-stats{display:flex;gap:1rem;justify-content:center;font-size:1.1rem;margin-bottom:1rem}.post-comments #mastodon-stats a{color:#888;color:var(--color-mid-gray);text-decoration:none}.post-comments #mastodon-stats a:hover{color:#3d7d56;color:var(--color-green-accessible)}.post-comments #mastodon-title{font-family:eurofurence,sans-serif;font-weight:300;font-size:1.8rem;margin-bottom:.5rem}.post-comments .button{background:#211002;background:var(--color-dark);color:#fff;border:2px solid #3d7d56;border:2px solid var(--color-green-accessible);padding:.4rem 1rem;border-radius:4px;cursor:pointer;font-family:inherit;font-size:.9rem;text-decoration:none;transition:background .2s,color .2s}.post-comments .button:hover{background:#3d7d56;background:var(--color-green-accessible);color:#fff}.post-comments .link{color:#3d7d56;color:var(--color-green-accessible)}.post-comments #mastodon-comments-list{list-style:none;padding:0;margin-top:1.5rem}.post-comments #mastodon-comments-list p{color:#888;color:var(--color-mid-gray);font-style:italic}#comment-dialog{background:#211002;background:var(--color-dark);color:#f0e8df;border:2px solid #3d7d56;border:2px solid var(--color-green-accessible);border-radius:8px;padding:1.5rem;max-width:500px;width:calc(100vw - 2rem);box-sizing:border-box;font-family:inherit;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;max-height:calc(100vh - 2rem);overflow-y:auto}#comment-dialog::backdrop{background:#211002bf}#comment-dialog[open]~*,#comment-dialog[open]+*{pointer-events:none}#comment-dialog h3{font-family:eurofurence,sans-serif;font-weight:300;font-size:1.5rem;margin:0 0 1rem;color:#fff}#comment-dialog p{font-size:.9rem;line-height:1.5;margin-bottom:1rem;color:#d4c8b8}#comment-dialog #close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;color:#d4c8b8;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;line-height:1}#comment-dialog #close:hover{color:#fff}#comment-dialog .input-row{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}#comment-dialog input{flex:1 1;min-width:0;padding:.5rem .75rem;border:1px solid #3d7d56;border:1px solid var(--color-green-accessible);border-radius:4px;background:#ffffff1a;color:#fff;font-family:inherit;font-size:16px}#comment-dialog input::-moz-placeholder{color:#a09080}#comment-dialog input::placeholder{color:#a09080}#comment-dialog input:focus{outline:2px solid #3d7d56;outline:2px solid var(--color-green-accessible);outline-offset:1px}#comment-dialog .button{background:#3d7d56;background:var(--color-green-accessible);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:4px;cursor:pointer;font-family:inherit;font-size:.9rem;white-space:nowrap;transition:background .2s}#comment-dialog .button:hover{background:#2d6542;background:var(--color-green-accessible-hover)}#comment-dialog .button:focus-visible{outline:2px solid white;outline-offset:2px}.newsletter-signup{margin-top:3rem;text-align:center}.newsletter-signup .inline-container{margin:0 auto}.cookie-notice{font-size:.85rem;color:#666;color:var(--color-gray-accessible);margin:10px 0}.cookie-notice a{color:#3d7d56;color:var(--color-green-accessible)}.cookie-notice a:hover{color:#2d6542;color:var(--color-green-accessible-hover)}.cookie-consent-btn{background:#211002;background:var(--color-dark);color:#fff;border:2px solid #3d7d56;border:2px solid var(--color-green-accessible);padding:.5rem 1.5rem;border-radius:4px;cursor:pointer;font-family:inherit;font-size:.95rem;margin-top:.75rem;display:inline-block;transition:background .2s,color .2s}.cookie-consent-btn:hover{background:#3d7d56;background:var(--color-green-accessible);color:#fff}.cookie-consent-btn:focus-visible{outline:2px solid #3d7d56;outline:2px solid var(--color-green-accessible);outline-offset:2px}.site-footer{background:#211002;background:var(--color-dark);color:#fff;color:var(--color-white);padding:2rem 1.5rem;position:relative;z-index:1}@keyframes sway{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:1.5rem;& h4{color:#fff;color:var(--color-white);margin-bottom:.5rem}& a{color:#5aa579;color:var(--color-green)}& ul{list-style:none;padding-left:0;& li{margin-bottom:.35rem;font-size:.9rem}}}@media(max-width:640px){.footer-columns{grid-template-columns:1fr 1fr}}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.7rem;opacity:.7;padding-top:1rem}.footer-version{font-family:Kenney Pixel Square,monospace;font-family:var(--font-pixel)}@media(min-width:768px){.footer-bottom{flex-direction:row;justify-content:space-between;font-size:.85rem}}.page h1{margin-bottom:1.5rem}.page p{margin-bottom:1rem}.about-section{width:100vw;position:relative;left:50%;transform:translate(-50%);padding:3rem 1.5rem;& h2{margin-bottom:1rem}& h3{margin-top:1.5rem;margin-bottom:.75rem}& p{margin-bottom:1rem}}.about-section.alt{background:#f5f5f5;background:var(--color-light-gray)}.partners{padding:2rem 0 3rem;& h1{margin-bottom:.5rem}.partners-intro{margin-bottom:2rem;max-width:40rem;color:#666;color:var(--color-gray-accessible)}.card-grid{grid-template-columns:1fr}& article{background:#f5f5f5;background:var(--color-light-gray);display:flex;flex-direction:column}& article p{flex:1 1;margin-bottom:1rem;font-size:1rem}& article a{color:#3d7d56;color:var(--color-green-accessible);margin-bottom:.75rem}& article small{display:block;text-align:right;font-family:Kenney Pixel Square,monospace;font-family:var(--font-pixel);font-size:.55rem;color:#666;color:var(--color-gray-accessible);letter-spacing:.03em}}.error-page{text-align:center;padding:4rem 1rem;& h1{font-size:4rem;color:#5aa579;color:var(--color-green)}& h2{margin-bottom:1rem}}@media(max-width:900px){.our-expertise .card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){h1{font-size:2rem}h2{font-size:1.75rem}.hero{padding:2rem .5rem 1rem;& h1{font-size:2rem}>img{width:6rem;height:6rem}}.our-services .card-grid,.our-expertise .card-grid{grid-template-columns:1fr}}pre.highlight{padding:16px;background-color:#f6f8fa}.highlight .hll{background-color:#ffc}.highlight .c{color:#998;font-style:italic}.highlight .err{color:#a61717;background-color:#e3d2d2}.highlight .k,.highlight .o{color:#000;font-weight:700}.highlight .cm{color:#998;font-style:italic}.highlight .cp{color:#999;font-weight:700;font-style:italic}.highlight .c1{color:#998;font-style:italic}.highlight .cs{color:#999;font-weight:700;font-style:italic}.highlight .gd{color:#000;background-color:#fdd}.highlight .ge{color:#000;font-style:italic}.highlight .gr{color:#a00}.highlight .gh{color:#999}.highlight .gi{color:#000;background-color:#dfd}.highlight .go{color:#888}.highlight .gp{color:#555}.highlight .gs{font-weight:700}.highlight .gu{color:#aaa}.highlight .gt{color:#a00}.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr{color:#000;font-weight:700}.highlight .kt{color:#458;font-weight:700}.highlight .m{color:#099}.highlight .s{color:#d01040}.highlight .na{color:teal}.highlight .nb{color:#0086b3}.highlight .nc{color:#458;font-weight:700}.highlight .no{color:teal}.highlight .nd{color:#3c5d5d;font-weight:700}.highlight .ni{color:purple}.highlight .ne,.highlight .nf,.highlight .nl{color:#900;font-weight:700}.highlight .nn{color:#555}.highlight .nt{color:navy}.highlight .nv{color:teal}.highlight .ow{color:#000;font-weight:700}.highlight .w{color:#bbb}.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo{color:#099}.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx{color:#d01040}.highlight .sr{color:#009926}.highlight .s1{color:#d01040}.highlight .ss{color:#990073}.highlight .bp{color:#999}.highlight .vc,.highlight .vg,.highlight .vi{color:teal}.highlight .il{color:#099}
/*# sourceMappingURL=/_bridgetown/static/index.OMSI3BZJ.css.map */
