.library_listing{display:flex;flex-wrap:wrap}.library_listing .card{background:var(--solid-black-ffffff,#fff);border-radius:10px;box-shadow:0 4px 14px 0 rgba(0,0,0,.08);display:flex;flex:0 0 auto;flex-direction:column;margin-bottom:30px;margin-right:30px;width:calc(33.33333% - 20px)}.library_listing .card .card_image img{border-top-left-radius:10px;border-top-right-radius:10px;height:200px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:100%}.library_listing .card .card_body{flex-grow:1;padding:20px}.library_listing .card .card_body .library_type{color:var(--color-value);display:flex;font-family:var(--font-normal);font-size:14px;font-style:normal;font-weight:500;line-height:14px;margin-bottom:15px}.library_listing .card .card_body .library_type img{filter:var(--filter-value);height:14px;margin-right:8px;width:14px}.library_listing .card .card_body .library_type.ebooks{--filter-value:invert(35%) sepia(76%) saturate(5157%) hue-rotate(224deg) brightness(93%) contrast(87%);--color-value:#3b5cde}.library_listing .card .card_body .library_type.webinars_videos{--filter-value:invert(66%) sepia(22%) saturate(5286%) hue-rotate(2deg) brightness(108%) contrast(103%);--color-value:#ffa600}.library_listing .card .card_body .library_type.podcasts{--filter-value:invert(61%) sepia(59%) saturate(613%) hue-rotate(98deg) brightness(92%) contrast(81%);--color-value:#20c472}.library_listing .card .card_body .library_type.infographics{--filter-value:invert(26%) sepia(88%) saturate(6502%) hue-rotate(274deg) brightness(96%) contrast(99%);--color-value:#a021ed}.library_listing .card .card_body h4.title{font-feature-settings:"clig" off,"liga" off;color:#202437;font-family:var(--font-normal);font-size:16px;font-style:normal;font-weight:500;line-height:22px}.library_listing .card .card_body h4.title a{color:inherit}.library_listing .card .card_footer{align-items:flex-end;display:flex;justify-content:space-between;padding:10px 20px 20px}.library_listing .card .card_footer .date_created,.library_listing .card .card_footer .learn_more{color:#797e8b;font-family:var(--font-normal);font-size:14px;font-style:normal;font-weight:500;line-height:22px}@media(min-width:871px){.library_listing .card:nth-child(3n+3){margin-right:0}}@media(max-width:870px){.library_listing .card{width:calc(50% - 15px)}.library_listing .card:nth-child(2n+2){margin-right:0}}@media(max-width:670px){.library_listing .card{margin-bottom:20px;margin-right:0;width:100%}}.load_more_wrapper{display:flex;justify-content:center;margin-top:20px}.load_more_wrapper .load_more{background-color:#3b5cde;border-radius:100px;color:#fff;font-size:16px;font-weight:600;height:44px;line-height:normal;text-align:center;width:180px}