.resource-listing__wrapper .content-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-column-gap:40px;grid-row-gap:0}.resource-listing__wrapper form.multi-filter{display:flex;flex-direction:column;margin-bottom:5rem}.resource-listing__wrapper .multi-filter{display:flex;gap:2rem}.resource-listing__wrapper .multi-filter fieldset{border:0;margin:0;padding:0;width:100%}.filter-resources{background-color:#121212;padding:40px}.filter-resources__category{border-bottom:1px solid #2a2a2a;padding:20px 0}.filter-resources input[type=reset]{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.filter-resources input[type=reset]:hover{cursor:pointer}.filter-resources__category:last-child{border-bottom:none;padding:20px 0 0}.filter-resources__category:first-child{padding:0 0 20px}.filter-resources__title{font-size:16px;font-weight:700;line-height:1.4}.filter-resources__title.red{color:var(--red);position:relative}.filter-resources__title.red:hover{cursor:pointer}.filter-resources__list{margin-top:10px!important}.filter-resources__list .label{font-size:14px;font-weight:500;line-height:140%}.resource-listing__wrapper .multi-filter input{background-color:#333;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='30' fill='none' viewBox='0 0 29 30'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='29' height='30' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M29 .5H0v29h29z'/%3E%3C/mask%3E%3Cg stroke='red' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' mask='url(%23b)'%3E%3Cpath d='m28 28.5-8-8M12 23.5c6.075 0 11-4.925 11-11s-4.925-11-11-11-11 4.925-11 11 4.925 11 11 11'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .5h29v29H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:calc(100% - 1rem) 50%;background-repeat:no-repeat;background-size:28px;border:1px solid #333;border-radius:4px;color:var(--white);font-size:1.4rem;font-weight:500;letter-spacing:0;line-height:1.428571428571429;text-transform:uppercase}.resource-listing__wrapper .multi-filter ::placeholder{color:var(--white)}.resource-listing__wrapper .resource-cards{display:flex;flex-wrap:wrap;justify-content:flex-start;margin:0 -1rem;max-width:100%}.resource-listing__wrapper .resource-cards .resource-card{color:#fff;flex-basis:100%;flex-grow:0;flex-shrink:0;margin:0 1rem 3.2rem;padding:0;position:relative}.resource-card:hover{cursor:pointer}.resource-listing__resource-image{height:auto;overflow:hidden;position:relative;width:100%}.resource-listing__resource-image img{aspect-ratio:37/25;height:auto;object-fit:cover;transition:all .2s ease;width:100%!important}.resource-card:hover .resource-listing__resource-image img{transform:scale(1.1)}.resource-listing__resource-name{color:var(--red);font-size:20px;font-weight:900;line-height:1.25;margin:8px 0;text-wrap:pretty}.resource-card .content{margin-top:25px}.resource-card .content .meta{color:#fff;font-size:14px;font-weight:500;line-height:1.428571428571429;text-transform:uppercase}.resource-card .content .teaser{color:#fff;font-size:16px;font-weight:500;line-height:22px;margin:10px 0 0}.load_more{margin:0;width:100%}#noItemsFoundMessage .h3{color:var(--white)}.resource-card .teaser svg{display:inline-block;margin-left:4px;position:relative;top:3px}.resource-card .teaser svg path{transition:all .2s ease}.resource-card .link-wrap:hover .teaser svg{animation:bounce 2s infinite}@media (min-width:960px){.resource-listing__wrapper .content-wrapper{grid-template-columns:25% 1fr}.resource-listing__wrapper .resource-cards{grid-area:1/2/2/3}.load_more{grid-area:2/2/3/3;position:relative;text-align:center;width:100%;z-index:1}#noItemsFoundMessage{grid-area:1/2/2/3}.resource-listing__wrapper .resource-cards .resource-card{flex-basis:calc(50% - 1.3em)}}@media (min-width:1024px){.resource-listing__wrapper .resource-cards .resource-card{flex-basis:calc(33% - 1.2em)}}