#header-menu-secondary-navigation
{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#menu-builder-header-nav.active #header-menu-secondary-navigation
{
	animation: 1000ms ease-in delay-fade-in-2;
}

#header-menu-secondary-navigation a
{
	font-family: source_sans_pro;
	font-size: 14pt;
	color: #2e2e2e;
	margin-right: 35px;
	transition: color 150ms;
	text-decoration: none;
}

#header-menu-secondary-navigation a:hover
{
	color: #907127;	
}


#header-menu-secondary-navigation a:last-of-type
{
	margin-right: 0;
}

@media screen and (max-width:340px)
{
	#header-menu-secondary-navigation
	{
		padding-bottom: 80px;
	}
}