.expandable-card__title{color:var(--theme-primary, #0f2144);display:block;font-weight:700;letter-spacing:0.02rem}.expandable-card__title{font-family:var(--font-heading-small);font-size:1rem;font-weight:600;line-height:1.25rem}@media print,screen and (min-width: 52.5625em){.expandable-card__title{font-size:1.125rem;line-height:1.5rem}}.expandable-card__body.show,.expandable-card__cta{margin-bottom:1rem}@media print,screen and (min-width: 52.5625em){.expandable-card__body.show,.expandable-card__cta{margin-bottom:2rem}}.expandable-card__title{margin-bottom:0.5rem}@media print,screen and (min-width: 52.5625em){.expandable-card__title{margin-bottom:1rem}}.expandable-card{-webkit-transition:max-height .4s ease;transition:max-height .4s ease}.expandable-card__body{margin:0;max-height:0;overflow:hidden;-webkit-transition:max-height .4s ease;transition:max-height .4s ease}.expandable-card__title{margin-top:1.5rem}.expandable-card__description,.expandable-card__body{font-family:"Open Sans",sans-serif;font-size:1.125rem;font-weight:400;letter-spacing:0.01rem;line-height:2rem;margin-bottom:1rem}.expandable-card__cta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:1.25rem}.expandable-card__cta span{font-family:"Open Sans",sans-serif;font-size:0.875rem;font-weight:600;letter-spacing:0.025rem;line-height:18px;text-align:center}.expandable-card__container{border-bottom:0.0625rem var(--theme-light-blue, #c4d1d7) solid;margin-top:1.5rem}.expandable-card__chevron-icon{background-image:url("/assets/acs/images/chevron-up.svg");background-position:center right;background-repeat:no-repeat;height:1rem;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease;width:1rem}.expandable-card__chevron-icon.rotated{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.expandable-card__body:not(.show)+.expandable-card__cta{margin-top:0.5rem}.show{display:block}[data-background-color=dark-blue] .expandable-card__title,[data-background-color=dark-steel] .expandable-card__title{color:var(--theme-fog, color-grey-fog-fallback)}[data-background-color=dark-blue] .expandable-card__description,[data-background-color=dark-blue] .expandable-card__body,[data-background-color=dark-steel] .expandable-card__description,[data-background-color=dark-steel] .expandable-card__body{color:var(--theme-fog, color-grey-fog-fallback)}[data-background-color=dark-blue] .expandable-card__cta,[data-background-color=dark-steel] .expandable-card__cta{color:var(--theme-fog, color-grey-fog-fallback)}[data-background-color=dark-blue] .expandable-card__cta span,[data-background-color=dark-steel] .expandable-card__cta span{color:var(--theme-fog, color-grey-fog-fallback)}[data-background-color=dark-blue] .expandable-card__chevron-icon,[data-background-color=dark-steel] .expandable-card__chevron-icon{background-image:url("/assets/acs/images/chevron-light.svg")}[data-background-color=dark-blue] .expandable-card__chevron-icon.rotated,[data-background-color=dark-steel] .expandable-card__chevron-icon.rotated{background-image:url("/assets/acs/images/chevron-light.svg");-webkit-transform:rotate(180deg);transform:rotate(180deg)}