#content .well {
	padding:35px;
    background-color: #fff;
    border: 1px solid #878787;
}

#content ul.portlet {
  	padding-left:0;
    margin-top: 35px;
    margin-bottom: 45px;
}

#content li.portlet-item {
	padding-bottom: 30px;
	list-style-type: none;
}

#content li.portlet-item:last-child {
	padding-bottom: 0px;
}


#content li.portlet-item > a {
	font-size:18px;
}


.container-bg-color {
  background-color:#efefef;
}

#content h3 > a {
  color:#303030;
}

#content .fa {
  color:#303030;
}

@media (min-width: 768px) {
	.contact {
    text-align:right;
    }
}