#page-4 {
  margin-top: 30px;
}

#page-4 main.content-body {
  margin-top: 15px;
}

.connected-services-hero h1
{
	font-weight: bold;
}

.top-container
{
	background: #e6e7e8;
    padding: 30px 30px 16px 30px;
	margin-bottom: 30px;
}

.top-image-container
{
	text-align: center;
}

.icon-list
{
	border-left: 1px solid #000;
}

.links-container a
{
	color: #fff;
	text-decoration: underline;
}

.icon-list.no-border
{
	border: none;
}

footer
{
	margin-top: 30px;
}


/* Medium and down */
@media screen and (max-width: 63.9375em) {
		
	.connected-services-hero p
	{
		text-align: left;
	}

	.top-container
	{
		background: #e6e7e8;
		padding: 30px 1.3rem 16px 1.3rem;
		margin-bottom: 30px;
	}	
	
}
