.featuredBlogParade a{text-decoration:none}.featuredBlogList{display:flex;flex-wrap:wrap;height:auto;list-style-type:none;margin:0;padding:0;width:100%}.featuredBlogList .featuredBlogImageContainer{-webkit-box-flex:0;background-position:50%;background-repeat:no-repeat;background-size:cover;-ms-flex:0 1 30%;flex:0 1 30%;margin-right:10px;min-height:100px}.featuredBlogList .featuredBlogCard{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:stretch;-ms-flex-align:stretch;-webkit-box-pack:start;-ms-flex-pack:start;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;justify-content:flex-start;margin-right:10px;min-height:105px}.featuredBlogList .featuredBlogContentContainer{-webkit-box-flex:1;border-bottom:1px solid #d8d8d8;-ms-flex:1 1 calc(60% - 5px);flex:1 1 calc(60% - 5px)}.featuredBlogList .featuredBlogItem{display:block;flex:1 1 50%;margin-bottom:15px;position:relative;text-decoration:none}.featuredBlogList .featuredBlogCard:hover{background-color:#d8d8d8}.featuredBlogList .featuredBlogTitle{font-size:19px;font-weight:400;margin:10px 20px 10px 0}.featuredBlogList .featuredBlogSummary{line-height:1.1;margin-bottom:20px}@media(max-width:768px){.featuredBlogList{display:block}}