.text-medium-image--home {
	display: none !important;
}
footer a[href*="communicate"]
{
	display: none !important;
}
.home .home-intro {
	background: #2756A0;
}

.home .home-intro__text{
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
	width: 100% !important;
	float: none !important;
	left: 0 !important;
	text-align:center;
	max-width: 900px;
	margin: 0 auto;
	line-height: 1.3;
}
.home .home-intro__image{
	display:none !important;
}
.home .home-research__red-box{
	background: #A0DBEC !important;
}
.home .home-research__green-box{
	background: #2985E0 !important;
}

.link-tiles--home::after{
	background:  #A0DBEC !important;
}

.subscribe{
	background:  #2985E0 !important;
}

.subscribe a:hover{
	background:  #000000 !important;
}

.home-research__slider:before{
	background: #A0DBEC !important;
}

@media (max-width:768px)
{
	.home .home-intro__text {
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: unset !important;
		width: 100% !important;
		float: none !important;
		left: 0 !important;
		text-align:center;
		max-width: 90%;
		margin: 0 auto;
		line-height: 1.3;
	}
}

body {
	color: #2756A0;
}
