:root{--very-dark-grayish-blue:hsl(217,19%,35%);--desaturated-dark-blue:hsl(214,17%,51%);--light-grayish-blue:hsl(210,46%,95%);--grayish-blue:hsl(212,23%,69%);--white:hsl(0,0,100%);--fs-13:13px}
.c-standalone-card .article-card{margin:1rem;padding-bottom:1rem;background:var(--white);display:grid;grid-template-columns:285px minmax(300px,445px);max-width:250px;width:fit-content;border-radius:10px;box-shadow:5px 5px 5px 0 rgba(51 51 51 / 10%);-webkit-box-shadow:5px 5px 5px 0 rgba(51 51 51 / 10%);-moz-box-shadow:5px 5px 5px 0 rgba(51 51 51 / 10%)}
.c-standalone-card .article-card.sc-centered-image{grid-template-columns:none;max-width:250px;display:inline-grid}
.c-standalone-card .article-card.sc-left-image{grid-template-columns:285px minmax(300px,445px);max-width:750px}
.c-standalone-card .article-card .tag-section .tag-color{display:inline-block;height:6px;width:24px;margin-bottom:2px;margin-right:.5rem}
.c-standalone-card .article-card .tag-section .tag-color.article,.c-standalone-card .article-card .card-content .tag-section .tag-color.default{background-color:#8c294e}
.c-standalone-card .article-card .tag-section .tag-color.blog{background-color:#26a2b5}
.c-standalone-card .article-card .tag-section .tag-color.video{background-color:#746ab9}
.c-standalone-card .article-card .tag-section .tag-color.success-story{background-color:#3fa67a}
.c-standalone-card .article-card .tag-section .tag-color.weekly-commentary{background-color:#f1c238}
.c-standalone-card .article-card .tag-section .tag-color.e-book{background-color:#c4cfca}
.c-standalone-card .article-card .tag-section .tag-color.guide,.c-standalone-card .ui-card .card-content .tag-section .tag-color.report,.c-standalone-card .ui-card .card-content .tag-section .tag-color.infographic,.c-standalone-card .ui-card .card-content .tag-section .tag-color.tool{background-color:#ed834e}
.c-standalone-card .article-card .tag-section .tag-color.webinar{background-color:#ece9de}
.c-standalone-card .article-card .tag-section .tag-title{display:inline-block;font-family:"benton-sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;font-size:.875rem;padding-bottom:.5rem;color:#707070}
.c-standalone-card .article-card .date{font-size:.875rem;font-weight:400;line-height:.875rem;color:#707070;font-family:"benton-sans","Helvetica Neue",Helvetica,Arial,sans-serif}
.c-standalone-card .img-box{overflow:hidden}
.c-standalone-card .article-banner{width:100%;height:100%;object-fit:cover;object-position:left;transition:all .5s ease}
.c-standalone-card .article-card:hover .article-banner{transform:scale(1.1)}
.c-standalone-card .article-content{padding:10px 30px;border-radius:0 10px 10px 0;position:relative;max-height:296px;overflow:hidden;margin-top:1rem}
.c-standalone-card .article-content::after{background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,0.5) 30%,#fff);position:absolute;content:'';width:160px;height:25px;bottom:0;right:0}
.c-standalone-card .article-card a,.c-standalone-card .article-card a:hover{color:#333;text-decoration:none}
.c-standalone-card .article-title{font-size:1.25rem;color:#333;margin-bottom:12px;line-height:1.75;display:-webkit-box;max-width:220px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.c-standalone-card .article-text{color:#333;font-size:1rem;line-height:1.5;margin-bottom:18px}
.c-standalone-card .sc-centered-image .article-text{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box}
.c-standalone-card .sc-left-image .article-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box}
.c-standalone-card .article-content-footer{display:flex;justify-content:space-between;align-items:center}
.c-standalone-card .publish-date{color:var(--grayish-blue);font-size:var(--fs-13)}
@media screen and (max-width:768px){:root{--fs-13:12px}
.c-standalone-card .article-card.sc-centered-image{grid-template-columns:285px 460px;max-width:768px;display:grid}
.c-standalone-card .article-card.sc-left-image{grid-template-columns:285px 460px}
.c-standalone-card .img-box,.article-content{border-radius:0}
.c-standalone-card .img-box{height:auto;min-height:180px}
.c-standalone-card .article-content{padding:30px 28px 20px;max-width:calc(80% - 100px)}
.c-standalone-card .article-title{font-size:15px}
.c-standalone-card .article-text{margin-bottom:30px}
.c-standalone-card .acticle-content-footer{position:relative}
}
@media screen and (max-width:600px){.c-standalone-card .article-card.sc-centered-image{grid-template-columns:100px 220px !important;max-width:600px;display:grid}
.c-standalone-card .article-card.sc-left-image{grid-template-columns:100px 220px !important;max-width:600px}
.c-standalone-card .article-content{padding:20px 10px;max-width:320px}
.c-standalone-card .article-card.sc-left-image p,.c-standalone-card .article-card.sc-centered-image p{display:none}
.c-standalone-card .article-card.sc-left-image .article-banner,.c-standalone-card .article-card.sc-centered-image .article-banner{object-position:center}
}