@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");
@import url("fontawesome-all.min.css");
/*
	Helios by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
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, 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,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: 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;
}

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

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */
html {
  box-sizing: border-box;
}

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

body {
  background: #f0f4f4;
  color: #5b5b5b;
  font-size: 15pt;
  line-height: 1.85em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

input, textarea, select {
  font-size: 15pt;
  line-height: 1.85em;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  color: #483949;
  line-height: 1.25em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
  border-bottom-color: transparent;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 600;
}

h2 {
  font-size: 2.85em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
  margin: 0 0 0.25em 0;
}

strong, b {
  font-weight: 400;
  color: #483949;
}

em, i {
  font-style: italic;
}

a {
  color: inherit;
  border-bottom: solid 1px rgba(128, 128, 128, 0.15);
  text-decoration: none;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
}
a:hover {
  color: #ef8376;
  border-bottom-color: transparent;
}

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic;
}

p, ul, ol, dl, table {
  margin-bottom: 1em;
}

p {
  text-align: justify;
}

br.clear {
  clear: both;
}

hr {
  position: relative;
  display: block;
  border: 0;
  top: 4.5em;
  margin-bottom: 9em;
  height: 6px;
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  border-bottom: solid 1px rgba(128, 128, 128, 0.2);
}
hr:before, hr:after {
  content: "";
  position: absolute;
  top: -8px;
  display: block;
  width: 1px;
  height: 21px;
  background: rgba(128, 128, 128, 0.2);
}
hr:before {
  left: -1px;
}
hr:after {
  right: -1px;
}

.timestamp {
  color: rgba(128, 128, 128, 0.75);
  font-size: 0.8em;
}

