$(document).ready(function(){
  
  
  
    if($("#fp_content_upper").length > 0) {
        $(".slides").cycle({
          fx: 'fade',// choose your transition type, ex: fade, scrollUp, shuffle, etc...
               timeout: 5000,
               speed: 800
               
        });
    }
  
  
  $('ul#nav_921795 li:last').addClass('last');


// Events	
		
			  if($(".event-details").length > 0) {
		$(".event-details").hide();
		$(".event-trigger").click(function(){
			$(this).toggleClass("active").prev().slideToggle("slow");
			$(this).text($(this).text() == 'Show event details' ? 'Hide event details' : 'Show event details');
		});
		}	

$('.column').hover(function() {
				$(this).addClass('hover');
					}, function() {
				$(this).removeClass('hover');
			});

// Add print header to top of page
  		$("body").prepend("<h5 class=\"print\">S<span>i</span>MPACT Strategy Group Inc.</h5>");

  		// Add print footer to bottom of page
  	    $("body").after("<h6 class=\"print\">Suite 306, 319 10th Avenue SW Calgary, AB T2R 0A8</h5>");



});
