/* Blog card/footer flow fix */
.featured-media,.story-media{display:block}
.stories-grid{align-items:stretch;margin-bottom:72px}
.story-card{display:flex;min-width:0;height:100%;flex-direction:column;position:relative}
.story-card .story-media{flex:0 0 310px;height:310px}
.story-card h2,.story-card p{flex:0 0 auto}
.story-card p{margin-bottom:0}
.pagination{clear:both;position:relative;margin-top:0;margin-bottom:90px}
.site-footer{clear:both;position:relative;z-index:1;margin-top:0}
@media(max-width:620px){.stories-grid{display:block;margin-bottom:58px}.story-card{display:block;height:auto;margin-bottom:54px}.story-card:last-child{margin-bottom:0}.story-card .story-media{display:block;height:360px;min-height:360px;margin-bottom:24px}.story-card h2{margin-bottom:14px}.pagination{margin-bottom:65px}}
