@charset "UTF-8";
@viewport {
  width: device-width;
}
@media screen and (min-width: 640px) {
  html {
    -ms-overflow-style: scrollbar;
  }
}
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

form {
  position: relative;
}

img, video {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

.lt-ie9 img {
  -ms-interpolation-mode: bicubic;
  zoom: 1;
}

audio, canvas, video {
  display: inline-block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

abbr {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

ins {
  text-decoration: none;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

sub, sup {
  font-size: 0.75em;
  line-height: 100%;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th, td {
  text-align: left;
  vertical-align: top;
  empty-cells: show;
}

.page-dir-rtl th, .page-dir-rtl td {
  text-align: right;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

/* old skool: */
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0;
}

span.clear {
  display: block;
}

.dev-note, .devnote {
  font: 12px/16px "Courier New", Terminal, monospace;
  background: #ff6;
  padding: 4px;
  color: red;
}

body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

p + p, p + a, a + p, p + table, .section + table, p + h1, p + h2, p + h3, p + h4, p + h5, p + ul, p + ol, ul + p, ol + p, img + p, p + img, section + section, section + p, p + section {
  margin-top: 1.55em;
}

blockquote {
  margin: 1.55em 0;
  padding: 0 2em;
  font-size: 0.95em;
}

.accessibility-text {
  display: block;
  position: absolute !important;
  -webkit-clip-path: inset(50%); /* CR for Safari */
  clip-path: inset(50%); /* CR for future browsers */
  clip: rect(1px 1px 1px 1px); /* OldIE, juuust in case */
  clip: rect(1px, 1px, 1px, 1px); /* current browsers */
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  white-space: nowrap;
}

html {
  scroll-behavior: smooth;
}

body {
  font: 1em/1.538em Arial, Helvetica, sans-serif;
  color: #444;
  background: #fff;
}

a:link, a:visited {
  color: #00d;
  text-decoration: none;
  text-underline-position: under;
  transition: color, background-color 0.1s linear;
}

a:visited {
  color: #00d;
}

main a:link, main a:visited {
  text-decoration: underline;
}

a:hover, a:focus {
  text-decoration: underline;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: Signika, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 0.2em;
}

h1, .h1 {
  font-size: 3rem;
  line-height: 1.2;
}

h2, .h2 {
  font-size: 2.5rem;
  line-height: 1.4;
}

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.2;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 1em;
}

h5, .h5 {
  font-weight: bold;
  font-size: 1.1rem;
}

.page-skip-nav ul, .page-skip-nav li {
  list-style: none;
}
.page-skip-nav a,
.page-skip-nav a:visited {
  position: absolute;
  z-index: 100;
  padding: 6px;
  color: #fff;
  background: transparent;
}
.page-skip-nav a:hover,
.page-skip-nav a:focus {
  outline: 0;
  background: #333;
}

#page-nav-top a {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 8px;
  top: -40px;
  left: 0;
  transition: top 1s ease-out, background 1s linear;
}
#page-nav-top a:focus {
  top: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}

#page-nav-bottom a {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-top-left-radius: 8px;
  bottom: 40px;
  right: 0;
  transition: bottom 1s ease-out, background 1s linear;
}
#page-nav-bottom a:focus {
  bottom: 0;
  transition: bottom 0.1s ease-in, background 0.5s linear;
}

#page {
  box-sizing: border-box;
  width: 80%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 2em 0;
}
@media screen and (max-width: 900px) {
  #page {
    width: 90%;
  }
}

header {
  margin: 0 0 2.55em;
}

#site-nav {
  margin: 1rem 0 2rem;
  font-size: 1.15em;
}
#site-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
#site-nav li {
  margin-left: 1em;
}
#site-nav li:first-child {
  margin-left: 0;
}

.page-home #site-nav li:nth-child(1) {
  display: none;
}
.page-home #site-nav li:nth-child(1) + li {
  margin-left: 0;
}

.page-resume #site-nav .resume a,
.page-cinema #site-nav .cinema a,
.page-writing:not(.page-blog-archive) #site-nav .writing a {
  color: #444;
  text-decoration: none;
  pointer-events: none;
}

.page-blog-archive #site-nav a[href$="writing/"] {
  background: #eaeaea;
  padding: 3px;
}

.page-blog-archive #site-nav a[href$="writing/"]:hover,
.page-blog-archive #site-nav a[href$="writing/"]:focus {
  background: transparent;
}

main, aside {
  box-sizing: border-box;
}

article h2.decorate {
  border-radius: 0.25em 0.25em 0 0;
  background: #eaeaea;
  margin: 0 -0.3em 0.5em;
  padding-left: 0.3em;
  padding-right: 0.3em;
}

