/*
Generic print styling.
Individual block can have print styling in their respective file
*/
@media print {
  body {
    font-size: 12px;
  }
  .col-xs-offset-1 {
    margin-left: 20px !important;
  }
  .block-block-content-emergency-contact-takeover {
    display: none;
  }
  .spf-image-outer {
    height: auto;
  }
  .spf-cross-site-alert :after {
    display: none;
  }
  .website-logo :before, .website-logo :after {
    display: none;
  }
  .spf-cross-site-alert {
    /*display: none;*/
  }
}

/*# sourceMappingURL=print.css.map */
