@media print {
   
    header, 
    footer,
    .bottom-menubar,
     .container-baner-arrows,
     video {
    display: none;
    }
 
     @page {
         margin-top: 50px;
         margin-bottom: 50px;
     }
 
     @page :left {
         margin: 0.8cm;
     }
         
     @page :right {
         margin: 0.8cm;
     }
 
 
     .article-title{
         font-size: 30pt;
         line-height: 36pt;
         color:#000!important;
     }
 
     h1{
         font-size: 70pt;
         line-height: 77pt;
         color:#000!important;
     }
 
     h2{
         color:#000!important;
     }
 
     h3{
         color:#000!important;
     }
 
     h5{
         color:#000!important;
     }
 
 
     h6{
         color:#000!important;
     }
/*  
     p{
         font-size: 10pt;
         line-height: 16pt;
         color:#000!important;
     } */
 
     a{
         color:#000!important;
     }

     .article-a-link {
        text-decoration: none;
     }
 
     .article-image{
         height:350px!important;
         margin:0!important;
     }
 
     /* li{
         font-size: 12pt!important; 
         color:#000!important;
     } */
 
     iframe{
         width:100%!important;
     }
 

     .big-quote{
         font-size:60px!important;
         color:#000!important;
     }

     .social-bar{
         display:none;
     }
 
     .div-for-audio-mobile{
         display: none;
       }

       .audio-player-mobile {
        display: none !important;
       }

       .container-sharing-icons-welcome {
        display: none !important;
       }

       .container-sharing-icons-mobile {
        display: none !important;
       }
 
     a.next {
         display: none!important;
     }
 
     .picture-for-print{
         display: inline!important;
         height:700px;
     }
 
     .home-content.article-content {
         margin-top:40px;
         align-items: flex-start;
         height:100%;
     }
     
     .article-container-title {
        margin-top: 60px;
     }

     .mt-10 {
        margin-top: 10px;
     }

     .mt-50 {
        margin-top: 50px;
     }

     .mt-180{
         margin-top: 60px!important;
     }

     .mt-120 {
        margin-top: 60px !important;
     }

     .mb-40 {
        margin-bottom: 40px;
     }

     .mb-80 {
        margin-bottom: 0px !important;
     }

     .mb-120 {
        margin-bottom: 0px !important;
     }

     .h-100vh-100 {
        height: 100% !important;
        margin-bottom: -100px;
     }

     .mt-130-0 {
        margin-top: 0px !important;
      }

      .mb--100 {
        margin-bottom: 0 !important;
      }

     .welcome-container {
        margin-top: 60px !important;
     }

 
     .pt-100{
         padding-top:0px!important;
     }
 
     .print-hidden{
         display: none!important;
     }
 
     .just-for-print{
         display: inline;
     }
 
     .just-for-print img{
         width:80%;
     }
 
     .just-for-print .full-width{
         width:100%;
     }
 
     
     .logos-to-print{
         display: flex;
         justify-content: flex-start;
         align-items: center;
     }
   
     .logos-to-print img {
         margin-right: 30px;
     }
 
     .logos-to-print .ow-logo {
         height:20px;
         width:auto;
     }
 
     .logos-to-print .fmi-logo {
         height:35px;
         width:auto;
     }
 
     .article-image {
         margin: 0!important;
     }
 
     .general-baner.bg-dark-green{
         background-color: #ffffff;
     }
 
     .general-baner{
         min-height:100%!important;
     }
 
     .text-white{
         color:#000!important;
     }

     .mw-67 {
        max-width: 100%;
     }

     .people .person-div img {
        height: 150px!important;
    }

    .image-banner {
        height:400px!important;
        width:100%!important;
        display: inline-block;
        margin-top:-10px;
        object-fit: cover;
    }

    .hide-for-print {
        display: none !important;
    }

    .article-exhibit-source {
        margin-bottom: 40px;
    }

    .pagebreak {
        page-break-before: always;
    }

    .volume-block {
        width: 100%;
    }

    .volume-block .left-block {
        display: none;
    }

    .volume-block .right-block {
        width: 100%;
    }

    .text-black {
        color: #000 !important;
    }

    .article-details {
        margin-top: 0 !important;
    }

    body .widedesk-baner {
        margin-top: 0;
    }

    /* .bolded {
        font-size: 18pt !important;
    } */

 }