section.feature-slideshow{column-gap:25px;display:grid;grid-template-columns:110px 280px 1fr;grid-template-rows:1fr auto;margin:150px auto 0;max-width:var(--max-width);padding:0 var(--margin-sides)}@media (max-width:800px){section.feature-slideshow{grid-template-columns:100%;margin-top:60px}}section.feature-slideshow .intro-content{color:var(--stone);font-size:16px;grid-area:1/1/span 1/span 2;line-height:130%;max-width:400px}@media (max-width:800px){section.feature-slideshow .intro-content{font-size:13px;grid-area:initial;margin:auto;max-width:260px;text-align:center}}section.feature-slideshow .intro-content h2{color:var(--charcoal);font-size:30px;line-height:105%;margin:0}@media (max-width:800px){section.feature-slideshow .intro-content h2{font-size:19px}}section.feature-slideshow .intro-content p{margin:15px 0 0}@media (max-width:800px){section.feature-slideshow .intro-content p{margin:10px 0 0}}section.feature-slideshow .pager{font-family:Aeonik;font-size:14px;grid-area:2/1/span 1/span 1;line-height:120%;margin-top:15px}@media (max-width:800px){section.feature-slideshow .pager{display:none}}section.feature-slideshow .pager .item+.item{margin-top:8px}section.feature-slideshow .pager .item.active{color:var(--color);font-weight:700}section.feature-slideshow .pager .item.active .single-pager .dot{opacity:1}section.feature-slideshow .pager .item .single-pager{align-items:center;column-gap:8px;display:flex;font-family:Aeonik;left:-22px;position:relative;transition:color .3s}section.feature-slideshow .pager .item .single-pager:focus,section.feature-slideshow .pager .item .single-pager:hover{color:var(--color)}section.feature-slideshow .pager .item .single-pager .dot circle{fill:var(--color)}section.feature-slideshow .pager .item .single-pager .dot{opacity:0;transition:opacity .3s}section.feature-slideshow .summary-wrap{align-self:flex-end;border-left:1px solid var(--paper);color:var(--stone);font-size:14px;grid-area:2/2/span 1/span 1;max-width:260px;padding-bottom:10px;padding-left:20px}@media (max-width:800px){section.feature-slideshow .summary-wrap{background:var(--white);border:1px solid var(--fog);border-bottom:none;border-radius:20px 20px 0 0;grid-area:initial;margin-top:20px;max-width:none;padding:20px}}section.feature-slideshow .summary-wrap .mobile-only-audience-label{align-items:center;color:var(--color);column-gap:8px;display:flex;display:none;font-family:Aeonik;transition:color .3s}section.feature-slideshow .summary-wrap .mobile-only-audience-label:focus,section.feature-slideshow .summary-wrap .mobile-only-audience-label:hover{color:var(--color)}section.feature-slideshow .summary-wrap .mobile-only-audience-label .dot circle{fill:var(--color)}@media (max-width:800px){section.feature-slideshow .summary-wrap .mobile-only-audience-label{display:flex}}section.feature-slideshow .summary-wrap .mobile-only-audience-label circle{fill:var(--color)}section.feature-slideshow .summary-wrap h3{color:var(--charcoal);font-size:18px;margin-top:15px}section.feature-slideshow .media-wrap{grid-area:1/3/span 2/span 1;height:100%;justify-self:flex-end;text-align:right;width:calc(100% - 20px)}@media (max-width:800px){section.feature-slideshow .media-wrap{border:1px solid var(--fog);border-radius:0 0 20px 20px;border-top:none;grid-area:initial;overflow:hidden}}section.feature-slideshow .media-wrap .media{height:100%;margin-left:auto;max-width:665px;position:relative;width:100%}section.feature-slideshow .media-wrap .media img{height:auto;width:100%}section.feature-slideshow .media-wrap .media .cta-block{aspect-ratio:1/1;background:var(--color);bottom:-20px;color:var(--text-color);display:grid;grid-template-areas:"content    content" "link-text  arrow";grid-template-columns:1fr auto;grid-template-rows:1fr auto;height:154px;left:-20px;padding:15px 20px;position:absolute;text-align:left;width:154px}@media (max-width:800px){section.feature-slideshow .media-wrap .media .cta-block{bottom:0;box-sizing:border-box;height:auto;left:auto;right:0;width:25%}}section.feature-slideshow .media-wrap .media .cta-block .accented-content{font-feature-settings:"pnum" on,"lnum" on;font-size:54px;font-weight:500;grid-area:content;letter-spacing:-.01em;line-height:100%}@media (max-width:800px){section.feature-slideshow .media-wrap .media .cta-block .accented-content{font-size:30px}}section.feature-slideshow .media-wrap .media .cta-block .cta-text{font-feature-settings:"ss01" on;font-family:Bradford;font-size:21px;grid-area:link-text;letter-spacing:-.02em;line-height:105%}@media (max-width:800px){section.feature-slideshow .media-wrap .media .cta-block .cta-text{font-size:14px}}section.feature-slideshow .media-wrap .media .cta-block .arrow{align-self:center;grid-area:arrow}section.feature-slideshow .media-wrap .media .cta-block .arrow path{stroke:var(--text-color)}