@media print {
  header, footer, a[target="_self"], .circle-btn, aside, div:before, h3:before, .line, img, hr { display: none !important; height: 0 !important; }
  div, section  {
        width: 100% !important;
        padding: 4px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        white-space: normal !important;
        opacity: 1 !important;
        transform: translateZ(0) !important;
        flex-basis: 100% !important;
        max-width: 100%  !important;

    }
    div.a{display: block !important;}
    div#tertiary > .row > .col-xs-4 {
      display: none;
    }
    div.col-xs-8{
      width: 100% !important;
      display: inline-block !important;
    }
    h2, h3{
      margin-top: 0px !important;
      margin-bottom: 0px !important;
      display: block !important;
      opacity: 1 !important;
      white-space: normal !important;
      transform: translateZ(0) !important;
    }
    .item{
      opacity: 1 !important;
      max-height: 100% !important;
    }
    .reveal {
      opacity: 1 !important;
      transform: translateZ(0) !important;
    }
    div, span, p, h3, h4, h5, a{
      page-break-inside: avoid;
    }
    .teal-box{
      color: black !important;
    }
    .center-cnt {
      position: relative;
      /* top: 50%; */
      left: 0;
      text-align: left;
      z-index: 999;
      display: inline-block;
    }
  }
