.insight-filter-container{display:grid;position:relative;grid-template:auto/1fr;grid-gap:0 26px;gap:0 26px;font-size:18px;line-height:1.4;font-family:'BNYM_NEWTON_Akkurat_Pro'}
.filter-selected{background-color:#003b79;color:#fff;border-bottom:1px solid #fff}
.insight-filter-container .insight-filter-header{display:flex;align-items:flex-end;grid-gap:20px;gap:20px;grid-column:1/-1}
.insight-filter-container .insight-filter-header .filter-panel{flex:1 1}
.insight-filter-container .insight-category-filter-panel{cursor:pointer;padding:10px 20px;border-bottom:1px solid #d8dfe1;background:#fff}
.insight-filter-container .insight-author-filter-panel{cursor:pointer;padding:10px 20px;border-bottom:1px solid #d8dfe1;background:#fff}
.insight-filter-container .insight-filter-item{margin-bottom:16px}
.insight-filter-container .insight-filter-item .insight-category-filter-header-wrap{overflow:hidden;display:flex;align-items:center}
.insight-filter-container .insight-filter-item .insight-author-filter-header-wrap{overflow:hidden;display:flex;align-items:center}
.insight-filter-container .insight-filter-item .filter-label{color:#5a6e7f;flex:1 1}
.insight-filter-container .insight-filter-item .filter-panel{color:#000;display:inline-block}
.insight-filter-container .insight-filter-item .fa-open-category-filter{flex:none;font-size:18px}
.insight-category-filter{z-index:2;max-height:300px;overflow-y:scroll;width:100%;position:absolute;margin:18px 0 0 !important;left:0;border:1px solid #70848d}
.insight-authors-filter{z-index:2;max-height:300px;overflow-y:scroll;width:100%;position:absolute;margin:18px 0 0 !important;left:0;border:1px solid #70848d}
.insight-category-filter ul.filter-category-list{display:grid;margin-top:1px;background:#fff;grid-template:repeat(1,auto) / repeat(1,1fr);padding-inline-start:0;margin-block-end:0}
.insight-authors-filter ul.filter-authors-list{display:grid;margin-top:1px;background:#fff;grid-template:repeat(1,auto) / repeat(1,1fr);padding-inline-start:0;margin-block-end:0}
.insight-category-filter ul.filter-category-list .filter-category-list-item{padding:10px 20px;font-size:14px;list-style:none;width:100%;position:relative}
.insight-authors-filter ul.filter-authors-list .filter-author-list-item{padding:10px 20px;font-size:14px;list-style:none;width:100%;position:relative}
.insight-category-filter ul.filter-category-list .filter-category-list-item:hover{background-color:#003b79;color:#fff}
.insight-authors-filter ul.filter-authors-list .filter-author-list-item:hover{background-color:#003b79;color:#fff}
.fa{display:inline-block;font-weight:900;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}
.fa:before{content:var(--fa)}
.fa-angle-down{--fa:'\f107';font-family:"FontAwesome"}
.fa-rotate-180{transform:rotate(180deg)}
.fa.fa-close{--fa:'\f00d';font-family:"FontAwesome"}
.fa-close,.fa-times{--fa:'\f00d'}
.filter-selected-categories{display:grid;grid-template:auto/repeat(1,1fr);grid-gap:10px;background:#fff;font-size:14px;cursor:context-menu}
.filter-selected-categories .filter-selected-category{display:inline-block;background:#015559;color:#efefef;padding:8px 16px;margin:0 0 16px 16px;cursor:pointer;position:relative}
.filter-selected-categories .filter-selected-category .fa-close{-webkit-text-stroke-color:#fff;position:relative;top:1px;left:5px;font-size:16px}
.filter-selected-categories .filter-selected-author{display:inline-block;background:#015559;color:#efefef;padding:8px 16px;margin:0 0 16px 16px;cursor:pointer;position:relative}
.filter-selected-categories .filter-selected-author .fa-close{-webkit-text-stroke-color:#fff;position:relative;top:1px;left:5px;font-size:16px}
.filter-selected-categories-list{text-align:right}
.insight-filter-loading{display:none;position:absolute;left:0;height:100%;width:100%;text-align:center;background:rgba(255,255,255,0.64);z-index:100}
@media(max-width:768px){.insight-category-filter ul.filter-category-list{grid-template:repeat(1,auto) / repeat(1,1fr)}
.insight-authors-filter ul.filter-authors-list{grid-template:repeat(1,auto) / repeat(1,1fr)}
.newton-container-heroTeaser{padding-left:0;padding-right:0}
}
@media(min-width:718px){.insight-filter-container{grid-template:auto/repeat(2,minmax(240px,1fr))}
}
@media(min-width:768px){.insight-filter-container{grid-template:auto/repeat(auto-fill,minmax(320px,1fr))}
.insight-category-filter{max-height:unset;overflow:unset}
.insight-authors-filter{max-height:unset;overflow:unset}
.insight-category-filter ul.filter-category-list{grid-template:repeat(1,auto) / repeat(1,1fr)}
.insight-authors-filter ul.filter-authors-list{grid-template:repeat(1,auto) / repeat(1,1fr)}
}
@media(min-width:1024px){.insight-filter-container .insight-filter-header{width:auto;padding:10px 0;grid-column:auto}
.insight-filter-container .insight-filter-header .filter-panel{text-align:right}
}
.filter-category-column{display:grid;grid-template-columns:auto auto auto auto;background:#fff}
.filter-authors-column{display:grid;grid-template-columns:auto auto auto auto;background:#fff}
.heroInsight--bottom{margin:50px}
.hide-author-filter .insight-author-filter-panel{display:none}
.show-author-filter .filter-dropdown-placeholder{display:none}
.no-result-section{font-family:'BNYM_NEWTON_Akkurat_Pro';text-align:center}
.teaser-block:has(.no-result-section){display:flex;align-items:center;max-width:100%}
.disabled-author-filter{pointer-events:none;opacity:.5}
.newtonim-negative-container-margin .hide-hero{margin-top:100px}