.post-card{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}.post-card .image{overflow:hidden;border-radius:8px;width:100%;height:180px;background-image:var(--background-image);background-color:#191919;background-size:cover;background-repeat:no-repeat;margin:0 0 10px}@media only screen and (min-width: 767px){.post-card.large{max-width:unset}.post-card.large .image{width:415px;height:240px}}.post-card h3{font-family:"Merriweather Sans";font-size:20px;font-weight:500;margin:0;flex:1}.post-card a{display:block;text-decoration:none;margin:0 0 10px}.post-card a.category{font-size:15px;color:#ffc50e;margin:0 0 4px}.post-card a.author{color:var(--grey-color-lighter);margin:0 5px 0 0}.post-card .details{font-size:14px;color:#9d9d9d;align-items:center;justify-content:flex-start;white-space:nowrap}.post-card .stats{font-size:13px;color:#626262}.post-card .stats span{display:inline-flex;align-items:center;font-size:14px}.post-card .stats span:before{display:block;background-repeat:no-repeat;content:"";margin-right:10px}.post-card .stats span.views{margin:0 10px 0 0}.post-card .stats span.views:before{width:17.5px;height:13px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.5' height='13' viewBox='0 0 17.5 13'%3E%3Cg transform='translate(-1 -5.5)' fill='none' stroke='%23626262' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'%3E%3Cpath d='M1.5 12s3-6 8.25-6S18 12 18 12s-3 6-8.25 6S1.5 12 1.5 12Z'/%3E%3Cpath d='M18 15.75a2.25 2.25 0 1 1-2.25-2.25A2.25 2.25 0 0 1 18 15.75Z' transform='translate(-6 -3.75)'/%3E%3C/g%3E%3C/svg%3E")}.post-card .stats span.comments:before{width:12px;height:12px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M14.994 4.2A1.2 1.2 0 0 0 13.8 3H4.2A1.2 1.2 0 0 0 3 4.2v7.2a1.2 1.2 0 0 0 1.2 1.2h8.4L15 15Z' transform='translate(-3 -3)' fill='%23626262'/%3E%3C/svg%3E")}@media only screen and (max-width: 767px){.post-card{width:100%;max-width:300px;margin:0 auto}}#latest{padding:0 0 70px}#latest .posts{text-align:start;align-items:start;gap:30px}#latest .posts .cards{align-items:start;gap:30px}#latest .posts .list .card:first-child{border-bottom:1px solid #4b4b4b;padding:0 0 25px;margin:0 0 25px}@media only screen and (max-width: 1280px){#latest .posts{flex-wrap:wrap;justify-content:center}#latest .posts .cards{border-bottom:1px solid #4b4b4b;padding:0 15px 40px}#latest .posts .list{display:flex}#latest .posts .list .card:first-child{border-bottom:none;border-right:1px solid #4b4b4b;padding:0 25px 0 0;margin:0 25px 0 0}}@media only screen and (max-width: 991px){#latest{padding:0 0 30px}#latest .posts .cards{overflow-x:auto;margin:0 0 40px}}@media only screen and (max-width: 767px){#latest .posts .list{display:block}#latest .posts .list .card:first-child{border-bottom:1px solid #4b4b4b;border-right:none;padding:0 0 25px;margin:0 auto 25px}}#posts{padding:0 0 100px}#posts .categories{text-align:center;margin:0 auto 40px;padding:30px 0;border-bottom:1px solid #4b4b4b;overflow-x:auto}#posts .categories .horizontal-list{justify-content:center}#posts .grid{grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));margin-bottom:50px}#posts .more{text-align:center}@media only screen and (max-width: 991px){#posts .categories .horizontal-list{justify-content:flex-start}}@media only screen and (max-width: 767px){#posts .categories{padding:25px 0}#posts .categories .horizontal-list{justify-content:start}#posts .grid{justify-content:center}}#content{padding:75px 0}#content .content-boxes{justify-content:space-between;gap:30px}#content .content-box{max-width:630px;flex:1;border-radius:8px;background-image:var(--background-image);background-repeat:no-repeat;background-position:top right;background-size:contain;overflow:hidden}#content .content-box .text-box{padding:50px 40px 30px}#content .content-box .image-box{line-height:0}#content .content-box h1{font-size:26px}#content .content-box .faculty-member{margin-bottom:65px}#content .content-box .faculty-member .host{font-size:15px}#content .content-box .faculty-member .image{width:50px;height:50px}#content .content-box .faculty-member .text h4{font-size:16px}#content .content-box .faculty-member .text p{font-size:14px}#content .content-box.podcast{background-color:#bc4122}#content .content-box.interviews{background-color:#191919}@media only screen and (max-width: 991px){#content .content-boxes{flex-direction:column;align-items:center}#content .content-box{width:100%}}@media only screen and (max-width: 767px){#content .container{padding:0 0 0 20px}#content .content-box{background-image:none !important;flex-direction:column;width:unset}#content .content-box .text-box{padding:50px 25px 0;flex:1}#content .content-box .faculty-member{margin-bottom:30px}#content .content-box .faculty-member .host{font-size:16px;text-align:center}#content .content-box .arrow{display:block;text-align:center}}.cards-list{padding:60px 0 80px}.cards-list .cards{grid-template-columns:repeat(3, 1fr)}#cover{max-width:680px}
