@media print {
        #site-header,
        #site-footer,
        #newsletter-foot,
        .hero-section,
	.header,
	.footer,
	.nb-form,
	.TextformatterVideoEmbed,
	.uk-navbar-right,
	.content-wrapper > .uk-article .uk-grid > .uk-width-1-4\@m,
	.uk-container.uk-flex-center.uk-flex.uk-flex-wrap.uk-margin-large-top,
	.uk-section.uk-section-small.uk-margin-large-top,
	.uk-container.uk-margin-large-top {
		display: none !important;
	}
}

/* IE11 */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
    /* fix a bug in IE11 on specific block about/people, Training and Support*/
    .nb-block.nb-content.nb-block-textimage.uk-first-column {
        width:100%;
	}
	
	.uk-select:not([multiple]):not([size]) {
		background-image: none;
	}
}