
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */
.meta-row{font-size:10px}

/* ===== Static-site gallery fix (Squarespace->AWS migration) =====
   #slideshow galleries were laid out by Squarespace JS at runtime; on the static
   copy that JS never runs, so all slides pile at top-left. Render every photo as
   a responsive grid. Safe: #slideshow's only children are the slides plus the
   JS-hidden gallery controls. */
#galleryWrapper,#slideshowWrapper{position:static!important;width:auto!important;height:auto!important;float:none!important;overflow:visible!important}
#slideshow{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;position:static!important;width:auto!important;height:auto!important;float:none!important;overflow:visible!important;font-size:medium}
#slideshow>.slide{position:static!important;float:none!important;width:auto!important;height:auto!important;margin:0!important;overflow:hidden;display:block!important;cursor:default}
#slideshow .slide>a,#slideshow .slide .image-slide-anchor,#slideshow .slide .margin-wrapper,#slideshow .slide .content-wrapper{position:static!important;width:100%!important;height:auto!important;padding-bottom:0!important;display:block}
#slideshow .slide img{position:static!important;display:block!important;width:100%!important;height:220px!important;object-fit:cover;margin:0!important;max-width:100%!important}
#slideshow .slide .image-description,#slideshow .slide .image-slide-title{position:static!important;opacity:1!important;display:block!important;text-align:center;font-size:.8em;line-height:1.3;padding:6px 4px}
#slideshow>#simpleControls,#slideshow>#imageInfoToggle,#slideshow>.gallery-controls,#slideshow>#thumbControls,#previousSlide,#nextSlide,#backToThumbs{display:none!important}