/* news.css */
@charset "utf-8";
.articles {
  margin-top: 2em;
}
.article a	{
	text-decoration:none;
}
.article a,
.article a:hover{
  color: #444;
  font-weight: 300;
}
.article-date{
  font-size: small;
  font-style: italic;
}
#SearchString {
  margin-bottom: 0;
  width: 100%;
  display:inline;
}
.img-news-large	{
	width:100%;
	margin-bottom: 10px;
	margin-top: 10px;
}

.mainNewsDiv {
    white-space: nowrap;
    text-align: center; 
    margin: 1em 0;
    height: 110px;

}
/* #path > span	{
	width: 100% !important;
}
.uiGrid._51mz.pluginConnectButtonLayoutRoot._3c9t {
	width: 100% !important;
} */

/* #path iframe	{
width: 90% !important;
} */
.mainNewsSpan {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

img.mainNewsImg {
    vertical-align: middle;
    max-height: 110px;
    max-width: 180px;
}
.newsHeader:hover {
    text-decoration: underline;
}
.name:hover	{
	text-decoration: none;
}

.newsHeader	{
	color:#004384;
}
.storiesTrim	{
	display: block;
    overflow: hidden;
    text-overflow: ellipsis; 
}
.storiesTrim:after	{
	content: '...';
}
.fb_iframe_widget	{
	display: inline !important;
}
#imageStory	{
	height: 124px; 
	width: 249px; 
	overflow: hidden;
}
.news-detail	{
	font-weight: bold;
	padding-bottom: 5px;
}
.facebook-news	{
	padding-top: 0px;
}
.twitter-news	{
	padding-top: 10px;
}
#twitter-widget-0	{
	vertical-align: bottom;
}
.fa-facebook	{
	font-size: 3em;
}
.facebook-icon	{
	background-color: #2F609C;
}
.social-share {
    display: block;
    line-height: 36px;
    min-width: 36px;
    color: #fff;
    white-space: nowrap;
}