.press-detail .slideWrapper {
	display:none;
}
.press-detail .newsContainer {
	padding-top:70px;
}
.newsContainer {
    display: table;
	width:100%;
}
.newsNav {
	padding-right:10px;
}
.newsBody {
	display:table-cell;
    vertical-align: top;
	text-align:left;
}
.newsBody .firstitem {
	width:100%;
	float:none;
	background-color:#ffffff;
	margin-bottom:20px;
	text-align:left;
	position:relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
.newsBody .firstitem h3 {
	color:#0a0303;
}
.newsBody .firstitem .photo {
	position:relative;
	order:2;
	width:30%;
	vertical-align:top;
	line-height:0;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: top center;
}
.newsBody .firstitem .desc {
	vertical-align:top;
	width:69%;
	background:#e5c77d;
}
.newsBody .firstitem .desc .blurb {
	margin-bottom:15px;
}

.newsBody .firstitem .desc .wrapper {
	padding:20px;
}
.newsBody .photo a{
    display:block;
    position:absolute;
    top:0; 
    left:0;
    width:100%;
    height:100%;
    z-index:2;
}
.newsBody .item {
/*	float:left;
	width:31.3%;
*/
	display:inline-block;
	vertical-align:top;
	width:31%;
	background-color:#ffffff;
	margin-right:3%;
	margin-bottom:50px;
	position:relative;
}
.newsBody .item:nth-child(3n+3) {
	margin-right:0;
/*	float:right;*/
}
.newsBody .item .photo {
	overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
    width:100%;
    position:relative;
}
.newsBody .otherPosts {
	margin-top:30px;
}
.newsBody .otherPosts h3 {
	width:100%;
	color: #e5c77d;
	font-size: 36px;
	font-weight: 700;
	text-transform: lowercase;
}
.newsBody .table.articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap:wrap;
}
/*
.newsBody .table.articles .tablecell {
	width:50%;
}
.newsBody .table.articles .photo {
	width:50%;
}
*/
.newsBody .articles .newsText .photo {
	float:right;
	margin-left:40px;
	margin-bottom:30px;
	width:50%;
	vertical-align:top;
}
.newsBody .table.articles .date {
	width:100%;
}
.newsBody .item .photo:before, .newsBody .firstitem .photo:before {
    content: "";
    display: block;  
    padding-top: 64%;   /* initial ratio of 550x350*/
}
.newsBody .item .desc {
	padding:10px;
}
.newsBody .articles .date {
	color: #0a0303;
	font-weight:400;
	font-size: 28px;
}
.newsSidebar {
    display:table-cell;
    vertical-align: top;
    margin-left:5px;
    padding-left:10px;
    width:120px;
    border-left:1px solid #ccc;
}
.newsBody .articles a {
	text-decoration:none;
}
.newsBody .articles form {
	margin:20px 0px;
}
.newsBody .articles a.readmore {
	display:block;
	margin-top:10px;
	text-decoration:underline;
}
.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 {
    display: flex;
    flex-wrap: wrap;
	margin-bottom:50px;
}
.articles .buttonContainer {
	position:absolute;
	top:0px;
	right:0px;
}
.articles .buttonContainer .button {
	margin:5px auto;
}
.articles .buttonContainer .button {
	display:inline-block;
	padding:2px 15px;
}
.articles .firstitem .date {
	font-weight:700;
}
.articles .item {
	border:1px solid #a3a9ac;
}
.articles .item .title {
	color: #007a85;
	font-size: 28px;
	line-height: 1.2;
}
.articles .item .readmore {
	color: #0a0303;
	font-size: 24px;
	font-weight: 700;
	margin-top:10px;
}
.articles .item a {
	color:inherit;
	text-decoration:none;
}
.articles .item .button, .articles .firstitem .button {
	margin-top:20px;
}
.newsArticle .photo {
	width:30%;
}
.newsContainer .buttonContainer {
	position:absolute;
	top:0;
	right:0;
	z-index:20;
}
/* 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;
		text-align:center;
	}
	.newsBody .firstitem .photo, .newsBody .firstitem .desc {
		display:block;
		width:auto;
	}
	.newsBody .firstitem .photo {
		width:100%;
		height:150px;
	}
	.newsBody .item, .newsBody .firstitem {
		float:none;
		width:100%;
		margin-right:0;
	}
	.newsText {
		padding-top:10px;
		padding-right:0;
	}
	.newsNav {
		display:none;
	}
	.newsBody .item, .newsBody .firstitem	{
		display:block;
	}
	.newsBody .table.articles .photo, .newsBody .table.articles .tablecell {
		width:auto;
	}
}
