.resource-cards-1__filter{align-items:flex-end;display:flex;margin-bottom:30px}.resource-cards-1__filter-group{max-width:50%}.resource-cards-1__filter-group:not(.hidden)+.resource-cards-1__filter-group{margin-left:20px}.resource-cards-1__filter h2{margin-bottom:5px}.resource-cards-1__filter-group input,.resource-cards-1__filter-group select{background-color:#fff;border:1px solid #000;display:block;height:50px;margin-bottom:20px;padding:10px;width:100%}.resource-cards-1__filter-buttons{display:flex;flex-wrap:wrap;margin:-10px}.resource-cards-1__filter-button{padding:10px}.resource-cards-1__cards{display:grid;grid-gap:var(--gap)}.resource-cards-1__card{background-color:var(--light-gray);position:relative}.resource-cards-1__card.page-hidden{display:none}.resource-cards-1__image{aspect-ratio:3/2;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.resource-cards-1__details{padding:2rem}.resource-cards-1__sub-title{color:var(--primary-color);font-style:italic}.resource-cards-1__title a{color:var(--base-color)}.resource-cards-1__title a:hover{text-decoration:underline}.resource-cards-1__description{font-size:1.6rem;line-height:2.7rem}@media (max-width:767px){.resource-cards-1__description.compressed{max-height:135px;overflow:hidden;position:relative}.resource-cards-1__description.compressed.expanded{max-height:none}.resource-cards-1__description.compressed.expanded+.resource-expand{display:none}}.resource-cards-1__description+.resource-expand,.resource-cards-1__description+.resource-expand+.resource-collapse{display:none}@media (max-width:767px){.resource-cards-1__description.compressed+.resource-expand,.resource-cards-1__description.compressed.expanded+.resource-expand+.resource-collapse{background:var(--primary-color);color:#fff;cursor:pointer;display:inline-block;font-size:12px;line-height:1;margin:0;padding:6px;position:relative;top:-20px}}.resource-cards-1__cards-no-results{display:none}.resource-cards-1__cards-no-results.active{display:block}.resource-cards-1__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:40px}.resource-cards-1__pagination a{border:1px solid #000;cursor:pointer;display:inline-block;font-size:16px;line-height:1;margin:10px;padding:10px}.resource-cards-1__pagination a:hover{background:var(--primary-color-hover);border-color:var(--primary-color-hover);color:#fff}.resource-cards-1__pagination a.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}@media (min-width:768px){.resource-cards-1__cards,.resource-cards-1__cards--2{grid-template-columns:repeat(2,1fr)}.resource-cards-1__cards--3{grid-template-columns:repeat(3,1fr)}.resource-cards-1__cards--2 .resource-cards-1__image{aspect-ratio:2/1}.resource-cards-1__card{padding-bottom:47px}.resource-cards-1__details{padding:4rem}.resource-cards-1__details .button{bottom:4rem;left:4rem;position:absolute;text-align:center;width:calc(100% - 8rem)}}@media (min-width:960px){.resource-cards-1__cards{grid-template-columns:repeat(4,1fr)}.resource-cards-1__cards--2{grid-template-columns:repeat(2,1fr)}.resource-cards-1__cards--3{grid-template-columns:repeat(3,1fr)}}