.newsdate {
	font-family: futura-pt, sans-serif;
    color: #a8ad2c;
    font-size: 16px;
    font-weight: 500;
	text-transform:uppercase;
    letter-spacing: 0;
    line-height: 20px;
	margin-bottom:7px;
}
.newsBody h4 {
	font-family: futura-pt, sans-serif;
    color: #113458;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -0.22px;
	line-height:1.1;
}
.news-filters {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
.news-filters select {
}
.news-filters .filter-form {
	display:flex;
	align-items:center;
}
.news-filters .filter-form h5 {
	margin-right:20px;
}
.newsBody .items {
	display:flex;
	flex-wrap:wrap;
}
.newsBody .item-wrapper {
	width:30%;
	margin-right:5%;
	display:flex;
	margin-bottom:70px;
	text-align:left;
}
.newsBody .readmore {
	margin-top:20px;
}
.newsContainer.previewmode .item-wrapper:nth-child(n+10) {
	display:none;
}
.newsBody .item-wrapper:nth-child(3n+3) {
	margin-right:0;
}
.newsBody .item-wrapper .item {
	background-color: #fff;
	height:100%;
	width:100%;
	display:flex;
	flex-direction:column;
}
.newsBody .item-wrapper .item .thumbnail {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	position:relative;
}
.newsBody .item-wrapper .item .thumbnail a {
	display:block;
	position:absolute;
	top:0;bottom:0;right:0;left:0;
	width:100%;
	height:100%;
}
.newsBody .item-wrapper .item .thumbnail::after{
	display:block;
	content:"";
	width:100%;
	padding-top:70%;
}
.newsBody .item-wrapper .item .desc {
	padding:10px 0px;
	flex-grow:1;
}
.article-wrapper {
	display:flex;
	text-align:left;
}
.article-wrapper > div {
	padding-top:70px;
}
.article-wrapper .news-sidebar {
	width:40%;
    background-color: #f3f1f1;
}
.article-wrapper .news-sidebar > .wrapper {
	padding-left:10%;
	padding-right:20%;
	padding-bottom:40px;
}
.article-wrapper .news-sidebar h3 {
	font-size:44px;
}
.article-wrapper .news-sidebar select {
	width:100%;
}
.article-wrapper .news-sidebar .recent-item {
	margin-top:30px;
}
.article-wrapper .news-sidebar .newsdate {
	color:#D5C028;
	font-size:14px;
	margin-bottom:0px;
}
.article-wrapper .news-sidebar .recent-item h6 {
	font-size:18px;
	line-height:1.3;
	margin-bottom:3px;
}
.article-wrapper .news-sidebar .recent-item a {
	font-family: futura-pt, sans-serif;
    color: #002D3F;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.16px;
    line-height: 1.2;
	text-decoration:none;
	text-transform:none;
}
.news-sidebar .green-text {
	color:#D5C028;
}
.article-wrapper h6 a {
	text-decoration:none;
}
.news-article h1 {
	font-family: futura-pt, sans-serif;
}
.article-wrapper > .news-article > .wrapper {
	padding-left:7.5%;
	padding-right:10%;
	padding-bottom:70px;
}
.news-article .newsdate {
	font-size:20px;
}
.news-article .wrapper .photo img {
	width:100%;
	margin-bottom:20px;
}
.p_news-article .main-container .content-wrapper > .container {
	padding: 0;
	width:100%;
}
.news-article .newsdate {
	margin-bottom:10px;
}
/* mobile only */
@media (max-width : 799px) {
	.news-article .wrapper {
		flex-wrap:wrap;
	}
	.news-article .wrapper .article {
		width:100%;
	}
	.news-article .newsdate {
		text-align:center;
	}
	.news-article .wrapper .photo {
		width:100%;
		text-align:center;
		max-width:none;
	}
	.newsBody .item-wrapper {
		width:100%;
	}
	.newsBody .item-wrapper .item {
		margin:0;
	}
	.news-filters, .news-filters .filter-form,
	.article-wrapper {
		flex-direction:column;
	}
	.article-wrapper > div {
		padding-top:40px;
	}
	.article-wrapper .news-sidebar {
		width:100%;
	}
}
