/* ====================================================================
   Print Stylesheet
   ==================================================================== */

@media print { 


 
  html, 
  body 
  {
    height: 99%;   
  }
 
   * 
   {
     text-indent: 0 !important; 
   }
 
  #wrap,
  #content,
  .home-content,
  .home-cta1,
  .home-cta2,
  .simplePullQuote,
  #main 
  {
    clear: both !important; float: none !important; position: relative !important; display: block !important;
    width: auto !important; height: auto !important; min-height: auto !important; margin: 10px 0 !important; padding: 0 !important;
    border: none !important; box-shadow: none !important;
    background: none !important; background-color: #FFF !important;
    text-align: left !important;
  }
  
  img,
  iframe,
  .fluid-width-video-wrapper,
  .cue-playlist-container,
  .mejs-container,
  #header-wrap,
  #nav-header-wrap,
  h1:before,
  h1:after,
  #contact-form,
  .scroll-to-top,
  .wp-caption-text,
  #pagination,
  #side,
  #footer-wrap 
  {
    display: none !important;
  }
  
  body, 
  html,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .home-byline,
  a:link, 
  a:visited, 
  a:active 
  { 
    width: auto !important; margin: auto !important; padding: 0 !important;
    color: #000 !important; 
    font-family: sans-serif !important; font-size: inherit !important; line-height: normal !important; 
    letter-spacing: normal !important; text-align: left !important; text-decoration: none !important; 
    background-color: #FFF !important;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 
  {
    margin: auto; padding: 0;
    font-weight: bold !important;
  }
  
  .dataTables_wrapper label input 
  {  
    border: 1px solid #000;
  }



}