/*The background and font color styling has been moved to style.css as we need to make content area holistic.We need to have this style globally*/
#cappage .bg-000000 .arrow {
	border-top: #000000 solid 50px;
}
#cappage .bg-FFFFFF .arrow {
	border-top: #FFFFFF solid 50px;
}
#cappage .bg-009DD9 .arrow {
	border-top: #00aeef solid 50px;
}
#cappage .bg-707276 .arrow {
	border-top: #707276 solid 50px;
}

.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase !important;
}
.textimage .text {
	width: 65%;
	float: left;
}
.textimage .image {
	width: 35%;
	float: left;
	text-align: center;
}
.leadership-profile-container {
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 23.83px;
	color: #6a6a6a;
}
.leadership-profile-container img {
	float: left;
	margin: 0 8px 8px 0;
}
.solutions-frame1 { 
    z-index: 10;
    display: inline-block; 
    margin: 0 auto;
    width: 100%;
}
