section.projects-section>div.inner{border-top:1px solid #686868;max-width:90rem;margin:0 auto 3rem;padding:3rem}section.projects-section>div.inner header.section-header{margin-bottom:3rem}section.projects-section>div.inner .projects-cards{grid-template-columns:repeat(4,minmax(200px,1fr));gap:1.5rem;display:grid}@media (max-width:1024px){section.projects-section>div.inner .projects-cards{grid-template-columns:1fr 1fr}}@media (max-width:640px){section.projects-section>div.inner{padding:1rem}section.projects-section>div.inner .projects-cards{grid-template-columns:1fr}}
a.project-card{cursor:pointer;border:2px solid #0056b4;border-radius:12px;flex-direction:column;padding:1rem 1rem 0;text-decoration:none;display:flex;overflow:hidden}a.project-card figure{justify-content:center;align-items:center;height:260px;display:flex}a.project-card figure img{object-fit:contain;max-width:100%;max-height:100%;transition:filter .3s;display:block}a.project-card figcaption{flex-direction:column;flex-grow:1;justify-content:space-between;height:140px;display:flex}a.project-card figcaption h4{text-overflow:ellipsis;text-align:center;text-transform:uppercase;flex-grow:1;justify-content:center;align-items:center;margin:0;font-size:2rem;line-height:1.1;display:flex;overflow:hidden}a.project-card figcaption button.more-info{color:#fff;text-align:center;text-transform:uppercase;background:#0056b4;border-top-left-radius:6px;border-top-right-radius:6px;width:75%;margin:0 auto;padding:.5rem .5rem .375rem;font-size:.75rem;line-height:1;text-decoration:none;transition:background .3s,color .3s;display:block}a.project-card:hover img{filter:brightness(1.15)}a.project-card:hover button.more-info{color:#0056b4;background:#fff}
section.promo-banner>.inner{max-width:90rem;margin:0 auto}
.lightbox.splash-banner-lightbox .panel{width:auto;max-width:min(90vw,800px)}.lightbox.splash-banner-lightbox .image-wrap{width:auto;height:auto}.lightbox.splash-banner-lightbox .image-wrap .image-fade img{max-height:min(80vh,500px)}
