@charset "utf-8";
/* CSS Document */


.values h4,.mission h4
{ font-size: 17px; font-weight: 500; color: #134A86 ; border-bottom: 2px solid; padding-bottom: 6px; text-transform: uppercase;}


/* ---- mission ---- */


.mission h4 { margin-bottom: 22px; }
.mission p { font-size: 15px; line-height: 19px; font-weight: 400;}
.mission ul li {
	font-size: 15px;
	list-style: square inside;
	line-height: 20px;
	font-weight: 400;
}


/* ---- values ---- */

.values h4 { margin-bottom: 16px;}
.values li { border-bottom: 1px solid #BDBDBD; padding: 14px 0; }
.values li:last-child { border-bottom: none; }

.values img { width: 20px; display: inline-block; float: left; margin-right: 10px;}

.values p { 
	font-size: 18px; 
	line-height: 20px; 
	margin-bottom: 4px; 
	margin-right: 10px;
	font-weight: 400;
}

.values span { font-size: 15px; line-height: 18px; margin-bottom: 10px; font-weight: 400;}



/* ---- client-list ---- */

.client-list p { padding-left: 10px; font-weight: 400;}

.client-list h4 {
	display: block;
	width: 70%;
	color: #134A86;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: top;
	padding-bottom: 4px;
	margin-bottom: 25px;
	border-bottom: 2px solid;
}

.client-list h6 { 
	font-size: 15px; 
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 6px;
	margin: 13px 0;
}

.client-list ul { margin-bottom: 20px; padding-left: 14px;}
.client-list ul li {
	font-size: 14px;
	list-style: square outside;
	line-height: 20px;
}


/* ---- cpq ---- */

.cpq-list { padding: 20px 0px;}

.cpq-list h5 { font-size: 16px; font-weight: 400; }

.cpq-list ul li {
	font-size: 15px;
	list-style: disc inside;
	line-height: 20px;
	font-weight: 300;
}


/* ---- partners ---- */

.partners { padding: 20px 0px;}

.h-wrap-full {
	margin-bottom: 25px;
	width: 100%;
	height: auto;
	display: block;
	padding: 2px 10px;
	background-color: #D1D1D1;
	border-radius: 5px;
}

.h-wrap {
	margin-bottom: 25px;
	width: 100%;
	display: block;
	padding: 0px 10px;
	overflow-x: hidden;
}

.p-wrap { padding: 20px 0px; }

.partners h4 {
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 4px;
	line-height: 20px;
	display: block;
	letter-spacing: 1px;
	color: #134A86;
}

.partners h5 {
	font-size: 18px;
	font-weight: 500;
	color: #474747;
	padding-bottom: 6px;
	margin: 12px 0;
	border-bottom: 2px solid #999999;
	  }

.partner-wrap {
	width: auto;
	height: auto;
	display: block;
	padding: 40px 20px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	border-radius: 4px;
	min-height: 80px;
}

.partner-wrap::after { display: table; clear: both;}

.partner-wrap .img-wrap {
	float: left;
	width: auto;
	margin: auto 25px 5px 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 3px solid #DCDCDC;	
}

.partner-wrap .img-wrap img { max-height: 60px; width: auto;}

.partner-wrap span { font-size: 14px; line-height: 18px; font-weight: 400; }
.partner-wrap span b { font-weight: 500; }
.partner-wrap small { font-size: 13px; line-height: 17px; color: #707070 ;}
.partner-wrap a { color: #134A86 ;}

@media screen and (max-width: 640px) { 
	.partner-wrap .img-wrap { float: none; margin: auto auto 15px;}
	.partner-wrap .img-wrap img { max-height: auto; margin: auto; } 
}
