.newsContainer {
    display: table;
	width:100%;
}
.newsNav {
	padding-right:10px;
}
.newsdate.container {
	white-space:nowrap;
	width:125px;
}
.newsdate.left {
	float:left;
	text-align:right;
	margin-right:5px;
	font-size:11px;
	width:65px;
}
.newsdate.right {
	float:left;
	font-size:35px;
	line-height:35px;
	margin-right:5px;
}
.newsBody {
	display:table-cell;
    vertical-align: top;
}
.newsBody .firstitem {
	width:96%;
	float:none;
	background-color:#ededed;
	margin-bottom:20px;
	text-align:left;
	position:relative;
}
.newsBody .firstitem h3 {
	margin-top:10px;
}
.newsBody .firstitem .photo {
	display:table-cell;
	width:50%;
	vertical-align:top;
	line-height:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
}
.newsBody .firstitem .desc {
	display:table-cell;
	vertical-align:top;
	padding:20px;
	width:40%;
}
.newsBody .photo a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.newsBody .item {
	float:left;
	width:30%;
	background-color:#ededed;
	margin-right:3%;
	margin-bottom:20px;
	position:relative;
}
.newsBody .item .photo {
	overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    width:100%;
    position:relative;
}
.newsBody .item .photo:before {
    content: "";
    display: block;  
    padding-top: 64%;   /* initial ratio of 550x350*/
}
.newsBody .item .desc {
	padding:10px;
}
.newsBody .articles .date {
	font-weight:600;
}
.newsSidebar {
    display:table-cell;
    vertical-align: top;
    margin-left:5px;
    padding-left:10px;
    width:120px;
    border-left:1px solid #ccc;
}
.newsBody .articles {
}
.newsMonth {
	border-bottom:1px solid #ccc;
}
.newsMonth a {
	color:#000;
	font-size:13px;
	text-decoration:none;
}
.newsMonth a:hover {
	color:#1D8087;
}
.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;
	overflow:hidden;
	padding-right:40px;
}
.alignleft {
	float:left;
	margin-right:10px;
}
.alignright {
	float:right;
	margin-left:10px;
}
.articles .buttonContainer {
	position:absolute;
	bottom:0px;
	right:0px;
}
.articles .buttonContainer .button {
	margin:5px auto;
}
.articles .buttonContainer .button {
	display:inline-block;
	padding:2px 15px;
}
/* Mobile only */
@media (max-width : 598px) {
	.newsBody td, .newsBody table, .newsBody tr, .newsBody tbody, .newsdate.container{
		display:block;
		width:auto;
		clear:both;
	}
	.newsdate.container {
	}
	.newsBody, .newsSidebar {
		display:block;
		float:none;
		width:auto;
		padding:0px 15px;
		border-left:0;
		margin:0;
	}
	.newsBody .firstitem .photo, .newsBody .firstitem .desc {
		display:block;
		width:auto;
	}
	.newsBody .firstitem .photo {
		width:100%;
		height:150px;
	}
	.newsBody .item, .newsBody .firstitem {
		float:none;
		width:auto;
		margin-right:0;
	}
	.newsText {
		padding-top:10px;
		padding-right:0;
	}
	.newsNav {
		display:none;
	}	
}
