
  .bgtriangleblue::before {
    background: #06255b;
    bottom: 100%;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    transform-origin: 50% 150%;
    transform: rotate(-45deg);
    width: 100%;
  }

  @media print {
    .print-page-break { page-break-before: always; } /* page-break-after works, as well */

    .container {margin-left: 0; margin-right: 0}

    .no-print { display:none;}
}