.stem-accreditation-bar{
	width:100%; 
	padding:18px 0;
}
.stem-accreditation-inner{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:16px 32px;
}
.stem-accreditation-label{
	margin:0;
	font-family:'Avenir LT Pro',sans-serif;
	font-size:13px;
	font-weight:500;
	letter-spacing:.08em;
	text-transform:uppercase;
	color:#9a9a9a;
	line-height:1.3;
	white-space:nowrap;
}
.stem-accreditation-label a{
	color:#9a9a9a;
	text-decoration:none;
}
.stem-accreditation-label a:hover{
	color:#666;
	text-decoration:underline;
}
.stem-accreditation-items{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:12px 24px;
	flex:1;
	min-width:0;
}
.stem-accreditation-item{
	display:inline-flex;
	align-items:center;
	gap:12px;
	text-decoration:none;
	color:#1f1f1f;
	font-family:'Avenir LT Pro',sans-serif;
	font-size:15px;
	font-weight:500;
	line-height:1.3;
	letter-spacing:0;
}
.stem-accreditation-item:hover{
	color:#000;
	text-decoration:none;
}
.stem-accreditation-item img{
	width:56px;
	height:56px;
	object-fit:contain;
	display:block;
	flex-shrink:0;
}
.stem-accreditation-item span{
	max-width:220px;
}
.stem-accreditation-dot{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#cfcfcf;
	flex-shrink:0;
}
@media (max-width:991px){
	.stem-accreditation-bar{padding:16px 0;}
	.stem-accreditation-inner{gap:12px 20px;}
	.stem-accreditation-item{font-size:14px;gap:10px;}
	.stem-accreditation-item img{width:48px;height:48px;}
	.stem-accreditation-item span{max-width:180px;}
}
@media (max-width:767px){
	.stem-accreditation-bar{padding:14px 0;}
	.stem-accreditation-inner{
		flex-direction:column;
		align-items:flex-start;
		gap:12px;
	}
	.stem-accreditation-label{
		font-size:12px;
		white-space:normal;
	}
	.stem-accreditation-items{
		width:100%;
		flex-direction:column;
		align-items:flex-start;
		gap:14px;
	}
	.stem-accreditation-dot{display:none;}
	.stem-accreditation-item{
		font-size:14px;
		width:100%;
	}
	.stem-accreditation-item span{max-width:none;}
	.stem-accreditation-item img{width:52px;height:52px;}
}
