.post-cards{--columns: 3;display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-gap:3.2rem;margin:0 auto;padding:4rem 0;width:100%}.post-card{border-radius:calc(var(--border-radius)/2);background-color:var(--color-brand-white);position:relative;overflow:hidden;--post-card-border-radius: calc(var(--border-radius) / 2);transition:transform ease var(--animation-duration--slow)}.post-card:not(.post-cards--fancy .post-card):hover,.post-card:not(.post-cards--fancy .post-card):focus-within{transform:translateY(-0.8rem)}.post-card::before{content:" ";display:block;position:absolute;bottom:0;left:0;right:0;width:100%;height:.8rem;background-color:var(--post-accent-color);border-radius:0 0 var(--post-card-border-radius) var(--post-card-border-radius);z-index:2}.post-card__inner{display:grid;align-content:start;position:relative;grid-template-rows:min-content 1fr;overflow:hidden;height:100%}.post-card__image{border-radius:var(--post-card-border-radius) var(--post-card-border-radius) 0 0;margin-bottom:2.4rem;display:block;width:100%;overflow:hidden;position:relative}.post-card__content{margin:0 2.4rem;display:flex;flex-direction:column;flex-grow:1}.post-card__heading{font-size:1.8rem;margin-bottom:1.4rem;color:var(--color-brand-navy);text-decoration:none;margin-bottom:1.6rem;display:block;letter-spacing:var(--letter-spacing)}.post-card__heading::after{content:" ";height:500%;width:500%;display:block;position:absolute;top:-250%;left:-250%;z-index:10;cursor:pointer}.post-card__meta{font-size:1.2rem;font-weight:var(--font-weight--medium);text-transform:uppercase;letter-spacing:2px;margin-bottom:.8rem;z-index:50}.post-card__meta a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border ease var(--animation-duration--default)}.post-card__meta a:focus,.post-card__meta a:hover{border-bottom-color:currentColor}.post-card__excerpt{display:none;margin-bottom:3.2rem}.post-card__author{margin:1.6rem 0 2.4rem;display:flex;align-items:center;margin-top:auto;z-index:50;letter-spacing:calc(var(--letter-spacing) * 2);width:calc(100% - 3.4rem)}.post-card__author__image{width:5.4rem;height:5.4rem;margin-right:2.4rem}.post-card__author__image .aspect-ratio-box{border-radius:100%}.post-card__author__name,.post-card__author__name a{font-size:1.3rem;font-weight:var(--font-weight--light);color:var(--color-brand-navy);text-decoration:none}.post-card:after{content:" ";display:block;height:100%;width:100%;position:absolute;left:50%;right:0;bottom:0;transform:translateX(-50%);z-index:-1;opacity:0;transition:opacity ease var(--animation-duration--default);opacity:1;box-shadow:0px 0.3rem 1.6rem 0.6rem rgba(var(--color-brand-navy-rgb),0.06)}.post-card:hover:after,.post-card:focus-within:after{}.post-card .post-card__content:after{content:" ";display:block;height:1.5rem;width:1.5rem;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjYnIGhlaWdodD0nMTAnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PGcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMSAtNyknIHN0cm9rZT0nIzExMjEzNCcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJyBzdHJva2UtbGluZWNhcD0nc3F1YXJlJz48cGF0aCB0cmFuc2Zvcm09J3JvdGF0ZSg5MCAyMS41IDEyKScgZD0nTTE2LjUgMTQuNUwyMS41IDkuNSAyNi41IDE0LjUnLz48cGF0aCBkPSdNMCAxMkwyMy4zNjggMTInLz48L2c+PC9zdmc+);background-repeat:no-repeat;background-position:center;padding:1.2rem;position:absolute;bottom:2.4rem;right:1.6rem;border:1px solid var(--post-accent-color);border-radius:calc(var(--border-radius)/2);opacity:0;transition:opacity ease var(--animation-duration--default);position:none}.post-card:hover .post-card__content:after{opacity:1}.post-card:focus-within .post-card__content:after{opacity:1}.post-card[data-post-type=press_mention] .post-card__inner:before{content:" ";height:2.4rem;width:2.4rem;display:block;background-image:url(../../icons/bbk/external-link.svg);background-repeat:no-repeat;background-position:57% 48%;position:absolute;top:2.4rem;right:2.4rem;padding:.8rem;background-color:var(--color-brand-white);border-radius:calc(var(--border-radius)/2);z-index:1;transition:transform ease var(--animation-duration--default),opacity ease var(--animation-duration--default);opacity:.9;z-index:2}.post-card[data-post-type=press_mention] .post-card__inner:hover:before{transform:scale(1.1);opacity:1}.post-card[data-post-type=press_mention] .post-card__inner:hover .post-card__content:after{opacity:0}.post-card__post-type-extras{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:none}.post-card__post-type-extras svg{width:6.4rem;height:6.4rem;z-index:1;transition:transform var(--animation-duration--default)}.post-card__post-type-extras svg #circle{fill:var(--post-accent-color)}.post-card:hover .post-card__post-type-extras svg,.post-card:focus-within .post-card__post-type-extras svg{transform:scale(1.1)}.post-card[data-post-type=podcast] .post-card__post-type-extras,.post-card[data-post-type=video] .post-card__post-type-extras{display:block}.post-card[data-post-type=video] .post-card__content{min-height:6.5rem;padding-right:5.4rem;padding-bottom:2.8rem}.post-card[data-post-type=podcast] .post-card__post-type-extras{display:flex;align-items:stretch;right:-1rem;bottom:2.6rem;top:unset;left:unset;transform:none}.post-card[data-post-type=podcast] .post-card__post-type-extras svg{width:2.4rem;height:2.4rem}.post-card[data-post-type=podcast] .post-card__post-type-extras:after{content:"Listen";line-height:1;position:relative;left:-1rem;padding:.7rem 1.6rem .5rem 2.6rem;font-weight:var(--font-weight--medium);text-transform:uppercase;background-color:#fff;color:var(--color-brand-navy);letter-spacing:.2rem;font-size:1.2rem}.campaign-template-campaign-flexible-hub .post-card__post-type-extras,.campaign-template-campaign-flexible-hub-single .post-card__post-type-extras{display:flex!important;flex-direction:row-reverse;align-items:stretch;left:0!important;top:1.5rem!important;bottom:initial!important;right:initial!important;transform:none}.campaign-template-campaign-flexible-hub .post-card__post-type-extras svg,.campaign-template-campaign-flexible-hub-single .post-card__post-type-extras svg{width:2.4rem;height:2.4rem;margin-left:-1.3rem;display:none}.campaign-template-campaign-flexible-hub .post-card__post-type-extras:before,.campaign-template-campaign-flexible-hub-single .post-card__post-type-extras:before{content:'';position:absolute;right:-1.25rem;top:0;width:2.5rem;height:2.5rem;background-color:var(--post-accent-color);background-repeat:no-repeat;background-position:center;z-index:1;border-radius:50%}.campaign-template-campaign-flexible-hub .post-card[data-post-type=campaign] .post-card__post-type-extras:before,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=campaign] .post-card__post-type-extras:before{background-image:url(../../icons/bbk/icon_megaphone.svg)}.campaign-template-campaign-flexible-hub .post-card[data-post-type=podcast] .post-card__post-type-extras:before,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=podcast] .post-card__post-type-extras:before{background-image:url(../../icons/bbk/icon_microphone.svg)}.campaign-template-campaign-flexible-hub .post-card[data-post-type=video] .post-card__post-type-extras:before,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=video] .post-card__post-type-extras:before{background-image:url(../../icons/bbk/icon_play-symbol.svg)}.campaign-template-campaign-flexible-hub .post-card[data-post-type=post] .post-card__post-type-extras:before,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=post] .post-card__post-type-extras:before{background-image:url(../../icons/bbk/icon_book-open.svg)}.campaign-template-campaign-flexible-hub .post-card[data-post-type=press_mention] .post-card__post-type-extras:before,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=press_mention] .post-card__post-type-extras:before{background-image:url(../../icons/bbk/icon_newspaper.svg);background-size:18px 12px}.campaign-template-campaign-flexible-hub .post-card[data-post-type=event] .post-card__post-type-extras:before,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=event] .post-card__post-type-extras:before{background-image:url(../../icons/bbk/icon_calendar.svg)}.campaign-template-campaign-flexible-hub .post-card__post-type-extras:after,.campaign-template-campaign-flexible-hub-single .post-card__post-type-extras:after{line-height:1;position:relative;left:0!important;padding:.7rem 2.6rem .5rem 1.6rem!important;font-weight:var(--font-weight--medium);text-transform:uppercase;background-color:#fff;color:var(--color-brand-navy);letter-spacing:.2rem;font-size:1.2rem}.campaign-template-campaign-flexible-hub .post-card[data-post-type=campaign] .post-card__post-type-extras:after,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=campaign] .post-card__post-type-extras:after{content:"Campaign"}.campaign-template-campaign-flexible-hub .post-card[data-post-type=podcast] .post-card__post-type-extras:after,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=podcast] .post-card__post-type-extras:after{content:"Podcast"}.campaign-template-campaign-flexible-hub .post-card[data-post-type=video] .post-card__post-type-extras:after,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=video] .post-card__post-type-extras:after{content:"Video"}.campaign-template-campaign-flexible-hub .post-card[data-post-type=post] .post-card__post-type-extras:after,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=post] .post-card__post-type-extras:after{content:"Post"}.campaign-template-campaign-flexible-hub .post-card[data-post-type=press_mention] .post-card__post-type-extras:after,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=press_mention] .post-card__post-type-extras:after{content:"Press Mention"}.campaign-template-campaign-flexible-hub .post-card[data-post-type=event] .post-card__post-type-extras:after,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=event] .post-card__post-type-extras:after{content:"Event"}.campaign-template-campaign-flexible-hub .post-card[data-post-type=press_mention] .post-card__inner:before,.campaign-template-campaign-flexible-hub-single .post-card[data-post-type=press_mention] .post-card__inner:before{right:2.4rem;left:initial}@media(max-width:1440px){.post-cards{padding-left:var(--site-padding);padding-right:var(--site-padding)}}@media(max-width:1168px){.post-cards{--columns: 2}.post-card__author{margin-bottom:4.8rem}.post-card .post-card__content:after{}}@media(max-width:968px){.post-card .post-card__inner{grid-template-rows:min-content 1fr;height:100%}}@media(max-width:768px){.post-cards{--columns: 1}}@media(max-width:568px){}@media(any-hover:none){.post-card .post-card__content:after{opacity:1}}