@media print {

  .top-bar, .sidebar, footer, .linkswrap, hidePrint {
  	display: none;
  }

  h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', _sans-serif !important;
    font-weight: 300;
  }

  .mobilemenu,
  .minimenu,
  .headerwrap,
  .menuwrap,
  .sidenav,
  .addthis_toolbox,
  .socialstream,
  .updates,
  .reveal-modal,
  .white_sharetext  {
    display: none;
  }

  body {
    text-align: center;
    font-family: 'Roboto Condensed', _sans-serif !important;
  }

  .visible-print {
    width: 30em;
    max-width: 100%;
    border: 5px dashed #000;
    padding: 30px;
    margin: 20px auto;
  }
  .visible-print img {
    width: 100%;
    max-width: 300px;
    display: block;
    clear: both;
  }

  .special h3.head,
  .special h2.head {
    color: #A31E21;
  }

  .special h3 {
    font-weight: 700;
    font-size: 36px;
  }
}
