	.voiceBlockHeader {
		text-align: center;
		padding: 20px 0 10px;
		border: none !important;
	}
	.voiceBlockHeader.coloured {
		background-color: #f0f2f2;
		padding: 20px 10px;	
	}
	.voiceBlockHeader svg {
		float: none;
	}
	.titleGroup {
		overflow: hidden;	
	}
	.titleGroup h2 {
		margin-bottom: 0;
		line-height: 2.067rem;
		font-size: 22px;
		font-weight: 700;
		text-transform: uppercase;	
		margin-left: 0;
		color:#367c81 !important;
	}
	.titleGroup h2 a {
		transition: color 300ms ease-in;	
	}
	.titleGroup h2 a:link, .titleGroup h2 a:visited {
		color: #212121;	
	}
	.titleGroup h2 a:hover, .titleGroup h2 a:active {
		color: #f45b24;	
	}
	.titleGroup > a {
		margin-left: 0;
		margin-bottom: 5px;
	}

	@media screen and (min-width: 480px) {
		.voiceBlockHeader {
			text-align: left;
		}
		.voiceBlockHeader svg {
			float: left;
		}
		.titleGroup h2 {
			margin-left: 20px;
		}
		.titleGroup > a {
			margin-left: 20px;
		}
	}