/* Container */
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1400px;
}
@media screen and (max-width: 1680px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .container {
    width: 100%;
  }
}

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch;
}
.row > * {
  box-sizing: border-box;
}
.row.gtr-uniform > * > :last-child {
  margin-bottom: 0;
}
.row.aln-left {
  justify-content: flex-start;
}
.row.aln-center {
  justify-content: center;
}
.row.aln-right {
  justify-content: flex-end;
}
.row.aln-top {
  align-items: flex-start;
}
.row.aln-middle {
  align-items: center;
}
.row.aln-bottom {
  align-items: flex-end;
}
.row > .imp {
  order: -1;
}
.row > .col-1 {
  width: 8.3333333333%;
}
.row > .off-1 {
  margin-left: 8.3333333333%;
}
.row > .col-2 {
  width: 16.6666666667%;
}
.row > .off-2 {
  margin-left: 16.6666666667%;
}
.row > .col-3 {
  width: 25%;
}
.row > .off-3 {
  margin-left: 25%;
}
.row > .col-4 {
  width: 33.3333333333%;
}
.row > .off-4 {
  margin-left: 33.3333333333%;
}
.row > .col-5 {
  width: 41.6666666667%;
}
.row > .off-5 {
  margin-left: 41.6666666667%;
}
.row > .col-6 {
  width: 50%;
}
.row > .off-6 {
  margin-left: 50%;
}
.row > .col-7 {
  width: 58.3333333333%;
}
.row > .off-7 {
  margin-left: 58.3333333333%;
}
.row > .col-8 {
  width: 66.6666666667%;
}
.row > .off-8 {
  margin-left: 66.6666666667%;
}
.row > .col-9 {
  width: 75%;
}
.row > .off-9 {
  margin-left: 75%;
}
.row > .col-10 {
  width: 83.3333333333%;
}
.row > .off-10 {
  margin-left: 83.3333333333%;
}
.row > .col-11 {
  width: 91.6666666667%;
}
.row > .off-11 {
  margin-left: 91.6666666667%;
}
.row > .col-12 {
  width: 100%;
}
.row > .off-12 {
  margin-left: 100%;
}
.row.gtr-0 {
  margin-top: 0px;
  margin-left: 0px;
}
.row.gtr-0 > * {
  padding: 0px 0 0 0px;
}
.row.gtr-0.gtr-uniform {
  margin-top: 0px;
}
.row.gtr-0.gtr-uniform > * {
  padding-top: 0px;
}
.row.gtr-25 {
  margin-top: -10px;
  margin-left: -10px;
}
.row.gtr-25 > * {
  padding: 10px 0 0 10px;
}
.row.gtr-25.gtr-uniform {
  margin-top: -10px;
}
.row.gtr-25.gtr-uniform > * {
  padding-top: 10px;
}
.row.gtr-50 {
  margin-top: -20px;
  margin-left: -20px;
}
.row.gtr-50 > * {
  padding: 20px 0 0 20px;
}
.row.gtr-50.gtr-uniform {
  margin-top: -20px;
}
.row.gtr-50.gtr-uniform > * {
  padding-top: 20px;
}
.row {
  margin-top: -40px;
  margin-left: -40px;
}
.row > * {
  padding: 40px 0 0 40px;
}
.row.gtr-uniform {
  margin-top: -40px;
}
.row.gtr-uniform > * {
  padding-top: 40px;
}
.row.gtr-150 {
  margin-top: -60px;
  margin-left: -60px;
}
.row.gtr-150 > * {
  padding: 60px 0 0 60px;
}
.row.gtr-150.gtr-uniform {
  margin-top: -60px;
}
.row.gtr-150.gtr-uniform > * {
  padding-top: 60px;
}
.row.gtr-200 {
  margin-top: -80px;
  margin-left: -80px;
}
.row.gtr-200 > * {
  padding: 80px 0 0 80px;
}
.row.gtr-200.gtr-uniform {
  margin-top: -80px;
}
.row.gtr-200.gtr-uniform > * {
  padding-top: 80px;
}
@media screen and (max-width: 1680px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-wide {
    order: -1;
  }
  .row > .col-1-wide {
    width: 8.3333333333%;
  }
  .row > .off-1-wide {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-wide {
    width: 16.6666666667%;
  }
  .row > .off-2-wide {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-wide {
    width: 25%;
  }
  .row > .off-3-wide {
    margin-left: 25%;
  }
  .row > .col-4-wide {
    width: 33.3333333333%;
  }
  .row > .off-4-wide {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-wide {
    width: 41.6666666667%;
  }
  .row > .off-5-wide {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-wide {
    width: 50%;
  }
  .row > .off-6-wide {
    margin-left: 50%;
  }
  .row > .col-7-wide {
    width: 58.3333333333%;
  }
  .row > .off-7-wide {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-wide {
    width: 66.6666666667%;
  }
  .row > .off-8-wide {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-wide {
    width: 75%;
  }
  .row > .off-9-wide {
    margin-left: 75%;
  }
  .row > .col-10-wide {
    width: 83.3333333333%;
  }
  .row > .off-10-wide {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-wide {
    width: 91.6666666667%;
  }
  .row > .off-11-wide {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-wide {
    width: 100%;
  }
  .row > .off-12-wide {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-25 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 10px;
  }
  .row.gtr-50 {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row.gtr-50 > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 20px;
  }
  .row {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-uniform > * {
    padding-top: 40px;
  }
  .row.gtr-150 {
    margin-top: -60px;
    margin-left: -60px;
  }
  .row.gtr-150 > * {
    padding: 60px 0 0 60px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -60px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 60px;
  }
  .row.gtr-200 {
    margin-top: -80px;
    margin-left: -80px;
  }
  .row.gtr-200 > * {
    padding: 80px 0 0 80px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -80px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-normal {
    order: -1;
  }
  .row > .col-1-normal {
    width: 8.3333333333%;
  }
  .row > .off-1-normal {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-normal {
    width: 16.6666666667%;
  }
  .row > .off-2-normal {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-normal {
    width: 25%;
  }
  .row > .off-3-normal {
    margin-left: 25%;
  }
  .row > .col-4-normal {
    width: 33.3333333333%;
  }
  .row > .off-4-normal {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-normal {
    width: 41.6666666667%;
  }
  .row > .off-5-normal {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-normal {
    width: 50%;
  }
  .row > .off-6-normal {
    margin-left: 50%;
  }
  .row > .col-7-normal {
    width: 58.3333333333%;
  }
  .row > .off-7-normal {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-normal {
    width: 66.6666666667%;
  }
  .row > .off-8-normal {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-normal {
    width: 75%;
  }
  .row > .off-9-normal {
    margin-left: 75%;
  }
  .row > .col-10-normal {
    width: 83.3333333333%;
  }
  .row > .off-10-normal {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-normal {
    width: 91.6666666667%;
  }
  .row > .off-11-normal {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-normal {
    width: 100%;
  }
  .row > .off-12-normal {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -9px;
    margin-left: -9px;
  }
  .row.gtr-25 > * {
    padding: 9px 0 0 9px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -9px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 9px;
  }
  .row.gtr-50 {
    margin-top: -18px;
    margin-left: -18px;
  }
  .row.gtr-50 > * {
    padding: 18px 0 0 18px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -18px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 18px;
  }
  .row {
    margin-top: -36px;
    margin-left: -36px;
  }
  .row > * {
    padding: 36px 0 0 36px;
  }
  .row.gtr-uniform {
    margin-top: -36px;
  }
  .row.gtr-uniform > * {
    padding-top: 36px;
  }
  .row.gtr-150 {
    margin-top: -54px;
    margin-left: -54px;
  }
  .row.gtr-150 > * {
    padding: 54px 0 0 54px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -54px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 54px;
  }
  .row.gtr-200 {
    margin-top: -72px;
    margin-left: -72px;
  }
  .row.gtr-200 > * {
    padding: 72px 0 0 72px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -72px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 72px;
  }
}
@media screen and (max-width: 960px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-narrow {
    order: -1;
  }
  .row > .col-1-narrow {
    width: 8.3333333333%;
  }
  .row > .off-1-narrow {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-narrow {
    width: 16.6666666667%;
  }
  .row > .off-2-narrow {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-narrow {
    width: 25%;
  }
  .row > .off-3-narrow {
    margin-left: 25%;
  }
  .row > .col-4-narrow {
    width: 33.3333333333%;
  }
  .row > .off-4-narrow {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-narrow {
    width: 41.6666666667%;
  }
  .row > .off-5-narrow {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-narrow {
    width: 50%;
  }
  .row > .off-6-narrow {
    margin-left: 50%;
  }
  .row > .col-7-narrow {
    width: 58.3333333333%;
  }
  .row > .off-7-narrow {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-narrow {
    width: 66.6666666667%;
  }
  .row > .off-8-narrow {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-narrow {
    width: 75%;
  }
  .row > .off-9-narrow {
    margin-left: 75%;
  }
  .row > .col-10-narrow {
    width: 83.3333333333%;
  }
  .row > .off-10-narrow {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-narrow {
    width: 91.6666666667%;
  }
  .row > .off-11-narrow {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-narrow {
    width: 100%;
  }
  .row > .off-12-narrow {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -8px;
    margin-left: -8px;
  }
  .row.gtr-25 > * {
    padding: 8px 0 0 8px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -8px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 8px;
  }
  .row.gtr-50 {
    margin-top: -16px;
    margin-left: -16px;
  }
  .row.gtr-50 > * {
    padding: 16px 0 0 16px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -16px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 16px;
  }
  .row {
    margin-top: -32px;
    margin-left: -32px;
  }
  .row > * {
    padding: 32px 0 0 32px;
  }
  .row.gtr-uniform {
    margin-top: -32px;
  }
  .row.gtr-uniform > * {
    padding-top: 32px;
  }
  .row.gtr-150 {
    margin-top: -48px;
    margin-left: -48px;
  }
  .row.gtr-150 > * {
    padding: 48px 0 0 48px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -48px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 48px;
  }
  .row.gtr-200 {
    margin-top: -64px;
    margin-left: -64px;
  }
  .row.gtr-200 > * {
    padding: 64px 0 0 64px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -64px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 64px;
  }
}
@media screen and (max-width: 840px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-narrower {
    order: -1;
  }
  .row > .col-1-narrower {
    width: 8.3333333333%;
  }
  .row > .off-1-narrower {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-narrower {
    width: 16.6666666667%;
  }
  .row > .off-2-narrower {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-narrower {
    width: 25%;
  }
  .row > .off-3-narrower {
    margin-left: 25%;
  }
  .row > .col-4-narrower {
    width: 33.3333333333%;
  }
  .row > .off-4-narrower {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-narrower {
    width: 41.6666666667%;
  }
  .row > .off-5-narrower {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-narrower {
    width: 50%;
  }
  .row > .off-6-narrower {
    margin-left: 50%;
  }
  .row > .col-7-narrower {
    width: 58.3333333333%;
  }
  .row > .off-7-narrower {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-narrower {
    width: 66.6666666667%;
  }
  .row > .off-8-narrower {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-narrower {
    width: 75%;
  }
  .row > .off-9-narrower {
    margin-left: 75%;
  }
  .row > .col-10-narrower {
    width: 83.3333333333%;
  }
  .row > .off-10-narrower {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-narrower {
    width: 91.6666666667%;
  }
  .row > .off-11-narrower {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-narrower {
    width: 100%;
  }
  .row > .off-12-narrower {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -8px;
    margin-left: -8px;
  }
  .row.gtr-25 > * {
    padding: 8px 0 0 8px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -8px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 8px;
  }
  .row.gtr-50 {
    margin-top: -16px;
    margin-left: -16px;
  }
  .row.gtr-50 > * {
    padding: 16px 0 0 16px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -16px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 16px;
  }
  .row {
    margin-top: -32px;
    margin-left: -32px;
  }
  .row > * {
    padding: 32px 0 0 32px;
  }
  .row.gtr-uniform {
    margin-top: -32px;
  }
  .row.gtr-uniform > * {
    padding-top: 32px;
  }
  .row.gtr-150 {
    margin-top: -48px;
    margin-left: -48px;
  }
  .row.gtr-150 > * {
    padding: 48px 0 0 48px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -48px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 48px;
  }
  .row.gtr-200 {
    margin-top: -64px;
    margin-left: -64px;
  }
  .row.gtr-200 > * {
    padding: 64px 0 0 64px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -64px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 64px;
  }
}
@media screen and (max-width: 736px) {
  .row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
  }
  .row > * {
    box-sizing: border-box;
  }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
  }
  .row.aln-left {
    justify-content: flex-start;
  }
  .row.aln-center {
    justify-content: center;
  }
  .row.aln-right {
    justify-content: flex-end;
  }
  .row.aln-top {
    align-items: flex-start;
  }
  .row.aln-middle {
    align-items: center;
  }
  .row.aln-bottom {
    align-items: flex-end;
  }
  .row > .imp-mobile {
    order: -1;
  }
  .row > .col-1-mobile {
    width: 8.3333333333%;
  }
  .row > .off-1-mobile {
    margin-left: 8.3333333333%;
  }
  .row > .col-2-mobile {
    width: 16.6666666667%;
  }
  .row > .off-2-mobile {
    margin-left: 16.6666666667%;
  }
  .row > .col-3-mobile {
    width: 25%;
  }
  .row > .off-3-mobile {
    margin-left: 25%;
  }
  .row > .col-4-mobile {
    width: 33.3333333333%;
  }
  .row > .off-4-mobile {
    margin-left: 33.3333333333%;
  }
  .row > .col-5-mobile {
    width: 41.6666666667%;
  }
  .row > .off-5-mobile {
    margin-left: 41.6666666667%;
  }
  .row > .col-6-mobile {
    width: 50%;
  }
  .row > .off-6-mobile {
    margin-left: 50%;
  }
  .row > .col-7-mobile {
    width: 58.3333333333%;
  }
  .row > .off-7-mobile {
    margin-left: 58.3333333333%;
  }
  .row > .col-8-mobile {
    width: 66.6666666667%;
  }
  .row > .off-8-mobile {
    margin-left: 66.6666666667%;
  }
  .row > .col-9-mobile {
    width: 75%;
  }
  .row > .off-9-mobile {
    margin-left: 75%;
  }
  .row > .col-10-mobile {
    width: 83.3333333333%;
  }
  .row > .off-10-mobile {
    margin-left: 83.3333333333%;
  }
  .row > .col-11-mobile {
    width: 91.6666666667%;
  }
  .row > .off-11-mobile {
    margin-left: 91.6666666667%;
  }
  .row > .col-12-mobile {
    width: 100%;
  }
  .row > .off-12-mobile {
    margin-left: 100%;
  }
  .row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px;
  }
  .row.gtr-0 > * {
    padding: 0px 0 0 0px;
  }
  .row.gtr-0.gtr-uniform {
    margin-top: 0px;
  }
  .row.gtr-0.gtr-uniform > * {
    padding-top: 0px;
  }
  .row.gtr-25 {
    margin-top: -5px;
    margin-left: -5px;
  }
  .row.gtr-25 > * {
    padding: 5px 0 0 5px;
  }
  .row.gtr-25.gtr-uniform {
    margin-top: -5px;
  }
  .row.gtr-25.gtr-uniform > * {
    padding-top: 5px;
  }
  .row.gtr-50 {
    margin-top: -10px;
    margin-left: -10px;
  }
  .row.gtr-50 > * {
    padding: 10px 0 0 10px;
  }
  .row.gtr-50.gtr-uniform {
    margin-top: -10px;
  }
  .row.gtr-50.gtr-uniform > * {
    padding-top: 10px;
  }
  .row {
    margin-top: -20px;
    margin-left: -20px;
  }
  .row > * {
    padding: 20px 0 0 20px;
  }
  .row.gtr-uniform {
    margin-top: -20px;
  }
  .row.gtr-uniform > * {
    padding-top: 20px;
  }
  .row.gtr-150 {
    margin-top: -30px;
    margin-left: -30px;
  }
  .row.gtr-150 > * {
    padding: 30px 0 0 30px;
  }
  .row.gtr-150.gtr-uniform {
    margin-top: -30px;
  }
  .row.gtr-150.gtr-uniform > * {
    padding-top: 30px;
  }
  .row.gtr-200 {
    margin-top: -40px;
    margin-left: -40px;
  }
  .row.gtr-200 > * {
    padding: 40px 0 0 40px;
  }
  .row.gtr-200.gtr-uniform {
    margin-top: -40px;
  }
  .row.gtr-200.gtr-uniform > * {
    padding-top: 40px;
  }
}

/* Sections/Article */
section, article {
  margin-bottom: 3em;
}
section > :last-child, section:last-child, article > :last-child, article:last-child {
  margin-bottom: 0;
}
section.special > header, section.special > footer, article.special > header, article.special > footer {
  text-align: center;
}

.row > section, .row > article {
  margin-bottom: 0;
}

header {
  margin: 0 0 1em 0;
}
header > p {
  display: block;
  font-size: 1.5em;
  margin: 1em 0 2em 0;
  line-height: 1.5em;
  text-align: inherit;
}

footer {
  margin: 2.5em 0 0 0;
}

/* Image */
.image {
  position: relative;
  display: inline-block;
  border: 0;
  outline: 0;
}
.image img {
  display: block;
  width: 100%;
}
.image.fit {
  display: block;
  width: 100%;
}
.image.featured {
  display: block;
  width: 100%;
  margin: 0 0 4em 0;
}
.image.left {
  float: left;
  margin: 0 2em 2em 0;
}
.image.centered {
  display: block;
  margin: 0 0 2em 0;
}
.image.centered img {
  margin: 0 auto;
  width: auto;
}

/* List */
ul {
  list-style: disc;
  padding-left: 1em;
}
ul li {
  padding-left: 0.5em;
}

ol {
  list-style: decimal;
  padding-left: 1.25em;
}
ol li {
  padding-left: 0.25em;
}

/* Actions */
ul.actions {
  margin: 3em 0 0 0;
  list-style: none;
  padding-left: 0;
}
form ul.actions {
  margin-top: 0;
}
ul.actions li {
  display: inline-block;
  margin: 0 0.75em 0 0.75em;
  padding-left: 0;
}
ul.actions li:first-child {
  margin-left: 0;
}
ul.actions li:last-child {
  margin-right: 0;
}

/* Divided */
ul.divided {
  list-style: none;
  padding-left: 0;
}
ul.divided li {
  border-top: solid 1px rgba(128, 128, 128, 0.2);
  padding-top: 1.5em;
  margin-top: 1.5em;
  padding-left: 0;
}
ul.divided li:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

/* Menu */
ul.menu {
  height: 1em;
  line-height: 1em;
  list-style: none;
  padding-left: 0;
}
ul.menu li {
  display: inline-block;
  border-left: solid 1px rgba(128, 128, 128, 0.2);
  padding-left: 1.25em;
  margin-left: 1.25em;
}
ul.menu li:first-child {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

/* Icons */
ul.icons {
  position: relative;
  background: rgba(128, 128, 128, 0.05);
  border-radius: 4em;
  display: inline-block;
  padding: 0.35em 0.75em 0.35em 0.75em;
  font-size: 1.25em;
  cursor: default;
  list-style: none;
}
ul.icons li {
  display: inline-block;
  padding-left: 0;
}
ul.icons li a {
  display: inline-block;
  background: none;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 100%;
  border: 0;
  color: inherit;
}
ul.icons li a:hover {
  color: #ef8376;
}
ul.icons li .footer-static-icon {
  display: inline-block;
  background: none;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  border-radius: 100%;
  color: inherit;
  opacity: 0.7;
}

/* Form */
form label {
  display: block;
  font-weight: 400;
  color: #483949;
  margin: 0 0 1em 0;
}
form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
  -webkit-appearance: none;
  display: block;
  border: 0;
  background: #fafafa;
  width: 100%;
  border-radius: 0.5em;
  border: solid 1px #E5E5E5;
  padding: 1em;
  -moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
  background: #fff;
  border-color: #df7366;
}
form input[type=text],
form input[type=email],
form input[type=password],
form select {
  line-height: 1em;
}
form textarea {
  min-height: 9em;
}
form ::-webkit-input-placeholder {
  color: #555 !important;
}
form :-moz-placeholder {
  color: #555 !important;
}
form ::-moz-placeholder {
  color: #555 !important;
}
form :-ms-input-placeholder {
  color: #555 !important;
}
form ::-moz-focus-inner {
  border: 0;
}

/* Table */
table {
  width: 100%;
}
table.default {
  width: 100%;
}
table.default tbody tr {
  border-top: solid 1px #e5e5e5;
}
table.default tbody tr:first-child {
  border-top: 0;
}
table.default tbody tr:nth-child(2n+1) {
  background: #fafafa;
}
table.default td {
  padding: 0.5em 1em 0.5em 1em;
}
table.default th {
  text-align: left;
  font-weight: 400;
  padding: 0.5em 1em 0.5em 1em;
}
table.default thead {
  border-bottom: solid 2px #e5e5e5;
}
table.default tfoot {
  border-top: solid 2px #e5e5e5;
}

/* Button */
input[type=button],
input[type=submit],
input[type=reset],
button,
.button {
  position: relative;
  display: inline-block;
  background: #df7366;
  color: #fff;
  text-align: center;
  border-radius: 0.5em;
  text-decoration: none;
  padding: 0.65em 3em 0.65em 3em;
  border: 0;
  cursor: pointer;
  outline: 0;
  font-weight: 300;
  -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
}
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  color: #fff;
  background: #ef8376;
}
input[type=button].alt,
input[type=submit].alt,
input[type=reset].alt,
button.alt,
.button.alt {
  background: #2B252C;
}
input[type=button].alt:hover,
input[type=submit].alt:hover,
input[type=reset].alt:hover,
button.alt:hover,
.button.alt:hover {
  background: #3B353C;
}

/* Post */
.post.stub {
  text-align: center;
}
.post.stub header {
  margin: 0;
}

/* Icons */
.icon {
  text-decoration: none;
}
.icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.icon {
  text-decoration: none;
}
.icon:before {
  line-height: inherit;
  font-size: 1.25em;
}
.icon > .label {
  display: none;
}
.icon.solid:before {
  font-weight: 900;
}
.icon.brands:before {
  font-family: "Font Awesome 5 Brands";
}
.icon.circled {
  position: relative;
  display: inline-block;
  background: #2b252c;
  color: #fff;
  border-radius: 100%;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  font-size: 1.25em;
}
header .icon.circled {
  margin: 0 0 2em 0;
}

/* Wrapper */
.wrapper {
  background: #fff;
  margin: 0 0 2em 0;
  padding: 6em 0 6em 0;
}

/* Header */
#header {
  position: relative;
  background-image: url("../../images/header.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  padding: 7.5em 0 2em 0;
  cursor: default;
}
#header:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .inner {
  position: relative;
  z-index: 1;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
#header header {
  display: inline-block;
}
#header header > p {
  font-size: 1.25em;
  margin: 0;
}
#header h1 {
  color: #fff;
  font-size: 3em;
  line-height: 1em;
}
#header h1 a {
  color: inherit;
}
#header .button {
  display: inline-block;
  border-radius: 100%;
  width: 4.5em;
  height: 4.5em;
  line-height: 4.5em;
  text-align: center;
  font-size: 1.25em;
  padding: 0;
}
#header hr {
  top: 1.5em;
  margin-bottom: 3em;
  border-bottom-color: rgba(192, 192, 192, 0.35);
  box-shadow: inset 0 1px 0 0 rgba(192, 192, 192, 0.35);
}
#header hr:before, #header hr:after {
  background: rgba(192, 192, 192, 0.35);
}
#header footer {
  margin: 1em 0 0 0;
}

body.homepage #header {
  height: 100vh;
  min-height: 40em;
}
body.homepage #header h1 {
  font-size: 4em;
}
body.homepage #header:after {
  content: "";
  background: #1C0920;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 2.5s ease-in-out;
  -webkit-transition: opacity 2.5s ease-in-out;
  -ms-transition: opacity 2.5s ease-in-out;
  transition: opacity 2.5s ease-in-out;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
body.homepage.is-preload #header:after {
  opacity: 1;
}

/* Nav */
#nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 1.5em 0 1.5em 0;
  z-index: 1;
  overflow: hidden;
}
#nav > ul {
  line-height: 0px;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 21px;
  border-left: solid 1px rgba(192, 192, 192, 0.35);
  border-right: solid 1px rgba(192, 192, 192, 0.35);
}
#nav > ul:before, #nav > ul:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 5px;
  border-top: solid 1px rgba(192, 192, 192, 0.35);
  border-bottom: solid 1px rgba(192, 192, 192, 0.35);
}
#nav > ul:before {
  left: 100%;
  margin-left: 1px;
}
#nav > ul:after {
  right: 100%;
  margin-right: 1px;
}
#nav > ul > li {
  display: inline-block;
  margin: -9px 0.25em 0 0.25em;
  border-radius: 0.5em;
  padding: 0.75em 0.55em;
  border: solid 1px transparent;
  -moz-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -webkit-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  -ms-transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
  transition: color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}
#nav > ul > li.active {
  border-color: rgba(192, 192, 192, 0.35);
}
#nav > ul > li > a, #nav > ul > li > span {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 0.92em;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
#nav > ul > li > ul {
  display: none;
}

/* Banner */
#banner {
  background: #fff;
  text-align: center;
  padding: 4.5em 0 4.5em 0;
  margin-bottom: 0;
}
#banner header > p {
  margin-bottom: 0;
}

/* Content */
#content > hr {
  top: 3em;
  margin-bottom: 6em;
}
#content > section {
  margin-bottom: 0;
}

/* Sidebar */
#sidebar > hr {
  top: 3em;
  margin-bottom: 6em;
}
#sidebar > hr.first {
  display: none;
}
#sidebar > section {
  margin-bottom: 0;
}

/* Main */
#main {
  margin-bottom: 0;
}
#main section:first-of-type {
  padding-top: 2em;
}

/* Footer */
#footer {
  position: relative;
  overflow: hidden;
  padding: 6em 0 6em 0;
  background: #2b252c;
  color: #fff;
}
#footer .icon.circled {
  background: #fff;
  color: #2b252c;
}
#footer header {
  text-align: center;
  cursor: default;
}
#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: #fff;
}
#footer .contact {
  text-align: center;
}
#footer .contact p {
  text-align: center;
  margin: 0 0 3em 0;
}
#footer .copyright {
  text-align: center;
  color: rgba(128, 128, 128, 0.75);
  font-size: 0.8em;
  cursor: default;
}
#footer .copyright a {
  color: rgba(128, 128, 128, 0.75);
}
#footer .copyright a:hover {
  color: rgba(212, 212, 212, 0.85);
}

