.newsContainer {
	margin-top:20px;
	display:table;
	width:100%;
}
.newsNav {
	padding-right:10px;
}
.newsdate.container {
	white-space:nowrap;
	width:175px;
}
.newsdate.left {
	float:left;
	text-align:right;
	margin-right:5px;
	font-size:11px;
	width:105px;
}
.newsBody .newsdate.right {
	float:left;
	font-size:38px;
	line-height:40px;
	margin-right:5px;
}
.newsBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.newsSidebar {
	display:table-cell;
	vertical-align:top;
	padding-left:30px;
	width:240px;
}
.newsSidebar .content {
	padding:10px 30px;
	background-color:#84a755;
}
.newsSidebar h2 {
	padding:10px 30px 0px 30px;
}
.newsSidebar ul {
	margin-left:0px;
}
.newsSidebar li {
	margin-left:-20px;
	padding-left:0px;
}
.newsMonth {
}
.newsMonth a {
	font-size:13px;
}
.newsMonth a:hover {
}
.stButton {
}
.newsShare {
	width:165px;
/*	border:1px solid #ccc;*/
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:12px;
}
.newsShare.spacer{
	position:relative;
	clear:both;
	border:none;
}
.articleShare .newsShare {
	width:300px;
	margin-left:120px;
	border:none;
}
.newsSidebar .wrap {
	display:block;
	clear:both;
}
.newsNav {
	height: 29px;
	background-image: url('/uploads/images/slideshow/background_ssbar.png');
	text-align:right;
}
.newsNav a {
	padding: 0px 5px;
	color: #939598;
	text-decoration: none;
	font-size: 15px;
	cursor:pointer;
	line-height:22px;
	display:inline-block;
}
.newsNav a:hover {
	color:#fff;
}
.newsNav a.activeSlide {
	color:#25BEBE;
}
.newsText {
	display:block;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.summary * {
	font-weight:normal !important;
	font-size:14px !important;
}
.newsBody .title a {
	color:#00234f;
}
.newsBody .readmore {
	margin-bottom:15px;
	text-decoration:underline;
	font-size:12px;
	text-transform:none;
	font-style:italic;
}
.newsBody .newsdate {
	font-size:21px;
}
.newsBody hr {
	margin-top:15px;
}
.newsSidebar .bridge h1 {
	font-size:14px;
}
.newsBody .summary {
	margin-top:10px;
}
.newsBody .summary img {
	display:none;
}
.newsSidebar #newsletterBox {
	margin:20px 0px;
}
.newsBody .tablecell.thumbnail {
    width: 100%;
    max-width: 100%;
	position:relative;
}
.newsBody .tablecell.thumbnail .photo {
	width:100%;
	background-repeat:no-repeat;
	background-size:cover;
}
.newsBody .tablecell.thumbnail .photo::after {
	display:block;
	content:"";
	padding-top:62.5%;
}
.thumbnail .admin {
	position: absolute;
    top: 0;
    width: 100%;
}
.newsBody .tablecell.desc {
	flex-grow:1;
}
.newsBody .table {
	width:28%;
	flex-direction:column;
	margin-bottom:45px;
}
.newsBody .table .thumb > div {
	display:none;
}
.newsBody .table:nth-child(4n+1) {
	margin-left:5%;
}
.newsBody .table:nth-child(4n+3), .newsBody .table:last-child:nth-child(4n+2) {
	margin-right:5%;
}
.newsBody .table:nth-child(4n+4) {
	width:100%;
}
.newsBody .table:nth-child(4n+4) .tablecell.thumbnail .photo {
	text-align:left;
}
.newsBody .table:nth-child(4n+4) .tablecell.desc {
	display:none;
}
.newsBody .table:nth-child(4n+4) .tablecell.thumbnail .photo::after {
	padding-top:29.17%;
}
.newsBody .table:nth-child(4n+4) .thumb > div {
	margin-left:5%;
}
.newsBody .table:nth-child(4n+4) .thumb div.copy-wrapper {
	display:block;
	position: absolute;
}
.newsBody .table:nth-child(4n+4) .thumb div.headline, .newsBody .table:nth-child(4n+4) .thumb div.title {
	display:block;
	text-shadow: 0px 0px 10px rgba(0,0,0,.9);
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-size: 26px;
	color: #ffffff;
	text-align: left;
}
.newsBody .table:nth-child(4n+4) .thumb div.headline {
	padding-top:50px;
}
.newsBody .table:nth-child(4n+4) .thumb div.title {
	font-size: 36px;
	line-height: 44px;
	width:50%;
}
.newsBody .table:nth-child(4n+4) .thumb div.button {
	display:inline-block;
	margin-top:20px;
	text-align:left;
	padding:10px 25px;
}
.newsBody h2 {
}
.newsBody h2 a {
}
.newsBody .previewmode {
	display:none;
}
body.news .moduleWrapper .innerWrapper {
	width:100%;
}
/* mobile + iPad */
@media (max-width : 1020px) {
	.newsBody .newsdate {
		font-size:16px;
	}
	.newsBody .table:nth-child(4n+4) .thumb div.title {
		width:90%;
	}
}
/* mobile only */
@media (max-width : 767px) {
	.newsSidebar {
		display:none;
	}
	.newsBody .summarytext {
		display:none;
	}
	.newsContainer {
/*
		padding:0px 15px;
*/
		display:block;
		width:auto;
	}
	.newsBody .table,
	.newsBody .table:nth-child(4n+1),
	.newsBody .table:nth-child(4n+3),
	.newsBody .table:nth-child(4n+4) .desc {
		margin-left:25px;
		margin-right:25px;
		width:calc(100% - 50px) !important;
	}
	.newsBody .table:nth-child(4n+4) {
		margin-left:0;
		margin-right:0;
		width:100% !important;
	}
	.newsBody .table {
		display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.newsBody .table .tablecell {
		width:100% !important;
	}
	.newsBody .previewmode {
		display:none;
	}
	body.news .moduleWrapper .innerWrapper {
		width:auto;
		padding:0;
	}
	.newsBody .table:nth-child(4n+4) .thumb > div {
		display:none !important;
	}
	.newsBody .table:nth-child(4n+4) .tablecell.desc {
		display:block;
	}
}
