/*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*/
/*.bg-000000 {
	background-color: #000000;
}*/
#cappage .bg-000000 .arrow {
	border-top: #000000 solid 50px;
}
/*.bg-FFFFFF {
	background-color: #FFFFFF;
}*/
#cappage .bg-FFFFFF .arrow {
	border-top: #FFFFFF solid 50px;
}
/*.bg-009DD9 {
	background-color: #009DD9;
}*/
#cappage .bg-009DD9 .arrow {
	border-top: #009DD9 solid 50px;
}
/*.bg-707276 {
	background-color: #707276;
}*/
#cappage .bg-707276 .arrow {
	border-top: #707276 solid 50px;
}
/*.fc-000000 {
	color: #000000;
}
.fc-FFFFFF {
	color: #FFFFFF;
}
.fc-009DD9 {
	color: #009DD9;
}
.fc-707276 {
	color: #707276;
}
.fc-D60037 {
	color: #D60037;
}
.fc-9E28B5 {
	color: #9E28B5;
}
.fc-FF8300 {
	color: #FF8300;
}
.fc-85C63F {
	color: #85C63F;
}
.fc-FFCD00 {
	color: #FFCD00;
}
.fc-CCCCCC {
	color: #CCCCCC;
}
.fc-6A6A6A {
	color: #6A6A6A;
}
.fc-FFFFFF {
	color: #FFFFFF;
}*/
.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 {  /*a new class added for ET-1986*/
    z-index: 10;
    display: inline-block; /*Adrian ET1986*/
    margin: 0 auto;/*Adrian ET1986*/
    width: 100%;/*Adrian ET1986*/
}
