@media screen and (max-width: 767px)
{
	#menu-builder-footer-secondary
	{
		margin-top: 15px;
		margin-bottom: 15px;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
}

#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: var(--primary-text-font-family); */
	font-size: 11px;
	font-weight: 400;
	color: #2D2D2D;
	text-decoration: none;
	transition: color 0.2s;
	margin-left: 4px;
}

@media screen and (max-width: 767px)
{
	#menu-builder-footer-secondary a:link,
	#menu-builder-footer-secondary a:active,
	#menu-builder-footer-secondary a:visited
	{
		margin-left: 0;
		align-items: center;
		margin: 8px;
	}
}

#menu-builder-footer-secondary a:hover
{
	color: #00539F;
}

