/* 320px  */
/* 600px  */
/* 900px  */
/* 1200px */
/* 1800px */
/* 2400px */
@media screen and (min-width: 0) {
  head {
    font-family: "usn-small 0"; }

  body:after {
    content: "usn-small - min-width: 0"; } }
@media screen and (min-width: 56.25em) {
  head {
    font-family: "usn-medium 56.25em"; }

  body:after {
    content: "usn-medium - min-width: 56.25em"; } }
head {
  clear: both; }
  head title {
    font-family: "usn-small 0, usn-medium 56.25em"; }

body:after {
  display: none; }

*[data-usn-if] {
  display: none; }

/* 1.2   */
/* 1.44  */
/* 1.728 */
/* 2.074 */
/* 2.488 */
/* 2.986 */
/* 3.583 */
body {
  font-family: Overpass, system, sans-serif;
  font-size: 1em;
  line-height: 1.728; }

h3,
h2 {
  line-height: 1.2; }

h1 {
  line-height: 1; }

h6, .h6 {
  font-size: 0.8333333333em; }

h5, .h5 {
  font-size: 1em; }

h4, .h4 {
  font-size: 1.2em; }

h3, .h3 {
  font-size: 1.44em; }

h2, .h2 {
  font-size: 1.728em; }

h1, .h1 {
  font-size: 2.0736em; }

@media only screen and (min-width: 56.313em) {
  body {
    font-size: 1em;
    font-size: calc( 1em + ( (1.2 - 1) / 1 ) * (100vw - 56.25rem) / (75 - 56.25) ); } }
@media only screen and (min-width: 75.063em) {
  body {
    font-size: 1.44em;
    font-size: calc( 1.2em + ( (1.44 - 1.2) / 1.2 ) * (100vw - 75rem) / (112.5 - 75) ); } }
@media only screen and (min-width: 112.563em) {
  body {
    font-size: 1.728em;
    font-size: calc( 1.44em + ( (2.0736 - 1.44) / 1.44 ) * (100vw - 112.5rem) / (150 - 112.5) ); } }
@media only screen and (min-width: 150.063em) {
  body {
    font-size: 2.0736em;
    font-size: calc( 2.0736em + ( (2.48832 - 2.0736) / 2.0736 ) * (100vw - 150rem) / (200 - 150) ); } }
h1, .h1,
h2, .h2,
h3, .h3,
label, legend {
  font-family: Overpass, system, sans-serif; }