/* Wide */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 14pt;
    line-height: 1.75em;
  }
}
/* Normal */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 12pt;
    line-height: 1.5em;
  }
  /* Wrapper */
  .wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }
  /* Header */
  #header {
    background-attachment: scroll;
  }
  #header .inner {
    padding-left: 2em;
    padding-right: 2em;
  }
  /* Banner */
  #banner {
    padding-left: 2em;
    padding-right: 2em;
  }
  /* Footer */
  #footer {
    padding-left: 2em;
    padding-right: 2em;
  }
}
/* Narrow */
/* Narrower */
@media screen and (max-width: 840px) {
  /* Basic */
  body, input, textarea, select {
    font-size: 13pt;
    line-height: 1.65em;
  }
  .tweet {
    text-align: center;
  }
  .timestamp {
    display: block;
    text-align: center;
  }
  /* Footer */
  #footer {
    padding: 4em 2em 4em 2em;
  }
}
/* Mobile */
#navPanel, #titleBar {
  display: none;
}

@media screen and (max-width: 736px) {
  /* Basic */
  html, body {
    overflow-x: hidden;
  }
  body, input, textarea, select {
    font-size: 12.5pt;
    line-height: 1.5em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.25em;
  }
  hr {
    top: 3em;
    margin-bottom: 6em;
  }
  /* Section/Article */
  section, article {
    margin-bottom: 2em;
  }
  section:last-child, article:last-child {
    margin-bottom: 0;
  }
  .row > section, .row > article {
    margin-bottom: 2em;
  }
  header > p {
    font-size: 1.25em;
  }
  /* Image */
  .image.featured {
    margin: 0 0 2em 0;
  }
  .image.left {
    margin: 0 1em 1em 0;
  }
  .image.centered {
    margin: 0 0 1em 0;
  }
  /* Actions */
  form ul.actions {
    margin-top: 0;
  }
  ul.actions li {
    display: block;
    margin: 0.75em 0 0 0;
  }
  ul.actions li:first-child {
    margin-top: 0;
  }
  /* Menu */
  ul.menu {
    height: auto;
    text-align: center;
  }
  ul.menu li {
    display: block;
    border: 0;
    padding: 0.75em 0 0 0;
    margin: 0;
  }
  ul.menu li:first-child {
    padding-top: 0;
  }
  /* Icons */
  ul.icons {
    font-size: 1em;
    padding: 0.35em 0.5em 0.35em 0.5em;
  }
  ul.icons li a {
    width: 2.25em;
  }
  /* Button */
  input[type=button],
  input[type=submit],
  input[type=reset],
  button,
  .button {
    display: block;
    padding: 0;
    line-height: 3em;
    width: 100%;
  }
  /* Nav */
  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px;
  }
  #navButton {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 44px;
    left: auto;
    position: fixed;
    right: 0.75rem;
    top: 0;
    width: 4rem;
    z-index: 10001;
  }
  #navButton .toggle {
    text-decoration: none;
  }
  #navButton .toggle:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  #navButton .toggle {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: 4rem;
    height: 100%;
    border: 0;
    outline: 0;
  }
  #navButton .toggle:before {
    text-decoration: none;
    font-style: normal;
    content: "\f0c9";
    color: #fff;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    display: block;
    font-size: 14px;
    width: 44px;
    height: 34px;
    line-height: 34px;
    position: absolute;
    left: auto;
    right: 0;
    margin-left: 0;
    background: rgba(31, 25, 32, 0.82);
    border-top: 0;
    border-radius: 0 0 0.35em 0.35em;
  }
  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(-50vh);
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 50vh;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10002;
    background: #1f1920;
    box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.25);
    font-size: 1em;
  }
  #navPanel:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("images/overlay.png");
    background-size: 128px 128px;
  }
  #navPanel .link {
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
    padding: 0.5em;
    color: #ddd;
    border: 0;
    border-top: dotted 1px rgba(255, 255, 255, 0.05);
  }
  #navPanel .link:first-child {
    border-top: 0;
  }
  #navPanel .link.depth-0 {
    color: #fff;
    font-weight: 600;
  }
  #navPanel .indent-1 {
    display: inline-block;
    width: 1em;
  }
  #navPanel .indent-2 {
    display: inline-block;
    width: 2em;
  }
  #navPanel .indent-3 {
    display: inline-block;
    width: 3em;
  }
  #navPanel .indent-4 {
    display: inline-block;
    width: 4em;
  }
  #navPanel .indent-5 {
    display: inline-block;
    width: 5em;
  }
  #navPanel .depth-0 {
    color: #fff;
  }
  body.navPanel-visible #page-wrapper {
    -moz-transform: translateY(50vh);
    -webkit-transform: translateY(50vh);
    -ms-transform: translateY(50vh);
    transform: translateY(50vh);
  }
  body.navPanel-visible #navButton {
    -moz-transform: translateY(50vh);
    -webkit-transform: translateY(50vh);
    -ms-transform: translateY(50vh);
    transform: translateY(50vh);
  }
  body.navPanel-visible #navPanel {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  /* Wrapper */
  .wrapper {
    padding: 3em 1em 3em 1em;
  }
  /* Header */
  #header {
    background-attachment: scroll;
    padding: 2.5em 0 0 0;
  }
  #header .inner {
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #header header > p {
    font-size: 1em;
  }
  #header h1 {
    font-size: 1.75em;
  }
  #header hr {
    top: 1em;
    margin-bottom: 2.5em;
  }
  body.homepage #header {
    min-height: 0;
    padding: 5.5em 0 5em 0;
    height: auto;
  }
  body.homepage #header:before {
    display: none;
  }
  body.homepage #header h1 {
    font-size: 2.5em;
  }
  /* Nav */
  #nav {
    display: none;
  }
  /* Banner */
  #banner {
    padding: 3em 2em 3em 2em;
  }
  /* Sidebar */
  #sidebar > hr:first-of-type {
    display: block;
  }
  /* Main */
  #main > header {
    text-align: center;
  }
  /* Footer */
  #footer {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* ===== Hao Cao custom homepage hero ===== */
