section.articles .container{position:relative}section.articles .items{display:flex;flex-direction:column}section.articles .items .box{display:flex;flex:1 1 auto;outline:0;user-select:none}section.articles .items>div>div{width:100%;display:flex}section.articles .cc-panel{margin-bottom:24px;padding:0;flex:1 1 auto;overflow:hidden;box-shadow:0 24px 32px 0 rgba(116,116,116,.15);transition:box-shadow ease-out .25s}section.articles .cc-panel:not(:first-child){margin-top:0}section.articles .cc-panel .img{flex:0 0 auto}section.articles .cc-panel h3{margin:8px 0 12px}section.articles .cc-panel .article{padding:32px 32px 0;max-height:355px;overflow:hidden;flex:1 1 auto;position:relative}section.articles .cc-panel .article-engagement{padding:32px 32px}section.articles .cc-panel .article:after{content:"";height:64px;background:linear-gradient(rgba(255,255,255,0),#fff 55%,#fff);position:absolute;left:0;right:0;bottom:0}section.articles .cc-panel .article .date{color:#81909c;font-size:18px}section.articles .cc-panel .article-engagement .date{color:#81909c;font-size:18px}section.articles .cc-panel .article h3{font-size:26px}section.articles .cc-panel .article-engagement h3{font-size:26px}section.articles .cc-panel .article .content{color:var(--dark-blue);font-size:18px}section.articles .cc-panel .article-engagement .content{color:#333;font-size:18px}section.articles .cc-panel:hover{box-shadow:0 0 0 0 #fff}section.articles .cc-panel.no-hover:hover{background-color:#fff;box-shadow:0 24px 32px 0 rgba(116,116,116,.15)!important}section.articles .cc-panel:hover .article:after{background:linear-gradient(transparent,var(--b2c-blue-10) 60%,var(--b2c-blue-10))}section.articles .cc-panel:hover .article-engagement:after{background:linear-gradient(transparent,#eef1f4 60%,#eef1f4)}section.articles .cc-panel h3{color:var(--dark-blue)}section.articles .cc-panel:hover h3{color:var(--b2c-blue-100)}section.articles .cc-panel.no-hover:hover h3{color:#333}section.articles div[class*=CmsDirectEditCss-optionBar]{display:flex}@media screen and (min-width:768px){section.articles .items{flex-direction:row;flex-wrap:wrap;margin:0 -12px}section.articles .items .box{display:flex;padding:0 12px;flex:1 1 auto;max-width:50%}section.articles .items .cc-panel{flex:1 1 auto;overflow:hidden;display:flex;flex-direction:column}}@media screen and (min-width:992px){section.articles .items{margin:0 -16px}section.articles .items .box{padding:0 16px}section.articles .cc-panel{margin-bottom:32px}}@media screen and (min-width:1200px){section.articles .container{padding-bottom:48px}section.articles .items{justify-content:center}section.articles .items .box{max-width:33%}}