@charset "UTF-8";
/* ===== SCSS Source: static_website/print.scss ===== */
/* ===== SCSS Source: static_website/_variables.scss ===== */
@font-face {
  font-family: Helvetica;
  src: url("Helvetica.ttc") format("collection");
}
header {
  display: block;
}

footer {
  display: block;
}

aside {
  display: block;
}

hgroup {
  display: block;
}

figure {
  display: block;
}

figcaption {
  display: block;
}

section {
  display: block;
}

article {
  display: block;
}

form {
  display: none;
}

.skiplink {
  display: none;
}

.sidebar {
  display: none;
}

.nav {
  display: none;
}

.breadcrumb {
  display: none;
}

.to-top {
  display: none;
}

.footer {
  display: none;
}

body {
  font-family: "Lexend", sans-serif;
  margin: 0;
  padding: 0;
  color: black;
}

h1 {
  clear: both;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.55em;
  margin-top: 20px;
}

h2 {
  clear: both;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.45em;
  line-height: 32px;
}

h3 {
  clear: both;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 26px;
}

h4 {
  clear: both;
  margin: 0 0 10px;
  font-size: 1.15em;
  line-height: 23px;
  font-weight: 400;
}

h5 {
  clear: both;
  margin: 0 0 10px;
  font-size: 1em;
  line-height: 21px;
  font-weight: 400;
}

h6 {
  clear: both;
  margin: 0 0 10px;
  font-size: 1em;
  line-height: 21px;
  font-weight: 400;
}

h3.heavy {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 600;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-left: 0;
  padding-left: 20px;
  border-left: 1px solid;
}
blockquote p {
  font-size: 1.2em;
  font-style: italic;
}
blockquote cite:before {
  content: "—";
  margin-right: 5px;
}

.figure {
  margin: 2em 0 0.8em;
  padding: 0;
}
.figure img {
  display: block;
}

.figure-title {
  margin: 1.5em 0 1em;
  font-size: 1em;
  font-weight: bold;
  color: black;
}
.figure-title span {
  color: #444444;
}

.figure-caption {
  margin: 0.8em 0 1.3em;
  padding: 0;
  font-size: 0.9em;
  font-style: italic;
}

.logo {
  display: block;
  margin: 0 0 1em;
}
.logo img {
  max-width: 202px;
}

.sublogo {
  display: block;
  margin: 0 0 2em;
}
.sublogo img {
  max-width: 252px;
}

dl {
  margin: 1em 0 0;
  padding-bottom: 0.5em;
}
dl:after {
  content: "";
  clear: both;
  display: block;
}

dt {
  margin-bottom: 0.4em;
  line-height: 1.3em;
  clear: both;
  float: left;
  width: 10em;
}

dd {
  margin-bottom: 0.4em;
  line-height: 1.3em;
  margin-left: 10em;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}
table thead th {
  font-weight: 300;
  color: #444444;
}
table th {
  padding: 5px 10px;
  vertical-align: top;
  text-align: left;
}
table td {
  padding: 5px 10px;
  vertical-align: top;
  text-align: left;
}
table tbody tr:first-child td {
  border-top: 1px solid #D8D4D1;
}
table tbody td {
  border-bottom: 1px solid #D8D4D1;
}

.section-contents {
  display: block;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.section-contents li {
  display: block;
  margin: 5px 0;
  padding: 0;
}
.section-contents li ul {
  margin-left: 20px;
}

/*# sourceMappingURL=print.css.map */