body.homepage #header {
  position: relative;
  min-height: 100vh;
  padding: 0;
  background: #020511;
  overflow: hidden;
}

body.homepage #header:before,
body.homepage #header:after {
  display: none !important;
}

body.homepage #header #nav {
  z-index: 6;
  padding: 1.25em 0 1.35em 0;
  background: linear-gradient(180deg, rgba(2, 5, 15, 0.86) 0%, rgba(2, 5, 15, 0.48) 62%, rgba(2, 5, 15, 0) 100%);
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.72);
}

body.homepage #header #nav > ul {
  border-color: rgba(158, 181, 224, 0.22);
}

body.homepage #header #nav > ul:before,
body.homepage #header #nav > ul:after {
  border-color: rgba(158, 181, 224, 0.2);
}

body.homepage #header #nav > ul > li.active {
  background: rgba(255, 255, 255, 0.035);
  border-color: rgba(184, 207, 248, 0.24);
}

body.homepage #header .hero-inner {
  position: relative;
  min-height: 100vh;
  display: block;
  padding: 0;
  z-index: 2;
}

body.homepage #header .hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  --hero-video-x: 0px;
  --hero-video-y: 0px;
  --hero-video-scale: 0.84;
  background: radial-gradient(circle at 69% 48%, rgba(66, 102, 214, 0.18), transparent 29%), radial-gradient(circle at 78% 58%, rgba(117, 63, 175, 0.18), transparent 24%), radial-gradient(circle at 45% 52%, rgba(16, 42, 94, 0.28), transparent 34%), linear-gradient(105deg, #020511 0%, #050a1d 46%, #09071a 100%);
  transform-origin: center center;
}

body.homepage #header .hero-bg:before,
body.homepage #header .hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

body.homepage #header .hero-bg:before {
  display: block;
  background: radial-gradient(circle at 16% 24%, rgba(50, 92, 178, 0.18) 0%, rgba(14, 32, 80, 0.12) 25%, rgba(0, 0, 0, 0) 60%), radial-gradient(circle at 30% 68%, rgba(86, 74, 155, 0.14) 0%, rgba(18, 26, 66, 0.08) 30%, rgba(0, 0, 0, 0) 64%), radial-gradient(circle at 82% 18%, rgba(142, 92, 220, 0.16) 0%, rgba(0, 0, 0, 0) 22%);
  filter: blur(30px);
  opacity: 0.52;
  will-change: transform, opacity;
  animation: leftStarBloom 18s ease-in-out infinite alternate;
}

body.homepage #header .hero-bg:after {
  background: radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.95) 1.7px, transparent 3px), radial-gradient(circle at 16% 12%, rgba(229, 238, 255, 0.48) 0, rgba(229, 238, 255, 0.48) 0.9px, transparent 2px), radial-gradient(circle at 18% 23%, rgba(242, 246, 255, 0.72) 0, rgba(242, 246, 255, 0.72) 1.2px, transparent 2.2px), radial-gradient(circle at 24% 17%, rgba(198, 223, 255, 0.4) 0, rgba(198, 223, 255, 0.4) 0.8px, transparent 1.8px), radial-gradient(circle at 13% 34%, rgba(222, 234, 255, 0.56) 0, rgba(222, 234, 255, 0.56) 1px, transparent 2.1px), radial-gradient(circle at 21% 39%, rgba(255, 255, 255, 0.82) 0, rgba(255, 255, 255, 0.82) 1.3px, transparent 2.5px), radial-gradient(circle at 27% 29%, rgba(215, 231, 255, 0.42) 0, rgba(215, 231, 255, 0.42) 0.8px, transparent 1.7px), radial-gradient(circle at 12% 52%, rgba(240, 246, 255, 0.64) 0, rgba(240, 246, 255, 0.64) 1.1px, transparent 2.2px), radial-gradient(circle at 20% 58%, rgba(186, 214, 255, 0.36) 0, rgba(186, 214, 255, 0.36) 0.9px, transparent 1.8px), radial-gradient(circle at 28% 63%, rgba(230, 239, 255, 0.52) 0, rgba(230, 239, 255, 0.52) 1px, transparent 2px), radial-gradient(circle at 17% 72%, rgba(255, 255, 255, 0.76) 0, rgba(255, 255, 255, 0.76) 1.2px, transparent 2.3px), radial-gradient(circle at 31% 49%, rgba(196, 221, 255, 0.34) 0, rgba(196, 221, 255, 0.34) 0.8px, transparent 1.8px), radial-gradient(circle at 8% 82%, rgba(236, 243, 255, 0.58) 0, rgba(236, 243, 255, 0.58) 1px, transparent 2px), radial-gradient(circle at 22% 78%, rgba(217, 231, 255, 0.42) 0, rgba(217, 231, 255, 0.42) 0.8px, transparent 1.8px), radial-gradient(circle at 36% 14%, rgba(244, 247, 255, 0.52) 0, rgba(244, 247, 255, 0.52) 0.9px, transparent 1.8px), radial-gradient(circle at 42% 28%, rgba(226, 237, 255, 0.4) 0, rgba(226, 237, 255, 0.4) 0.8px, transparent 1.7px), radial-gradient(circle at 48% 64%, rgba(232, 240, 255, 0.46) 0, rgba(232, 240, 255, 0.46) 0.9px, transparent 1.9px), radial-gradient(circle at 57% 18%, rgba(214, 230, 255, 0.36) 0, rgba(214, 230, 255, 0.36) 0.8px, transparent 1.7px), radial-gradient(circle at 63% 76%, rgba(238, 244, 255, 0.5) 0, rgba(238, 244, 255, 0.5) 0.9px, transparent 1.9px), radial-gradient(circle at 72% 16%, rgba(220, 234, 255, 0.36) 0, rgba(220, 234, 255, 0.36) 0.8px, transparent 1.7px), radial-gradient(circle at 78% 74%, rgba(235, 242, 255, 0.46) 0, rgba(235, 242, 255, 0.46) 0.9px, transparent 1.8px), radial-gradient(circle at 86% 34%, rgba(222, 235, 255, 0.34) 0, rgba(222, 235, 255, 0.34) 0.8px, transparent 1.7px), radial-gradient(circle at 92% 68%, rgba(236, 243, 255, 0.42) 0, rgba(236, 243, 255, 0.42) 0.9px, transparent 1.8px);
  mix-blend-mode: screen;
  opacity: 0.72;
}

body.homepage #header .hero-video {
  position: absolute;
  top: 50%;
  right: clamp(-7rem, -4vw, 2rem);
  z-index: 1;
  display: block;
  width: min(76vw, 1180px);
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: center center;
  opacity: 0.92;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(ellipse at 72% 52%, #000 0%, #000 46%, rgba(0, 0, 0, 0.55) 62%, transparent 88%);
  mask-image: radial-gradient(ellipse at 72% 52%, #000 0%, #000 46%, rgba(0, 0, 0, 0.55) 62%, transparent 88%);
  pointer-events: none;
  transform: translate3d(var(--hero-video-x), calc(-50% + var(--hero-video-y)), 0) scale(var(--hero-video-scale));
  transform-origin: 58% 50%;
  will-change: transform, opacity;
  animation: heroVideoLoad 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

body.homepage #header .hero-video + #magneticHero {
  display: none;
}

body.homepage #header #magneticHero {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

body.homepage #header .hero-copy {
  position: absolute;
  left: clamp(1.6rem, 7vw, 7.2rem);
  top: 50%;
  z-index: 3;
  width: min(42rem, 100vw - 4rem);
  padding: clamp(1rem, 2.2vw, 2rem) 0;
  text-align: left;
  transform: translateY(-50%);
  pointer-events: none;
}

body.homepage #header .hero-name {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 1.05rem 0;
  line-height: 0.96;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  text-shadow: 0 0 36px rgba(8, 14, 30, 0.78);
  animation: none;
  transition: none;
}

body.homepage #header .latin-name {
  display: inline-block;
  font-size: clamp(3.4rem, 6.4vw, 6.8rem);
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.97);
  vertical-align: middle;
  animation: none;
  transition: none;
}

body.homepage #header .chinese-name {
  display: inline-block;
  margin-left: 0.18em;
  font-family: "Source Sans Pro", sans-serif;
  font-size: clamp(2.05rem, 3.35vw, 3.35rem);
  font-weight: 300;
  color: rgba(218, 232, 255, 0.9);
  vertical-align: middle;
  animation: none;
  transition: none;
}

body.homepage #header .hero-tagline {
  margin: 0 0 0.9rem 0;
  max-width: 37rem;
  font-size: clamp(1.18rem, 1.8vw, 1.75rem);
  line-height: 1.38;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: rgba(240, 246, 255, 0.92);
  text-transform: none;
  text-shadow: 0 0 26px rgba(0, 0, 0, 0.76);
}

body.homepage #header .hero-affiliation {
  margin: 0;
  font-size: clamp(0.98rem, 1.18vw, 1.22rem);
  line-height: 1.7;
  font-weight: 300;
  letter-spacing: 0.12em;
  color: rgba(194, 210, 236, 0.82);
  text-transform: none;
  text-shadow: 0 0 22px rgba(0, 0, 0, 0.74);
}

