#menu-builder-footer-secondary
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 42px;
}

@media screen and (max-width:768px)
{
	#menu-builder-footer-secondary
	{
		justify-content: center;
	}
}

#menu-builder-footer-secondary a:link,
#menu-builder-footer-secondary a:active,
#menu-builder-footer-secondary a:visited
{
	display: flex;
	align-items: center;
	font-family: source_sans_pro;
	font-size: 12pt;
	font-weight: normal;
	color: #c9c9c9;
	text-decoration: none;
	transition: color 200ms;
	margin-right: 35px;
}

#menu-builder-footer-secondary a:hover
{
	color: #ae8830;
}

#menu-builder-footer-secondary a:link:last-of-type,
#menu-builder-footer-secondary a:active:last-of-type,
#menu-builder-footer-secondary a:visited:last-of-type
{
	margin-right: 0;
}

#menu-builder-footer-secondary a img
{
	padding-right: 3px;
}