.trusted_by {
    background-color: #6a7177;
}

.trusted_by__content {
	align-items: center;
	margin: 0 auto;
	max-width: 1200px;
}

@media (min-width: 800px) {
	.trusted_by__content {
		display: flex;
	}
}

.trusted_by__heading {
    display: inline-block;
    color: #fff;
    font-size: 0.815em;
    line-height: 1.6;
    margin: 0;
    padding-left: 14px;
    vertical-align: middle;
    text-transform: uppercase;
    width: 158px;
}

.trusted_by__image{
	fill: #fff;
	height: 100px;
	margin: 0 1.5%;
	max-width: calc(100% / 7);
	vertical-align: middle;
	width: 120px;
}

















/* White background styles */
.trusted_by_wbg {
	margin-bottom: 100px;
}
.trusted_by__content_wbg {
	align-items: center;
	margin: 0px 50px 0px 50px;
	text-align: center;
}
.trusted_by__heading_wbg {
	text-align: center;
    font-weight: normal;
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 19px;
    color: #737373;
}
.trusted_by__image_whitebg {
	/*fill: #fff;*/
	height: 100px;
	margin: 0 1.5%;
	/*max-width: calc(100% / 7);*/
	vertical-align: middle;
	/*width: 120px;*/
}


.logo_wbg-bristol {
    width: 205px;
    height: 35px;
}
.logo_wbg-bristol>use {
	transform: scale(2);
}
.logo_wbg-marshal {
    width: 160px;
    height: 40px;
}
.logo_wbg-teva {
	width: 130px;
    height: 42px;
}
.logo_wbg-polycom {
	width: 130px;
    height: 40px;
}
.logo_wbg-nice {
	width: 105px;
    height: 40px;
}
.logo_wbg-mobileye {
	width: 240px;
    height: 40px;
}
.logo_wbg-caterpillar {
	width: 170px;
    height: 40px;
}
.logo_wbg-amdocs {
	width: 130px;
    height: 40px;
    vertical-align: middle;
}

@media (max-width: 1700px) {
	.trusted_by__image_whitebg {
		margin: 0 10px;
	}
	.logo_wbg-bristol>use {
		transform: scale(1.5) !important;
	}
	.trusted_by__image_whitebg>use {
	    transform: scale(0.7);
	}
	.logo_wbg-bristol {
	    width: 165px;
	    height: 35px;
	}
	.logo_wbg-marshal {
	    width: 120px;
	    height: 40px;
	}
	.logo_wbg-teva {
		width: 90px;
	    height: 42px;
	}
	.logo_wbg-polycom {
		width: 90px;
	    height: 40px;
	}
	.logo_wbg-nice {
		width: 65px;
	    height: 40px;
	}
	.logo_wbg-mobileye {
		width: 200px;
	    height: 40px;
	}
	.logo_wbg-caterpillar {
		width: 130px;
	    height: 40px;
	}
	.logo_wbg-amdocs {
		width: 120px;
	    height: 35px;
	}
}
@media (max-width: 500px) {
	.trusted_by__heading_wbg {
		font-size: 14px;
	}
}


/*--------------*/


















@media (min-width: 800px) {
	.trusted_by__image.logo-stanford {
		width: 120px;
	}
	.trusted_by__image.logo-wharton {
		width: 114px;
	}
	.trusted_by__image.logo-northwestern {
		width: 83px;
	}
	.trusted_by__image.logo-caterpillar {
		width: 112px;
	}
	.trusted_by__image.logo-teva {
		width: 86px;
	}
	.trusted_by__image.logo-bristol-myers-squibb {
		width: 153px;
	}	
}

#logo-wharton .path31,
#logo-wharton .path35 {
	fill: rgba(0, 0, 0, 0);
}

#logo-teva .path1 {
	fill: transparent;
}
#logo-teva .path2 {
	fill: rgba(111, 111, 110, 0.850000023841858);
}

@media (max-width: 800px) {
	.trusted_by {
		margin-bottom: 0;
	}
	.trusted_by__image {
		margin: 0 10px;
	}
}

@media (min-width: 640px) and (max-width: 800px) {
	.trusted_by__image {
		max-width: calc(100% / 7 - 45px);
	}
}

@media (max-width: 640px) {
	.trusted_by__content {
		text-align: center;
	}

	.trusted_by__heading {
		display: block;
		padding: 10px 0 0;
		width: 100%;
	}
}

@media (min-width: 320px) and (max-width: 640px) {
	.trusted_by__image {
		max-width: calc(100% / 5);
	}
}

@media (max-width: 320px) {
	.trusted_by__image {
		max-width: calc(100% / 2);
	}
}