body.homepage #header .hero-affiliation:before {
  content: "";
  display: block;
  width: 2.35rem;
  height: 1px;
  margin: 0 0 0.95rem 0;
  background: rgba(211, 173, 118, 0.78);
  box-shadow: 0 0 16px rgba(211, 173, 118, 0.25);
}

body.homepage #header .hero-contact {
  margin: 1.75em auto 0;
  max-width: 34rem;
  font-size: 0.85rem;
  line-height: 1.85;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(214, 228, 255, 0.74);
}

body.homepage #header .hero-footer {
  position: absolute;
  left: 50%;
  bottom: clamp(2rem, 5.2vh, 4.2rem);
  transform: translateX(-50%);
  z-index: 4;
}

body.homepage #header .hero-footer .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.05em;
  height: 3.05em;
  line-height: 1;
  font-size: 0.95em;
  padding: 0;
  outline-width: 1px;
  outline-color: rgba(170, 196, 240, 0.32) !important;
  background: rgba(9, 19, 42, 0.24) !important;
  color: rgba(225, 238, 255, 0.9) !important;
  box-shadow: none !important;
  animation: scrollCue 2.8s ease-in-out infinite;
}

body.homepage #header .hero-footer .button:hover {
  background: rgba(255, 255, 255, 0.05) !important;
  outline-color: rgba(255, 255, 255, 0.46) !important;
}

body.homepage #banner {
  padding: 3.15em 0 3.25em 0;
}

body.homepage #banner header {
  width: min(1680px, 100% - 0.75rem);
  margin: 0 auto;
}

body.homepage #banner h2 {
  max-width: 36ch;
  margin: 0 auto 0.75rem auto;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  line-height: 1.16;
}

body.homepage #banner header > p {
  max-width: 96rem;
  margin: 0.9rem auto 0 auto;
  line-height: 1.72;
  color: #566477;
}

body.homepage #banner .homepage-primary-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  margin: 1.75rem auto 0 auto;
}

body.homepage #banner .homepage-primary-links .button {
  min-width: 11rem;
  background: #173861;
  color: #fff;
  border: 1px solid rgba(23, 56, 97, 0.22);
  box-shadow: none;
}

body.homepage #banner .homepage-primary-links .button:hover {
  background: #10263d;
  color: #fff;
}

body.homepage .research-summary {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  padding: 3.15em 0 3.15em 0;
  background: linear-gradient(180deg, #f4f9fd 0%, #eef5fb 48%, #f8fbfe 100%);
}

body.homepage .research-summary:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0) 38%), radial-gradient(circle at 86% 18%, rgba(128, 166, 214, 0.16), transparent 24%), radial-gradient(circle at 12% 78%, rgba(174, 197, 224, 0.14), transparent 20%);
  pointer-events: none;
}

body.homepage .research-summary:after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, rgba(30, 54, 87, 0.045) 0 1px, transparent 1px 82px), repeating-linear-gradient(90deg, rgba(30, 54, 87, 0.045) 0 1px, transparent 1px 82px);
  opacity: 0.35;
  pointer-events: none;
}

body.homepage .research-summary .container {
  position: relative;
  z-index: 1;
  width: min(1240px, 100% - 4rem);
}

body.homepage .research-summary header.special {
  max-width: 47rem;
  margin: 0;
  padding-left: 0;
  border-left: 0;
  text-align: left;
}

body.homepage .research-summary header.special h2 {
  margin-bottom: 0.6rem;
  max-width: none;
  white-space: nowrap;
  color: #10263d;
}

body.homepage .research-summary header.special p {
  max-width: 31rem;
  margin: 0;
  line-height: 1.72;
  color: #5b6a7d;
}

body.homepage .research-summary-layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.88fr) minmax(0, 1.12fr);
  gap: 2.2rem 4rem;
  align-items: center;
}

body.homepage .research-summary-side {
  min-width: 0;
  padding-top: 0;
}

body.homepage .research-summary-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.homepage .research-bullet {
  margin: 0;
}

body.homepage .research-bullet + .research-bullet {
  margin-top: 0.58rem;
}

body.homepage .research-bullet-link {
  display: grid;
  grid-template-columns: 1rem minmax(12rem, 0.82fr) minmax(0, 1.18fr);
  align-items: start;
  gap: 0.6rem 1.2rem;
  padding: 0.48rem 0;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease;
}

body.homepage .research-bullet-link:hover {
  color: inherit;
  transform: translateX(0.18rem);
}

body.homepage .research-bullet-link:focus-visible {
  outline: 2px solid rgba(58, 97, 140, 0.5);
  outline-offset: 5px;
}

body.homepage .research-bullet-mark {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.34rem;
}

body.homepage .research-bullet-mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: rgba(63, 102, 145, 0.72);
  transform: translate(-50%, -50%);
  transition: background 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

body.homepage .research-bullet-title {
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.01em;
  color: #10263d;
  transition: color 0.22s ease, transform 0.22s ease;
}

body.homepage .research-bullet-summary {
  display: block;
  font-size: 0.93rem;
  line-height: 1.62;
  color: #4c5f74;
}

body.homepage .research-bullet-link:hover .research-bullet-mark:before {
  background: #365b81;
  box-shadow: 0 0 0 0.33rem rgba(54, 91, 129, 0.11);
  transform: translate(-50%, -50%) scale(1.08);
}

body.homepage .research-bullet-link:hover .research-bullet-title {
  color: #173b61;
  transform: translateX(0.08rem);
}

body.homepage .research-summary-footer {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 1.35rem;
  padding-bottom: 0;
}

body.homepage .research-summary-footer .button {
  background: transparent;
  color: #173861;
  outline: 0;
  border-radius: 0;
  border: 1px solid rgba(24, 55, 92, 0.28);
  padding: 0.95em 2.1em;
  box-shadow: none;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.8em;
}

body.homepage .research-summary-footer .button:hover {
  background: #173861;
  color: #fff;
}

body.homepage #main.container.special {
  width: min(1120px, 100% - 5rem);
  text-align: left;
}

body.homepage .about-section {
  margin-bottom: 0;
  padding: 2.75em 0 6em 0;
  scroll-margin-top: 1.5rem;
}

body.homepage #main .about-profile {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: 2.4rem 3.4rem;
  align-items: start;
}

body.homepage #main .about-profile-photo {
  margin: 0;
  overflow: hidden;
  max-width: 280px;
  aspect-ratio: 1/1.18;
}

body.homepage #main .about-profile-photo img {
  display: block;
  width: 100%;
  aspect-ratio: auto;
  height: 100%;
  object-fit: cover;
  object-position: center 24%;
  transform: none;
  transform-origin: 50% 58%;
  border: 1px solid rgba(24, 55, 92, 0.12);
  box-shadow: 0 18px 36px rgba(20, 33, 54, 0.12);
}

body.homepage #main .about-profile-copy {
  min-width: 0;
  padding-left: 1.25rem;
  border-left: 2px solid rgba(24, 55, 92, 0.24);
}

body.homepage #main .about-profile-copy > header {
  margin: 0 0 1.5rem 0;
  text-align: left;
}

body.homepage #main .about-profile-copy > header h2 {
  line-height: 1;
}

body.homepage #main .about-profile-copy > header p {
  margin: 0.65rem 0 0 0;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #66768a;
}

body.homepage #main .about-profile-copy p {
  line-height: 1.9;
  color: #46586c;
}

body.homepage #main > footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
  margin-top: 2rem;
  text-align: left;
}

body.homepage #main > footer .button {
  background: transparent;
  color: #173861;
  border: 1px solid rgba(24, 55, 92, 0.28);
  box-shadow: none;
}

body.homepage #main > footer .button:hover {
  background: #173861;
  color: #fff;
}

body.homepage #footer {
  padding: 4.7em 0 4.2em 0;
}

body.homepage #footer .container {
  width: min(980px, 100% - 4rem);
}

/* ===== Hao Cao secondary page header ===== */
body:not(.homepage) #header {
  position: relative;
  min-height: 220px;
  padding: 5.8rem 1.5rem 2.2rem 1.5rem;
  overflow: hidden;
  background-color: #020511;
  background-image: linear-gradient(180deg, rgba(2, 5, 17, 0.96) 0%, rgba(4, 10, 28, 0.9) 52%, rgba(7, 16, 38, 0.96) 100%), radial-gradient(ellipse 24% 130% at 103% 54%, rgba(91, 132, 205, 0.2) 0%, rgba(40, 68, 138, 0.12) 38%, rgba(2, 5, 17, 0) 72%), radial-gradient(circle at 18% 40%, rgba(220, 232, 255, 0.32) 0 1px, transparent 1.6px), radial-gradient(circle at 34% 68%, rgba(220, 232, 255, 0.22) 0 1px, transparent 1.5px), radial-gradient(circle at 72% 30%, rgba(220, 232, 255, 0.28) 0 1px, transparent 1.6px), radial-gradient(circle at 88% 72%, rgba(220, 232, 255, 0.22) 0 1px, transparent 1.5px);
  background-size: auto, auto, 100% 100%, 100% 100%, 100% 100%, 100% 100%;
  background-position: center;
  background-attachment: scroll;
}

body:not(.homepage) #header:before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 240' preserveAspectRatio='none'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M1120 30 C850 34 590 76 520 120 C590 164 850 206 1120 210' stroke='%236da8ff' stroke-opacity='.34' stroke-width='1.4'/%3E%3Cpath d='M1120 43 C915 48 724 84 672 120 C724 156 915 192 1120 197' stroke='%238a76ff' stroke-opacity='.22' stroke-width='1.05'/%3E%3Cpath d='M1120 56 C980 60 850 92 812 120 C850 148 980 180 1120 184' stroke='%236da8ff' stroke-opacity='.28' stroke-width='.95'/%3E%3Cpath d='M1120 30 C1320 34 1490 76 1538 120 C1490 164 1320 206 1120 210' stroke='%236da8ff' stroke-opacity='.3' stroke-width='1.3'/%3E%3Cpath d='M1120 46 C1268 50 1412 86 1454 120 C1412 154 1268 190 1120 194' stroke='%238a76ff' stroke-opacity='.2' stroke-width='1'/%3E%3Cpath d='M1120 62 C1212 66 1320 94 1350 120 C1320 146 1212 174 1120 178' stroke='%236da8ff' stroke-opacity='.24' stroke-width='.9'/%3E%3Cpath d='M310 156 A565 38 0 0 0 1440 156' stroke='%23d3ad76' stroke-opacity='.24' stroke-width='1'/%3E%3Cpath d='M210 174 A705 50 0 0 0 1605 174' stroke='%23d3ad76' stroke-opacity='.16' stroke-width='.9'/%3E%3C/g%3E%3Cg fill='%23eef4ff' fill-opacity='.52'%3E%3Ccircle cx='130' cy='72' r='1.2'/%3E%3Ccircle cx='250' cy='184' r='.8'/%3E%3Ccircle cx='430' cy='54' r='1'/%3E%3Ccircle cx='626' cy='194' r='.8'/%3E%3Ccircle cx='784' cy='70' r='1.1'/%3E%3Ccircle cx='1376' cy='52' r='.9'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  opacity: 0.58;
  pointer-events: none;
  transform-origin: 70% 50%;
  animation: secondaryFieldPulse 18s ease-in-out infinite;
}

