.CAQH-res-cards{display:grid;gap:30px;grid-template-columns:repeat(3,minmax(0,1fr))}.CAQH-res-card{border-radius:1rem;box-shadow:0 4px 20px rgba(0,0,0,.15);color:#000;overflow:hidden;text-decoration:none!important}.CAQH-res-card:hover .CAQH-res-card__image{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutUp2;color:#000}.CAQH-res-card__image{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutDown2;position:relative}.CAQH-res-card__image img{height:100%;object-fit:cover;width:100%}.CAQH-res-card__body{background:#fff;padding:2rem 40px}.CAQH-res-card__eyebrow{color:#004f91;font-weight:700;margin-bottom:.5rem;text-transform:uppercase}.CAQH-res-card__title{color:#004d93;font-size:20px;font-weight:700;line-height:26px;margin-bottom:.5rem}.CAQH-res-card__description{line-height:1.5}@media (max-width:1000px){.CAQH-res-cards{grid-template-columns:repeat(1,minmax(0,1fr))}.CAQH-res-card{margin:0 auto;max-width:720px;width:100%}}@keyframes slideOutUp2{0%{transform:translateY(0)}to{transform:translateY(-10px)}}@keyframes slideOutDown2{0%{transform:translateY(-10px)}to{transform:translateY(0)}}