.overview.service-section h3 {
	border-top: 0.5em solid #fb5f24;
	padding-top: 0.5em;
}

.overview.service-section h2 {
	border-top: 0.5em solid #fb5f24;
	padding-top: 0.5em;
	width: 50%;
}

.overview.service-section, .overview.service-section .service-list {
	line-height: 1.5em;
}

.overview.service-section .callout-image {
	margin-top: 5em;
}

.service-section .wide-wrapper {
	width: 1170px;
}

.service-section {
	-webkit-box-shadow: 0px 15px 10px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 15px 10px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 15px 10px 2px rgba(0, 0, 0, 0.2);
	line-height: 1.5em;
}

.service-section:not(:last-child) {
	margin-bottom: 5em;
}

/*
.service-section:after {
	display: block;
	content: " ";
	height: 40px;
	margin-top: 5em;
}


#design.service-section:after {
  background: linear-gradient(0deg, #f5f5f5 5px, #fb5f24 6px, #fb5f24 39px, #f5f5f5 40px );
}

#development.service-section:after {
  background: linear-gradient(0deg, #f5f5f5 5px, #fe3929 6px, #fe3929 39px, #f5f5f5 40px );
}

#identity.service-section:after {
  background: linear-gradient(0deg, #f5f5f5 5px, #ad3455 6px, #ad3455 39px, #f5f5f5 40px );
}

#seo.service-section:after {
  background: linear-gradient(0deg, #f5f5f5 5px, #5c2d3d 6px, #5c2d3d 39px, #f5f5f5 40px );
}
*/
.service-list {
	list-style-type: none;
	font-size: 1em;
	line-height: 1.2em;
	padding-left: 0;
	margin-left: 1em;
}

.service-list li {
	padding-top: 1em;
}

.service-list li:before {
	content: '>';
	color: #fb5f24;
	font-weight: bold;
	margin-right: 0.5em;
	margin-left: -1.2em;
}

.icon-inline {
	font-size: 2.5em;
	vertical-align: middle;
}

#design .icon-inline {
	color: #fb5f24;
}

#development .icon-inline {
	color: #fe3929;
}

#identity .icon-inline {
	color: #ad3455;
}

#seo .icon-inline {
	color: #5c2d3d;
}

.img-right {
	float: right;
}