/**
 * Adobe Edge: symbol definitions
 */
(function($, Edge, compId){
var symbols = {
"stage": {
   version: "0.1.3",
   baseState: "Base State",
   initialState: "Base State",
   content: {
      dom: [
,
,
,
,
,
,
,
],
      symbolInstances: [
      ]
   },
   states: {
      "Base State": {
         "${_siteNav} > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)": [
            ["style", "opacity", '1'],
            ["transform", "translateY", '-1000px'],
            ["transform", "translateX", '169px']
         ],
         "${_siteNav} > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)": [
            ["transform", "translateX", '169px'],
            ["transform", "translateY", '-1000px']
         ],
         "${_siteNav} > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)": [
            ["transform", "translateX", '169px'],
            ["transform", "translateY", '-1000px']
         ],
         "${_branding} > p:nth-child(1) > img:nth-child(1)": [
            ["style", "opacity", '0'],
            ["transform", "translateY", '-727px'],
            ["transform", "translateX", '12px']
         ],
         "${_siteNav} > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)": [
            ["transform", "translateX", '169px'],
            ["transform", "translateY", '-1000px']
         ],
         "${_siteNav} > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)": [
            ["transform", "translateX", '169px'],
            ["transform", "translateY", '-1000px']
         ]
      }
   },
   timelines: {
      "Default Timeline": {
         fromState: "Base State",
         toState: "",
         duration: 6544,
         labels: {

         },
         timeline: [
            { id: "eid5", tween: [ "style", "${_branding} > p:nth-child(1) > img:nth-child(1)", "opacity", '1', { fromValue: '0'}], position: 4650, duration: 394 },
            { id: "eid12", tween: [ "transform", "${_siteNav} > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1)", "translateY", '-662px', { fromValue: '-1000px'}], position: 5344, duration: 300, easing: "easeOutBounce" },
            { id: "eid15", tween: [ "transform", "${_siteNav} > ul:nth-child(1) > li:nth-child(5) > a:nth-child(1)", "translateY", '-662px', { fromValue: '-1000px'}], position: 6244, duration: 300, easing: "easeOutBounce" },
            { id: "eid14", tween: [ "transform", "${_siteNav} > ul:nth-child(1) > li:nth-child(4) > a:nth-child(1)", "translateY", '-662px', { fromValue: '-1000px'}], position: 5944, duration: 300, easing: "easeOutBounce" },
            { id: "eid7", tween: [ "transform", "${_siteNav} > ul:nth-child(1) > li:nth-child(1) > a:nth-child(1)", "translateY", '-662px', { fromValue: '-1000px'}], position: 5044, duration: 300, easing: "easeOutBounce" },
            { id: "eid13", tween: [ "transform", "${_siteNav} > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1)", "translateY", '-662px', { fromValue: '-1000px'}], position: 5644, duration: 300, easing: "easeOutBounce" }]
      }
   }
}};

var comp;
Edge.registerCompositionDefn(compId, symbols);

/**
 * Adobe Edge DOM Ready Event Handler
 */
$(window).ready(function() {
     comp = new Edge.Composition(compId, {stage: "." + compId}, {});
	   /**
 * Adobe Edge Timeline Launch
 */
     comp.ready(function() {
         comp.play();
     });
});
})(jQuery, jQuery.Edge, "EDGE-17160431");

