  @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;
}
.embed-youtube, .embed-responsive {
  position: absolute;
  height: 0;
  overflow: hidden;
}
body:before { 
    content: url(/_resources/css/"");
} 
body{
    background-color: #fff;
}
/* Hiding unnecessary elements for the print */

.siteHeader, .off-screen-nav, .mobile-header, .slider-wrapper, .footer-nav, .copyright, .breadcrumb,.gallery-slider-wrapper, .video-holder, .news-header, .btn-default, .btn, .btn-dark, .btn-light, .btn-dark-2 .footer-social, .pagination, .emergency-alert, .cookiealert, #filter, aside, img, form, .side-nav-heading, #sidebar .navbar, .social, .custom-slider-arrows, .accordion-style-1, .accordion-style-2, .tabs{
    display: none !important;
}
.section-with-background[style]{
    background-image: none !important;
}
}