.small-card-item{border-radius:.75rem;display:flex;flex-direction:column;position:relative;transform:scale(1);transition:transform .35s ease,box-shadow .35s ease}.small-card--without-cta .small-card-item{padding:1.5rem}.small-card--with-cta .small-card-item{height:0;opacity:0;overflow:hidden;transition:height .2s ease-in-out,opacity .2s ease-in-out}.small-card--with-cta .small-card-item.active{height:100%;opacity:1;padding:1.5rem}@media only screen and (min-width:62rem){.small-card--with-cta .small-card-item.active{padding:1.5rem}}.small-card--single-bg .small-card-item{background-color:rgba(184,218,228,.24)}.small-card--multiple-bg .small-card-item:nth-last-of-type(2n){background-color:#fff8e6}.small-card--multiple-bg .small-card-item:nth-last-of-type(odd){background-color:rgba(184,218,228,.24)}.small-card-item__image{align-items:center;background:#fff;border-radius:2rem;display:flex;height:4rem;justify-content:center;margin-bottom:1.5rem;max-width:4rem;padding:1rem}.small-card-item__image img{transform:scale(1);transition:.2s}.small-card-item__title{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#000;font-size:1rem;line-height:1.5;margin-bottom:1.5rem}@media only screen and (min-width:62rem){.small-card-item__title{font-size:1.25rem;line-height:1.2}}.small-card-item__body{color:#000;display:block;font-size:.875rem;line-height:1.43;max-height:7.5rem;overflow:hidden;text-overflow:ellipsis;z-index:9}.small-card-item__body ul{margin-top:.625rem;padding-left:1rem}@media only screen and (min-width:62rem){.small-card-item__body ul{padding-left:1.5rem}}.small-card-item__body a,.small-card-item__body li,.small-card-item__body p,.small-card-item__body span{color:#000;font-size:.875rem;line-height:1.43;margin:0}.small-card-item__body a:empty,.small-card-item__body li:empty,.small-card-item__body p:empty,.small-card-item__body span:empty{display:none}.small-card-item:hover{outline:.0625rem solid #007c9d}.small-card-item:hover .small-card-item__image img{transform:scale(1.2)}.small-card-item .cta{display:inline-block;font-size:.875rem;font-weight:600;margin-top:auto;position:relative;z-index:1}.small-card-item.hovered{box-shadow:0 .5rem 1rem rgba(0,0,0,.2)}.small-card-item.hovered .small-card-item__body{display:block;height:7.5rem;overflow-y:scroll}.small-card-item.hovered .small-card-item__body::-webkit-scrollbar{width:.375rem}.small-card-item.hovered .small-card-item__body::-webkit-scrollbar-track{background-color:#eef6f9;border-radius:.375rem;padding-top:.625rem}.small-card-item.hovered .small-card-item__body::-webkit-scrollbar-thumb{background-color:hsla(0,0%,60%,.388);border-radius:.375rem}.small-card-item.hovered .cta{display:none}@media only screen and (min-width:62rem){.small-card-item.hovered{transform:scale(1.05)}}.small-card-item__link{bottom:0;font-size:0;left:0;position:absolute;right:0;top:0;z-index:1}