#menu-builder-footer_secondary
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

@media screen and (max-width:992px)
{
	#menu-builder-footer_secondary
	{
		justify-content: center;
    	margin-top: 20px;
	}
}

#menu-builder-footer_secondary a:link,
#menu-builder-footer_secondary a:active,
#menu-builder-footer_secondary a:visited
{
	position: relative;
	display: flex;
	align-items: center;
	font-family: open_sans_regular;
	font-weight: normal;
	font-size: 9pt;
	line-height: 0.8;
	color: #ffffff;
	margin-right: 40px;
	text-decoration: none;
	transition: color 0.2s;
}

#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:hover
{
	color: #5d88bb;
}

#menu-builder-footer_secondary a img
{
	padding-right: 3px;
}