#newsPortlet {
	.portlet-content { 
		position: relative;
		padding-bottom: 0px;
	}
	
	.portlet-topper {
		margin-left: 35px;
	}
	
	.groupName {
		color: #006dca;
		font-family: Arial;
	    font-size: 1.4em;
	    margin-bottom: 5px;
	    max-height: 28px;
	    
	    .date {
	    	font-size: 1em;
	    	color: #000;
	    	float: right;
	    }
	}
	
	.newsTitle {
		clear: both;
	    font-family: Arial;
	    font-size: 1.4em;
	    font-weight: bold;
	    margin-bottom: 5px;
	    max-height: 84px;
	    
	    a {
			text-decoration: none;	    
	    }
	}
	
	.article {
		background: #F9F9F9;
	    clear: both;
	    height: 155px;
	    width: 476px;
	}
	
	.imageHolder {
	    float: left;
	    width: 160px;
	    margin-right: 5px;
	}
	
	.imageHolder img {
		height: 210px;
		width: 100%;
		object-fit: contain;
		object-position: center;
		background-color: #fff;
		
	}
	
	.contentHolder {
	    height: 210px;
	    overflow: hidden;
	}
	
	.contentHolder .newsSummary {
		max-height: 88px;
		overflow:hidden;
	    font-size: 1.091em;
	    a {
	    	color: inherit;
			text-decoration: none;	    
	    }
	}
	
	.linkHolder {
		position: absolute;
		bottom: 10px;
		left: 165px;
	}
	
	.linkHolder a {
		text-decoration: none;
		font-weight: bold;
		padding-left: 15px;
		font-size: 1.1em;
	}
	
	/* Carousel */
	.aui-carousel {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
	}
	
	.aui-carousel-item {
	  width: 100%;
	  height: 210px;
	  opacity: 0;
	}
	
	.aui-carousel li {
	  margin: 0 !important;
	}
}