.resource-cards{display:flex;flex-direction:row;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}.resource-cards--four-col .resource-card__wrapper,.resource-cards--one-col .resource-card__wrapper,.resource-cards--three-col .resource-card__wrapper,.resource-cards--two-col .resource-card__wrapper{width:100%}.resource-card__wrapper{display:flex}.resource-card{box-shadow:0 0 10px rgba(0,0,0,.2);display:flex;flex-direction:column;margin:1rem;position:relative;width:100%}.resource-cards--v1 .resource-card{border-style:solid;border-width:1px}.resource-card__image{border-bottom-style:solid;border-bottom-width:1px;width:100%}.resource-cards--v1 .resource-card__image{height:200px}.resource-cards--v2 .resource-card__image{height:250px}.resource-card__image img{height:100%;object-fit:cover;width:100%}.resource-card__content-wrapper{display:flex;flex-direction:column;flex-grow:1}.resource-cards--v2 .resource-card__content-wrapper{padding:1rem}.resource-card__content{background-color:#fff;flex-grow:1}.resource-cards--v1 .resource-card__content{padding:1rem}.resource-card__title{font-size:1rem;font-weight:700;line-height:1.5}.resource-card__button{background-color:#f7f7f7;display:block;font-weight:700;padding:.75rem 1rem;position:relative;text-decoration:none;transition:all .3s;z-index:2}.resource-card__button:active,.resource-card__button:focus,.resource-card__button:hover{background-color:#fff;font-weight:700}.resource-card__hover-content{bottom:0;color:#fff;height:0;left:0;overflow:hidden;padding:0;position:absolute;transition:all .3s ease-in-out;width:100%;z-index:1}.resource-card__hover-content .resource-card__description,.resource-card__hover-content .resource-card__title{color:#fff}.resource-card:hover .resource-card__hover-content{height:100%;padding:1rem 1rem 3.5rem}@media (min-width:480px){.resource-cards--four-col .resource-card__wrapper,.resource-cards--three-col .resource-card__wrapper,.resource-cards--two-col .resource-card__wrapper{width:50%}}@media (min-width:768px){.resource-cards--four-col .resource-card__wrapper,.resource-cards--three-col .resource-card__wrapper{width:33.3333333333%}}@media (min-width:992px){.resource-cards--four-col .resource-card__wrapper{width:25%}}