.resource-cards .col{margin-bottom:36px;width:100%}@media (min-width:768px){.resource-cards .col{width:calc(50% - 36px)}}@media (min-width:1200px){.resource-cards .col{width:calc(33.33333% - 36px)}}.resource-cards .col .card{background:var(--white);display:flex;flex-direction:column;gap:1rem;height:100%;margin:0}.resource-cards .col .card .card-header{aspect-ratio:289/194;overflow:hidden;width:100%}.resource-cards .col .card .card-header img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.resource-cards .col .card .card-body{display:flex;flex-direction:column;gap:.5rem}.resource-cards .col .card .card-body .resource-type{color:var(--orange);font-size:.875rem;font-weight:600}.resource-cards .col .card .card-body h3{font-size:20px;line-height:1.25;margin-bottom:0}.resource-cards .col .card .card-body h3 a{color:var(--black);text-decoration:none}.resource-cards .col .card .card-body p{line-height:1.5rem;margin:0}.resource-cards .col .card .card-footer a{font-size:1.0625rem;font-weight:600;text-decoration:none;text-transform:uppercase}.filter-select{-webkit-appearance:none;-moz-appearance:none;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' fill='none'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='m1.5 1.5 5 5 5-5'/%3E%3C/svg%3E");background-position:center right 6px;background-repeat:no-repeat;border-radius:.25rem;display:block;margin-bottom:2rem;margin-inline:auto;max-width:400px;min-width:250px;padding:1rem}@media (min-width:1024px){.filter-select{display:none}}.filter-button-group{margin-bottom:2rem}@media (max-width:1023px){.filter-button-group{display:none}}.filter-button-group button{background:none;border:1px solid transparent;border-radius:.375rem;color:var(--blue);padding:.5rem .75rem}.filter-button-group button.active{background:var(--orange);color:var(--black)}