.subcategories{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.subcategories.expanded{max-height:none;overflow:visible}.subcategories.collapsed{max-height:0;overflow:hidden}.categories .cat-item.active span{top:1.5rem;transition:all .2s ease}.categories input[type=checkbox]{display:none}.categories label{align-items:center;cursor:pointer;display:inline-flex;padding-inline-start:30px;position:relative}.categories label:before{background-color:#f8f9f9;border:1px solid #d8dcde;border-radius:6px;content:"";display:inline-block;height:1.25rem;inset-inline-start:0;position:absolute;top:0;transition:all .3s ease;width:1.25rem}.categories input[type=checkbox]:checked+label:before{background-color:#f7265d;border-color:#f7265d}.categories input[type=checkbox]:checked+label:after{border:solid #fff;border-width:0 0 2px 2px;content:"";height:5px;inset-inline-start:7px;position:absolute;top:7px;transform:rotate(-45deg);transition:all .2s ease;width:8px}.categories label{margin-inline-start:.5rem}.resource-search svg path{fill:#f7265d}@media screen and (min-width:992px){.content-resources .content-cards img{min-height:7.5rem;-o-object-fit:cover;object-fit:cover}}