body:not(.homepage) #header:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(2, 5, 17, 0.86) 0%, rgba(2, 5, 17, 0.22) 42%, rgba(2, 5, 17, 0.72) 100%), linear-gradient(90deg, rgba(2, 5, 17, 0.72) 0%, rgba(2, 5, 17, 0.26) 46%, rgba(2, 5, 17, 0.1) 100%);
  pointer-events: none;
}

body:not(.homepage) #header .inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 980px;
  margin: 0 auto;
}

body:not(.homepage) #header header {
  display: block;
}

body:not(.homepage) #header h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1;
  text-shadow: 0 0 20px rgba(90, 135, 255, 0.22), 0 2px 18px rgba(0, 0, 0, 0.62);
}

body:not(.homepage) #header header > p {
  max-width: 42rem;
  margin: 0.75rem auto 0 auto;
  color: rgba(235, 242, 255, 0.78);
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.72);
}

body:not(.homepage) #header .tagline-wrap {
  display: inline;
}

body:not(.homepage) #nav {
  z-index: 4;
  padding: 1.15em 0 1.05em 0;
  background: linear-gradient(180deg, rgba(2, 5, 17, 0.86) 0%, rgba(2, 5, 17, 0.46) 68%, rgba(2, 5, 17, 0) 100%);
}

body:not(.homepage) #nav > ul {
  border-left-color: rgba(160, 185, 226, 0.32);
  border-right-color: rgba(160, 185, 226, 0.32);
}

body:not(.homepage) #nav > ul:before,
body:not(.homepage) #nav > ul:after {
  border-top-color: rgba(160, 185, 226, 0.3);
  border-bottom-color: rgba(160, 185, 226, 0.2);
}

body:not(.homepage) #nav > ul > li.active {
  border-color: rgba(177, 205, 255, 0.36);
  background: rgba(18, 31, 61, 0.34);
}

body:not(.homepage) #nav > ul > li > a,
body:not(.homepage) #nav > ul > li > span {
  color: rgba(243, 247, 255, 0.94);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}

body.research-subpage #header {
  min-height: 238px;
  background-image: linear-gradient(180deg, rgba(2, 5, 17, 0.94) 0%, rgba(4, 10, 28, 0.86) 52%, rgba(7, 16, 38, 0.94) 100%), radial-gradient(ellipse 28% 145% at 103% 54%, rgba(102, 147, 224, 0.25) 0%, rgba(54, 82, 158, 0.15) 38%, rgba(2, 5, 17, 0) 74%), radial-gradient(circle at 18% 40%, rgba(220, 232, 255, 0.32) 0 1px, transparent 1.6px), radial-gradient(circle at 34% 68%, rgba(220, 232, 255, 0.22) 0 1px, transparent 1.5px), radial-gradient(circle at 72% 30%, rgba(220, 232, 255, 0.28) 0 1px, transparent 1.6px), radial-gradient(circle at 88% 72%, rgba(220, 232, 255, 0.22) 0 1px, transparent 1.5px);
}

body.research-subpage #header:before {
  opacity: 0.68;
}

body:not(.homepage) .wrapper {
  padding-top: 4.6em;
}

@keyframes secondaryFieldPulse {
  0%, 100% {
    opacity: 0.5;
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    opacity: 0.68;
    transform: translate3d(-0.35rem, 0.08rem, 0) scale(1.01);
  }
}
@media (prefers-reduced-motion: reduce) {
  body:not(.homepage) #header:before {
    animation: none !important;
    transform: none !important;
  }
}
@media screen and (max-width: 736px) {
  body:not(.homepage) #header {
    min-height: 148px;
    padding: 3rem 1rem 0.8rem 1rem;
    background-position: center top;
  }
  body.research-subpage #header {
    min-height: 158px;
  }
  body:not(.homepage) #header:before {
    background-size: 170% 100%;
    background-position: 63% center;
    opacity: 0.5;
  }
  body:not(.homepage) #header .inner {
    width: 100%;
    max-width: calc(100vw - 2rem);
    padding: 0;
  }
  body:not(.homepage) #header h1 {
    font-size: clamp(1.65rem, 8vw, 2rem);
  }
  body:not(.homepage) #header header > p {
    width: 100%;
    max-width: min(20rem, 100vw - 2rem);
    margin-top: 0.55rem;
    font-size: 0.82rem;
    line-height: 1.45;
    white-space: normal;
    overflow-wrap: break-word;
  }
  body:not(.homepage) #header .tagline-wrap {
    display: block;
  }
  body:not(.homepage) .wrapper {
    padding-top: 2.75em;
  }
}
#main.research-page {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

#main.research-page > header {
  margin: 0 0 1.35rem 0;
  text-align: left;
}

#main.research-page > header h2 {
  color: #10263d;
}

.research-page-wrapper .container {
  width: min(1220px, 100% - 4rem);
}

.research-intro {
  max-width: 66rem;
  margin: 0 0 2.15rem 0;
  color: #46586c;
  font-size: 1.05rem;
  line-height: 1.78;
  text-align: left;
}

.research-theme-list {
  display: grid;
  gap: 1rem;
}

.research-theme {
  overflow: hidden;
  border: 1px solid rgba(24, 55, 92, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(24, 55, 92, 0.04);
}

.research-theme-primary {
  display: grid;
  grid-template-columns: 4.4rem minmax(0, 1fr);
  gap: 1.2rem 2.2rem;
  padding: 1.45rem 1.45rem 1.25rem 1.45rem;
}

.research-theme-index {
  color: #6f8296;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}

.research-theme-label {
  display: inline-block;
  margin: 0 0 0.35rem 0;
  color: #6f8296;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
}

.research-theme h3 {
  margin: 0 0 0.45rem 0;
  color: #10263d;
  font-size: 1.18rem;
}

.research-theme p {
  margin: 0;
  color: #46586c;
  line-height: 1.78;
  text-align: left;
}

.research-theme-links {
  margin: 0 1.45rem 1.35rem 7.95rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(24, 55, 92, 0.11);
}

.research-theme-links summary {
  cursor: pointer;
  color: #173861;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: uppercase;
}

.research-theme-links summary:hover {
  color: #10263d;
}

.research-source-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem 0.9rem;
  list-style: none;
  margin: 0.95rem 0 0 0;
  padding: 0;
}

.research-source-list li {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(24, 55, 92, 0.12);
  border-radius: 6px;
  background: #f8fbfe;
}

.research-source-list a {
  display: block;
  color: #173861;
  font-weight: 700;
  line-height: 1.42;
  text-decoration: none;
  border-bottom: 0;
}

.research-source-list a:hover {
  color: #10263d;
  border-bottom-color: transparent;
}

.research-source-list li > span:not(.research-source-type) {
  display: block;
  margin-top: 0.32rem;
  color: #526479;
  font-size: 0.92rem;
  line-height: 1.56;
}

.research-source-type {
  display: inline-block;
  margin: 0 0.35rem 0.12rem 0;
  padding: 0.12rem 0.38rem;
  border-radius: 999px;
  background: #365b81;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  text-transform: uppercase;
  vertical-align: middle;
}

#main.special:not(.cv-page) > header {
  width: calc(100vw - 2rem);
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

#main.special:not(.cv-page) > header h2 {
  color: #2b252c;
}

#main.special:not(.cv-page) > header p {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

#main.special:not(.cv-page) > .image.featured {
  height: clamp(11rem, 22vw, 18rem);
  margin: 2rem auto 2.15rem auto;
  overflow: hidden;
  border: 1px solid rgba(24, 55, 92, 0.1);
  box-shadow: 0 16px 34px rgba(20, 33, 54, 0.08);
}

#main.special:not(.cv-page) > .image.featured img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

#main.special:not(.cv-page) > p,
#main.special:not(.cv-page) > section {
  box-sizing: border-box;
  width: calc(100vw - 2rem);
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#main.special:not(.cv-page) > section {
  padding: 1.45rem 0;
  border-top: 1px solid rgba(24, 55, 92, 0.14);
}

#main.special:not(.cv-page) > section:last-of-type {
  border-bottom: 1px solid rgba(24, 55, 92, 0.14);
}

#main.special:not(.cv-page) > section header {
  margin: 0 0 0.65rem 0;
  text-align: left;
}

#main.special:not(.cv-page) > section h3 {
  margin: 0;
  color: #10263d;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#main.special:not(.cv-page) > section p,
#main.special:not(.cv-page) > section li {
  color: #46586c;
  line-height: 1.68;
}

#main.special:not(.cv-page) > section footer {
  margin-top: 1.15rem;
  text-align: left;
}

#main.special:not(.cv-page) > section .button {
  display: inline-block;
  width: auto;
  min-width: 12rem;
  background: #173861;
  color: #fff;
  box-shadow: none;
}

#main.special:not(.cv-page) > section .button:hover {
  background: #10263d;
  color: #fff;
}

#main.publications-page {
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}

#main.publications-page > header {
  margin: 0 0 1.35rem 0;
  text-align: left;
}

#main.publications-page > header h2 {
  color: #10263d;
}

.publications-wrapper .container {
  width: min(1220px, 100% - 4rem);
}

.publication-section {
  margin: 0 0 3rem 0;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(24, 55, 92, 0.16);
}

#main.publications-page .publication-section:first-of-type {
  padding-top: 0;
  border-top: 0;
}

#main.publications-page .publication-section.selected-publications {
  margin-bottom: 2.45rem;
  padding: 1.15rem 1.2rem;
  border: 1px solid rgba(24, 55, 92, 0.14);
  border-radius: 6px;
  background: #f8fbfe;
}

#main.publications-page .selected-publications .publication-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.2rem;
}

#main.publications-page .selected-publications .publication-entry {
  padding: 0.65rem 0;
}

.publication-section > header {
  margin: 0 0 1.25rem 0;
  text-align: left;
}

.publication-section > header h3 {
  margin: 0;
  color: #10263d;
  font-size: 1.02rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.publication-section > header p {
  margin: 0;
  color: #64758a;
  font-size: 0.95rem;
  line-height: 1.55;
  text-align: left;
}

.publication-list {
  min-width: 0;
}

#main.publications-page #peer-reviewed {
  padding-top: 0;
  border-top: 0;
}

#main.publications-page .publication-year-group {
  display: grid;
  grid-template-columns: 6.5rem minmax(0, 1fr);
  gap: 1.4rem 2.4rem;
  margin: 0;
  padding: 1.45rem 0;
  border-top: 1px solid rgba(24, 55, 92, 0.14);
}

#main.publications-page .publication-year-group:first-of-type {
  border-top: 1px solid rgba(24, 55, 92, 0.18);
}

#main.publications-page #peer-reviewed .publication-year-group:first-of-type {
  padding-top: 0.35rem;
  border-top: 0;
}

