.rtc-bottom-navigation{
    display: none;
}
.rtc-2022-print-emblem{
     padding: 50px 0 50px 0px;
}
#print-page .rtc-2022-print-banner {
     background-image: url(/Content/ReportToCanadians/HtmlFragments/2025/images/print-banner.jpg);
     background-position: 50% 50%;
     padding: 350px 0;
     background-size: cover;
 }
 .rtc-2022-print-title{
     background-color: white;
     border-bottom: solid 8px #427a26;
     display: inline-block;
     margin: 0;
     padding: 30px 30px 15px 30px;
 }
 .rtc-2022-print-banner h1{
 
     color: #333333;
     font-weight:400;
     font-size: 70px;
     text-transform: none;
     letter-spacing: 0;
 }

@media print {
    @page {
        margin: 0.5in;
        }
        h1 {page-break-before: always;}
        #timeline-of-significant-events{
            page-break-before: always;
        }
        .rtc-highlight-emphasis{
            page-break-before: always;
        }
        h1, h3, h4{
          page-break-after: avoid;
      }
      
        h2{
             page-break-before: always;
        }
         .rtc-2022-print-no-break{
          page-break-before:avoid;
          page-break-after: avoid; 
        }
         .rtc-2022-print-break{
             clear: both;
          page-break-before:always;
       
        }
        .rtc h2{
            padding-top: 1em;
        }
        p{
            page-break-inside: avoid;
        }
        .row{
            page-break-inside: avoid;
        }
        body {
            -webkit-print-color-adjust: exact !important;
          }
        .rtc-orgchart h1{
            page-break-before: avoid;

          }
          .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
            float: left;
       }
       .col-lg-12 {
            width: 100%;
       }
       .col-lg-11 {
            width: 91.66666667%;
       }
       .col-lg-10 {
            width: 83.33333333%;
       }
       .col-lg-9 {
            width: 75%;
       }
       .col-lg-8 {
            width: 66.66666667%;
       }
       .col-lg-7 {
            width: 58.33333333%;
       }
       .col-lg-6 {
            width: 50%;
       }
       .col-lg-5 {
            width: 41.66666667%;
       }
       .col-lg-4 {
            width: 33.33333333%;
       }
       .col-lg-3 {
            width: 25%;
       }
       .col-lg-2 {
            width: 16.66666667%;
       }
       .col-lg-1 {
            width: 8.33333333%;
       }
    
        .rtc-square-timeline li {
          margin: 1rem;
          width: calc(33.33% - 2rem);
          float: left;
          min-height: 7rem;
        }
        .rtc-square-timeline li:nth-child(6n+4),
        .rtc-square-timeline li:nth-child(6n+5),
        .rtc-square-timeline li:nth-child(6n+6) {
          float: right;
        }
        .rtc-square-timeline li:nth-child(6n+1)::after,
        .rtc-square-timeline li:nth-child(6n+2)::after {
          top: calc(var(--height)/2 - (var(--unit)));
          left: calc(100%);
          border: var(--unit) solid transparent;
          border-left-color: inherit;
        }
        .rtc-square-timeline li:nth-child(6n+4)::after,
        .rtc-square-timeline li:nth-child(6n+5)::after{
          top: calc(var(--height)/2 - (var(--unit)));
          left: -2rem;
          border: var(--unit) solid transparent;
          border-right-color: inherit;
        }
        .vp-center{
            display: none !important;
            visibility: hidden !important;
        }

        audio{
          display: none;
        }

 }
 
