.threeColumnFact {
	padding: 70px 0px 41px;
}
.threeColumnFact > .container > .row {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.threeColumnFact > .container > .row {
	text-align: center;
}
.threeColumnFact__line1 {
	color: #005ebc;
	font-weight: 600;
}
.threeColumnFact__line2 {
	font-size: 55px;
	font-weight: 600;
	color: #005ebc;
}
@media(max-width:1199px){
	.threeColumnFact__line2 {
		font-size: 45px;
	}
}


.factsGrid {
	padding: 60px 0 25px;
}
@media(max-width:767px){
	.factsGrid {
		padding-left:11px;
		padding-right:11px;
	}
}
.factsGrid > .container > .row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.fact {
	display: flex;
	align-items:flex-end;
}
.fact__inner {
	/*border-bottom: 2px solid #838a94;*/
	border-bottom:2px solid white;
	border-bottom-color:rgba(96, 102, 113, 0.3);
	padding-bottom: 22px;
	margin-bottom: 50px;
	display: flex;
	width: 100%;
}
.bg-dee6e8 .fact__inner {
	border-bottom-color:#ffffff;
}
.fact__image {
	width: 90px;
	height: auto;
}
.fact h3 {
	font-size: 51px;
	margin-bottom: 0px;
	line-height: 1;
	width: 100%;
	font-weight: 400;
}
.fact p {
	margin-bottom: 0px;
	color: #606671;
	line-height: 1.4;
	width:100%;
}
.fact__right, 
.fact__left {
	display: flex;
	justify-items: flex-end;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
}
.fact__left {
	width:110px;	
}
.fact__right {
	width: calc(100% - 110px);
	padding-left: 16px;
}
.factsGrid.factsGrid--alternative .fact__right h3 {
	font-size: 30px;
}
.fact__right .btn {
	margin-top: 17px;
}





.twitterFeed {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	min-height: 330px;
}
@media(max-width:1199px){
	.twitterFeed {
		min-height: 270px;
	}
}
@media(max-width:767px){
	.twitterFeed {
		height:400px;
		margin-top:30px;
	}
}
.twitterFeed::after {
	content: "";
	display: block;
	background: #cee3f8;
	flex-grow: 1;
}
.twitterFeed.twitterFeed--linkedin::after {
	content:none;	
}
.twitterFeed__tweets {
	overflow-y: scroll;
	height: calc(100% - 58px);
	position: absolute;
	top: 58px;
	width: 100%;
}
.twitterFeedHeader,
.footer__tweet {
	background: #cee3f8;
	margin-bottom: 1px;
}
.twitterFeedHeader {
	color: #4ea2ea;
	padding: 15px 18px;
	font-size: 20px;
	width:100%;
}
.twitterFeedHeader em {
	font-size: 24px;
	padding-right: 11px;
}
.footer__tweet {
	padding: 10px 19px 12px;
	font-size: 12px;
	position:relative;
	line-height:1.2;
}
.footer__twitterUser {
	text-decoration: none;
	color: #4ea2ea;
}
.footer__tweetDate {
	color: #4ea2ea;
	position: absolute;
	right: 17px;
	top: 10px;
}
.footer__tweetBlurb {
	color:#666;	
}
.footer__tweetBlurb a {
	color:#4ea2ea;
	text-decoration:none;
}

.twitterFeed--linkedin .twitterFeedHeader,
.twitterFeed--linkedin a,
.twitterFeed--linkedin .footer__tweetDate{
	color: #0077b5;
}
.twitterFeed--linkedin .twitterFeedHeader, 
.twitterFeed--linkedin .footer__tweet {
	background: #E6E9EC;
}
/*@media(max-width:1199px){
	.footer__tweet:nth-child(5){
		display:none;	
	}
}
@media(max-width:991px){
	.footer__tweet:nth-child(4){
		display:none;	
	}
}*/

.strategyDiagram {
	text-align: center;
}
.strategyDiagram .row {
	margin-left: -7px;
	margin-right: -7px;
	display: flex;
	flex-wrap: wrap;
}
.strategyDiagram__piece {
	margin-bottom: 15px;
	padding-left: 7px;
	padding-right: 7px;
	color: white;
	display: flex;
}
.strategyDiagram__pieceInner {
	background: #333;
	border-radius: 10px;
	padding: 12px;
}
.strategyDiagram__piece:nth-child(1) .strategyDiagram__pieceInner {
	background: #22c0f1;
}
.strategyDiagram__piece:nth-child(2) .strategyDiagram__pieceInner {
	background: #4a9bcf;
}
.strategyDiagram__piece:nth-child(3) .strategyDiagram__pieceInner {
	background: #0073bc;
}
.strategyDiagram__piece:nth-child(4) .strategyDiagram__pieceInner {
	background: #b4e3f4;
}
.strategyDiagram__piece:nth-child(5) .strategyDiagram__pieceInner {
	background: #e5aacd;
}
.strategyDiagram__piece:nth-child(6) .strategyDiagram__pieceInner {
	background: #c4e2bb;
}
.strategyDiagram__piece:nth-child(7) .strategyDiagram__pieceInner {
	background: #fad9a9;
}
.strategyDiagram__piece:nth-child(8) .strategyDiagram__pieceInner {
	background: #00468c;
}
.strategyDiagram__header {
	font-weight: 600;
	display:block;
}
.strategyDiagram__piece p {
	color: white;
	margin-bottom:11px;
}
.strategyDiagram__piece p:last-child {
	margin-bottom: 0px;
}
.strategyDiagram__piece.strategyDiagram__piece--small .strategyDiagram__pieceInner {
	padding: 20px;
}
.strategyDiagram__piece.strategyDiagram__piece--small .strategyDiagram__header {
	margin-bottom:11px;	
	color: #00468c;
}
.strategyDiagram__piece.strategyDiagram__piece--small p {
	color: #333;
}

