.logos img {
    margin: 30px;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: box-shadow, transform;
    vertical-align: middle;
}

.copy h1,
.copy h5 {
	color: white !important;
}

.fBlock {
	background: #339f9f none repeat scroll;
	font-size: 16px;
	font-weight: 500;
	padding: 50px 10px;
	height: 200px;
	text-align: center;
}
.fBlock > a {
	color: white;
}
.lBlock > a {
	color: white;
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 6px 10px;
	text-align: center;
}
.qBlocks .arrow {
	margin-top: 20px;
	border-left: 50px solid white;
}
.capmar {background: #334E9E;}
.if, .fib {background: #40AE49;}
.ops {background: #E12E26;}
.comp {background: #6661AB;}
.wealth {background: #8A2842;}
.ffs, .aib {background: #238C87;}

@media (min-width: 1580px) {
	.qBlocks .arrow
}