.postListing,.eventListing{display:flex;justify-content:space-between;align-items:center;align-items:center;border-bottom:var(--border)}.postListing .listingThumbnail,.eventListing .listingThumbnail{flex-basis:50%}@media (min-width:1200px){.postListing .listingThumbnail,.eventListing .listingThumbnail{flex-basis:30%}}.postListing .listingThumbnail img,.eventListing .listingThumbnail img{aspect-ratio:1;object-fit:cover;object-position:center}.postListing{padding:.5rem}.postListing .postExcerpt{display:none}.postListing .listingContent{gap:.5rem}.eventListing{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem}@media (min-width:1200px){.eventListing{display:flex;justify-content:space-between;align-items:center}}.eventListing .listingThumbnail{flex-basis:35%}@media (min-width:1200px){.eventListing .listingThumbnail{flex-basis:50%}}.eventListing .listingThumbnail img{border-radius:50%}.eventListing .listingContent{padding:0 1rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}@media (min-width:1200px){.eventListing .listingContent{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;text-align:left}}.postCategory{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;gap:.8rem}.postCategory .postSepWrap{display:flex;flex-direction:column;justify-content:center;align-items:center;width:2.5rem;height:1px}.postCategory .postSepWrap .postSep{width:100%;height:100%;border-bottom:var(--border)}.postCategory.centered{display:flex;flex-direction:column;justify-content:center;align-items:center}.postTitle.centered{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.postExcerpt p{font-size:14px}.postExcerpt.centered{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.homeEntryPostsWrapper{display:grid;grid-template-columns:repeat(2,1fr);row-gap:.5rem;padding-bottom:.5rem;border-bottom:var(--border)}@media (min-width:1200px){.homeEntryPostsWrapper{border-bottom:unset}}.homeEntryPost{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;flex-direction:column;gap:1rem;padding:.5rem 1rem}@media (min-width:1200px){.homeEntryPost{display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:.5rem;padding:.5rem 1rem}}.homeEntryPost .postExcerpt,.homeEntryPost .postSepWrap{display:none}.homeEntryPost .postLeft{width:100%;display:none}@media (min-width:1200px){.homeEntryPost .postLeft{flex-basis:25%;display:flex}}.homeEntryPost .postLeft a{width:100%}.homeEntryPost .postLeft a img{width:100%;height:100%;max-height:95px;object-fit:cover;object-position:center;aspect-ratio:1}@media (min-width:1200px){.homeEntryPost .postLeft a img{max-height:unset}}.homeEntryPost .postRight{display:flex;flex-direction:column;justify-content:start;align-items:flex-start;flex-direction:column;align-items:flex-start;gap:.5rem;padding:0 .25rem;height:fit-content}@media (min-width:1200px){.homeEntryPost .postRight{display:flex;justify-content:space-between;align-items:center;align-items:flex-start;flex-basis:70%;gap:.5rem;padding:0}}.homeEntryPost:nth-child(2){border-right:var(--border)}.homeEntryPost:first-child{grid-column:1 / span 2;padding:1rem;border:var(--border)}@media (min-width:1200px){.homeEntryPost:first-child{padding:1.5rem;gap:1rem;border:var(--border)}}.homeEntryPost:first-child .postLeft,.homeEntryPost:first-child .postRight{flex-basis:50%}.homeEntryPost:first-child .postExcerpt,.homeEntryPost:first-child .postSepWrap{display:flex;flex-direction:column;justify-content:center;align-items:center}.homeEntryPost:first-child .postLeft{display:flex}.homeEntryPost:first-child .postLeft img{max-height:200px;aspect-ratio:1.7777777778}@media (min-width:1200px){.homeEntryPost:first-child .postLeft img{aspect-ratio:1;max-height:100%}}@supports not (aspect-ratio:1){.homeEntryPost:first-child .postLeft img{width:100%;height:auto}}.homeEntryPost:first-child .postRight{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;text-align:center;padding:.5rem}@media (min-width:1200px){.homeEntryPost:first-child .postRight{gap:1.5rem;padding:1rem .5rem}}.homeEntryPost:first-child .postRight h4.postTitle{font-size:24px;line-height:125%}@media (min-width:1200px){.homeEntryPost:first-child .postRight h4.postTitle{font-size:30px}}.homeEntryPost:first-child .postRight .postLink{background-color:var(--dark);color:var(--lt);font-size:15px;padding:.25rem 1.25rem;margin-top:.5rem}.topPostsWrapper{width:100%;margin:auto;overflow:hidden}.topPostsWrapper .topPosts.swiper-wrapper{display:flex;transition:transform .3s ease-in-out}.topPostsWrapper .topPost{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-direction:column;align-items:center;gap:1rem;padding:1rem 1rem 0;height:100%}@media (min-width:1200px){.topPostsWrapper .topPost{gap:1.5rem;padding:.5rem}.topPostsWrapper .topPost:nth-child(2){flex-direction:column-reverse}}.topPostsWrapper .topPost .postContent{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.topPostsWrapper .postThumbnail{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.topPostsWrapper .postThumbnail img{max-width:10rem;max-height:10rem;object-fit:cover;object-position:center;border-radius:100%;aspect-ratio:1}@media (min-width:1200px){.topPostsWrapper .postThumbnail img{max-width:9.5rem;max-height:9.5rem}}@media (min-width:1400px){.topPostsWrapper .postThumbnail img{max-width:11rem;max-height:11rem}}.topPostsWrapper .swiper-slide{flex:0 0 auto;width:auto}@media (min-width:1200px){.topPostsWrapper .swiper-slide{margin:auto!important}}.topPostsWrapper .swiper-button-next,.topPostsWrapper .swiper-button-prev{color:var(--dark);transition:var(--ease)}.topPostsWrapper .swiper-button-next::after,.topPostsWrapper .swiper-button-prev::after{font-size:2rem}.topMonthlyPosts .postListing{padding:.5rem}@media (min-width:1200px){.topMonthlyPosts .postListing{padding:1rem}}.topMonthlyPosts .listingThumbnail{flex-basis:50%}@media (min-width:1200px){.topMonthlyPosts .listingThumbnail{flex-basis:25%}}.topMonthlyPosts .listingContent{gap:.5rem}@media (min-width:1200px){.topMonthlyPosts .listingContent{gap:1rem}}.topMonthlyPosts .postExcerpt{display:flex}@media (min-width:1200px){.topMonthlyPosts .postTitle h5{font-size:1.2rem}}.recentInterviews .postListing{padding:.5rem}@media (min-width:1200px){.recentInterviews .postListing{padding:1rem .5rem}}.recentInterviews .listingThumbnail{flex-basis:30%}.recentInterviews .listingThumbnail img{border-radius:50%}@media (min-width:1200px){.recentInterviews .listingThumbnail{flex-basis:40%}}@media (min-width:768px){.recentInterviews .jet-listing-grid__item:nth-child(odd) .listingContent{border-right:var(--border)}}