/**
 * Print Style
 */
html,
body {
  height: 100%;
  width: 1080px !important;
}

img {
  width: auto !important;
  max-width: auto !important;
  height: auto !important;
}

.hide-on-desktop {
  height: 0 !important;
  display: none !important;
}

body {
  -webkit-print-color-adjust: exact;
  width: 1080px !important;
}

.header-container {
  position: absolute !important;
  min-width: inherit !important;
}

.is-toggle-hidden {
  display: block !important;
}

#colorbox {
  top: 80px !important;
  left: 50% !important;
  margin-left: -300px !important;
  width: 600px !important;
}
