.news-page { padding: 28px 0 55px; background: #fff; }
.news-page-title { margin: 0; font-size: 2.6em; font-weight: 300; }
.news-page-divider { width: 50px; height: 3px; margin: 10px 0 26px; background: #000; }
.news-intro { margin-bottom: 28px; }
.news-filter-label { margin: 0 0 24px; color: #777; font-size: 12px; text-transform: uppercase; }
.news-filter-label .fa { margin-right: 3px; color: #777; font-size: 10px; }
.news-filter-label a { color: #1d2127; }
.news-filter-label span { margin: 0 7px; color: #aaa; }
.news-article-card { display: flex; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px solid #ddd; }
.news-article-image { position: relative; flex: 0 0 250px; min-height: 210px; margin: 12px 37px 12px 12px; background-position: center; background-size: cover; }
.news-article-image::before,
.news-article-image::after { content: ""; position: absolute; width: 64px; height: 64px; pointer-events: none; }
.news-article-image::before { top: -12px; left: -12px; border-top: 1px solid var(--news-accent); border-left: 1px solid var(--news-accent); }
.news-article-image::after { right: -12px; bottom: -12px; border-right: 1px solid var(--news-accent); border-bottom: 1px solid var(--news-accent); }
.news-article-body { flex: 1; min-width: 0; }
.news-article-body h2 { margin: 0 0 10px; line-height: 1.25; }
.news-article-body h2 a,
.news-detail h2,
.news-sidebar h4 { color: var(--news-accent); text-decoration: none; }
.news-article-meta { color: #777; font-size: 13px; }
.news-article-meta .fa-user,
.news-article-meta .fa-tag { margin-left: 10px; }
.news-item-tags { display: block; margin-top: 3px; }
.news-item-tags .fa-tag { margin-left: 0; }
.news-article-body .btn,
.news-back .btn { font-size: 12px; }
.news-loader { min-height: 50px; padding: 12px 0 24px; color: #777; text-align: center; }
.news-sidebar hr { margin: 30px 0; border-color: #ddd; }
.news-sidebar-section { margin-top: 30px; padding-top: 30px; border-top: 1px solid #ddd; }
.news-sidebar-section h4 { margin: 0 0 23px; font-size: 1.4em; line-height: 27px; }
.news-sidebar-section h4::after { content: ''; display: block; width: 50px; height: 3px; margin-top: 20px; background: #000; }
.news-search-types { display: flex; justify-content: flex-end; align-items: center; gap: 10px; margin-bottom: 6px; color: #777; font-size: 12px; }
.news-search-types label { margin: 0; cursor: pointer; }
.news-search-types label:first-child::after { content: '|'; margin-left: 10px; color: #d88; }
.news-search-types input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.news-search-types label:has(input:checked) { color: #000; }
.news-search .form-control { height: 46px; padding: 10px 15px; border-color: #ccc; border-radius: 0; color: #777; font-size: 13px; }
.news-search .input-group { display: flex; flex-wrap: nowrap; }
.news-search .input-group-append { display: flex; }
.news-search .btn,
.news-search-clear { display: flex; align-items: center; justify-content: center; width: 47px; height: 46px; padding: 0; border: 1px solid #000; border-radius: 0; background: #000; color: #fff; font-size: 13px; text-decoration: none; }
.news-search .btn:hover,
.news-search .btn:focus,
.news-search-clear:hover,
.news-search-clear:focus { border-color: #222; background: #222; color: #fff; text-decoration: none; }
.news-search-clear { flex: 0 0 47px; border-right: 0; }
.news-search input[type="search"]::-webkit-search-cancel-button,
.news-search input[type="search"]::-webkit-search-decoration { display: none; -webkit-appearance: none; appearance: none; }
.news-sidebar-list { margin: 0; padding: 0; list-style: none; }
.news-sidebar-list li { border-bottom: 1px solid #eee; }
.news-sidebar-list li.active { border-bottom-color: transparent; background: #eee; }
.news-sidebar-list li:hover { border-bottom-color: transparent; background: #eee; }
.news-recent-list li.active,
.news-recent-list li:hover { background: #f7f4ea; background: color-mix(in srgb, var(--news-accent) 12%, #fff); }
.news-sidebar-list a { display: grid; grid-template-columns: 10px minmax(0, 1fr); padding: 10px 8px; color: #777; font-size: 13px; text-decoration: none; }
.news-sidebar-list a:hover,
.news-sidebar-list a:focus { color: #777; text-decoration: none; }
.news-sidebar-list .fa { width: 10px; margin-top: 5px; color: #333; font-size: 10px; }
.news-view-all { margin-top: 12px; font-size: 12px; }
.news-tags { display: flex; flex-wrap: wrap; gap: 5px 4px; }
.news-tags .btn-xs { padding: 2px 5px; border-radius: 0; font-size: 12px; line-height: 16px; }
.news-archive-row { display: flex; gap: 5px; padding: 10px 8px; border-bottom: 1px solid #ddd; color: #777; font-size: 13px; line-height: 24px; }
.news-archive-row .fa { flex: 0 0 auto; margin-top: 7px; color: #333; font-size: 10px; }
.news-archive-row a { color: #777; }
.news-archive-row a { white-space: nowrap; }
.news-detail h2 { margin-top: 0; }
.news-detail-image { max-width: 45%; height: auto; margin-bottom: 18px; }
.news-detail-image.image-left { float: left; margin-right: 25px; }
.news-detail-image.image-right { float: right; margin-left: 25px; }
.news-documents { padding-left: 20px; }
.news-gallery img { width: 100%; height: auto; margin-bottom: 24px; }
.news-back { margin-top: 28px; }

@media (max-width: 767px) {
	.news-page { padding: 24px 0 40px; }
	.news-sidebar { margin-top: 30px; }
	.news-article-card { display: block; }
	.news-article-image { display: block; min-height: 220px; margin: 12px 12px 30px; }
	.news-article-image::before,
	.news-article-image::after { width: 48px; height: 48px; }
	.news-detail-image { float: none !important; max-width: 100%; margin: 0 0 18px !important; }
}
