#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	height: 170px;
}

@media screen and (max-width: 1200px)
{
	#menu-builder-footer
	{
		height: auto;
		align-items: center;
		margin-bottom: 30px;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
    font-family: 'SourceSans3_semibold', sans-serif;
	font-size: 14pt;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
}

#menu-builder-footer a:hover
{
	text-decoration: underline;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

@media screen and (max-width: 1200px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin-bottom: 8px;
	}
}