This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $j(function(){ | |
| var bgPhoto = $j('#bgphoto'); | |
| $j(window).on('load resize',function(evt){ | |
| if(evt.type=='load'){bgPhoto.css({'top':'50%','left':'50%'})} | |
| bgPhoto.css('margin-top', -bgPhoto.height()/2); //set Y position | |
| bgPhoto.css('margin-left', -bgPhoto.width()/2); //set X position | |
| }); | |
| }); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $j(window).on('load resize',function(){ | |
| sizeCheck(); | |
| }); | |
| var currentBreak = -1; | |
| var breakpoints = [788,522,320,0]; | |
| function sizeCheck() { | |
| var screenBreak; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | $j(function(){ | |
| var checkTwitter = setInterval(function(){ | |
| if( $j('body').data('twttr-rendered') === true ){ | |
| renderTweets(); | |
| clearInterval(checkTwitter); | |
| } | |
| },100); | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var fbCheck = setInterval(function(){ | |
| var fbPosts = $j('li.facebook'); | |
| if( fbPosts.length > 0 ){ | |
| fbPosts.each(function() { | |
| var $this = $j(this); | |
| $this.text( $this.text().slice(0,150) ); | |
| $this.append(' …'); | |
| }); | |
| clearInterval(fbCheck); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var l = $j('.mega-links a'); | |
| l.each(function(){ | |
| var t = $j(this); | |
| var pid = $j(this).attr('href').split('p=')[1].split('&')[0]; | |
| $j.get('pagenavlist.cfm?pagelist='+pid,function(data){ //grab menu list with AJAX | |
| if(data.search('<li>')>0){ | |
| t.after(data); | |
| } | |
| }); | |
| }); | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /* media select menu fixes */ | |
| #mediaNav, #mediaNav * { | |
| box-sizing: content-box; | |
| } | |
| .mediaNavHdr { | |
| height: auto; | |
| min-height: 18px; | |
| } | |
| .mediaNavHdr input[type="button"].mediaBackNav { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | var feeds = [ | |
| url:'http://www.facebook.com/feeds/page.php?format=atom10&id=29385622792', | |
| classname:'facebook', | |
| target : '#facebook-feed', | |
| number : 3, | |
| loaded:false | |
| }, | |
| { | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| /*! Modules - Directory v0.0.5 */ | |
| // ========================================================================== | |
| // Directory | |
| // ========================================================================== |