.layout-sidebar aside h2 {
  font: normal 1.75em/1.2 Signika, Arial, Helvetica, sans-serif;
}

.layout-sidebar aside h2 {
  font: normal 1.75em/1.2 Signika, Arial, Helvetica, sans-serif;
  margin: 0 0 0.25em;
}

.page-error main {
  display: block;
  padding: 3em 0;
  text-align: center;
  font-size: 1.5em;
}

@media screen and (max-width: 1019px) {
  article + article, .layout-sidebar article + aside {
    margin-top: 3.75em;
  }
  .layout-one-column article {
    width: 100%;
  }
}
@media screen and (min-width: 1020px) {
  main {
    display: flex;
    justify-content: space-between;
  }
  article {
    width: 47%;
  }
  article > h1 {
    margin-bottom: 0.5em;
  }
  .layout-sidebar main {
    align-items: flex-start;
  }
  .layout-sidebar article {
    width: 69%;
  }
  .layout-sidebar main > aside {
    width: 25%;
    border-radius: 0.65em;
    padding: 0.5em 1em;
    background: #eaeaea;
  }
  .layout-one-column article {
    width: 75%;
  }
  .page-error main {
    display: block;
    padding: 3em 0;
    text-align: center;
    font-size: 1.5em;
  }
}
article section + section {
  padding-top: 2.55em;
}

main ul {
  list-style: disc;
  margin: 1.5em 0;
}

main p + ul {
  margin-top: 1.538em;
}

main ul ul, main ul ol, main ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

main ul ul {
  margin-top: 0.769em;
}

main li p ul {
  margin-top: 0;
}

main ol {
  list-style: decimal;
  margin: 0 0 1.5em 1.5em;
}

main ol ol {
  margin-bottom: 0;
}

html[dir=rtl] main ol {
  margin-left: 0;
  margin-right: 1.5em;
}

main li {
  margin-left: 1.1em;
}

main li {
  margin-left: 1.1em;
  margin-bottom: 0.769em;
}

main li li {
  margin-left: 2em;
}

aside li li {
  margin-left: 1.1em;
}

aside li li {
  margin-left: 1.1em;
}

html[dir=rtl] main li {
  margin-left: 0;
  margin-right: 1.1em;
}

html[dir=rtl] main li li {
  margin-left: 0;
  margin-right: 2em;
}

html[dir=rtl] aside li li {
  margin-left: 0;
  margin-right: 1.1em;
}

img.align-left {
  display: inline;
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}

img.align-right {
  display: inline;
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}

div.img {
  box-sizing: content-box;
  background: #eee;
}

div.img.align-left {
  display: inline;
  float: left;
  margin: 0.5em 1.5em 0.5em 0;
}

div.img.align-right {
  display: inline;
  float: right;
  margin: 0.5em 0 0.5em 1.5em;
}

div.img img + .caption {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5em 0.25em 0.75em;
  line-height: 1.25;
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
}

.article-list .citation {
  margin: 0 0 0.25em;
  font-style: italic;
}

.article-list .citation em, .article-list .citation i {
  font-style: normal;
}

.article-list .citation em.text-small, .article-list .citation i.text-small {
  font-style: italic;
}

.article-list .description {
  margin: 0;
}

@media screen and (min-width: 640px) {
  .cols-2 {
    margin-top: 1.538em;
    max-width: 100%;
    columns: 2;
  }
  .cols-2 ul {
    margin-top: 0;
  }
  .cols-2 li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .cols-2 p + ul {
    margin-top: 0;
  }
}
footer {
  margin: 2.75em 0 0;
  border-top: 1px solid #ddd;
  padding: 1em 0 0;
  font-size: 0.9em;
}

footer a:link, footer a:visited, footer a:hover, footer a:focus {
  color: inherit;
}

@media screen and (max-width: 759px) {
  footer [itemprop=address]:before, footer [itemprop=address]:after {
    content: " ";
    display: table;
  }
  footer [itemprop=address]:after {
    clear: both;
  }
}
@media screen and (min-width: 760px) {
  footer {
    text-align: center;
    color: #666;
  }
  footer [itemprop=address]:before, footer [itemprop=address]:after {
    content: "§";
    margin: 0 0.75em;
    position: relative;
    top: -0.15em;
  }
}
/* ------- STICKY HEADER + JUMPER NAV */
.sticky {
  padding-top: 0.5rem;
  background: #fff;
}

