.caqh-boxes-wrapper{display:flex;flex-wrap:wrap;justify-content:center;justify-content:stretch;margin:0 auto;max-width:1440px}.caqh-boxes-wrapper a{background:#fff;border-radius:16px;color:#fff;flex:1 0 0%;flex-grow:1;margin:0 12px 24px;min-height:100px;min-width:200px;padding:2rem 2rem 1.5rem;transition:.4s;width:100%}.caqh-boxes-wrapper.light a{background:#fff;color:#22305b}.caqh-boxes-wrapper.light a:hover{background:#fff;color:#0072cd}.caqh-boxes-wrapper.light a:hover .caqh-box__description{color:#22305b}.caqh-boxes-wrapper a:hover div{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutUp}.caqh-boxes-wrapper div{align-items:flex-start;animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutDown;display:flex;flex-direction:column;height:100%;justify-content:space-between}.caqh-boxes-wrapper .caqh-box__title{color:#202020;font-size:24px!important;font-weight:400;margin-bottom:10px}.caqh-box__description{color:#202020;font-size:16px}.caqh-boxes-wrapper.dark h3{color:#fff}@keyframes slideOutUp{0%{transform:translateY(0)}to{transform:translateY(-3px)}}@keyframes slideOutDown{0%{transform:translateY(-3px)}to{transform:translateY(0)}}@media screen and (max-width:767px){.caqh-boxes-wrapper{padding:0 20px}}