
@media print {

body {
  color: #000;
  background: #fff;
}

a {
  outline: 0;
}

.o-wrapper {
  max-width: none;
}

.c-header {
  padding-top: 0;
}

.c-main-menu__btn, .c-main-menu, .c-footer, .u-hide-on-print {
  display: none !important;
}

.c-section--blue, c-footer, .c-section--dark {
  background: transparent !important;
}

.c-box--white {
  border: 0;
}

}
