/*
*
* News Styling: 
* Class ContentWrap is used to raise the selector value for not using importants
*
*/

.contentWrap .news-simple-list-container.top-teaser img {
  width: 100% !important;			/* needs to have important to overwrite original image html sizes  */
}

.contentWrap .news-simple-list-container .news-img {
  margin-right: 0;
}


.contentWrap .news-simple-list-container .news-list-item > img {
  width: auto;
  float: left;
  margin: 5px 10px 10px 0;
  max-width: 35%;
}


.contentWrap .news-simple-list-container .news-list-item > img + .news-body {
  float: none;
  margin-top: 0;
}

.contentWrap .news-simple-list-container .news-body {
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}

.contentWrap .news-simple-list-container .news-body h2 {
  min-height: 66px;
}


/* three rows list */

.contentWrap .news-list3-container .list3-subdiv {
	margin: 0;
}

.contentWrap .news-list3-container .list3-subdiv .list3-left {
	box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	padding-top: 20px;
	border-top: 1px solid #ddd;
	margin-bottom: 0;
}

.news-list3-container .list3-subdiv.row1 {
	height: auto;
}

.news-list3-container .row2 {
	display: none;
}

.mobileInfo {
  margin: 0 10px;
}