.home .entry-header {
		margin-bottom:2em;
}
.home table {
		border:1px solid #ccc;
}
.home table h3{
		color:red;
}
.home td {
		padding:1em;
}
.icon_remove :after {
	display:none;
}
.margin-bottom {
	margin-bottom: 15px;
}
.pio-2 {
  display: block;
  width: 40%;
  float: left;
  margin-right:15px;
}
.news-break {
  clear:both;
  height:25px;
}
.vibriosis {
	padding:0px;
  	width:600px;
}
.vibriosis img {
	margin: 0px;
	float: left;
}
.vibriosis :after {
  	display:none;
}
.mailermailer p{
	margin:15px 0px 5px 0px;
}
.box-with-border {
	border:solid 1px #eee;
  	padding:15px;
}
/*----------left nav---------*/
body.page #sidebar ul.menu li .sub-menu li {
    padding: 0;
}
/*-- archived news releases table --*/
#news-archive a {
		border:1px solid;
		padding:1em;
		display:block;
		float:left;
		margin:1em 1em 0 0;
		min-width:9em;
		text-align:center;
}
#news-archive a:hover {
		background:#eee;
		text-decoration:none;
}
/*--- news home ---*/
.call-out {
	border:6px double #ccc;
	border-radius:1em;
	padding:1.5em 1.5em .5em 1.5em;
}
.call-out h3 {
		color:#ff4935;
}
.pio-listing {
	border:1px solid #ccc;
	padding:1.5em;
}
/*----- red banner fix ----*/
.emergency-system-notification .emergency-system-banner {
		padding:.5em 1em;
}
/*--- mobile featured image fix ---*/
@media only screen and (max-width: 817px) {
.entry-title {
    color: #404040;
    font-size: 23px;
    line-height: 25px;
    position: relative;
    text-align: center;
    top: 10px;
    width: 100%;
}
		#featured-image:after {
		background:rgba(0, 0, 0, 0);
		}
		.no-featured-image {
				color:white;
		}
}