  .blog-hero {
	background: url('/_testing/FORMC-blog/_files/images/blog-hero-bg.jpg');
	padding: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	border-radius: 5px;
}
.hero-overlay {
	border-image: linear-gradient(rgb(215 , 100, 40, 0.8), rgb(20, 50, 95, 0.8)) fill 1;
}

/* news listing */
.featured-wrapper {
	margin-bottom: 2rem;
}
.article {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.blog-btn {
	background: #14325F;
	color: white;
	border-radius: 5px;
	font-weight: bold;
}
.blog-btn:hover {
	background: #D76428;
	color:white;
}
.pagination a {
	color: black;
	padding: 8px 16px;
	float: left;
	text-decoration: none;
}
.pagination a.active {
	background-color: #14325F;
	color: white;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
}

.card a img {
	width: 587px;
}

.card.article a img {
	width: 382px;
}

/* tags */
.category {
	background: rgb(215, 100, 40, 0.1);
	padding: 5px 10px 5px 10px;
	margin: 10px 5px 10px 10px;
	border-radius: 5px;
}
.category-text {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}
.category:hover {
	text-decoration: none;
}

/* right-hand sidebar */
.widget-wrapper {
	margin-top: 2rem;
}
.widget-container {
	background: #fafafa;
	padding: 2rem;
	margin-bottom: 2rem;
	border: 1px solid lightgray;
	border-radius: 5px;
}

/* article page */
.light-theme figure {
  background: unset;
}

figure img {
	width: 800px;
}