/*
 * Print styles
 * Version: 1.0
*/
/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  vertical-align: baseline;
}

/* normalize */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

blockquote, q {
  quotes: none;
}

a:hover, a:active {
  outline: 0;
}

a img {
  border: 0;
}

button[type="submit"],
input[type="submit"] {
  cursor: pointer;
}

embed, iframe, object {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

hr {
  margin: 3rem 0;
  height: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
hr + h1, hr + h2, hr + h3, h1 + hr, h2 + hr, h3 + hr {
  margin-top: 0;
}

body:not(.is-tabbing) section:focus,
body:not(.is-tabbing) main:focus,
body:not(.is-tabbing) article:focus {
  outline: none;
}

::-moz-selection {
  background: #eaf1f5;
}

::selection {
  background: #eaf1f5;
}

/* set the font to 10pt, the font to black and the background to white */
body {
  color: #000000;
  font: 10pt/1.3 Georgia, "Times New Roman", Times, serif;
  background: #fff !important;
}

/* set the page margins */
@page {
  margin: 2cm;
}
/* set content floats, margins and widths */
.site-content,
.main {
  float: none;
  margin: 0;
  width: 100%;
}

/* set the headline styles */
h1, h2, h3, h4 {
  margin: 1.4em 0 1rem;
  page-break-after: avoid;
  page-break-inside: avoid;
}

h1, .h1 {
  margin-top: 0;
  font-size: 22pt;
}

h2, .h2 {
  font-size: 16pt;
}

h3, .h3 {
  font-size: 14pt;
}

h4, .h4 {
  font-size: 12pt;
}

/* link color and behavior */
.site-content a:link,
.site-content a:visited,
.site-content a {
  color: #2b7598;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
  background: transparent;
}

.site-content a {
  page-break-inside: avoid;
  word-wrap: break-word;
}

.site-content a[href]::after {
  content: " [" attr(href) "] ";
}

.site-content a[href^="#"]::after {
  content: "";
}

.site-content a:not(:local-link)::after {
  content: " < " attr(href) "> ";
}

/* set default element styles */
p, address, li, dt, dd, blockquote {
  font-size: 100%;
}

code, pre {
  font-family: "Courier New", Courier, mono;
}

ul, ol {
  list-style: square;
  margin-left: 18pt;
  margin-bottom: 20pt;
}

li {
  line-height: 1.6em;
}

img {
  width: auto;
  max-width: 400px;
  height: auto;
  max-height: 200px;
}

img[src*="logo"] {
  max-width: 150px;
  max-height: 100px;
}

/* define page breaks */
blockquote {
  page-break-inside: avoid;
}

img {
  page-break-inside: avoid;
  page-break-after: avoid;
}

table, pre {
  page-break-inside: avoid;
}

ul, ol, dl {
  page-break-before: avoid;
}

/* hide media elements */
video, audio, object, embed, iframe {
  display: none;
}

/* hide unnecessary elements */
.skip-link, .site-header, nav,
.sidebar, .post-nav,
.site-footer, .top-link,
.discipline-icons-wrapper {
  display: none;
}
