/* newsletter-form */
:root{--button-color:var(--color-text-primary);--button-hover-color:var(--color-text-primary);--button-hover-background:transparent;--button-background:var(--color-surface-highlight)}.block__wagworks-newsletter-form{display:flex;justify-content:center;padding:var(--spacing-sm)}.block__wagworks-newsletter-form.bg-,.block__wagworks-newsletter-form.bg-white{background:var(--color-brand-white);color:var(--color-text-primary)}.block__wagworks-newsletter-form.bg-off-white{background:var(--color-brand-off-white);color:var(--color-text-primary)}.block__wagworks-newsletter-form.bg-blue{background:var(--color-brand-light-blue);color:var(--color-text-primary)}.block__wagworks-newsletter-form.bg-dark,.block__wagworks-newsletter-form.bg-dark-blue{background:var(--color-brand-dark-blue);color:var(--color-text-secondary);--button-hover-color:var(--color-text-secondary)}.block__wagworks-newsletter-form.bg-green{background:var(--color-brand-light-green);color:var(--color-text-primary)}.block__wagworks-newsletter-form.bg-orange{background:var(--color-brand-light-orange);color:var(--color-text-primary)}.block__wagworks-newsletter-form .wrapper{width:100%;border-radius:var(--radius-large);position:relative;overflow:hidden;padding-top:var(--section-padding-lmd);display:flex;flex-direction:column;align-items:center;padding-left:var(--spacing-md);padding-right:var(--spacing-md);padding-bottom:var(--spacing-md)}.block__wagworks-newsletter-form .wrapper.bg-,.block__wagworks-newsletter-form .wrapper.bg-white{background:var(--color-brand-white);color:var(--color-text-primary)}.block__wagworks-newsletter-form .wrapper.bg-off-white{background:var(--color-brand-off-white);color:var(--color-text-primary)}.block__wagworks-newsletter-form .wrapper.bg-blue{background:var(--color-brand-light-blue);color:var(--color-text-primary)}.block__wagworks-newsletter-form .wrapper.bg-dark,.block__wagworks-newsletter-form .wrapper.bg-dark-blue{background:var(--color-brand-dark-blue);color:var(--color-text-secondary);--button-hover-color:var(--color-text-secondary)}.block__wagworks-newsletter-form .wrapper.bg-green{background:var(--color-brand-light-green);color:var(--color-text-primary)}.block__wagworks-newsletter-form .wrapper.bg-orange{background:var(--color-brand-light-orange);color:var(--color-text-primary)}.block__wagworks-newsletter-form .wrapper:not(:has(.media)){padding-top:var(--spacing-mdl)}.block__wagworks-newsletter-form .wrapper .media{width:100%;height:100%;position:absolute;left:0;top:0}.block__wagworks-newsletter-form .wrapper .media .overlay{background:var(--color-surface-dark);opacity:.8;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.block__wagworks-newsletter-form .wrapper .media img,.block__wagworks-newsletter-form .wrapper .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.block__wagworks-newsletter-form .wrapper .titles{z-index:2;position:relative;text-align:center}.block__wagworks-newsletter-form .wrapper .titles h2{font:var(--type-h2);margin-bottom:var(--spacing-sm)}.block__wagworks-newsletter-form .wrapper .titles p{font:var(--type-b2);margin-bottom:var(--spacing-md)}.block__wagworks-newsletter-form .wrapper:has(.gform_confirmation_wrapper) .titles p{display:none}.block__wagworks-newsletter-form .wrapper:has(.gform_confirmation_wrapper) .titles h2{display:none}.block__wagworks-newsletter-form .wrapper .form{z-index:2;position:relative;max-width:960px;width:100%}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper{font:var(--type-b2);width:100%;text-align:center;color:var(--color-text-secondary)!important}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper p{margin-bottom:var(--spacing-sm)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper p:last-child{margin-bottom:0}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper b,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper strong{font-weight:700}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h1,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h2,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h3,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h4,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h5{margin-bottom:var(--spacing-sm)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h1{font:var(--type-h2)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h2{font:var(--type-h3)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h3{font:var(--type-h4)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper h4{font:var(--type-h4)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper p+h1,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper p+h2,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper p+h3,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper p+h4{margin-top:var(--spacing-md)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper p.b1{font:var(--type-b1)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper a:link,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper a:visited{color:var(--color-text-primary);text-decoration:underline}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper a:link.btn,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper a:visited.btn{text-decoration:none}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper img{width:100%!important;height:auto!important;border-radius:var(--radius-medium)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper figure{width:100%!important}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper figure figcaption{font:var(--type-b3)}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper .wagworks-btn{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer}@media screen and (max-width:768px){.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper .wagworks-btn{padding:8px 20px}}@media (hover:hover){.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper .wagworks-btn:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper ul{list-style-position:outside;padding-left:1em;list-style:disc}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper ol{list-style-type:decimal;list-style-position:inside}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper ol,.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper ul{margin-bottom:1em}.block__wagworks-newsletter-form .wrapper .form .gform_confirmation_wrapper blockquote{font:var(--type-b2);border-left:2px solid var(--color-border-highlight);padding-left:var(--spacing-md);margin:var(--spacing-md) 0}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme{width:100%}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form{display:flex;flex-direction:column;align-items:center;width:100%}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form .gform_body{width:100%}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield .gfield_label{display:none}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-text input{border:none;background:var(--color-surface-primary);padding:15px var(--spacing-sm);font:var(--type-b3);border-radius:100px}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-captcha .ginput_recaptcha{display:flex;justify-content:center}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form .gform_footer{margin-top:var(--spacing-md)}.block__wagworks-newsletter-form .wrapper .terms{max-width:960px;margin-top:var(--spacing-md);z-index:2;position:relative;font:var(--type-b2);font:var(--type-b3)}.block__wagworks-newsletter-form .wrapper .terms p{margin-bottom:var(--spacing-sm)}.block__wagworks-newsletter-form .wrapper .terms p:last-child{margin-bottom:0}.block__wagworks-newsletter-form .wrapper .terms b,.block__wagworks-newsletter-form .wrapper .terms strong{font-weight:700}.block__wagworks-newsletter-form .wrapper .terms h1,.block__wagworks-newsletter-form .wrapper .terms h2,.block__wagworks-newsletter-form .wrapper .terms h3,.block__wagworks-newsletter-form .wrapper .terms h4,.block__wagworks-newsletter-form .wrapper .terms h5{margin-bottom:var(--spacing-sm)}.block__wagworks-newsletter-form .wrapper .terms h1{font:var(--type-h2)}.block__wagworks-newsletter-form .wrapper .terms h2{font:var(--type-h3)}.block__wagworks-newsletter-form .wrapper .terms h3{font:var(--type-h4)}.block__wagworks-newsletter-form .wrapper .terms h4{font:var(--type-h4)}.block__wagworks-newsletter-form .wrapper .terms p+h1,.block__wagworks-newsletter-form .wrapper .terms p+h2,.block__wagworks-newsletter-form .wrapper .terms p+h3,.block__wagworks-newsletter-form .wrapper .terms p+h4{margin-top:var(--spacing-md)}.block__wagworks-newsletter-form .wrapper .terms p.b1{font:var(--type-b1)}.block__wagworks-newsletter-form .wrapper .terms a:link,.block__wagworks-newsletter-form .wrapper .terms a:visited{color:var(--color-text-primary);text-decoration:underline}.block__wagworks-newsletter-form .wrapper .terms a:link.btn,.block__wagworks-newsletter-form .wrapper .terms a:visited.btn{text-decoration:none}.block__wagworks-newsletter-form .wrapper .terms img{width:100%!important;height:auto!important;border-radius:var(--radius-medium)}.block__wagworks-newsletter-form .wrapper .terms figure{width:100%!important}.block__wagworks-newsletter-form .wrapper .terms figure figcaption{font:var(--type-b3)}.block__wagworks-newsletter-form .wrapper .terms .wagworks-btn{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer}@media screen and (max-width:768px){.block__wagworks-newsletter-form .wrapper .terms .wagworks-btn{padding:8px 20px}}@media (hover:hover){.block__wagworks-newsletter-form .wrapper .terms .wagworks-btn:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-newsletter-form .wrapper .terms ul{list-style-position:outside;padding-left:1em;list-style:disc}.block__wagworks-newsletter-form .wrapper .terms ol{list-style-type:decimal;list-style-position:inside}.block__wagworks-newsletter-form .wrapper .terms ol,.block__wagworks-newsletter-form .wrapper .terms ul{margin-bottom:1em}.block__wagworks-newsletter-form .wrapper .terms blockquote{font:var(--type-b2);border-left:2px solid var(--color-border-highlight);padding-left:var(--spacing-md);margin:var(--spacing-md) 0}.block__wagworks-newsletter-form .wrapper .terms a:link,.block__wagworks-newsletter-form .wrapper .terms a:visited{color:var(--color-text-secondary);text-decoration:underline}.block__wagworks-newsletter-form .wrapper .terms a:link:hover,.block__wagworks-newsletter-form .wrapper .terms a:visited:hover{text-decoration:none}.block__wagworks-newsletter-form .wrapper .form,.block__wagworks-newsletter-form .wrapper .terms,.block__wagworks-newsletter-form .wrapper .titles h2,.block__wagworks-newsletter-form .wrapper .titles p{transform-origin:50% 100%;transform:translateY(25px) scale(.9);opacity:0;transition:transform .5s ease-out,opacity .5s ease-out}.block__wagworks-newsletter-form .wrapper .form.-scroll-visible,.block__wagworks-newsletter-form .wrapper .terms.-scroll-visible,.block__wagworks-newsletter-form .wrapper .titles h2.-scroll-visible,.block__wagworks-newsletter-form .wrapper .titles p.-scroll-visible{transform:translateY(0) scale(1);opacity:1}@media screen and (max-width:768px){.block__wagworks-newsletter-form .wrapper{padding-left:var(--spacing-sm);padding-right:var(--spacing-sm);padding-bottom:var(--spacing-sm)}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form .gform_body .gform_fields{grid-row-gap:var(--spacing-xs)}.block__wagworks-newsletter-form .wrapper .form .gform_wrapper.gravity-theme form .gform_body .gform_fields .gfield.gfield--type-text input{padding:12px var(--spacing-sm)}}
/* post-list-grid */
:root{--button-color:var(--color-text-primary);--button-hover-color:var(--color-text-primary);--button-hover-background:transparent;--button-background:var(--color-surface-highlight)}@media screen and (min-width:1300px){body:has(.block__wagworks-post-list-grid:first-child){--header-offset:calc(var(--spacing-sm) + var(--spacing-md));--header-color:var(--color-text-secondary)}body:has(.block__wagworks-post-list-grid:first-child).scrolled{--header-offset:var(--spacing-sm);--header-color:var(--color-text-primary)}}.block__wagworks-post-list-grid{display:flex;flex-direction:column;align-items:center;background:var(--color-surface-dark);--button-hover-color:var(--color-text-secondary);--anim-fast:150ms;--anim-base:280ms;--ease-out:cubic-bezier(0, 0, 0.2, 1);--ease-in:cubic-bezier(0.4, 0, 1, 1);--stagger:30ms;padding:calc(var(--header-height) + var(--header-offset) + var(--spacing-lg) + 46px) var(--spacing-lg) var(--spacing-lg)}.block__wagworks-post-list-grid .wrapper{width:100%;max-width:var(--container-xl-max-width)}.block__wagworks-post-list-grid .intro{max-width:700px;margin:0 auto var(--spacing-md);text-align:center;color:var(--color-brand-light-blue)}.block__wagworks-post-list-grid .intro h2{font:var(--type-h1)}.block__wagworks-post-list-grid .intro p{margin-top:var(--spacing-md);font:var(--type-b1)}.block__wagworks-post-list-grid.has-no-tabs .top-bar{display:none}.block__wagworks-post-list-grid.has-no-tabs .intro{margin-bottom:var(--spacing-lmd)}.block__wagworks-post-list-grid .top-bar{display:flex;justify-content:center;margin-bottom:var(--spacing-lmd)}.block__wagworks-post-list-grid .top-bar .taxonomies{position:relative;min-width:0;display:flex;max-width:min(625px,100%)}.block__wagworks-post-list-grid .top-bar .taxonomies ul{flex-wrap:nowrap;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-user-select:none;-moz-user-select:none;user-select:none;scrollbar-width:none;-webkit-overflow-scrolling:touch;display:flex;max-width:100%;gap:1px;border:1px solid var(--color-brand-light-blue);border-radius:22.5px}.block__wagworks-post-list-grid .top-bar .taxonomies ul::-webkit-scrollbar{display:none}.block__wagworks-post-list-grid .top-bar .taxonomies ul.is-dragging{scroll-behavior:auto;scroll-snap-type:none;cursor:grabbing}.block__wagworks-post-list-grid .top-bar .taxonomies ul.is-dragging a{cursor:grabbing}.block__wagworks-post-list-grid .top-bar .taxonomies ul li{display:flex;flex:0 0 auto;scroll-snap-align:center}.block__wagworks-post-list-grid .top-bar .taxonomies ul a{position:relative;display:flex;align-items:center;justify-content:center;padding:8px 28px;border-radius:22.5px;font:var(--type-b3);font-size:17px;white-space:nowrap;cursor:pointer;background:0 0;color:var(--color-brand-light-blue);transition:background .3s,color .3s}.block__wagworks-post-list-grid .top-bar .taxonomies ul a::after{content:"";position:absolute;inset:0}.block__wagworks-post-list-grid .top-bar .taxonomies ul a.active{background:var(--color-surface-highlight);color:var(--color-text-primary)}@media (hover:hover){.block__wagworks-post-list-grid .top-bar .taxonomies ul a:not(.active):hover{background:var(--color-surface-highlight);color:var(--color-text-primary)}}.block__wagworks-post-list-grid .top-bar .taxonomies ul a:not(.active):active{background:var(--color-surface-highlight);color:var(--color-text-primary)}.block__wagworks-post-list-grid .top-bar .taxonomies .overflow-arrow{position:absolute;top:0;bottom:0;aspect-ratio:1;z-index:2;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:0;border:1px solid var(--os-arrow-border,var(--color-brand-light-blue));border-radius:50%;background:var(--os-arrow-bg,var(--color-brand-white));color:var(--os-arrow-color,var(--color-text-primary));cursor:pointer;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .2s}.block__wagworks-post-list-grid .top-bar .taxonomies .overflow-arrow svg{display:block;width:18px;height:18px}.block__wagworks-post-list-grid .top-bar .taxonomies .overflow-arrow--prev{left:0}.block__wagworks-post-list-grid .top-bar .taxonomies .overflow-arrow--next{right:0}.block__wagworks-post-list-grid .top-bar .taxonomies .overflow-arrow--next svg{transform:rotate(180deg)}.block__wagworks-post-list-grid .top-bar .taxonomies.has-arrows .overflow-arrow:not(:disabled){opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s ease,visibility 0s}@media (hover:hover){.block__wagworks-post-list-grid .top-bar .taxonomies.has-arrows ul{cursor:grab}}.block__wagworks-post-list-grid .posts{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-flow:row dense;gap:17px;width:100%;align-content:start}.block__wagworks-post-list-grid .posts>.post{background:var(--color-brand-off-white)!important}.block__wagworks-post-list-grid .posts>.post.type-community,.block__wagworks-post-list-grid .posts>.post.type-community_events{background:var(--color-brand-light-blue);border-radius:var(--radius-large);padding:var(--spacing-sm);min-height:556px;display:flex;flex-direction:column;--button-hover-color:var(--color-text-primary);gap:var(--spacing-sm)}.block__wagworks-post-list-grid .posts>.post.type-community .media,.block__wagworks-post-list-grid .posts>.post.type-community_events .media{aspect-ratio:37/25;border-radius:var(--radius-large);overflow:hidden;position:relative;width:100%;padding-top:67.58%}.block__wagworks-post-list-grid .posts>.post.type-community .media img,.block__wagworks-post-list-grid .posts>.post.type-community .media video,.block__wagworks-post-list-grid .posts>.post.type-community_events .media img,.block__wagworks-post-list-grid .posts>.post.type-community_events .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.block__wagworks-post-list-grid .posts>.post.type-community .info,.block__wagworks-post-list-grid .posts>.post.type-community_events .info{height:100%;color:var(--color-text-primary);display:flex;flex-direction:column}.block__wagworks-post-list-grid .posts>.post.type-community .info h3,.block__wagworks-post-list-grid .posts>.post.type-community_events .info h3{margin-top:var(--spacing-sm);font:var(--type-h4)}.block__wagworks-post-list-grid .posts>.post.type-community .info p,.block__wagworks-post-list-grid .posts>.post.type-community_events .info p{margin-top:var(--spacing-xs);font:var(--type-b3);margin-bottom:var(--spacing-sm)}.block__wagworks-post-list-grid .posts>.post.type-community .info .taxonomies,.block__wagworks-post-list-grid .posts>.post.type-community_events .info .taxonomies{margin-top:auto;display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.block__wagworks-post-list-grid .posts>.post.type-community .info .taxonomies .term,.block__wagworks-post-list-grid .posts>.post.type-community_events .info .taxonomies .term{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer;font:var(--type-b3);padding:5px 20px}@media screen and (max-width:768px){.block__wagworks-post-list-grid .posts>.post.type-community .info .taxonomies .term,.block__wagworks-post-list-grid .posts>.post.type-community_events .info .taxonomies .term{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .posts>.post.type-community .info .taxonomies .term:hover,.block__wagworks-post-list-grid .posts>.post.type-community_events .info .taxonomies .term:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-post-list-grid .posts>.post.type-location{aspect-ratio:65/48;position:relative}.block__wagworks-post-list-grid .posts>.post.type-location .media{width:100%;height:100%;overflow:hidden;position:relative;border-radius:var(--radius-large)}.block__wagworks-post-list-grid .posts>.post.type-location .media img,.block__wagworks-post-list-grid .posts>.post.type-location .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.block__wagworks-post-list-grid .posts>.post.type-location .info{position:absolute;top:var(--spacing-lg);left:var(--spacing-lg);right:var(--spacing-lg);bottom:var(--spacing-lg);background:var(--color-surface-primary);color:var(--color-text-primary);border-radius:var(--radius-large);padding:var(--spacing-sm) var(--spacing-md);text-align:center;--button-hover-color:var(--color-text-primary)}.block__wagworks-post-list-grid .posts>.post.type-location .info h3{position:absolute;top:50%;left:50%;font:var(--type-h2);transform:translateY(-50%) translateX(-50%)}.block__wagworks-post-list-grid .posts>.post.type-location .info p{font:var(--type-b3)}.block__wagworks-post-list-grid .posts>.post.type-location .info:after{content:"Contact us";position:absolute;bottom:var(--spacing-sm);left:50%;transform:translateX(-50%);font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer}@media screen and (max-width:768px){.block__wagworks-post-list-grid .posts>.post.type-location .info:after{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .posts>.post.type-location .info:after:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-post-list-grid .posts>.post.type-location .info:hover:after{background:var(--button-hover-background);color:var(--button-hover-color)}.block__wagworks-post-list-grid .posts>.post.type-staff-member{background:var(--highlight-bg,var(--color-surface-dark));color:var(--color-text-secondary);transition:color .3s;border-radius:var(--radius-medium);overflow:hidden;position:relative;--mini-image-height:131px}.block__wagworks-post-list-grid .posts>.post.type-staff-member .media{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;transition:width .3s,height .3s,left .3s,top .3s;border-radius:var(--radius-medium);overflow:hidden}.block__wagworks-post-list-grid .posts>.post.type-staff-member .media img,.block__wagworks-post-list-grid .posts>.post.type-staff-member .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.block__wagworks-post-list-grid .posts>.post.type-staff-member:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 74.06%,rgba(0,46,69,.6) 88.33%);transition:opacity .3s;z-index:2}.block__wagworks-post-list-grid .posts>.post.type-staff-member .info{position:relative;height:100%;padding:0 var(--spacing-sm);--spacing-to-top-of-titles:calc(var(--spacing-md) + var(--mini-image-height) + var(--spacing-md))}.block__wagworks-post-list-grid .posts>.post.type-staff-member .info h3{font:var(--type-h4);position:absolute;z-index:3;transition:top .3s;top:calc(100% - var(--spacing-sm) - 60px)}.block__wagworks-post-list-grid .posts>.post.type-staff-member .info h4{font:var(--type-b3);position:absolute;z-index:3;transition:top .3s;top:calc(100% - var(--spacing-sm) - 30px)}.block__wagworks-post-list-grid .posts>.post.type-staff-member .info p{z-index:1;padding-top:calc(var(--spacing-to-top-of-titles) + 60px + var(--spacing-sm));padding-bottom:var(--spacing-sm);background:var(--highlight-bg,var(--color-surface-dark));font:var(--type-b3)}.block__wagworks-post-list-grid .posts>.post.type-staff-member .info .taxonomies{display:none}.block__wagworks-post-list-grid .posts>.post.type-staff-member:hover{color:var(--highlight-bg-text-color,var(--color-text-secondary))}.block__wagworks-post-list-grid .posts>.post.type-staff-member:hover .info h3{top:var(--spacing-to-top-of-titles)}.block__wagworks-post-list-grid .posts>.post.type-staff-member:hover .info h4{top:calc(var(--spacing-to-top-of-titles) + 30px)}.block__wagworks-post-list-grid .posts>.post.type-staff-member:hover .media{width:125px;height:131px;left:var(--spacing-sm);top:var(--spacing-md)}.block__wagworks-post-list-grid .posts>.post.type-staff-member:hover:after{opacity:0}.block__wagworks-post-list-grid .posts>.post.type-custom{position:relative}.block__wagworks-post-list-grid .posts>.post.type-custom .media{width:100%;padding-top:65%;overflow:hidden;position:relative;border-radius:var(--radius-medium)}.block__wagworks-post-list-grid .posts>.post.type-custom .media img,.block__wagworks-post-list-grid .posts>.post.type-custom .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.block__wagworks-post-list-grid .posts>.post.type-custom .info{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius-medium);color:var(--color-text-secondary);background:linear-gradient(180deg,rgba(0,0,0,0) 74.06%,rgba(0,46,69,.6) 88.33%);display:flex;align-items:end;padding:var(--spacing-sm)}.block__wagworks-post-list-grid .posts>.post.type-custom .info h3{font:var(--type-h2)}.block__wagworks-post-list-grid .posts>.post.type-custom .info .cta{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer;font:var(--type-b3);padding:5px 20px;margin-left:auto}@media screen and (max-width:768px){.block__wagworks-post-list-grid .posts>.post.type-custom .info .cta{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .posts>.post.type-custom .info .cta:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-post-list-grid .posts>.post.type-custom .info:hover .cta{background:var(--button-hover-background);color:var(--button-hover-color)}@media screen and (max-width:1300px){.block__wagworks-post-list-grid .posts>.post.type-location{aspect-ratio:32/38}.block__wagworks-post-list-grid .posts>.post.type-location .info{top:var(--spacing-md);left:var(--spacing-md);right:var(--spacing-md);bottom:var(--spacing-md)}.block__wagworks-post-list-grid .posts>.post.type-community,.block__wagworks-post-list-grid .posts>.post.type-community_events{min-height:auto;padding:15px}.block__wagworks-post-list-grid .posts>.post.type-community .info h3,.block__wagworks-post-list-grid .posts>.post.type-community_events .info h3{margin-top:0}.block__wagworks-post-list-grid .posts>.post.type-community .info p,.block__wagworks-post-list-grid .posts>.post.type-community_events .info p{margin-bottom:var(--spacing-sm)}}.block__wagworks-post-list-grid .featured-card{grid-column:var(--fc-col)/span 2;grid-row:var(--fc-row);position:relative;display:flex;border-radius:var(--radius-large);overflow:hidden}.block__wagworks-post-list-grid .featured-card--post{background:var(--color-brand-off-white)}.block__wagworks-post-list-grid .featured-card--post .post{background:var(--color-brand-off-white)!important}.block__wagworks-post-list-grid .featured-card--post .post.type-community,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events{background:var(--color-brand-light-blue);border-radius:var(--radius-large);padding:var(--spacing-sm);min-height:556px;display:flex;flex-direction:column;--button-hover-color:var(--color-text-primary);gap:var(--spacing-sm)}.block__wagworks-post-list-grid .featured-card--post .post.type-community .media,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .media{aspect-ratio:37/25;border-radius:var(--radius-large);overflow:hidden;position:relative;width:100%;padding-top:67.58%}.block__wagworks-post-list-grid .featured-card--post .post.type-community .media img,.block__wagworks-post-list-grid .featured-card--post .post.type-community .media video,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .media img,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info{height:100%;color:var(--color-text-primary);display:flex;flex-direction:column}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info h3,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info h3{margin-top:var(--spacing-sm);font:var(--type-h4)}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info p,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info p{margin-top:var(--spacing-xs);font:var(--type-b3);margin-bottom:var(--spacing-sm)}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info .taxonomies,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info .taxonomies{margin-top:auto;display:flex;flex-wrap:wrap;gap:var(--spacing-xs)}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info .taxonomies .term,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info .taxonomies .term{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer;font:var(--type-b3);padding:5px 20px}@media screen and (max-width:768px){.block__wagworks-post-list-grid .featured-card--post .post.type-community .info .taxonomies .term,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info .taxonomies .term{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--post .post.type-community .info .taxonomies .term:hover,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info .taxonomies .term:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-post-list-grid .featured-card--post .post.type-location{aspect-ratio:65/48;position:relative}.block__wagworks-post-list-grid .featured-card--post .post.type-location .media{width:100%;height:100%;overflow:hidden;position:relative;border-radius:var(--radius-large)}.block__wagworks-post-list-grid .featured-card--post .post.type-location .media img,.block__wagworks-post-list-grid .featured-card--post .post.type-location .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.block__wagworks-post-list-grid .featured-card--post .post.type-location .info{position:absolute;top:var(--spacing-lg);left:var(--spacing-lg);right:var(--spacing-lg);bottom:var(--spacing-lg);background:var(--color-surface-primary);color:var(--color-text-primary);border-radius:var(--radius-large);padding:var(--spacing-sm) var(--spacing-md);text-align:center;--button-hover-color:var(--color-text-primary)}.block__wagworks-post-list-grid .featured-card--post .post.type-location .info h3{position:absolute;top:50%;left:50%;font:var(--type-h2);transform:translateY(-50%) translateX(-50%)}.block__wagworks-post-list-grid .featured-card--post .post.type-location .info p{font:var(--type-b3)}.block__wagworks-post-list-grid .featured-card--post .post.type-location .info:after{content:"Contact us";position:absolute;bottom:var(--spacing-sm);left:50%;transform:translateX(-50%);font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer}@media screen and (max-width:768px){.block__wagworks-post-list-grid .featured-card--post .post.type-location .info:after{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--post .post.type-location .info:after:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-post-list-grid .featured-card--post .post.type-location .info:hover:after{background:var(--button-hover-background);color:var(--button-hover-color)}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member{background:var(--highlight-bg,var(--color-surface-dark));color:var(--color-text-secondary);transition:color .3s;border-radius:var(--radius-medium);overflow:hidden;position:relative;--mini-image-height:131px}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .media{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;transition:width .3s,height .3s,left .3s,top .3s;border-radius:var(--radius-medium);overflow:hidden}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .media img,.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(0,0,0,0) 74.06%,rgba(0,46,69,.6) 88.33%);transition:opacity .3s;z-index:2}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .info{position:relative;height:100%;padding:0 var(--spacing-sm);--spacing-to-top-of-titles:calc(var(--spacing-md) + var(--mini-image-height) + var(--spacing-md))}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .info h3{font:var(--type-h4);position:absolute;z-index:3;transition:top .3s;top:calc(100% - var(--spacing-sm) - 60px)}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .info h4{font:var(--type-b3);position:absolute;z-index:3;transition:top .3s;top:calc(100% - var(--spacing-sm) - 30px)}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .info p{z-index:1;padding-top:calc(var(--spacing-to-top-of-titles) + 60px + var(--spacing-sm));padding-bottom:var(--spacing-sm);background:var(--highlight-bg,var(--color-surface-dark));font:var(--type-b3)}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member .info .taxonomies{display:none}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member:hover{color:var(--highlight-bg-text-color,var(--color-text-secondary))}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member:hover .info h3{top:var(--spacing-to-top-of-titles)}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member:hover .info h4{top:calc(var(--spacing-to-top-of-titles) + 30px)}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member:hover .media{width:125px;height:131px;left:var(--spacing-sm);top:var(--spacing-md)}.block__wagworks-post-list-grid .featured-card--post .post.type-staff-member:hover:after{opacity:0}.block__wagworks-post-list-grid .featured-card--post .post.type-custom{position:relative}.block__wagworks-post-list-grid .featured-card--post .post.type-custom .media{width:100%;padding-top:65%;overflow:hidden;position:relative;border-radius:var(--radius-medium)}.block__wagworks-post-list-grid .featured-card--post .post.type-custom .media img,.block__wagworks-post-list-grid .featured-card--post .post.type-custom .media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.block__wagworks-post-list-grid .featured-card--post .post.type-custom .info{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius-medium);color:var(--color-text-secondary);background:linear-gradient(180deg,rgba(0,0,0,0) 74.06%,rgba(0,46,69,.6) 88.33%);display:flex;align-items:end;padding:var(--spacing-sm)}.block__wagworks-post-list-grid .featured-card--post .post.type-custom .info h3{font:var(--type-h2)}.block__wagworks-post-list-grid .featured-card--post .post.type-custom .info .cta{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer;font:var(--type-b3);padding:5px 20px;margin-left:auto}@media screen and (max-width:768px){.block__wagworks-post-list-grid .featured-card--post .post.type-custom .info .cta{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--post .post.type-custom .info .cta:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-post-list-grid .featured-card--post .post.type-custom .info:hover .cta{background:var(--button-hover-background);color:var(--button-hover-color)}@media screen and (max-width:1300px){.block__wagworks-post-list-grid .featured-card--post .post.type-location{aspect-ratio:32/38}.block__wagworks-post-list-grid .featured-card--post .post.type-location .info{top:var(--spacing-md);left:var(--spacing-md);right:var(--spacing-md);bottom:var(--spacing-md)}.block__wagworks-post-list-grid .featured-card--post .post.type-community,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events{min-height:auto;padding:15px}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info h3,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info h3{margin-top:0}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info p,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info p{margin-bottom:var(--spacing-sm)}}.block__wagworks-post-list-grid .featured-card--post .post.type-community,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events{width:100%;min-height:0;flex-direction:row}.block__wagworks-post-list-grid .featured-card--post .post.type-community .media,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .media{width:50%;padding-top:0;align-self:stretch;aspect-ratio:auto}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info{width:50%;justify-content:flex-start}.block__wagworks-post-list-grid .featured-card--post .post.type-community .info::before,.block__wagworks-post-list-grid .featured-card--post .post.type-community_events .info::before{content:"";display:block;align-self:flex-start;width:calc(100% - (17px + var(--spacing-sm))/ 2);aspect-ratio:37/25;margin-bottom:var(--spacing-sm)}.block__wagworks-post-list-grid .featured-card--cta{color:var(--color-text-secondary)}.block__wagworks-post-list-grid .featured-card--cta .bg{position:absolute;inset:0;z-index:0}.block__wagworks-post-list-grid .featured-card--cta .bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.block__wagworks-post-list-grid .featured-card--cta .bg::after{content:"";position:absolute;inset:0;background:rgba(0,46,69,.35)}.block__wagworks-post-list-grid .featured-card--cta .content{position:relative;z-index:1;flex:1;display:flex;padding:var(--spacing-md)}.block__wagworks-post-list-grid .featured-card--cta h3{font:var(--type-h3)}.block__wagworks-post-list-grid .featured-card--cta .cta{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer}@media screen and (max-width:768px){.block__wagworks-post-list-grid .featured-card--cta .cta{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--cta .cta:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}.block__wagworks-post-list-grid .featured-card--cta_member .bg::after{background:rgba(0,46,69,.75)}.block__wagworks-post-list-grid .featured-card--cta_training .bg::after{background:linear-gradient(to bottom,rgba(0,46,69,.2),rgba(0,46,69,.8))}.block__wagworks-post-list-grid .featured-card--cta_member .content{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:var(--spacing-sm)}.block__wagworks-post-list-grid .featured-card--cta_member .content p{max-width:420px;font:var(--type-b2)}.block__wagworks-post-list-grid .featured-card--cta_member .content .buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--spacing-xs)}.block__wagworks-post-list-grid .featured-card--cta_training .content{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:var(--spacing-sm)}.block__wagworks-post-list-grid .featured-card--cta_training .content .cta{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer;background:0 0;color:var(--button-color);border:1px solid var(--button-color);transition:background .3s,color .3s,border-color .3s;--button-color:var(--color-text-secondary);--button-hover-color:var(--color-text-primary);flex:0 0 auto}@media screen and (max-width:768px){.block__wagworks-post-list-grid .featured-card--cta_training .content .cta{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--cta_training .content .cta:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--cta_training .content .cta:hover{border-color:var(--button-hover-background);background-color:var(--button-background)}}.block__wagworks-post-list-grid .featured-card--cta_training .content .cta::after{content:"";position:absolute;inset:0}.block__wagworks-post-list-grid .featured-card--bg-off-white{background:var(--color-brand-off-white)}.block__wagworks-post-list-grid .featured-card--bg-orange{background:var(--color-brand-medium-orange)}.block__wagworks-post-list-grid .featured-card--bg-green{background:var(--color-brand-light-green)}.block__wagworks-post-list-grid .featured-card--bg-blue{background:var(--color-brand-light-blue)}.block__wagworks-post-list-grid .featured-card--bg-color{color:var(--color-text-primary)}.block__wagworks-post-list-grid .featured-card--bg-color.featured-card--cta_training .cta{--button-color:var(--color-text-primary)}.block__wagworks-post-list-grid .featured-card--cta_member .cta{--button-background:var(--color-brand-white);--button-color:var(--color-text-primary);--button-hover-background:var(--color-surface-highlight);--button-hover-color:var(--color-text-primary);border-radius:25px}.block__wagworks-post-list-grid .featured-card--bg-off-white.featured-card--cta_member .cta{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer;background:0 0;color:var(--button-color);border:1px solid var(--button-color);transition:background .3s,color .3s,border-color .3s;--button-color:var(--color-text-primary);--button-background:var(--color-surface-highlight);--button-hover-background:var(--color-surface-highlight);--button-hover-color:var(--color-text-primary)}@media screen and (max-width:768px){.block__wagworks-post-list-grid .featured-card--bg-off-white.featured-card--cta_member .cta{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--bg-off-white.featured-card--cta_member .cta:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}@media (hover:hover){.block__wagworks-post-list-grid .featured-card--bg-off-white.featured-card--cta_member .cta:hover{border-color:var(--button-hover-background);background-color:var(--button-background)}}.block__wagworks-post-list-grid .posts>.post--wide{grid-column:var(--fc-col)/span 2}.block__wagworks-post-list-grid .posts>.post--wide.type-community,.block__wagworks-post-list-grid .posts>.post--wide.type-community_events{flex-direction:row;min-height:0}.block__wagworks-post-list-grid .posts>.post--wide.type-community .media,.block__wagworks-post-list-grid .posts>.post--wide.type-community_events .media{width:50%;padding-top:0;align-self:stretch;aspect-ratio:auto}.block__wagworks-post-list-grid .posts>.post--wide.type-community .info,.block__wagworks-post-list-grid .posts>.post--wide.type-community_events .info{width:50%;justify-content:flex-start}.block__wagworks-post-list-grid .posts>.post--wide.type-community .info::before,.block__wagworks-post-list-grid .posts>.post--wide.type-community_events .info::before{content:"";display:block;align-self:flex-start;width:calc(100% - (17px + var(--spacing-sm))/ 2);aspect-ratio:37/25;margin-bottom:var(--spacing-sm)}.block__wagworks-post-list-grid .posts-divider{grid-column:1/-1;height:1px;background:rgba(255,255,255,.2);margin:var(--spacing-sm) 0}.block__wagworks-post-list-grid .posts .post.type-community .info h3,.block__wagworks-post-list-grid .posts .post.type-community_events .info h3{margin-top:var(--spacing-xs)}.block__wagworks-post-list-grid .post .info h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.block__wagworks-post-list-grid .post .info h3{text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color 60ms ease}.block__wagworks-post-list-grid .featured-card--cta .bg img,.block__wagworks-post-list-grid .post .media img{transition:transform .5s ease,opacity .15s ease-out}@keyframes cpl-shimmer{from{background-position:200% 0}to{background-position:-200% 0}}.block__wagworks-post-list-grid.images-loading .featured-card--cta .bg,.block__wagworks-post-list-grid.images-loading .media{background-color:rgba(0,46,69,.08);background-image:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.45) 50%,transparent 80%);background-size:200% 100%;background-repeat:no-repeat;animation:cpl-shimmer 1.4s linear infinite}.block__wagworks-post-list-grid.images-loading .featured-card--cta .bg img,.block__wagworks-post-list-grid.images-loading .media img{opacity:0}.block__wagworks-post-list-grid.images-loading .featured-card--cta .bg img.is-loaded,.block__wagworks-post-list-grid.images-loading .media img.is-loaded{opacity:1}.block__wagworks-post-list-grid.images-loading .featured-card--cta .bg:has(img.is-loaded),.block__wagworks-post-list-grid.images-loading .media:has(img.is-loaded){background-image:none;animation:none}.block__wagworks-post-list-grid .featured-card--cta_member:has(.cta){cursor:pointer}.block__wagworks-post-list-grid .featured-card--cta_member .buttons .cta:only-child::after{content:"";position:absolute;inset:0}@media (hover:hover){.block__wagworks-post-list-grid .post:hover .info h3{text-decoration-color:currentColor}.block__wagworks-post-list-grid .featured-card--cta_member:has(.cta):hover .bg img,.block__wagworks-post-list-grid .featured-card--cta_training:hover .bg img,.block__wagworks-post-list-grid .post:hover .media img{transform:scale(1.025)}}.block__wagworks-post-list-grid.is-filtered .featured-card{display:none}@keyframes cpl-card-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.block__wagworks-post-list-grid .card-hold{opacity:0}.block__wagworks-post-list-grid .card-enter{animation:cpl-card-in var(--anim-base) var(--ease-out) both;animation-delay:calc(var(--enter-i,0) * var(--stagger))}@keyframes cpl-spin{to{transform:rotate(360deg)}}.block__wagworks-post-list-grid .load-more-holder{width:100%;display:grid;justify-items:center;align-items:center;margin-top:var(--spacing-lmd)}.block__wagworks-post-list-grid .load-more-holder .end-message,.block__wagworks-post-list-grid .load-more-holder .load-more{grid-area:1/1;opacity:0;transform:translateY(6px);transition:opacity var(--anim-fast) var(--ease-in),transform var(--anim-fast) var(--ease-in),background .25s ease,color .25s ease,border-color .25s ease}.block__wagworks-post-list-grid .load-more-holder .end-message.is-visible,.block__wagworks-post-list-grid .load-more-holder .load-more.is-visible{opacity:1;transform:none;transition:opacity var(--anim-base) var(--ease-out),transform var(--anim-base) var(--ease-out),background .25s ease,color .25s ease,border-color .25s ease}.block__wagworks-post-list-grid .load-more-holder .end-message:not(.is-visible),.block__wagworks-post-list-grid .load-more-holder .load-more:not(.is-visible){pointer-events:none}.block__wagworks-post-list-grid .load-more-holder.is-instant .end-message,.block__wagworks-post-list-grid .load-more-holder.is-instant .load-more{transition:none}.block__wagworks-post-list-grid .load-more-holder .load-more{font:var(--type-b2);display:inline-block;background:var(--button-background);padding:8px 30px;border-radius:22.5px;color:var(--button-color);border:1px solid var(--button-background);transition:background .3s,color .3s;white-space:nowrap;cursor:pointer;font:var(--type-b3);padding:5px 20px;position:relative;padding:8px 30px;border:1px solid var(--color-brand-light-blue);border-radius:100px;font:var(--type-b3);font-size:18px;line-height:20px;background:0 0;color:var(--color-brand-light-blue)}@media screen and (max-width:768px){.block__wagworks-post-list-grid .load-more-holder .load-more{padding:8px 20px}}@media (hover:hover){.block__wagworks-post-list-grid .load-more-holder .load-more:hover{background:var(--button-hover-background);color:var(--button-hover-color)}}@media (hover:hover){.block__wagworks-post-list-grid .load-more-holder .load-more:hover:not(.is-loading){background:var(--color-surface-highlight);border-color:var(--color-surface-highlight);color:var(--color-text-primary);transform:translateY(-2px)}}.block__wagworks-post-list-grid .load-more-holder .load-more:active:not(.is-loading){background:var(--color-surface-highlight);border-color:var(--color-surface-highlight);color:var(--color-text-primary)}@media (hover:hover){.block__wagworks-post-list-grid .load-more-holder .load-more:hover:not(.is-loading){transform:translateY(-2px)}}.block__wagworks-post-list-grid .load-more-holder .load-more::after{content:"";position:absolute;inset:calc(-1 * var(--spacing-sm))}.block__wagworks-post-list-grid .load-more-holder .load-more.is-loading{color:transparent;pointer-events:none}.block__wagworks-post-list-grid .load-more-holder .load-more.is-loading::before{content:"";position:absolute;inset:0;margin:auto;box-sizing:border-box;width:18px;height:18px;border:2px solid rgba(205,234,250,.35);border-top-color:var(--color-brand-light-blue);border-radius:50%;animation:cpl-spin .7s linear infinite}.block__wagworks-post-list-grid .load-more-holder .end-message{font:var(--type-b3);color:var(--color-text-secondary)}.block__wagworks-post-list-grid .load-more-holder .end-message.is-visible.delayed{transition-delay:1s}@media (prefers-reduced-motion:reduce){.block__wagworks-post-list-grid .card-enter{animation:none}.block__wagworks-post-list-grid .card-hold{opacity:1}.block__wagworks-post-list-grid .end-message,.block__wagworks-post-list-grid .load-more{transition:none}.block__wagworks-post-list-grid .load-more.is-loading::before{animation-duration:1.4s}.block__wagworks-post-list-grid.images-loading .featured-card--cta .bg,.block__wagworks-post-list-grid.images-loading .media{animation:none}.block__wagworks-post-list-grid.images-loading .featured-card--cta .bg img,.block__wagworks-post-list-grid.images-loading .media img{transition:none}}@media screen and (max-width:1300px){.block__wagworks-post-list-grid .posts{grid-template-columns:repeat(3,1fr)}.block__wagworks-post-list-grid .posts .featured-card{grid-column:auto}.block__wagworks-post-list-grid .posts .post--wide{grid-column:auto;grid-row:auto}.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community,.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community_events,.block__wagworks-post-list-grid .posts .post--wide.type-community,.block__wagworks-post-list-grid .posts .post--wide.type-community_events{flex-direction:column}.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community .media,.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community_events .media,.block__wagworks-post-list-grid .posts .post--wide.type-community .media,.block__wagworks-post-list-grid .posts .post--wide.type-community_events .media{width:100%;padding-top:67.57%;aspect-ratio:37/25;align-self:auto}.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community .info,.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community_events .info,.block__wagworks-post-list-grid .posts .post--wide.type-community .info,.block__wagworks-post-list-grid .posts .post--wide.type-community_events .info{width:100%}.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community .info::before,.block__wagworks-post-list-grid .posts .featured-card--post .post.type-community_events .info::before,.block__wagworks-post-list-grid .posts .post--wide.type-community .info::before,.block__wagworks-post-list-grid .posts .post--wide.type-community_events .info::before{display:none}.block__wagworks-post-list-grid .posts .featured-card--cta_training .content{flex-direction:column;align-items:flex-start;justify-content:flex-end}.block__wagworks-post-list-grid .posts .featured-card--cta{min-height:360px}}@media (max-width:1024px){.block__wagworks-post-list-grid .posts{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.block__wagworks-post-list-grid{padding-top:var(--spacing-lmd);padding-bottom:var(--spacing-lmd);padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.block__wagworks-post-list-grid .intro p{margin-top:var(--spacing-sm)}.block__wagworks-post-list-grid.has-no-tabs .intro{margin-bottom:var(--spacing-md)}.block__wagworks-post-list-grid .top-bar{margin-bottom:var(--spacing-md)}.block__wagworks-post-list-grid .top-bar .taxonomies ul a{padding:6px 22px;font-size:14px}.block__wagworks-post-list-grid .posts{grid-template-columns:1fr}.block__wagworks-post-list-grid .featured-card--cta .content{padding:var(--spacing-sm)}}
