#menu-builder-footer
{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	margin-top: 70px;
}

@media screen and (max-width:991px)
{
	#menu-builder-footer
	{
		flex-flow: column nowrap;
		height: auto;
		margin-top: 15px;
		align-items: center;
	}
}


#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: raleway_semibold, sans-serif;
	font-size: 14pt;
	color: #424242;
	text-decoration: none;
	transition: color 0.2s;
}

@media screen and (max-width:991px)
{
	#menu-builder-footer a:link,
	#menu-builder-footer a:active,
	#menu-builder-footer a:visited
	{
		margin: 10px auto;
	}
}


#menu-builder-footer a:hover
{
	color: #006737;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}