#menu-builder-footer
{
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	height: 120px;
}

#menu-builder-footer a:link,
#menu-builder-footer a:active,
#menu-builder-footer a:visited
{
	display: flex;
	align-items: center;
	font-family: 'Source_Sans_3_semibold', sans-serif;
	font-size: 13pt;
	color: #ffffff;
	text-decoration: none;
	transition: color 0.2s;
	margin-bottom: 10px;
}

#menu-builder-footer a:hover
{
	color: #f77f00;
}

#menu-builder-footer a.orange-text:link,
#menu-builder-footer a.orange-text:active,
#menu-builder-footer a.orange-text:visited
{
	color: #f77f00;
}

#menu-builder-footer a.orange-text:hover
{
	color: #ffffff;
}

#menu-builder-footer a img
{
	padding-right: 3px;
}

@media screen and (max-width:1440px)
{
	#menu-builder-footer
	{
		height: 180px;
	}
}

@media screen and (max-width:1200px)
{
	#menu-builder-footer
	{
		align-items: center;
		max-width: 400px;
    	margin: 0 auto 10px auto;
	}
}

@media screen and (max-width:480px)
{
	#menu-builder-footer
	{
		height: auto;
	}
}