#landingpage-article-header {
	display: inline-block;
	width: 100%
}
#landingpage-article-header #page-header,
#landingpage-article-header .page-header {
	border: none;
	font-size: 26px;
	margin: 20px 0 0 0;
	padding-bottom: 14px;
}

@media (max-width: 991px) {
	#landingpage-article-header #page-header,
	#landingpage-article-header .page-header {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	#landingpage-article-header #page-header,
	#landingpage-article-header .page-header {
		font-size: 20px;
		margin-top: 15px;
		padding-bottom: 10px;
	}
}


#landingpage-article-header .bg-sm-holder {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	display: table;
	height: 310px;
}
#landingpage-article-header .bg-md-holder {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%;
}
#landingpage-article-header .vertical-middle {
	display: table-cell;
	vertical-align: middle;
}
#landingpage-article-header .titlebar {
	border-bottom: 1px solid #E5E4E3;
	display: table;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}
#landingpage-article-header .titlebar .cell {
	display: table-cell;
	vertical-align: bottom;
}
#landingpage-article-header .titlebar .cell h2 {
	font-family: 'amaranth';
	font-size: 20px;
	margin: 0;
	padding-left: 12px;
}
#landingpage-article-header ul {}
#landingpage-article-header li {
	font-size: 16px;
	list-style: none;
	padding-bottom: 10px;
}

@media all and (max-width: 991px) and (min-width: 767px) {
	#landingpage-article-header .vertical-middle {
		display: inline-block;
		margin-left: 5%;
		width: 48%;
	}
}
@media (min-width: 992px) {
	#landingpage-article-header ul {
		margin-bottom: 0;
		padding-left: 0;
	}
	#landingpage-article-header .bg-sm-holder {
		background-image: none !important;
	}
	#landingpage-article-header .bg-md-holder {
		/* border-right: 15px solid transparent; */
		padding-left: 0;
	}
	#landingpage-article-header .vertical-middle {
		padding-left: 8%;
	}
}
@media (max-width: 991px) {
	#landingpage-article-header .bg-sm-holder {
		height: auto;
	}
	#landingpage-article-header .bg-md-holder {
		background-image: none !important;
		height: auto;
		text-align: center;
	}
	#landingpage-article-header .vertical-middle {
		padding: 20px 0;
	}
	#landingpage-article-header .titlebar {
		border: 0;
		margin: 0 auto 5px auto;
	}
	#landingpage-article-header ul {
		list-style: none;
		margin-bottom: 0;
		padding-left: 0;
	}
	#landingpage-article-header li {
		font-size: 15px;
		margin: 0 auto;
		padding-bottom: 5px;
	}
	#landingpage-article-header li:last-child {
		padding-bottom: 10px;
	}
}

#landingpage-article-header .bg-xs-bolder {
	display: table;
}
@media (min-width: 768px) {
	#landingpage-article-header .bg-xs-bolder {
		height: inherit;
		width: 100%;
	}
}
@media (max-width: 767px) {
	#landingpage-article-header .titlebar {
		margin-bottom: 0;
	}
	#landingpage-article-header .bg-xs-bolder {
		background-color: rgba(0,0,0,0.7);
		color: #fff;
		margin: 0 -15px;
		padding: 0 15px;
		width: 100%;
		width: calc(100% + 30px);
	}
	#landingpage-article-header li,
	#landingpage-article-header .btn-primary-large {
		font-size: 14px;
	}
	#landingpage-article-header .titlebar .cell h2 {
		color: #fff;
		font-size: 20px;
	}
	.landingpage-article #content hr:last-of-type {
		margin-top: 0;
	}
}



.newest_cat_posts {
	border: 1px solid rgb(229, 228, 227);
	margin-top: 20px;
	padding: 0px 15px;
	background: rgba(229, 228, 227, 0.3);
}
.newest_cat_posts > h2 {
	margin: 15px 0;
}
.newest_cat_posts > section {
	margin-bottom: 20px;
}
.newest_cat_posts h4 {
	margin: 0 0 10px 0;
}
.newest_cat_posts td {
	vertical-align: top;
}
.newest_cat_posts td > p:last-child {
	margin-bottom: 0;
}
.newest_cat_posts td > .wp-post-image {
	margin: 5px 15px 0 0;
}
.newest_cat_posts td > p > a {
	display: inline-block;
	margin-top: 5px;
}
.newest_cat_posts a > em {
	color: inherit;
}