.publication-year {
  margin: 0;
  color: #173861;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.publication-entry {
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(24, 55, 92, 0.11);
  color: #46586c;
  font-size: 0.98rem;
  text-align: left;
}

.publication-entry:first-child {
  padding-top: 0;
}

.publication-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.publication-authors,
.publication-title,
.publication-details {
  margin: 0;
  text-align: left;
}

.publication-authors {
  color: #64758a;
  font-size: 0.94rem;
  line-height: 1.48;
}

.publication-title {
  margin-top: 0.22rem;
  color: #10263d;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.45;
}

.publication-details {
  margin-top: 0.24rem;
  color: #46586c;
  line-height: 1.56;
}

.publication-entry strong {
  color: #10263d;
  font-weight: 700;
}

.publication-entry a {
  color: #235f92;
  border-bottom-color: rgba(35, 95, 146, 0.26);
}

.publication-entry a:hover {
  color: #ef8376;
  border-bottom-color: transparent;
}

#main.cv-page {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}

#main.cv-page > header {
  margin: 0 0 1.35rem 0;
  text-align: left;
}

#main.cv-page > header h2 {
  color: #10263d;
}

.cv-section {
  display: grid;
  grid-template-columns: minmax(13rem, 0.36fr) minmax(0, 1fr);
  gap: 1.4rem 3rem;
  padding: 1.55rem 0;
  border-top: 1px solid rgba(24, 55, 92, 0.14);
}

.cv-section:last-child {
  border-bottom: 1px solid rgba(24, 55, 92, 0.14);
}

.cv-page > .cv-section:first-of-type {
  padding-top: 0.35rem;
  border-top: 0;
}

.cv-page > .cv-section:last-child {
  border-bottom: 0;
}

.cv-section header {
  margin: 0;
}

.cv-section h3 {
  margin: 0;
  color: #10263d;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cv-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cv-list li {
  position: relative;
  margin: 0.35rem 0;
  padding-left: 1rem;
  line-height: 1.65;
  color: #46586c;
}

.cv-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: rgba(63, 102, 145, 0.68);
}

.cv-list.dense li {
  margin: 0.22rem 0;
  line-height: 1.55;
}

.cv-entry {
  margin: 0 0 0.95rem 0;
  padding-left: 1rem;
  border-left: 1px solid rgba(24, 55, 92, 0.16);
  color: #46586c;
  line-height: 1.62;
}

.cv-entry:last-child {
  margin-bottom: 0;
}

.cv-entry strong {
  display: block;
  color: #10263d;
}

.cv-entry span {
  display: block;
  color: #64758a;
}

.cv-service-note {
  margin: 0 0 0.85rem 0;
  color: #46586c;
  line-height: 1.7;
}

#main.simple-content-page {
  max-width: 980px;
  margin: 0 auto;
  text-align: left;
}

#main.simple-content-page > header {
  margin: 0 0 2rem 0;
  text-align: left;
}

#main.simple-content-page > header h2 {
  color: #10263d;
}

.team-photo {
  margin: 0 0 2.3rem 0;
}

.team-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  border: 1px solid rgba(24, 55, 92, 0.12);
  box-shadow: 0 18px 36px rgba(20, 33, 54, 0.12);
  object-fit: cover;
}

.team-photo figcaption {
  margin: 0.85rem auto 0 auto;
  max-width: 58rem;
  color: #46586c;
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
}

.team-roster-section,
.teaching-section {
  margin: 0;
  padding: 1.35rem 0;
  border-top: 1px solid rgba(24, 55, 92, 0.14);
}

.team-roster-section:last-child,
.teaching-section:last-child {
  border-bottom: 1px solid rgba(24, 55, 92, 0.14);
}

.team-roster-section h3,
.teaching-section h3 {
  margin: 0 0 0.75rem 0;
  color: #10263d;
  font-size: 1.08rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.team-roster-section h4 {
  margin: 1.1rem 0 0.35rem 0;
  color: #173861;
  font-size: 1rem;
  font-weight: 600;
}

.team-roster-section h3 + h4 {
  margin-top: 0;
}

.team-page .team-roster-section:first-of-type {
  padding-top: 0.35rem;
  border-top: 0;
}

.team-page .team-roster-section:last-child {
  border-bottom: 0;
}

.teaching-page > .teaching-section:first-of-type {
  padding-top: 0.35rem;
  border-top: 0;
}

.teaching-page > .teaching-section:last-child {
  border-bottom: 0;
}

.simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.simple-list li {
  position: relative;
  margin: 0.34rem 0;
  padding-left: 1rem;
  color: #46586c;
  line-height: 1.65;
}

.simple-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: rgba(63, 102, 145, 0.68);
}

.simple-list strong {
  color: #10263d;
  font-weight: 700;
}

.hero-text-scrim,
.jupiter-field-system,
.jupiter-field-footpoints,
.moon-orbit-plane,
.moon-depth-layer,
.jupiter-visual,
.jupiter-pole-glows,
.orbiting-moon,
.ganymede-field-system {
  pointer-events: none;
}

.space-base {
  fill: #020511;
}

