@media print {



  /* ==========================================================================
     GLOBAL STYLES
     ========================================================================== */


    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  /* ==========================================================================
     CUSTOM STYLES
     ========================================================================== */
    
    
    
    body.home #ModelArea,
    body #ModelArea,
    body #Header ul.admin-nav,
    #Content #SocialIcons,
    #Content ul.child-pages,
    #Content #LongForm,
    #PageBody #Sidebar ul.side-nav,
    #Sidebar .sidebar-widget#SidebarModel,
    #Sidebar .sidebar-widget-wide#ContactMiniForm,
    #PageBody #Sidebar .sidebar-widget.thumbnails,
    #Sidebar .sidebar-widget#VideoWidget
    #Footer .social-links { display: none; }
    
    
    
    
    body #PageWrap,
    body #PageBody,
    body #Header .header-inner,
    body #Footer .footer-inner,
    body #Content,
    body #Sidebar,
    #Gallery .inner { width: auto !important; }
    
    
    
    body #PageWrap { display: block; }
    
    
    
    
    /* Header */
    
    #Header #HeaderNav,
    #Footer .nav { display: none !important; }
    
    
    #Header #HeaderLogo,
    #Header #HeaderLogo strong { text-indent: 0; }
    
    #Header #HeaderLogo {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      margin: 0 auto;
      font-size: 1em; }
      
      
    #Header #HeaderLogo strong {
      font-size: 1.5em;
      margin-bottom: 0.5em; }
    
    
    
    
    
    /* Content */
    

    
    
    
    
    
    /* Gallery */
    
    #Content #GalleryArea .gallery-nav,
    #Content #GalleryArea a.thickbox { display: none; }
    
    #Content #GalleryArea .img-row img.large-img { 
      display: block;
      float: left;
      margin: 0.5em; }
      
      
      #Content #GalleryArea .img-row img.large-img.last-img:after { content: "<br />"; }

    
    
    
    
    
    
    /* Sidebar */
    
    body #Sidebar {
      float: none;
      clear: both;
      text-align: center;
    }
    
    
    
} /* END Print Styles */