body.has-lightbox:before{content:"";display:block;height:100%;background:var(--color-primary-blue-dark);opacity:.74}.cc-lightbox,body.has-lightbox:before{width:100%;position:fixed;z-index:10000}.cc-lightbox{top:4rem;left:50%;transform:translate(-50%);max-width:100rem;max-height:calc(100% - 8rem);padding:4rem;background:#fff;color:#222;overflow-y:auto;max-width:1200px}.cc-lightbox__close{position:absolute;top:.5em;right:.5em;font-size:2rem;padding:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;box-shadow:none}.cc-card-grid__cards{--per-row:1;display:grid;grid-template-columns:repeat(var(--per-row),1fr);gap:20px}@media (min-width:768px){.cc-card-grid__cards{--per-row:2}.cc-card-grid__cards .span--2,.cc-card-grid__cards .span--3{grid-column:span 2}}@media (min-width:1440px){.cc-card-grid__cards{--per-row:3}.cc-card-grid__cards .span--3{grid-column:span 3}}.cc-card-grid__card{position:relative;background:#193a52;color:var(--color-gray-white);padding:30px;font-size:19px;display:flex;flex-direction:column;min-height:20em}.cc-card-grid__card,.cc-card-grid__card .bg-image-wrap{border-radius:var(--layout-border-radius-element-medium)}.cc-card-grid__card__content{flex:1;display:flex;flex-direction:column;position:relative}.cc-card-grid__card__logo{width:100%;margin-bottom:.5em}.cc-card-grid__card .cc-card-grid__card__title,.cc-card-grid__card p{color:currentColor}.cc-card-grid__card .cc-card-grid__card__title{font-size:20px;margin:0}.cc-card-grid__card .quote{display:flex;flex-direction:column;flex:1}.cc-card-grid__card .quote blockquote{font:inherit;font-style:italic;padding:0;margin:0 0 1em;color:currentColor}.cc-card-grid__card .quote blockquote:last-child{margin-bottom:0}.cc-card-grid__card .quote__source{margin-top:auto}.cc-card-grid__card .quote__source__name,.cc-card-grid__card .quote__source__title{display:block}.cc-card-grid__card .quote__source__name{font-size:20px;font-weight:700}.cc-card-grid__card .quote__source__title{font-size:13px}.cc-card-grid__card .cc-block__ctas{margin-top:auto;margin-bottom:0!important}.cc-card-grid__card.has-bg .cc-card-grid__card__content{max-width:45%}@media (min-width:1024px){.cc-card-grid__card.span--2 .cc-card-grid__card__content,.cc-card-grid__card.span--3 .cc-card-grid__card__content{aspect-ratio:2/1}.cc-card-grid__card.card--link.span--2 .cc-card-grid__card__content,.cc-card-grid__card.card--link.span--3 .cc-card-grid__card__content{max-width:50%}}@media (min-width:1440px){.cc-card-grid__card.span--3 .cc-card-grid__card__content{aspect-ratio:3/1}}