.nebula-ribbon {
  fill: rgba(99, 122, 214, 0.12);
  filter: url(#softGlow);
  opacity: 0.8;
}

.hero-starfield {
  transform-box: view-box;
  transform-origin: center center;
}

.hero-starfield-near {
  opacity: 0.88;
}

.hero-starfield-deep {
  opacity: 0.55;
}

.jupiter-dipole-line,
.jupiter-dipole-footpoint,
.ganymede-dipole-line {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
  animation: fieldShimmer 5.6s ease-in-out infinite;
  animation-delay: var(--field-delay, 0s);
}

.jupiter-dipole-line {
  stroke: rgba(112, 158, 255, 0.78);
  stroke-width: 1.45;
  opacity: 0.84;
}

.jupiter-dipole-footpoint {
  stroke: rgba(122, 174, 255, 0.92);
  stroke-width: 1.45;
  opacity: 0.82;
}

.jupiter-field-line {
  fill: none;
  stroke: rgba(118, 176, 255, 0.86);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
  vector-effect: non-scaling-stroke;
}

.jupiter-field-line.inner {
  stroke: rgba(148, 199, 255, 0.82);
  stroke-width: 1.2;
}

.jupiter-field-line.outer {
  stroke: rgba(102, 161, 255, 0.72);
  stroke-width: 1.1;
}

.ganymede-dipole-line {
  stroke: rgba(139, 193, 255, 0.74);
  stroke-width: 0.82;
  opacity: 0.72;
}

.jovian-orbit {
  fill: none;
  stroke: rgba(211, 173, 118, 0.42);
  stroke-width: 1;
  stroke-dasharray: none;
  vector-effect: non-scaling-stroke;
}

.europa-orbit {
  opacity: 0.58;
}

.ganymede-orbit {
  stroke: rgba(196, 170, 132, 0.34);
  opacity: 0.64;
}

.jovian-orbit.orbit-back {
  opacity: 0.34;
}

.jovian-orbit.orbit-front {
  opacity: 0.58;
}

.ganymede-orbit.orbit-front {
  opacity: 0.5;
}

.jupiter-halo {
  fill: rgba(64, 128, 255, 0.1);
  filter: url(#softGlow);
  transform-box: fill-box;
  transform-origin: center;
  will-change: opacity;
  animation: jupiterMagneticGlow 8s ease-in-out infinite;
}

.jupiter-pole-glow {
  fill: rgba(126, 180, 255, 0.74);
  opacity: 0.78;
  animation: poleGlowPulse 7.4s ease-in-out infinite;
}

.jupiter-pole-glow-wide {
  fill: rgba(80, 112, 255, 0.16);
  opacity: 0.88;
  animation-delay: -2.4s;
}

.jupiter-image {
  opacity: 0.98;
  image-rendering: auto;
}

.jupiter-core-dimmer {
  fill: rgba(2, 5, 17, 0.1);
  pointer-events: none;
}

.jupiter-rim {
  fill: none;
  stroke: rgba(244, 234, 215, 0.42);
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
}

.jupiter-cutaway {
  filter: none;
}

.interior-glow {
  animation: interiorBreath 5.8s ease-in-out infinite;
}

.cutaway-edge {
  fill: none;
  stroke: rgba(255, 219, 164, 0.38);
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.moon-glow {
  fill: rgba(142, 190, 255, 0.18);
  filter: url(#softGlow);
  animation: moonGlowPulse 6.4s ease-in-out infinite;
}

.moon-disc {
  stroke: none;
}

.moon-label {
  fill: rgba(225, 179, 112, 0.92);
  stroke: rgba(2, 5, 17, 0.78);
  stroke-width: 3px;
  stroke-linejoin: round;
  paint-order: stroke fill;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-anchor: middle;
}

.ganymede-label {
  font-size: 13px;
  text-anchor: middle;
}

.ganymede-glow {
  fill: rgba(115, 178, 255, 0.22);
  animation-duration: 5.2s;
}

.mobile-ganymede-proxy {
  display: none;
}

#twinkleStars {
  pointer-events: none;
}

.twinkle-star {
  fill: rgba(244, 247, 255, 0.92);
  opacity: 0.22;
  transform-box: fill-box;
  transform-origin: center;
  will-change: opacity, transform;
  animation: twinkle 5.6s cubic-bezier(0.4, 0.08, 0.2, 1) infinite;
}

.twinkle-star.s1 {
  animation-duration: 5s;
  animation-delay: -0.8s;
}

.twinkle-star.s2 {
  animation-duration: 6.8s;
  animation-delay: -2.2s;
}

.twinkle-star.s3 {
  animation-duration: 4.6s;
  animation-delay: -3.4s;
}

.twinkle-star.s4 {
  animation-duration: 7.5s;
  animation-delay: -1.4s;
}

.twinkle-star.s5 {
  animation-duration: 5.9s;
  animation-delay: -4.1s;
}

@keyframes twinkle {
  0%, 100% {
    opacity: 0.22;
    transform: translate(0, 0) scale(1);
  }
  18% {
    opacity: 0.34;
    transform: translate(0.12px, -0.16px) scale(1.03);
  }
  38% {
    opacity: 0.95;
    transform: translate(-0.45px, -0.75px) scale(1.18);
  }
  56% {
    opacity: 0.42;
    transform: translate(0.16px, -0.1px) scale(1.04);
  }
  76% {
    opacity: 0.72;
    transform: translate(0.48px, 0.08px) scale(1.11);
  }
  90% {
    opacity: 0.3;
    transform: translate(0, 0) scale(1.01);
  }
}
@keyframes leftStarBloom {
  0% {
    opacity: 0.4;
    transform: translate3d(-1%, 0, 0) scale(0.98);
  }
  50% {
    opacity: 0.58;
    transform: translate3d(1.8%, -1.3%, 0) scale(1.05);
  }
  100% {
    opacity: 0.46;
    transform: translate3d(-0.6%, 1%, 0) scale(1.01);
  }
}
@keyframes heroVideoLoad {
  0% {
    opacity: 0;
    transform: translate3d(24px, calc(-50% + 18px), 0) scale(0.78);
  }
  100% {
    opacity: 0.92;
    transform: translate3d(var(--hero-video-x), calc(-50% + var(--hero-video-y)), 0) scale(var(--hero-video-scale));
  }
}
@keyframes fieldShimmer {
  0%, 100% {
    opacity: 0.42;
    stroke-width: 1;
  }
  45% {
    opacity: 0.8;
    stroke-width: 1.45;
  }
  72% {
    opacity: 0.56;
  }
}
@keyframes jupiterMagneticGlow {
  0%, 100% {
    opacity: 0.72;
  }
  48% {
    opacity: 0.95;
  }
}
@keyframes poleGlowPulse {
  0%, 100% {
    opacity: 0.62;
  }
  46% {
    opacity: 1;
  }
  70% {
    opacity: 0.78;
  }
}
@keyframes moonGlowPulse {
  0%, 100% {
    opacity: 0.58;
    transform: scale(0.96);
  }
  50% {
    opacity: 0.88;
    transform: scale(1.08);
  }
}
@keyframes interiorBreath {
  0%, 100% {
    opacity: 0.72;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrollCue {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.28rem);
  }
}
@keyframes scrollCueDot {
  0%, 100% {
    opacity: 0.28;
    transform: translate(-50%, 0);
  }
  44% {
    opacity: 0.95;
    transform: translate(-50%, 0.62rem);
  }
  72% {
    opacity: 0.16;
    transform: translate(-50%, 0.78rem);
  }
}
@keyframes scrollChevron {
  0%, 100% {
    opacity: 0.36;
    transform: translateY(0) rotate(45deg);
  }
  45% {
    opacity: 0.9;
    transform: translateY(0.22rem) rotate(45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.homepage #header .hero-bg,
  .twinkle-star,
  .jupiter-dipole-line,
  .jupiter-dipole-footpoint,
  .ganymede-dipole-line,
  .jupiter-halo,
  .jupiter-pole-glow,
  .moon-glow,
  .interior-glow,
  body.homepage #header .scroll-dot,
  body.homepage #header .scroll-chevron {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
  body.homepage #header .hero-video {
    animation: none !important;
    transition: none !important;
  }
  body.homepage #header .hero-copy {
    transform: translateY(-50%) !important;
  }
  body.homepage #header .scroll-dot {
    transform: translateX(-50%) !important;
  }
  body.homepage #header .scroll-chevron {
    transform: rotate(45deg) !important;
  }
}
@media screen and (max-width: 980px) {
  body.homepage #header .hero-bg:before {
    opacity: 0.34;
  }
  body.homepage #header .hero-bg:after {
    opacity: 0.48;
  }
  body.homepage #header .hero-copy {
    left: clamp(1.25rem, 5vw, 3rem);
    top: 45%;
    width: min(34rem, 100vw - 2.5rem);
    padding: 1.5rem 0;
    transform: translateY(-50%);
  }
  body.homepage #header .hero-video {
    right: -18vw;
    width: min(98vw, 920px);
    opacity: 0.78;
  }
  body.homepage #header .chinese-name {
    margin-left: 0.18em;
  }
  body.homepage #header .hero-footer {
    bottom: 2.8rem;
  }
  body.homepage #banner header {
    width: min(1680px, 100% - 0.75rem);
  }
  #twinkleStars {
    opacity: 0.7;
  }
  body.homepage .research-summary .container {
    width: min(1240px, 100% - 3rem);
  }
  body.homepage .research-summary-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  body.homepage .research-summary header.special {
    max-width: none;
    margin: 0;
    padding-left: 0;
  }
  body.homepage .research-summary header.special p {
    max-width: 36rem;
  }
  body.homepage .research-summary-side {
    padding-top: 0;
  }
  body.homepage .research-bullet-link {
    grid-template-columns: 1rem minmax(0, 1fr);
    gap: 0.5rem 1rem;
  }
  body.homepage .research-bullet-summary {
    grid-column: 2/-1;
    max-width: 44rem;
  }
  body.homepage #main.container.special {
    width: min(1120px, 100% - 3rem);
  }
  body.homepage #main .about-profile {
    grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
    gap: 2rem 2.4rem;
  }
  body.homepage #footer .container {
    width: min(980px, 100% - 3rem);
  }
  .research-page-wrapper .container {
    width: min(1220px, 100% - 3rem);
  }
  .publications-wrapper .container {
    width: min(1220px, 100% - 3rem);
  }
  #main.publications-page .publication-year-group {
    grid-template-columns: 5.4rem minmax(0, 1fr);
    gap: 1rem 1.8rem;
  }
}
@media screen and (max-width: 736px) {
  body.homepage #header {
    min-height: 42rem;
  }
  body.homepage #header .hero-inner {
    min-height: 42rem;
  }
  body.homepage #header .hero-bg {
    transform: none;
  }
  body.homepage #header .hero-video {
    top: 68%;
    right: -56vw;
    width: min(132vw, 720px);
    opacity: 0.42;
  }
  body.homepage #header #magneticHero {
    width: 148%;
    margin-left: -18%;
  }
  body.homepage #header .hero-copy {
    top: 39%;
    width: min(21rem, 100vw - 2rem);
  }
  body.homepage #header .hero-name {
    display: block;
    white-space: normal;
    text-align: left;
  }
  body.homepage #header .latin-name {
    font-size: clamp(3rem, 13vw, 4.2rem);
  }
  body.homepage #header .chinese-name {
    display: block;
    margin: 0.28rem 0 0 0;
    font-size: clamp(1.85rem, 8vw, 2.45rem);
  }
  body.homepage #header .hero-tagline {
    max-width: 20rem;
    font-size: 1.05rem;
    line-height: 1.44;
  }
  body.homepage #header .hero-affiliation {
    font-size: 0.78rem;
    letter-spacing: 0.1em;
  }
  body.homepage #header .ganymede-orbiting {
    display: none;
  }
  body.homepage #header .mobile-ganymede-proxy {
    display: block;
  }
  body.homepage #header .moon-label {
    display: none;
  }
  body.homepage #header .hero-footer {
    bottom: 1.6rem;
  }
  body.homepage #banner {
    padding: 3em 0 3em 0;
  }
  body.homepage #banner header {
    width: min(1680px, 100% - 0.75rem);
  }
  body.homepage #banner header > p {
    margin-top: 0.85rem;
    font-size: 1rem;
    line-height: 1.68;
  }
  body.homepage #banner h2 {
    max-width: 18em;
    font-size: clamp(2rem, 7.4vw, 2.85rem);
  }
  body.homepage #banner .homepage-primary-links {
    gap: 0.65rem;
    margin-top: 1.35rem;
  }
  body.homepage #banner .homepage-primary-links .button {
    width: min(100%, 18rem);
    min-width: 0;
  }
  body.homepage .research-summary {
    padding: 3em 0 3em 0;
  }
  body.homepage .research-summary .container {
    width: min(1240px, 100% - 2rem);
  }
  body.homepage .research-summary header.special {
    margin: 0;
    padding-left: 0;
    border-left: 0;
  }
  body.homepage .research-summary header.special h2 {
    max-width: none;
  }
  body.homepage .research-summary-layout {
    gap: 1.65rem;
  }
  body.homepage .research-bullet-link {
    grid-template-columns: 0.9rem minmax(0, 1fr);
    gap: 0.42rem 0.8rem;
    padding: 0.58rem 0;
  }
  body.homepage .research-bullet-mark {
    margin-top: 0.3rem;
  }
  body.homepage .research-bullet-mark:before {
    width: 0.36rem;
    height: 0.36rem;
  }
  body.homepage .research-bullet-title {
    font-size: 0.97rem;
  }
  body.homepage .research-bullet-summary {
    grid-column: 2/-1;
    padding-top: 0.06rem;
    font-size: 0.9rem;
  }
  body.homepage .research-summary-footer {
    justify-content: flex-start;
    margin-top: 1.1rem;
    padding-bottom: 0;
  }
  body.homepage #main.container.special {
    width: min(1120px, 100% - 2rem);
  }
  body.homepage .about-section {
    padding-top: 2.35em;
    scroll-margin-top: 1rem;
  }
  .cv-section {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .research-page-wrapper .container {
    width: min(1220px, 100% - 2rem);
  }
  body:not(.homepage) .wrapper > .container {
    width: calc(100% - 2rem);
    max-width: calc(100vw - 2rem);
  }
  body:not(.homepage) #main.special:not(.cv-page) {
    width: 100%;
    max-width: 100%;
  }
  .research-intro {
    font-size: 1rem;
  }
  .research-theme-primary {
    grid-template-columns: 1fr;
    gap: 0.45rem;
    padding: 1.15rem;
  }
  .research-theme-index {
    font-size: 0.92rem;
  }
  .research-theme-links {
    margin: 0 1.15rem 1.15rem 1.15rem;
  }
  .research-source-list {
    grid-template-columns: 1fr;
  }
  .research-source-list li {
    padding: 0.9rem;
  }
  #main.special:not(.cv-page) > .image.featured {
    height: 12rem;
    margin: 1.35rem auto 1.6rem auto;
  }
  #main.special:not(.cv-page) > section {
    padding: 1.2rem 0;
  }
  #main.special:not(.cv-page) > header,
  #main.special:not(.cv-page) > header p,
  #main.special:not(.cv-page) > p,
  #main.special:not(.cv-page) > section {
    box-sizing: border-box;
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
    margin-left: auto;
    margin-right: auto;
    overflow-wrap: break-word;
  }
  #main.special:not(.cv-page) > section .button {
    width: 100%;
  }
  #main.publications-page .publication-section.selected-publications {
    padding: 0.95rem;
  }
  #main.publications-page .selected-publications .publication-list {
    grid-template-columns: 1fr;
  }
  .team-photo figcaption {
    font-size: 1rem;
    text-align: left;
  }
  .team-roster-section,
  .teaching-section {
    padding: 1.1rem 0;
  }
  .publications-wrapper .container {
    width: min(1220px, 100% - 2rem);
  }
  #main.publications-page .publication-year-group {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    padding: 1.25rem 0;
  }
  .publication-year {
    font-size: 1.05rem;
  }
  .publication-entry {
    font-size: 0.93rem;
  }
  body.homepage #main .about-profile {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
  body.homepage #main .about-profile-photo {
    max-width: 18rem;
    margin: 0 auto;
  }
  body.homepage #main .about-profile-photo img {
    transform: none;
  }
  body.homepage #main .about-profile-copy > header p {
    font-size: 1rem;
    margin-top: 0.6rem;
  }
  body.homepage #main .about-profile-copy p {
    text-align: left;
  }
  body.homepage #main > footer {
    justify-content: center;
  }
  body.homepage #footer {
    padding: 4em 0 3.5em 0;
  }
  body.homepage #footer .container {
    width: min(980px, 100% - 2rem);
  }
}
