/* ==========================================
   Set up the page
   ========================================== */
@page {
  margin-bottom: 0.75cm;
  margin-left: 1.5cm;
  margin-right: 1cm;
  margin-top: 1cm;
  size: 21cm 29.7cm;
}

/* line 15, ../scss/print.scss */
html {
  height: 100%;
  margin-bottom: 1px;
}

/* line 20, ../scss/print.scss */
body {
  float: none;
  margin: 0;
  padding: 0.25cm;
  width: 18cm;
}

/* ==========================================
   Reset core elements
   ========================================== */
/* line 31, ../scss/print.scss */
* {
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 36, ../scss/print.scss */
a, a:visited {
  text-decoration: none;
}

/* line 40, ../scss/print.scss */
div.pos-fixed {
  position: relative !important;
}

/* ==========================================
   Display link information (page and foot)
   ========================================== */
/* line 48, ../scss/print.scss */
#archive a[href]:after, #article a[href]:after, #page-foot a[href]:after {
  content: " (" attr(href) ")";
}

/* line 52, ../scss/print.scss */
#archive abbr[title]:after, #article abbr[title]:after, #page-foot abbr[title]:after {
  content: " (" attr(title) ")";
}

/* line 56, ../scss/print.scss */
#archive acronym[title]:after, #article acronym[title]:after, #page-foot acronym[title]:after {
  content: " (" attr(title) ")";
}

/** Prevent display of link URL's for images, javascript and anchors */
/* line 62, ../scss/print.scss */
img a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
  content: "";
}

/* ==========================================
   Layout
   ========================================== */
/* line 70, ../scss/print.scss */
.wrap, .cell {
  float: none;
}

/* line 74, ../scss/print.scss */
#page-head, #page-head .content {
  height: 90px !important;
}

/* line 78, ../scss/print.scss */
#page-head #head-logo {
  margin-top: -9px;
}

/* line 82, ../scss/print.scss */
#page-head div.print {
  bottom: 18px;
  display: none;
  position: absolute;
  right: 10px;
}

/* line 89, ../scss/print.scss */
#page-head div.print p {
  margin: 0;
}

/* line 93, ../scss/print.scss */
#article-head h1 {
  margin-top: 9px;
}

/* line 97, ../scss/print.scss */
#article-head p {
  margin-top: -27px;
  margin-bottom: 9px;
  width: 740px;
}

/* line 103, ../scss/print.scss */
#article {
  padding: 0;
}

/* line 107, ../scss/print.scss */
#article .content {
  padding: 0 30px 0 30px;
}

/* line 113, ../scss/print.scss */
#archive, #archive .content, #archive .wrap, #archive a.panel {
  float: left;
}

/* ==========================================
   Typography
   ========================================== */
/** Dax */
/* line 123, ../scss/print.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "ff-dax-web", Helvetica, Arial, sans-serif;
}

/** Tables */
/* line 129, ../scss/print.scss */
thead {
  display: table-header-group;
}

/* line 133, ../scss/print.scss */
tr {
  page-break-inside: avoid;
}

/** Preformatted and quoted text */
/* line 139, ../scss/print.scss */
pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

/** Other */
/* line 146, ../scss/print.scss */
#head-call {
  text-align: right;
}

/* line 150, ../scss/print.scss */
#head-call span.print {
  font-weight: bold;
}

/* line 154, ../scss/print.scss */
#page-head div.print p {
  color: #CACACA;
  font-size: 10px;
  text-align: right;
}

/** Flow control */
/* line 162, ../scss/print.scss */
p, h1, h2, h3 {
  orphans: 3;
  widows: 3;
}

/* line 167, ../scss/print.scss */
h1, h2, h3 {
  page-break-after: avoid;
}

/* ==========================================
   Graphics
   ========================================== */
/** Images */
/* line 177, ../scss/print.scss */
img {
  max-width: 100% !important;
  page-break-inside: avoid;
}

/* ==========================================
   Enable / disable elements for print
   ========================================== */
/* line 186, ../scss/print.scss */
.noprint, .noprint *, .visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  display: none !important;
  height: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

/* line 198, ../scss/print.scss */
.print {
  height: auto;
  margin: auto;
  position: relative;
  width: auto;
}

/** Bespoke disabling */
/* line 207, ../scss/print.scss */
.ico, form {
  clip: rect(0 0 0 0);
  display: none !important;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute !important;
  width: 1px;
}
