  .recent-stories .column, .recent-stories.landing-section {
	padding: 80px 20px;
	margin:auto;
}
.recent-stories .column > h2 {
	text-align: center;
	font-size: 36px;
	padding: 0px 30px;
	margin-bottom: 20px;
}
.recent-stories header {
	margin-bottom: 20px;
}
.recent-stories header h2 {
	text-align: center;
	padding: 0px 30px;
	font-weight: 600;
	font-size: 40px;
}
.recent-stories #recent-posts {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.recent-stories div.article-container {
	width: 100%;
	margin-bottom: 40px;
}
.recent-stories div.article-container a:hover {
	text-decoration: none;
}
.recent-stories div.article-container a .fa-chevron-right {
	transition: all .4s ease-in-out;
}
.recent-stories div.article-container a:hover .fa-chevron-right {
	-webkit-transform: translateX(8px);
	-ms-transform: translateX(8px);
	transform: translateX(8px);
	transition: all .4s ease-in-out;
}
.recent-stories div.article-image {
	height: 62vw;
	width: 100%;
}
.recent-stories div.article-image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.recent-stories div.article-listing {
	padding-top: 10px;
}
.recent-stories div.article-container div.article-listing .linktext {
	display: none;
}
.recent-stories h2.article-title{
	color: #222;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-style:normal;
	font-weight:700;
	line-height:30px;
	font-size: 20px;
	text-align:left;
}
.recent-stories p.article-description{
	margin:10px 0px 0px 0px;
	font-size:16px;
	line-height:26px;
	color: #222;
}
.recent-stories a.button {
	float: none;
	display: inline-block;
	margin: 0px;
	background: #F2F2F2;
	border: none;
	position: relative;
	transition: all .2s;
}
.theme-fog .recent-stories a.button {
	background: white;
}
@media (min-width: 600px) {
	.recent-stories .column, .recent-stories.landing-section {
		max-width: 1240px;
		padding: 80px 40px;
	}
}
@media (min-width: 900px) {
	.recent-stories .column > h2, .recent-stories header {
		margin-bottom: 40px;
	}

	.recent-stories .column, .recent-stories.landing-section {
		max-width: 1280px;
		padding: 80px 60px;
	}
	.recent-stories #recent-posts {
		margin: 0px auto 40px;
	}
	.recent-stories h2.article-title{
		line-height:33px;
		font-size: 23px;
		overflow: hidden;
    	text-overflow: ellipsis;
	}
	.recent-stories p.article-description{
		font-size:18px;
		line-height:28px;
	}
	.recent-stories div.article-container {
		margin-bottom: 4%;
	}
	.recent-stories div.article-image {
		height: 40vw;
	}
	.recent-stories div.article-listing {
		padding: 10px;
	}
	.recent-stories div.article-container:nth-of-type(1) div.article-image {
		height: 50vw;
	}
	.recent-stories div.article-container:nth-of-type(1) div.article-listing {
		width: 100%;
		padding: 30px;
		position: relative;
		color: white;
	}
	.recent-stories.green div.article-container:nth-of-type(1) div.article-listing {
		background: #4A7729;
	}
	.recent-stories.purple div.article-container:nth-of-type(1) div.article-listing {
		background: #592c88;
	}
	.recent-stories.red div.article-container:nth-of-type(1) div.article-listing {
		background: #BE3A34;
	}
	.recent-stories.light-gray div.article-container:nth-of-type(1) div.article-listing {
		background: #F2F2F2;
	}
	.recent-stories div.article-container:nth-of-type(1) p.article-description, .recent-stories div.article-container:nth-of-type(1) h2.article-title {
		color: white;
	}
	.recent-stories.light-gray div.article-container:nth-of-type(1) p.article-description, .recent-stories.light-gray div.article-container:nth-of-type(1) h2.article-title {
		color: #343434;
	}
	.recent-stories div.article-container:nth-of-type(1) div.article-listing .linktext {
		font-size: 19px;
		color: white;
		font-weight: 700;
		margin-bottom: 0;
		margin-top: 20px;
		display: block;
	}
	.recent-stories.light-gray div.article-container:nth-of-type(1) div.article-listing .linktext {
		color: #343434;
	}
	.recent-stories div.article-container:nth-of-type(1) p.article-description .fa-chevron-right {
		display: none;
	}
	.recent-stories div.article-container:nth-of-type(n + 2) {
		width: calc(50% - 20px);
		margin-left: 0%;
		margin-bottom: 0px;
		background: white;
	}
	.recent-stories div.article-container:nth-of-type(n + 2):nth-child(odd){
		margin-left: 40px;
	}
	.recent-stories div.article-container:nth-of-type(n + 2) div.article-image {
		height: 30vw;
		max-height: 323px;
	}
	.recent-stories div.article-container:nth-of-type(n + 2) div.article-listing {
		padding: 20px 30px;
		background: #F2F2F2;
	}
	.theme-fog .recent-stories div.article-container:nth-of-type(n + 2) div.article-listing {
		background: white;
	}
	.recent-stories a.button:hover {
		background-color: #592c88;
		color: white;
		text-decoration: none;
		transition: all .2s;
	}
	.recent-stories a.button:active {
		box-shadow: none;
		top: 2px;
	}
}
@media (min-width: 1100px) {
	.recent-stories div.article-container {
		width: calc((100% * 0.33333) - 2%);
		margin-bottom: 40px;
	}
	.recent-stories div.article-image {
		height: 20vw;
		max-height: 232px;
	}
	.recent-stories div.article-container:nth-of-type(1) {
		width: 100%;
	}
	.recent-stories div.article-container:nth-of-type(1) a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}
	.recent-stories div.article-container:nth-of-type(1) div.article-image {
		width: calc(100% - 310px);
		height: 39vw;
		max-height: 483px;
		min-height: 465px;
	}
	.recent-stories div.article-container:nth-of-type(1) div.article-listing {
		width: 270px;
		height: 39vw;
		max-height: 483px;
		min-height: 465px;
		overflow: hidden;
		padding: 30px;
	}
	.recent-stories div.article-container:nth-of-type(1) div.article-listing .linktext {
		position: absolute;
		bottom: 30px;
		width: calc(100% - 60px);
	}
}
