@charset "UTF-8";
/* CSS Document */

@media print {
.content{
width: 100%; 
margin: 0; 
float: none;
}

/** Setting margins */       
@page { margin: 2cm }

/**
 * Making intergated videos disappear, and removing the iframes' whitespace to zero. 
 */
.entry iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap;
}
body[style]{
    padding-top: 0 !important;    
    }
.space-xs {
    padding-top: 0;
    padding-bottom: 0;
}
.space-sm {
    padding-top: 0;
    padding-bottom: 0;
}
.space-md {
    padding-top: 0;
    padding-bottom: 0;
}
.space-lg {
    padding-top: 0;
    padding-bottom: 0;
}
.space-xl {
    padding-top: 0;
    padding-bottom: 0;
}
.section {
    padding: 25px 0;
    }
.accordion .card-header .btn{
    display: block !important;    
    }
.tab-content>.tab-pane {
    display: block;
}
.fade:not(.show) {
    opacity: 1;
}
.collapse:not(.show) {
    display: block;
}
.col, .col-12, .col-lg-12, .col-md-12, .col-sm-12, .col-xl-12, .col-xl-2{
    display: block !important;
    width: 100% !important;
    flex: none;
    max-width: 100%;
    }
.col-2, .col-lg-2, .col-md-2, .col-xl-2{
   display: block !important;
    width: 16% !important;
    flex: none;     
    }
.col-3, .col-lg-3, .col-md-3, .col-xl-3{
   display: block !important;
    width: 25% !important;
    flex: none;     
    }
.col-4, .col-lg-4, .col-md-4, .col-xl-4{
    display: block !important;
    width: 33% !important;
    flex: none;         
    }
.col-5, .col-lg-5, .col-md-5, .col-xl-5{
    display: block !important;
    width: 41% !important;
    flex: none;         
    }
.col-6, .col-lg-6, .col-md-6, .col-xl-6{
    display: block !important;
    width: 50% !important;
    flex: none;         
    }
.col-7, .col-lg-7, .col-md-7, .col-xl-7{
    display: block !important;
    width: 58% !important;
    flex: none;         
    }
.col-8, .col-lg-8, .col-md-8, .col-xl-8{
    display: block !important;
    width: 66% !important;
    flex: none;         
    }
.col-9, .col-lg-9, .col-md-9, .col-xl-9{
    display: block !important;
    width: 75% !important;
    flex: none;         
    }
.col-10, .col-lg-10, .col-md-10, .col-xl-10{
    display: block !important;
    width: 83% !important;
    flex: none;         
    }
}