#developers-usp-stats {
	background: white;
}

#developers-usp-stats .icon {
	display: none;
}

#developers-usp-stats h4 {
	font-size: 36px;
}



#two-brands-one-mission small {
	color: #E71D70;
	font-weight: bold;
}

#bag-and-gg-bring .article-image,
#bag-and-gg-bring .arrow-link {
	display: none;
}

#bag-and-gg-bring small {
	font-weight: bold;
	text-transform:uppercase;
}

#bag-and-gg-bring .row article:first-of-type .article-content .article-footer, #bag-and-gg-bring .row article:last-child .article-content .article-footer,
#track-record .article-content .article-footer {
	background-color: #00C0EF;
}

#bag-and-gg-bring .row article:nth-of-type(2) .article-content .article-footer, #track-record article:last-of-type .article-content .article-footer  {
	background-color: #EF009C;
}


#bag-and-gg-bring .row article:nth-of-type(3) .article-content .article-footer, #track-record article:first-of-type .article-content .article-footer {
	background-color: #FDD406;
}

#quote-pink .row {
	background-color: white;
	border-left: 10px solid #EF009C;
	padding: 20px;
}

#quote-blue .row {
	background-color: white;
	border-left: 10px solid #00C0EF;
	padding: 20px;
}

#five-stages-intro,
#five-stages-content,
#five-stages-content article.article .article-content .article-header {
	background-color: #323E48;
	color: #FFF;
}

#five-stages-content .article-image,
#five-stages-content .article-footer, #five-stages-content .arrow-link, #track-record .article-image,
#track-record .arrow-link {
	display: none;
}

#five-stages-intro small {
	color: #FDD406;
	font-weight: bold;
}

#five-stages-content small,
#arrange-a-call small {
	font-weight: bold;
	color: #00C0EF;
}

#track-record small {
	font-weight: bold;
	text-transform: uppercase;
}

@media print, screen and (min-width: 64em) {
#two-brands-one-mission .row {
	display: flex;
	align-items: center;
}
	
	#bag-and-gg-bring .large-up-4>.column:nth-of-type(4n+1), #bag-and-gg-bring .large-up-4>.columns:nth-of-type(4n+1),
	#five-stages-content .large-up-4>.columns:nth-of-type(4n+1), #five-stages-content .large-up-4>.column:nth-of-type(4n+1),
	#track-record .large-up-4>.column:nth-of-type(4n+1) {
			clear: initial;
	}
	
	#bag-and-gg-bring .large-up-4>.column:nth-of-type(odd),#bag-and-gg-bring .large-up-4>.columns:nth-of-type(odd) {
			clear: both;
	}
	
	#bag-and-gg-bring .large-up-4>.column, #bag-and-gg-bring .large-up-4>.columns {
		width: 50%;
	}
	
	#bag-and-gg-bring article .article-content{
		min-height: 260px;
	}
	
	#quote-pink .row,
	#quote-blue .row {
		display: flex;
		align-items: center;
	}
	
	
	#quote-pink .row .large-8,
	#quote-blue .row  .large-8 {
			width: 50%;
	}
	
	#quote-pink .row .large-15,
	#quote-blue .row  .large-15 {
			width: 50%;
	}
	
	#five-stages-content .large-up-4>.column, #five-stages-content .large-up-4>.columns {
			width: 20%;
	}
	
	#track-record .large-up-4>.column, #track-record .large-up-4>.columns {
		width: 33%
	}
}