@media screen and (min-width: 640px) {
  header.sticky {
    position: sticky;
    overflow-y: auto;
    top: 0;
  }
  header.jumper-sticky {
    margin-right: -1rem;
    margin-left: -10px;
    padding-left: 10px;
    box-shadow: 0 20px 10px 1px #fff;
    clip-path: inset(0 -3px -30px);
  }
  header.jumper-sticky a {
    padding: 0.25rem;
  }
  header.jumper-sticky a.current {
    color: #000; /* background: #efefef; */
  }
  header.jumper-sticky a.current:hover {
    text-decoration: none;
  }
  .jumper-sticky .jumper-nav {
    margin-left: -0.1em;
  }
}
@media screen and (min-width: 1020px) {
  .sticky {
    position: sticky;
    overflow-y: auto;
    top: 0;
  }
  main > aside.sticky {
    top: 1rem;
    margin-top: 1em;
  }
}
.jumper-nav {
  margin: 0 0 0.5rem 0.12rem;
  position: relative;
}

main .jumper-nav ul {
  margin-top: 0;
}

@media screen and (min-width: 540px) {
  main .jumper-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  main .jumper-nav li {
    margin: 0 0 0 0.75em;
    padding: 0;
  }
  html[dir=rtl] main .jumper-nav li {
    margin-left: 0;
    margin-right: 1em;
  }
  main .jumper-nav li:first-child {
    margin-left: 0;
  }
  html[dir=rtl] main .jumper-nav li:first-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  main .jumper-nav li {
    margin: 0 0 0 0.75em;
    padding: 0;
    flex: 1 0 25%;
  }
  main .jumper-nav li:nth-child(4) {
    margin-left: 0;
  }
  main .jumper-nav li:nth-child(n+4) {
    padding-top: 0.5em;
  }
  main .jumper-nav[data-single-line=true] li {
    margin: 0 0 0 0.75em;
    padding: 0;
    flex: 0 0 15%;
    white-space: nowrap;
  }
  main .jumper-nav[data-single-line=true] li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .jumper-sticky ~ section[id] {
    margin-top: -5.75rem;
    padding-top: 5.75rem;
    background-clip: content-box;
  }
  .jumper-sticky ~ section[id]:first-of-type {
    margin-top: -9.75rem;
    padding-top: 9.75rem;
  }
  .jumper-sticky ~ section[id]:not(:first-of-type):before {
    display: block;
    content: " ";
    height: 4rem;
  }
}
@media screen and (min-width: 768px) {
  /* Jumper offsets when sticky nav is present: */
  .jumper-sticky ~ section[id] {
    margin-top: -4.75rem;
    padding-top: 4.75rem;
    background-clip: content-box;
  }
  .jumper-sticky ~ section[id]:first-of-type {
    margin-top: -7.75rem;
    padding-top: 7.75rem;
  }
  .jumper-sticky ~ section[id]:not(:first-of-type):before {
    display: block;
    content: " ";
    height: 3rem;
  }
}
@media screen and (min-width: 1020px) {
  main .jumper-nav li.low-res {
    display: block;
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(1px 1px 1px 1px);
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
  }
}
@media screen and (min-width: 640px) {
  .jumper-back-to-top {
    display: none;
  }
}
/* .jumper-back-to-top { position: fixed; bottom: 1.5rem; right: 1rem; z-index: 2; } */
.jumper-back-to-top {
  position: sticky;
  bottom: 1.5rem; /* right: 1rem; */
  z-index: 2;
  margin: 0;
}

.jumper-back-to-top a {
  position: relative;
  display: block;
  width: 2.1rem;
  height: 2rem;
  color: #fff;
  background-color: #333;
  margin-left: auto;
}

.jumper-back-to-top a span {
  display: block;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(1px 1px 1px 1px);
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
}

.jumper-back-to-top a:before {
  content: "≙";
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
}

/* ------- END Sticky Header + Jumper Nav  */
/* ------- Utilities */
main .text-small {
  font-size: 0.9em;
}

/* ------- CUSTOM: Blog archive pages */
/* .page-blog-archive #site-header { font-size: 0.75em; } */
.page-blog-archive .citation {
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #aaa;
  background: #eaeaea;
  font-size: 0.9em;
  font-style: italic;
}

/* ------- CUSTOM: Resume page */
.page-resume article section h3 {
  margin-right: -1rem;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #333;
}

html[dir=rtl] .page-resume article section h3 {
  margin-right: 0;
  margin-left: -0.75em;
}

.page-resume article section h3 + p {
  margin-top: 1.25em;
}

.page-resume .job {
  padding-top: 2em;
}

.page-resume .job + .job {
  padding-top: 3em;
}

.page-resume .job h4 {
  font-size: 1.5em;
  margin-bottom: 0.2em;
}

.page-resume .job h4 + p {
  margin-top: 0;
}
/*# sourceMappingURL=site.css.map */