.rpost_content{margin:0 auto 5rem;max-width:80%;text-align:center}.rpost_cards{display:grid;gap:6rem 2rem;grid-template-columns:1fr}.rpost_card_image{margin-bottom:2.2rem;overflow:hidden}.rpost_card_image img{aspect-ratio:4/3;object-fit:cover;object-position:center;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.rpost_card_image:hover img{-webkit-transform:scale(1.2);transform:scale(1.2)}.rpost_card-heading{font-family:var(--font-body);margin-bottom:2rem}.rpost_card-heading a{text-decoration:none}.rpost_card-blurb,.rpost_meta{color:var(--blue-navy)}.rpost_meta{font-family:var(--font-heading)}.rpost-post__topics a{margin:0 5px;text-decoration:none}.rpost-post__topics a:first-child{margin-left:0}.rpost_date{display:inline-block;margin:0 5px}.rpost_btn_wrap{padding-top:15px}.rpost_btn{display:flex;flex-wrap:wrap;gap:18px}.rpost-dotted-graphic{left:0;position:absolute;top:10rem}.rpost-dotted-graphic.rpost-right-dotted{left:auto;right:0}.bg-blue .rpost-post__topics a,.bg-blue .rpost_card-blurb,.bg-blue .rpost_card-heading a,.bg-blue .rpost_content,.bg-blue .rpost_content *,.bg-blue .rpost_meta{color:var(--c-white)}.bg-blue .rpost-post__topics a:hover,.bg-blue .rpost_card-heading a:hover{color:var(--lime-accent)}@media (min-width:768px){.rpost_cards{gap:6rem 5rem;grid-template-columns:repeat(calc(var(--icons-grid-cols)/2),1fr)}}@media (min-width:992px){.rpost_cards{grid-template-columns:repeat(var(--icons-grid-cols),1fr)}}@media (min-width:1200px){.rpost_cards{gap:6rem 3rem}}@media (max-width:991px){.rpost_card_image img{aspect-ratio:auto;height:auto}.rpost_cards{gap:5rem 3rem}}@media (max-width:767px){.rpost_content{margin-bottom:3rem;max-width:100%}.rpost-dotted-graphic{display:none}}