@media print {
  /** Setting margins */
  @page {
    margin: 0.5cm;
  }
  /* The first page of a print can be manipulated as well */
  @page :first {
    margin: 0.5cm 0.5cm 1cm 0.5cm;
  }
  #view {
    width: 100%;
    margin: 0;
    float: none;
  }
  #view .keyinfo {
    font: 11pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
    display: block;
    width: 100%;
  }
  #view #photos {
    margin-top: 0;
    page-break-before: always;
  }
  #logo {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
  }
  body {
    font: 11pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000;
  }
  h1 {
    color: #000;
    font-size: 20pt;
    text-align: center;
    margin-bottom: 4pt;
    margin-left: 0.5cm;
    font-family: Georgia, "Times New Roman", Times, serif;
  }
  .title {
    display: none;
  }
  .title:after {
    content: "data correct at time of printing";
  }
  .button {
    display: none;
  }
  h2, h3, h4 {
    font-size: 13pt;
    font-weight: bold;
    margin-top: 0;
    border-bottom: solid 1px #808080;
  }
  .callout {
    margin-top: 0.5cm;
    width: 100%;
    clear: both;
  }
  .menu {
    display: none;
  }
  #mainheader, .offcanvastogglemenu {
    display: none;
  }
  #main-menu {
    display: none;
  }
  .cell {
    display: inline-block;
    page-break-inside: avoid;
    margin: 0;
  }
  .grid-margin-y > .cell {
    margin: 0 !important;
  }
  a[href]:after {
    display: none;
  }
  p {
    page-break-inside: avoid;
  }
  .hilight {
    padding: 0 0 10px 0;
    margin-bottom: 0;
  }
  footer {
    margin-top: 0.5cm;
  }
  a.button {
    display: none;
  }
  .card {
    height: unset !important;
    min-height: unset !important;
    page-break-inside: avoid !important;
    border: none;
    margin-bottom: 0;
  }
  .cell {
    page-break-inside: avoid !important;
  }
  img {
    margin-bottom: 0 !important;
  }
  /*
  .sticky-container {
      height:0;
      display:none;
  }*/
  .linetitle {
    display: block;
    clear: both;
  }
  .bio {
    page-break-before: always !important;
    margin-top: 1cm;
  }
  .mycard {
    page-break-after: always;
  }
}

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