.blog-card a{display:flex;flex-direction:column;height:100%;text-decoration:none}.blog-card__image{background-position:center;background-size:cover;height:10rem}.blog-card__summary{background:#f3f6f8;flex:1;min-height:150px;padding:1rem;position:relative}.blog-card__summary header h3{margin-bottom:.5rem;transition:color .1s linear}.blog-card__summary header p{color:#979797;font-size:.65rem;margin-bottom:2.5px}.blog-card__summary::before{background:#144cd3;bottom:0;content:'';display:inline-block;height:0;left:.75rem;position:absolute;transition:all .25s cubic-bezier(.35,.35,.15,1);width:calc(100% - 30px);z-index:99}.blog-card a:hover .blog-card__summary::before{height:5px}.blog-card a:hover header h3{color:#144cd3}.blog-card__summary .content{margin-bottom:1rem}.blog-card__summary .content p{color:#686868;font-size:.75rem;line-height:1.5}.blog-card--promo a{flex-direction:row}.blog-card--promo .blog-card__image{background-size:cover;flex:0 0 33.33334%;height:auto}.blog-card--promo .blog-card__summary{background:#f3f6f8;flex:0 0 66.66667%}