#menu-builder-footer-secondary
{
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
}

#menu-builder-footer-secondary a:link,
#menu-builder-footer-secondary a:active,
#menu-builder-footer-secondary a:visited
{
	display: flex;
	align-items: center;
	font-family: pt_sans;
	font-weight: normal;
	font-size: 14pt;
	color: #5F5F5F;
	text-decoration: none;
	transition: color 0.2s;
}

#menu-builder-footer-secondary a:hover
{
	color: #E56A13;
}

#menu-builder-footer-secondary a img
{
	padding-right: 3px;
}

@media screen and (max-width: 991px)
{
	#menu-builder-footer-secondary
	{
		align-items: center;
		justify-content: center;
		flex-flow: column wrap;
		height: auto;
	}

	#menu-builder-footer-secondary a:link,
	#menu-builder-footer-secondary a:active,
	#menu-builder-footer-secondary a:visited
	{
		padding-bottom: 15px;
	}


}