.center-container.lower{
	padding-top:20px;
}
#sortableRightLower {
  width: 300px;
  float: left;
  list-style: none;
  padding:0 0 0 0px;
}
#sortableRightLower li{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position:relative;
}
#sortableRightLower li:last-child {
    margin-bottom: 0;
}
#sortableRightLower li span{
	font-family:stainless-bold;
	font-size: 20px;
	line-height:26px;
	display: block;
	padding-top: 15px;
	color:#000;
}
#sortableRightLower li img{
	width:100%;
}
#sortableRightLower li .videoIcon{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
}
#sortableRightLower li .galleryIcon{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 33px;
    height: 25px;
}

#sortableRightLower li .galleryIcon.fdcn_gallery {
    width:33px; height:25px;
}

#sortableRightLower li .galleryIcon.fdcn_video {
    width:30px; height:30px;
}

@media screen and (max-width: 767px) {
	#sortableRightLower {
		width: 100%;
		padding-left: 0px;
	}
}

/************
******
****** RIGHT COLUMN OF NEWS 
******
************/

#sortableLeftLower{
  width: 300px;
  float: left;
  list-style: none;
  margin-left: 20px;
  padding: 0px;
}
#sortableLeftLower span {
	font-family:stainless-bold;
	font-size: 16px;
	line-height:22px;
	color:#000;
}
#sortableLeftLower li {
    margin-left:0;
    height:auto;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
#sortableLeftLower li:first-child{
	padding-top: 0px;
	border-top: none;
}
#sortableLeftLower li:last-child{
	border-bottom:0px;
}
#sortableLeftLower li.subItem{  
    font-family:stainless-regular;  
    padding: 5px 0 10px 0;
    list-style:initial;
    margin-left:30px;
    border-top:none;
    margin-top: -30px;
    padding-bottom: 30px;
}
#sortableLeftLower li.subItem a{
  vertical-align: text-top;
}
#sortableLeftLower li.subItem .article-title{
  font-weight:normal;
  font-size:14px;
  font-family: stainless-regular;
  color:#000;
  line-height: 18px;
}
#moreNewsLink{
    margin-left:0px;
    margin-bottom:30px;
    font-size:16px;
    text-transform: uppercase;
    font-family:stainless-bold;
    color:#2689C2;
    padding-bottom:10px;
}
#moreNewsLink a{
    color:#2689C2;
    text-decoration:none;
}
#moreNewsLink .moreNewsCaret{
    width: 6px;
    height: 11px;
    margin-top: -3px;
    margin-left: 4px;
}
@media screen and (max-width: 767px) {
	#moreNewsLink {
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    text-decoration: underline;
	}
}