@media print {
	.header,
	.footer,
	.nb-form,
	.TextformatterVideoEmbed,
	.uk-button,
	.sidebar,
        footer,
        .home-links-boxes,
        .ad,
        .uk-card
        {
		display: none !important;
	}
        
        .wrapper-content,
        .hero-section,
        .hero-inner,
        .hero-gradient,
        .full-screen,
        .uk-container,
        .vertical-center,
        .hero-content,
        .main-grid,
        .page-content,
        .bar
        {
            all: unset;
        }
        
        .bar{
            padding: 3cm; 
        }
        
        .page-content {
            margin-top: 300px;
        }
}

/* IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  

}
