:root {
	--cardinal: #c8102e;
	--gold: #f1be48;
	--burgundy: #7c2529;
	--dk-gray: #4a4a4a;
	--lt-gray: #f5f5f5;
	--md-gray: #ebebeb;
	--midnight: #003d4c;
	--green: #008540;
  }
/* -------------------------------------- */
/* ## News
/* ------------------------------------- */
.isueo-smallfarms-news li {
	border: 1px solid #d3d3d3;
	margin-right: 1rem;
	max-width: 31%;
}
.isueo-smallfarms-news img {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.isueo-smallfarms-news .views-field-title a, .isueo-smallfarms-featured-news .views-field-field-teaser a {
	text-decoration: none;
}
.isueo-smallfarms-featured-news li {
	gap: 2.1875rem;
}
.isueo-smallfarms-featured-news .views-field-field-thumbnail {
	min-width: 25rem;
}
.isueo-smallfarms-featured-news .views-field-field-teaser {
	padding: .8125rem 1.25rem;
	border-left: .125rem solid #f1be48;
	margin: auto 0;
}
.isueo-smallfarms-news a:after, .isueo-smallfarms-featured-news .views-field-field-teaser a:after {
	content: '\f061';
	font-family: 'FontAwesome';
	padding-left: .5rem;
	vertical-align: middle;
}
.isueo-smallfarms-featured-news .views-field-field-teaser a:after {
	font-size: 1.5rem;
}
.isueo-smallfarms-news h2 {
	padding-bottom: 2rem;
	margin-right: 2rem;
}
.isueo-smfarms-home-news a {
	text-decoration: none;
}
.isueo-smfarms-home-news h2 {
	padding-bottom: 0;
	margin-top: .5rem;
}
.isueo-smfarms-home-news .authored-on {
	color: #666;
	font-size: .97rem;
}
.isueo-smfarms-home-news img {
	border-radius: 0.5rem;
	width: 40%;
	margin-right: 1.5rem;
	float: left;
}
