#menu-builder-footer
{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin-right: 136px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer
	{
		display: block;
		margin-right: 0;
	}
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: work_sans_medium, sans-serif;
	font-size: 16px;
	color: #707070;
	text-decoration: none;
	transition: color 0.2s;
	margin: auto 40px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer a
	{
		justify-content: center;
		margin: 15px auto !important;
	}
}


#menu-builder-footer a:hover
{
	color: #E38221;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}