// site structure ==============================================================

var Structure = new SiteStructure(
	new SectionItem('team', 'team', 'team', 0, 0), 
	new SectionItem('ambassadors', 'ambassadors', 'ambassadors', 0, 0),
	new SectionItem('events', 'Events', 'events', 0, 0),
	new SectionItem('resources', 'Resources', 'resources', 0, 0),
	new SectionItem('contact', 'Contact', 'contact', 0, 0),
	new SectionItem('privacy', 'Privacy Policy', 'privacy', 0, 0)
);

Structure.title = 'Fast Track Tax Strategy';
Structure.short_title = 'Fast Track Tax Strategy';
