.FeaturedStories{
    grid-column:content;
    padding-bottom:calc(6.2069vw + 45.86207px);
    position:relative;
    width:100%
}
@media(min-width:1440px){
    .FeaturedStories{
        padding-bottom:170px
    }
}
@media(max-width:739px){
    .FeaturedStories{
        padding-bottom:80px
    }
}
.FeaturedStories:not(.FeaturedStories--single) .FeaturedStories__post:last-of-type .JournalCard{
    padding-bottom:0
}
.wp-admin .FeaturedStories a{
    color:#fff;
    pointer-events:none;
    text-decoration:none
}
.wp-admin .FeaturedStories.FeaturedStories--single a{
    color:#000
}
.wp-admin .FeaturedStories.FeaturedStories--single:not(.FeaturedStories--left-aligned) .JournalCard__title{
    display:flex;
    justify-content:center
}
.wp-admin .FeaturedStories.FeaturedStories--single:not(.FeaturedStories--left-aligned) a{
    text-align:center
}
.FeaturedStories__inner{
    box-sizing:border-box;
    column-gap:var(--six-gutter);
    display:grid;
    grid-template-columns:[content-start] repeat(var(--six-cols),1fr) [content-end]
}
@supports not (display:grid){
    .FeaturedStories__inner{
        display:block;
        width:100%
    }
}
.FeaturedStories__inner>div{
    grid-column:1/-1
}
@media(max-width:739px){
    .FeaturedStories__inner>div:first-of-type{
        margin-bottom:var(--six-site-margin)
    }
}
@media(min-width:740px){
    .FeaturedStories__inner>div{
        grid-column:span 6
    }
}
@media(min-width:1024px){
    .FeaturedStories__inner>div{
        grid-column:span 12
    }
}
*+.FeaturedStories--single:not(.FeaturedStories--left-aligned),body.wp-admin .wp-block-post-content>div[data-title]+div[data-title=FeaturedStories] .FeaturedStories--single:not(.FeaturedStories--left-aligned){
    margin-top:calc(-6.2069vw - 45.86207px)
}
@media(min-width:1440px){
    *+.FeaturedStories--single:not(.FeaturedStories--left-aligned),body.wp-admin .wp-block-post-content>div[data-title]+div[data-title=FeaturedStories] .FeaturedStories--single:not(.FeaturedStories--left-aligned){
        margin-top:-170px
    }
}
@media(max-width:739px){
    *+.FeaturedStories--single:not(.FeaturedStories--left-aligned),body.wp-admin .wp-block-post-content>div[data-title]+div[data-title=FeaturedStories] .FeaturedStories--single:not(.FeaturedStories--left-aligned){
        margin-top:-80px
    }
}
@media(max-width:1023px){
    *+.FeaturedStories--single.FeaturedStories--left-aligned,body.wp-admin .wp-block-post-content>div[data-title]+div[data-title=FeaturedStories] .FeaturedStories--single.FeaturedStories--left-aligned{
        margin-top:calc(-6.2069vw - 45.86207px)
    }
}
@media(max-width:1023px)and (min-width:1440px){
    *+.FeaturedStories--single.FeaturedStories--left-aligned,body.wp-admin .wp-block-post-content>div[data-title]+div[data-title=FeaturedStories] .FeaturedStories--single.FeaturedStories--left-aligned{
        margin-top:-170px
    }
}
@media(max-width:1023px)and (max-width:739px){
    *+.FeaturedStories--single.FeaturedStories--left-aligned,body.wp-admin .wp-block-post-content>div[data-title]+div[data-title=FeaturedStories] .FeaturedStories--single.FeaturedStories--left-aligned{
        margin-top:-80px
    }
}
.FeaturedStories--single{
    grid-column:full;
    padding-bottom:0
}
.FeaturedStories--single .FeaturedStories__inner>div{
    grid-column:1/-1
}
.FeaturedStories--single.FeaturedStories--default .FeaturedStories__post{
    margin-bottom:0
}
.FeaturedStories--border-bottom{
    padding-bottom:calc(6.2069vw + 45.86207px)
}
@media(min-width:1440px){
    .FeaturedStories--border-bottom{
        padding-bottom:170px
    }
}
@media(max-width:739px){
    .FeaturedStories--border-bottom{
        padding-bottom:80px
    }
}
.FeaturedStories--border-bottom .JournalCard,.single-stories .FeaturedStories--border-bottom{
    padding-bottom:0
}
.FeaturedStories--border-bottom .JournalCard:after{
    background-color:silver;
    content:"";
    grid-column:content;
    grid-row:3;
    height:4px;
    margin-top:calc(1.37931vw + 27.41379px);
    width:100%
}
@media(min-width:1440px){
    .FeaturedStories--border-bottom .JournalCard:after{
        margin-top:55px
    }
}
@media(max-width:739px){
    .FeaturedStories--border-bottom .JournalCard:after{
        margin-top:35px
    }
}