h1, .h1,
h2, .h2,
h3, .h3 {
  word-wrap: break-word;
  margin-top: 1em;
  margin-bottom: 0.5em; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, h2, h3, h4, h5, h6 {
  color: currentColor; }
  h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited, h6, h6 a, h6 a:visited {
    color: currentColor;
    text-decoration: none; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline; }

p {
  margin: 0 0 0.5em; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.center {
  margin: 0 auto 1.44;
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.affix {
  position: fixed; }

.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #495057; }

.aspectratio {
  position: relative;
  display: block;
  height: 0;
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden;
  text-align: center; }
  .aspectratio iframe,
  .aspectratio embed,
  .aspectratio object,
  .aspectratio video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.aspectratio[data-ratio="16/9"] {
  padding-top: 56.25%; }

.aspectratio[data-ratio="4/3"] {
  padding-top: 75%; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html,
body {
  box-sizing: border-box;
  margin: 0; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

.img--no-max {
  max-width: none; }

figure > img {
  display: block; }

figcaption {
  font-size: 0.8333333333em; }

iframe,
embed,
object,
video {
  max-width: 100%; }

a {
  text-decoration: underline;
  color: #000; }
  a:visited {
    color: #000; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: none; }

ul, ol {
  margin-bottom: 1em; }
  ul li, ol li {
    margin-bottom: 0.5rem; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  margin: 0 -5px 0 0; }

dl {
  margin-top: 0;
  margin-bottom: 1em; }

dt,
dd {
  line-height: 1.44; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

blockquote,
blockquote p,
q {
  color: #495057; }

blockquote {
  padding-left: 0.5em;
  font-size: 1.2em;
  letter-spacing: -1px;
  border-left: 4px solid #495057; }
  blockquote > :last-child {
    margin-bottom: 0; }

blockquote cite {
  display: block;
  color: #212529; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a,
blockquote cite a:visited {
  color: #212529; }

pre,
code {
  font-size: 15px;
  border: 1px solid #e9ecef;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

pre {
  overflow-x: scroll;
  padding: 8px 12px; }
  pre > code {
    padding-right: 0;
    padding-left: 0;
    border: 0; }

table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ccc; }
  table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td {
    border: 1px solid #ccc; }
  table > thead > tr > th, table > thead > tr > td {
    border-bottom-width: 2px; }

/*! system-font.css v1.1.0 | CC0-1.0 License | github.com/jonathantneal/system-font-face */
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); }
@font-face {
  font-family: system;
  font-style: italic;
  font-weight: 300;
  src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma"); }
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 400;
  src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma"); }
@font-face {
  font-family: system;
  font-style: italic;
  font-weight: 400;
  src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma"); }
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 500;
  src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold"); }
@font-face {
  font-family: system;
  font-style: italic;
  font-weight: 500;
  src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold"); }
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 700;
  src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold"); }
@font-face {
  font-family: system;
  font-style: italic;
  font-weight: 700;
  src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold"); }
.page {
  padding-bottom: 4em; }

.page, .wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 100%; }

.wrapper {
  padding-right: 1em;
  padding-left: 1em;
  max-width: 40em; }

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8em, 1fr));
  grid-gap: 2vmin;
  margin-bottom: 1em; }

::selection {
  color: inherit;
  text-shadow: inherit;
  background-color: #ACCEF7; }

html,
body,
table {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0;
  /* 2. */ }

h1,
h2,
h3 {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 1;
  /* 1. */ }

abbr {
  text-transform: uppercase;
  /* 1 */
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "smcp" 1, "c2sc" 1;
  /* 2 */ }

time {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0; }

pre,
kbd,
samp,
code {
  font-feature-settings: "kern" 0, "liga" 0, "calt" 1, "dlig" 0, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

sup {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "sups" 1;
  /* 1. */ }

sub {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 1, "lnum" 0, "dlig" 0, "subs" 1;
  /* 1. */ }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="number"],
input[type="range"],
input[type="tel"],
input[type="week"] {
  font-feature-settings: "kern" 0, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 1, "zero" 0;
  /* 1. */ }

tbody,
caption {
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 0, "tnum" 1, "onum" 0, "lnum" 1, "zero" 1;
  /* 1. */ }

/**
 * Syntax highlighting styles
 */
.highlight {
  margin: 0 0 0.5em;
  text-align: left !important;
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

/* styling skip links */
.skip-links {
  position: absolute;
  top: 0;
  width: 100%; }
  .skip-links a {
    position: absolute;
    overflow: hidden;
    display: inline-block;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0.5em;
    background: black;
    color: white;
    text-decoration: none; }
    .skip-links a:focus {
      position: static;
      overflow: visible;
      clip: auto; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  body > *:not(main) {
    display: none; }

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

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  @page {
    margin: 1cm; }
  html {
    font-size: 13pt; }

  body {
    color: #000; }

  a,
  header a {
    color: #000; }

  p, blockquote {
    orphans: 3;
    widows: 3; }

  blockquote, ul, ol {
    page-break-inside: avoid; }

  h1, h2, h3, caption {
    page-break-after: avoid; }

  .wrapper {
    max-width: none;
    margin: 0; }

  header {
    background: none; }

  nav,
  .breadcrumb {
    display: none; } }
.site-header {
  position: relative;
  margin-bottom: 2em;
  padding: 0 1em;
  text-align: center;
  color: #000;
  z-index: 0; }

.site-header-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  width: 100%;
  background: transparent; }

@media only screen and (min-width: 56.313em) {
  .site-header-top__align {
    flex-direction: row;
    align-items: baseline; } }

.site-header-hero {
  padding: 0;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-color: #495057;
  background-image: linear-gradient(to top, #495057 0%, #212529 100%); }
  .site-header-hero .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40vmin; }
  .site-header-hero a {
    text-decoration: none;
    color: currentColor; }
    .site-header-hero a:visited {
      color: currentColor; }
  .site-header-hero::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    opacity: 1;
    transition: opacity 1500ms ease-in-out; }
    .site-header.b-lazy::after {
      opacity: 1; }

.site-header-background {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 1500ms ease-in-out; }

.site-title {
  display: block;
  margin: 0;
  font-size: 1.728em;
  line-height: 1;
  color: currentColor;
  text-decoration: none; }

.site-title-hero {
  display: inline-block;
  padding: 0.5em;
  font-size: 2.0736em;
  font-weight: 300; }

.site-title-link {
  color: currentColor;
  text-decoration: none; }
  .site-title-link, .site-title-link:visited {
    color: currentColor; }

.site-information {
  margin: 0; }

.site-slogan {
  text-align: center;
  color: #fff; }

.exergue {
  margin-top: -2em;
  padding: 1em;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #212529; }
  .exergue small {
    display: block;
    clear: both;
    width: 100%; }
  .exergue a {
    color: #fff; }
    .exergue a:hover {
      text-decoration: none; }

.pagination--prevnext {
  clear: both;
  margin: 3rem auto; }
  @media only screen and (min-width: 56.313em) {
    .pagination--prevnext {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 2vmin; } }

.pagination--prev {
  padding-left: 1em; }
  .pagination--prev a:before {
    left: -1em;
    content: "< "; }

.pagination--next {
  padding-right: 1em;
  text-align: right; }
  .pagination--next a:before {
    right: -1em;
    content: " >"; }

.pagination--item {
  position: relative;
  display: block;
  padding: 1em 0;
  font-size: 0.8333333333em;
  color: #333; }
  .pagination--item:before {
    position: absolute; }

.pagination--item:active {
  background: #e9ecef; }

.post {
  padding-bottom: 1em; }
  .post figure {
    text-align: center; }
  .post img {
    margin: 0.5em auto 1.5em; }

.posts-archive {
  padding: 0;
  margin: 0 0 1em; }
  .posts-archive li {
    display: inline-block; }
  .posts-archive > li:not(:last-child):after {
    content: ' - '; }

nav ul {
  list-style: none; }
nav a {
  text-decoration: none; }

.nav-main ul {
  margin: 0;
  padding: 0.1666666667em 0 0.5em;
  min-width: 100%;
  list-style: none;
  text-align: left; }
  @media only screen and (min-width: 56.313em) {
    .wrapper--flex .nav-main ul {
      text-align: right; } }
.nav-main li {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0.2rem 1.6rem 0; }
.nav-main a {
  font-weight: bold; }
  .nav-main a + .nav-main a {
    margin-left: 1em; }

.nav-main__scroll {
  overflow-y: hidden;
  height: 40px; }
  @media only screen and (max-width: 37.437em) {
    .nav-main__scroll {
      width: 100vw; } }
  .nav-main__scroll ul {
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 100px;
    white-space: nowrap; }
