.blog-post-hero{background-repeat:no-repeat;background-size:cover;padding-block:8rem}.listing-wrapper{background:var(--white);box-shadow:2px 2px 42px 0 hsla(180,1%,68%,.375);padding:1.5rem}@media (min-width:768px){.listing-wrapper{padding:4rem 6rem}}@media (min-width:1200px){.listing-wrapper{padding:6rem 8rem}}.listing-wrapper .blog-listing-grid.grid-columns-1{display:grid;grid-template-columns:repeat(1,1fr);max-width:100%;grid-gap:0;margin-bottom:2rem}.listing-wrapper .blog-listing-grid.grid-columns-1 .card:not(:last-of-type){border-bottom:1px solid var(--grey-light);margin-bottom:2rem;padding-bottom:2rem}.listing-wrapper .blog-listing-grid.grid-columns-1 .card .card-body h4{color:var(--black);font-size:1.25rem;margin-bottom:.5rem;text-transform:uppercase}.listing-wrapper .blog-listing-grid.grid-columns-1 .card .card-body h4 a{align-items:flex-start;color:var(--supplemental);display:flex;gap:2rem;justify-content:space-between;min-width:100%;width:100%}.listing-wrapper .blog-listing-grid.grid-columns-1 .card .card-body h4 a svg{min-width:24px;transform:translateY(3px);width:24px}.listing-wrapper .blog-listing-grid.grid-columns-1 .card .card-body h4 a:hover{color:var(--primary)}.listing-wrapper .blog-listing-grid.grid-columns-1 .card .card-body h4 a:hover svg{fill:var(--primary)}.listing-wrapper .blog-listing-grid.grid-columns-1 .card .card-body .post-content{color:var(--grey);font-weight:300}article.blog-post{background:var(--white);box-shadow:2px 2px 42px 0 hsla(180,1%,68%,.375);padding:1.5rem}@media (min-width:768px){article.blog-post{padding:4rem 6rem}}@media (min-width:1200px){article.blog-post{padding:6rem 8rem}}article.blog-post h1,article.blog-post h2,article.blog-post h3,article.blog-post h4,article.blog-post h5,article.blog-post h6{color:var(--supplemental)}article.blog-post h1{font-size:1.5rem;font-weight:500}.recent-posts{background:var(--secondary)}.recent-posts .posts-wrapper{display:grid;grid-template-columns:1fr;grid-gap:2rem}@media (min-width:992px){.recent-posts .posts-wrapper{grid-template-columns:repeat(3,1fr)}}.recent-posts .posts-wrapper .card{background:var(--white);display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem 1.5rem;position:relative}.recent-posts .posts-wrapper .card .card-header h4{font-size:20px!important;margin-bottom:0}.recent-posts .posts-wrapper .card .card-header a{color:var(--blue-dark)}.recent-posts .posts-wrapper .card .card-body{color:var(--grey)}.recent-posts .posts-wrapper .card .card-footer{margin-top:auto}.recent-posts .posts-wrapper .card .card-footer .btn{background:unset;border:unset;color:var(--primary);display:inline-flex;font-size:1rem;font-weight:300;padding:unset}.recent-posts .posts-wrapper .card .card-footer .btn svg{fill:var(--primary);height:.875rem}