/*==============================================================================

	This website/webapplication is developed by:
	Occhio BV
	http://www.occhio.nl/
	info@occhio.nl
	+31 (0)20 320 78 70

==============================================================================*/
/* ============================================================================= 
	STYLES FOR PRINT-CONTENT 
============================================================================= */
/* line 15, _sass/print.scss */
* {
  overflow: visible !important;
  /* Required for FireFox pre-3.6 to print past page 1 */
}

/* line 19, _sass/print.scss */
body * {
  border: 0;
  color: #000;
  background: #fff;
  text-decoration: none;
  font-family: Helvetica Neue, Arial, "Times New Roman", Times, serif;
  /* IE bugs on the verdana font*/
  font-size: 11pt;
  line-height: 18pt;
  float: none !important;
  /* Required for FireFox pre-3.6 to print past page 1 */
}

@page {
  size: auto;
  /* auto is the initial value */
  /* this affects the margin in the printer settings */
  margin: 25mm;
}

/* line 39, _sass/print.scss */
body,
input,
textarea,
select {
  font-family: "Times New Roman", Times, serif;
}

/* line 43, _sass/print.scss */
.navbar-brand {
  display: block;
  width: 40%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* line 51, _sass/print.scss */
a.skipmenu {
  display: none;
}

/* line 55, _sass/print.scss */
h1 {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 16pt;
  line-height: 16pt;
  margin: 0 0 6pt 0;
}

/* line 64, _sass/print.scss */
h2 {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 14pt;
  line-height: 18pt;
  margin: 0 0 3pt 0;
}

/* line 76, _sass/print.scss */
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: bold;
  color: #000;
  font-size: 12pt;
  line-height: 12pt;
  margin: 0 0 0 0;
}

/* line 87, _sass/print.scss */
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 10pt;
}

/* line 95, _sass/print.scss */
a,
a:link,
a:visited,
a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 106, _sass/print.scss */
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  page-break-after: avoid;
}

/* line 114, _sass/print.scss */
table,
table tr,
ul,
ol,
img {
  page-break-inside: avoid;
}

/* line 118, _sass/print.scss */
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30pt;
}

/* line 125, _sass/print.scss */
article a {
  font-weight: bolder;
  text-decoration: none;
}
/* line 131, _sass/print.scss */
article a[href^=mailto]:after,
article a[href^=http]:after {
  content: " <" attr(href) "> ";
}
/* line 135, _sass/print.scss */
article a[href^="#"]:after {
  content: "";
}

/* line 141, _sass/print.scss */
* {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

/* line 147, _sass/print.scss */
table {
  margin: 20pt 0;
  border: 1px solid black;
  padding: 20pt;
}

/* line 158, _sass/print.scss */
.navbar-right,
footer.footer,
.main-menu,
.hidden,
.sr-only {
  display: none;
}

/* line 162, _sass/print.scss */
.header {
  margin-bottom: 40pt;
}

/* line 167, _sass/print.scss */
.page {
  height: auto;
}
