
@media(min-width: 1024px){.cards__card{width:calc((100% - 40px)/3)}}
.cards__card{flex:none;}
.cards__card:not(.resources__cta):nth-child(-n+3){order:-1;}
.resources__cta{background-color:var(--color-primary);padding:20px;color:#fff;order:0;text-align:center;}
.resources__cta__image{height:auto;margin-bottom:15px;max-width:100%;}
.resources__cta__button{width:100%;}
{# .resources__results{display:flex;flex-wrap:wrap;gap:20px} #}
.resources__results--noresult{padding:40px 0;}
.resources__form{display:flex;width:100%;}
input.resources__input{cursor:default;min-height:38px;position:relative;background-color:#fff;border-radius:4px !important;border:1px solid #ccc !important;box-sizing:border-box;outline:0px !important;padding:2px 8px;}
{# .resources__input__wrapper{align-items:center;display:flex;gap:10px;justify-content:end}#}
.resources__filters{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:end;margin-bottom:40px;}
@media(max-width: 768px){.resources__filters{margin-top:10px;}}
.resources__select{flex:1;font-size:.875rem;min-width:250px;}
.resources__pagination{margin-top:40px;text-align:center;}

.content-card__img{max-height:180px;overflow:hidden;}
.cards__card.resources__cta{display:none;}
.row { margin: 0 -24px!important;}
.resources .container { padding: 0!important;}
.badge{margin-bottom:20px;}
.content-card__header{padding:40px!important;}
.content-card__desc{ overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; margin-top:30px; }
.btn-space{margin-left:10px;}