.resource-filter--dependent{transition:opacity .3s ease,transform .3s ease}.resource-filter--dependent.resource-filter--hidden{opacity:.5;pointer-events:none;transform:translateY(-10px)}.resource-filter--dependent:not(.resource-filter--hidden){opacity:1;transform:translateY(0)}.resource-filter--dependent input:disabled,.resource-filter--dependent input:disabled+label,.resource-filter--dependent select:disabled,.resource-filter--dependent select:disabled+label{cursor:not-allowed;opacity:.6}.resource-filter--dependent.resource-filter--hidden{display:none}.resource-filter--dependent.resource-filter--loading{position:relative}.resource-filter--dependent.resource-filter--loading:after{align-items:center;background:hsla(0,0%,100%,.8);bottom:0;content:"";display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;right:0;top:0}.resources-wrap{--card-gap:1.5rem;gap:1.5rem}.resources-wrap:has(.resource-filters){display:grid}.resources{--col-count\@sm:1;--col-count\@md:2;--col-count\@lg:2;--col-count\@xl:3}.resources__status-bar{display:flex;flex-flow:row wrap;gap:1rem}@media (min-width:650px){.resources__status-bar{flex-wrap:nowrap}}.resources__active-filters,.resources__status-bar{flex:1 100%}@media (min-width:990px){.resources-wrap{align-items:flex-start;display:flex;flex-flow:row wrap}.resources-wrap:has(.resource-filters){align-items:start;display:grid;grid-template-columns:clamp(250px,20vw,250px) 1fr}.resources{flex:1}.resource-filters{flex:0 0 clamp(280px,25vw,330px);grid-column:1}.resource-filters~.resources,.resource-filters~data-pagination{grid-column:2}}.resources-wrap data-pagination{flex:1 100%}.swipe-track .resource{height:100%}.resource__link{color:rgb(var(--color-foreground));font-weight:unset}.resource__description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp);overflow:hidden;text-overflow:ellipsis}.resource__description p:first-child,.resource__description p:last-child{margin-block:0}.resource__image{align-self:center;object-fit:cover}.resource__tags{margin:1rem 0}.resource__content>:last-child,.resources--last-to-bottom .resource__content>:nth-last-child(2):not(.resource__image){margin-bottom:0}.resources--last-to-bottom .resource__content>:last-child{margin-top:auto}.resource-filters__toggle{align-items:center;display:flex;gap:.5em}@media (min-width:990px){.resource-filters__toggle{display:none}}.resource-filters__toggle svg{display:block}.resource-filters__close{background:rgb(var(--color-primary));border-radius:50%;bottom:87vh;color:rgb(var(--color-primary-contrast));display:none;height:2rem;position:fixed;right:var(--site-gutter);translate:0 50%;width:2rem;z-index:calc(var(--site-z-top) + 1)}.resource-filters__toggle[aria-expanded=true]:before{background:rgb(var(--color-foreground),.2);content:"";display:block;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--site-z-top)}.resource-filters__toggle[aria-expanded=true] .resource-filters__close{display:inherit}@media (min-width:990px){.js .resource-filters__submit{border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}}.resource-filters__form{display:flex;flex-flow:column;gap:1rem}@media (max-width:989px){.resource-filters__form{background:rgb(var(--color-background));border-radius:var(--card-radius) var(--card-radius) 0 0;bottom:0;box-shadow:0 0 1rem -.2em rgb(var(--color-foreground),.2);height:87vh;left:0;opacity:0;overflow-y:auto;padding:var(--site-gutter);position:fixed;transform:translateY(50%);transition:all .2s ease-in-out;visibility:hidden;width:100vw;z-index:var(--site-z-top)}[aria-expanded=true]+.resource-filters__form{opacity:1;transform:translateY(0);visibility:visible}}.filter-chips{display:flex;flex-flow:row wrap;font-size:11px;gap:.4em}@media (min-width:650px){.filter-chips{font-size:.8rem}}.filter-chip{background-color:rgb(var(--color-light));border-radius:10rem;box-shadow:0 0 0 1px rgb(var(--color-primary),.6);color:rgb(var(--color-text-dark));display:inline-block;font-weight:400;line-height:1;padding:.6em 1em;position:relative;text-decoration:none;transition:box-shadow .2s;white-space:nowrap}.filter-chip:focus,.filter-chip:hover{box-shadow:0 0 0 3px rgb(var(--color-primary),.6)}.filter-chip__value{margin-right:.25em}.resource-filters__count{white-space:nowrap}.resource-filters[loading]~.resources,.resources-wrap:has(data-pagination[loading]) .resources{animation:var(--shimmer-animation);background:var(--shimmer-background);background-size:var(--shimmer-background-size);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 768 1213'%3E%3Cpath d='M34.5 34.5h330.23v356H34.5zm368.77 0H733.5v356H403.27zM34.5 428.5h330.23v356H34.5zm368.77 0H733.5v356H403.27zM34.5 822.5h330.23v356H34.5zm368.77 0H733.5v356H403.27z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 768 1213'%3E%3Cpath d='M34.5 34.5h330.23v356H34.5zm368.77 0H733.5v356H403.27zM34.5 428.5h330.23v356H34.5zm368.77 0H733.5v356H403.27zM34.5 822.5h330.23v356H34.5zm368.77 0H733.5v356H403.27z'/%3E%3C/svg%3E");-webkit-mask-repeat:repeat-y;mask-repeat:repeat-y;-webkit-mask-size:100% auto;mask-size:100% auto;min-height:75vh}.resource-filters[loading]~.resources>*,.resources-wrap:has(data-pagination[loading]) .resources>*{opacity:0}@keyframes placeHolderShimmer{0%{background-position:-1500px 0}50%{background-position:1000px 0}to{background-position:1000px 0}}.resource-filter>label,.resource-filter>span{background:var(--theme-dark-background);border-radius:var(--btn-radius);color:rgb(var(--theme-dark-foreground));display:block;font-size:.85em;font-weight:400;padding:var(--btn-sm-spacing-y) var(--btn-sm-spacing-x)}.filter-chip--reset{align-items:center;border-color:var(--input-border-width,1px) solid rgb(var(--input-border-color));border-radius:20px;display:inline-flex;font-size:.85em;font-weight:500;gap:.5rem;padding:.5rem;transition:all .2s ease}.filter-chip--reset,.filter-chip--reset:focus,.filter-chip--reset:hover{background-color:rgb(var(--input-color-background));color:rgb(var(--input-color-foreground));text-decoration:none}.filter-chip--reset:focus,.filter-chip--reset:hover{border-color:var(--input-border-width,1px) solid rgb(var(--input-border-color));box-shadow:none;outline:2px solid rgb(var(--input-border-color))}.filter-chip--reset .filter-chip__value{font-weight:500;margin:0}.filter-chip--reset .icon-close{font-size:.9em;opacity:.8}.filter-chip--reset:hover .icon-close{opacity:1}.resource__ctas{justify-content:center}.organization-title{margin-bottom:10px}.modal-overlay{align-items:center;background:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#fff;border-radius:8px;height:45%;max-height:400px;max-width:660px;overflow-y:auto;padding:20px;position:relative;width:40%}.close-modal{cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}