section.articles-list{position:relative;padding-block:calc(var(--standard-section-padding-y)*2) var(--standard-section-padding-y);padding-inline:var(--standard-section-padding-x)}section.articles-list.dark{background-color:var(--bg-color-black);color:var(--text-color-primary)}section.articles-list.light{color:var(--text-color-secondary)}section.articles-list.gray{background-color:var(--bg-color-gray);color:var(--text-color-primary)}section.articles-list.sunglow{background-color:var(--bg-color-sunglow);color:var(--text-color-secondary)}section.articles-list:first-child .section-eyebrow{display:none}@media(min-width: 75rem){section.articles-list{padding-block:var(--standard-section-padding-y)}}section.articles-list .featured-article{display:grid;grid-template-columns:1fr;gap:var(--spacing-lg);text-decoration:none;color:inherit}@media(min-width: 75rem){section.articles-list .featured-article{padding-block:var(--standard-section-padding-y) 0;grid-template-columns:1.08fr 1fr}}section.articles-list .featured-article .featured-article-image{aspect-ratio:1.45;overflow:hidden}section.articles-list .featured-article .featured-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}section.articles-list .featured-article .featured-article-content{padding-block:0;display:flex;flex-direction:column;gap:var(--spacing-xs)}section.articles-list .featured-article .featured-article-content .date{flex:1;display:flex;align-items:flex-end}section.articles-list .featured-article .featured-article-content .date p{font-size:var(--font-size-body-sm)}section.articles-list .featured-article .featured-article-content .read-more{color:var(--bg-color-black)}section.articles-list .featured-article .featured-article-content .read-more .button{justify-content:flex-start}@media(min-width: 75rem){section.articles-list .featured-article .featured-article-content{padding-block:var(--spacing-md);gap:var(--spacing-xxs)}}section.articles-list .articles-container{padding-top:var(--spacing-xxl);display:flex;flex-direction:column;gap:var(--spacing-xxl)}section.articles-list .articles-container .articles-content .text{flex:1;padding-top:var(--spacing-xxs)}section.articles-list .articles-container .articles-content .text p{margin-block:var(--spacing-xs);font-size:var(--font-size-body-lg)}section.articles-list .articles-container .articles-content .buttons{display:flex;flex-direction:row;gap:var(--spacing-md)}section.articles-list .articles-container .articles-content .buttons-desktop{display:none}@media(min-width: 48rem){section.articles-list .articles-container .articles-content .buttons-desktop{display:flex}}section.articles-list .articles-container .articles-gallery{flex:2.8;padding-top:var(--spacing-3xs)}section.articles-list .articles-container .articles-gallery .gallery-container{padding-top:var(--spacing-xl);display:grid;grid-template-columns:1fr;gap:var(--spacing-lg) var(--spacing-xl);transition:height .3s ease}@media(min-width: 48rem){section.articles-list .articles-container .articles-gallery .gallery-container{grid-template-columns:repeat(2, minmax(0, 1fr))}}section.articles-list .articles-container .articles-gallery .gallery-container.fading-out .article-card.active{opacity:0}section.articles-list .articles-container .articles-gallery .gallery-container.fading-in .article-card.active{opacity:1}section.articles-list .articles-container .articles-gallery .gallery-container .article-card{display:none;opacity:0;transition:opacity .3s ease;grid-template-columns:1fr;grid-gap:var(--spacing-sm);overflow:hidden}section.articles-list .articles-container .articles-gallery .gallery-container .article-card.active{display:grid;opacity:1}@media(min-width: 75rem){section.articles-list .articles-container .articles-gallery .gallery-container .article-card{grid-template-columns:1fr 1fr}}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-image{width:100%;aspect-ratio:1.31;overflow:hidden}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-image img{height:100%;width:100%;object-fit:cover}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-content{display:flex;flex-direction:column;padding-block:var(--spacing-sm) var(--spacing-xxs)}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-content .categories{display:flex;flex-direction:row;gap:var(--spacing-3xs);flex-wrap:wrap}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-content .categories p{margin-bottom:0;font-size:var(--font-size-body-sm);padding:.25rem var(--spacing-3xs);background-color:var(--bg-color-gray);color:var(--text-color-primary);border-radius:unset}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-content h5.title{line-height:1.2;padding-top:var(--spacing-xs);text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-content p.excerpt{padding-top:var(--spacing-xxs);line-height:1.4;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;width:90%}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-content .read-more{padding-top:var(--spacing-3xs)}section.articles-list .articles-container .articles-gallery .gallery-container .article-card .article-card-content .read-more .button.chevron{color:var(--bg-color-black);justify-content:flex-start;align-items:center}section.articles-list .articles-container .buttons-mobile{display:flex;flex-direction:row;gap:var(--spacing-md)}@media(min-width: 48rem){section.articles-list .articles-container .buttons-mobile{display:none}}section.articles-list .articles-container.select{padding-top:0;gap:var(--spacing-md)}section.articles-list .articles-container.select .articles-content{padding-top:0;display:grid;grid-template-columns:1fr 0fr;justify-content:space-between;align-items:flex-end}@media(min-width: 48rem){section.articles-list .articles-container.select .articles-content{grid-template-columns:1fr 1fr}}section.articles-list .articles-container.select .articles-content .text p{margin-bottom:0}section.articles-list .articles-container.select .articles-content .buttons{justify-self:end}section.articles-list .articles-container.select .articles-gallery{padding-top:var(--spacing-md)}section.articles-list .articles-container.select .articles-gallery .gallery-container{padding-top:0;grid-template-columns:1fr;gap:var(--spacing-sm)}@media(min-width: 62rem){section.articles-list .articles-container.select .articles-gallery .gallery-container{grid-template-columns:repeat(3, 1fr)}}section.articles-list .articles-container.select .articles-gallery .gallery-container .article-card{display:none;flex-direction:column;height:100%;grid-gap:unset}section.articles-list .articles-container.select .articles-gallery .gallery-container .article-card.active{display:flex}section.articles-list .articles-container.select .articles-gallery .gallery-container .article-card .article-card-image{height:auto;width:100%;aspect-ratio:1.55;overflow:hidden}section.articles-list .articles-container.select .articles-gallery .gallery-container .article-card .article-card-image img{height:100%;width:100%;object-fit:cover}section.articles-list .articles-container.select .articles-gallery .gallery-container .article-card .article-card-content{padding-top:var(--spacing-xs)}section.articles-list.dark .articles-container .articles-content .text .heading{color:var(--text-color-sunglow)}section.articles-list.dark .articles-container .articles-gallery .category-container .category-button.active{background-color:var(--bg-color-white);color:var(--bg-color-black)}section.articles-list.dark .articles-container .articles-gallery .gallery-container .article-card .article-card-content .read-more .button.chevron{color:var(--bg-color-white);justify-content:center}section.articles-list .category-container{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem;height:var(--spacing-sm);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}section.articles-list .category-container::-webkit-scrollbar{display:none}@media(min-width: 62rem){section.articles-list .category-container{flex-wrap:wrap;overflow-x:visible}}section.articles-list .category-container .category-button{width:fit-content;white-space:nowrap;cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center;transition:all var(--transition-duration-fast) var(--transition-timing-function)}section.articles-list .category-container .category-button.active{background-color:var(--bg-color-black);color:var(--bg-color-white)}section.articles-list .category-container .category-button p{margin:0;padding-inline:var(--spacing-xxs);font-size:var(--font-size-body-sm);vertical-align:middle}section.articles-list .category-container .category-button:hover,section.articles-list .category-container .category-button.gray{background-color:#d3d3d3}/*# sourceMappingURL=articles-list.css.map */
