.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:#0072cd;border-radius:20px 0 0 0;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 a:hover{background-color:#005091;border-radius:0;box-shadow:0 2px 20px -10px rgba(0,0,0,.25)}.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{animation-duration:.4s;animation-fill-mode:forwards;animation-name:slideOutDown;display:block}.caqh-boxes-wrapper .caqh-box__title{font-size:20px!important;font-weight:700;margin-bottom:10px}.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}}