body {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 17px;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  background-color: #fff;
  color: #222;
}

* {
  box-sizing: border-box;
}

h1 {
  font-weight: 300;
  line-height: 1.15em;
}

h2 {
  font-size: 1.5em;
}

a:link,
a:visited {
  color: #1772d0;
  text-decoration: none;
}

a:hover {
  color: #4f8f39;
}

h1,
h2,
h3 {
  text-align: center;
  font-family: "Lato", Verdana, Helvetica, sans-serif;
}

h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}

h2 {
  font-weight: 400;
  margin: 16px 0 4px 0;
}

h3 {
  font-size: 1.3em;
  padding-top: 0.6em;
  margin: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  overflow: visible;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-md-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.justify-content-center {
  justify-content: center;
}

.text-center {
  text-align: center;
}

.paper-title {
  padding: 20px 0 18px 0;
}

.paper-title h1 {
  width: 100%;
}

.hero-section {
  padding-top: 8px;
}

.author-row,
.affil-row {
  font-size: 18px;
  font-weight: 400;
}

.authors {
  font-size: 18px;
}

.affil-row {
  margin-top: 12px;
  color: #444;
  font-size: 16px;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0;
  margin-bottom: 10px;
}

p {
  line-height: 1.25em;
  margin: 0 0 0.45em 0;
}

.caption {
  font-size: 16px;
  color: #666;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
}

.text-center .caption {
  text-align: center;
}

figure {
  display: block;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paper-btn-parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 16px 0;
}

.supp-btn {
  background-color: #fff;
  border: 1.5px solid #000;
  color: #000 !important;
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition-duration: 0.25s;
  cursor: pointer;
  letter-spacing: 0;
  margin: 8px;
  padding: 8px 8px;
  width: 180px;
  font-weight: 400;
}

.supp-btn:hover {
  background-color: #000;
  color: #fff !important;
}

.disabled-btn,
.disabled-btn:hover {
  background-color: #fff;
  color: #000 !important;
  cursor: default;
  opacity: 0.65;
}

.btn-label {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.05;
}

.btn-label small {
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 400;
}

.button-icon {
  display: block;
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.topnav {
  overflow: hidden;
  background-color: #eee;
}

.topnav a {
  float: left;
  color: #1c1c1c;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

.topnav .nav-logo-text {
  display: block;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#conference {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  text-align: center;
  color: #111;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
}

#authors {
  font-family: "Lato", Verdana, Helvetica, sans-serif;
  text-align: center;
}

.conference-row {
  margin-top: 14px;
}

.key-results-section {
  padding-top: 4px;
  padding-bottom: 12px;
}

.content-section {
  padding-top: 8px;
  padding-bottom: 8px;
}

.section-tight {
  padding-left: 16px;
  padding-right: 16px;
}

.text-justify {
  text-align: justify;
}

.rounded-media {
  max-width: 100%;
  border: 1px solid #eee;
}

.research-directions {
  background-color: #fbfdf8;
  border-left: 4px solid #76b900;
  margin-top: 4px;
  padding: 14px 18px;
}

.research-directions h3 {
  color: #2f7d26;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  padding: 0;
  text-align: left;
}

.research-directions p,
.research-directions li {
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}

.research-directions p {
  margin: 0 0 8px;
}

.research-directions ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.position-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.position-card {
  border: 1px solid #d4e6c7;
  border-top: 6px solid #76b900;
  border-radius: 6px;
  padding: 14px 16px;
  background-color: #fbfdf8;
}

.position-label {
  color: #76b900;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.position-card p {
  margin: 0;
}

.position-jump-section {
  padding-bottom: 8px;
  padding-top: 8px;
}

.position-statement {
  color: #76b900;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.position-statement-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.position-statement-link:hover,
.position-statement-link:focus {
  border-color: #76b900;
  color: inherit;
  text-decoration: none;
}

.blog-article h3[id] {
  scroll-margin-top: 18px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 12px;
}

.case-event,
.case-root {
  border-top: 4px solid #76b900;
  background-color: #f7faf5;
  padding: 13px 14px;
}

.case-event {
  border-color: #d96c06;
}

.case-date {
  color: #07223e;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.case-event p,
.case-root p {
  margin-bottom: 8px;
}

.framework-video {
  display: block;
  width: 100%;
}

.figure-row {
  margin-top: 8px;
}

.framework-section {
  padding-top: 12px;
}

.framework-flow {
  margin-top: 14px;
}

.framework-step {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
}

.framework-step:first-child {
  border-top: 0;
  padding-top: 6px;
}

.framework-figure {
  margin-top: 12px;
}

.framework-copy h3 {
  text-align: left;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.2;
  margin: 2px 0 8px;
  padding-top: 0;
}

.framework-copy p {
  margin-bottom: 0;
}

.framework-label {
  color: #2f7d26;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.framework-figure .caption {
  margin-bottom: 0;
}

.framework-equation {
  margin-top: 12px;
  padding: 9px 12px;
  border-left: 3px solid #2f7d26;
  background-color: #f7faf5;
  color: #333;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}

.large-result-figure {
  margin-top: 10px;
  margin-bottom: 18px;
}

.key-results-row {
  margin-top: 10px;
  padding-top: 8px;
}

.key-result-cell {
  margin-top: 8px;
  margin-bottom: 8px;
}

.key-result-value {
  color: #2f7d26;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.05;
}

.key-result-copy {
  margin: 10px auto 0;
  max-width: 260px;
  color: #666;
  font-size: 15px;
  line-height: 1.35;
}

.table-wrap {
  overflow-x: auto;
  margin: 12px 0 16px;
}

.result-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}

.result-table caption {
  caption-side: bottom;
  color: #666;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  padding-top: 8px;
}

.result-table th,
.result-table td {
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  text-align: center;
  white-space: nowrap;
}

.result-table thead th {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #f7faf5;
  font-weight: 700;
}

.result-table tbody th {
  text-align: left;
  font-weight: 600;
}

.result-table .ours-row {
  background-color: #f3f9f0;
}

.comparison-table {
  min-width: 720px;
}

.comparison-table th,
.comparison-table td {
  white-space: normal;
  vertical-align: top;
}

.comparison-table td {
  text-align: left;
}

.table-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-article {
  max-width: 820px;
  padding-bottom: 32px;
  padding-top: 8px;
}

.blog-page .rounded-media {
  border: 0;
}

.blog-article h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.12;
  margin: 0 0 14px;
  text-align: left;
}

.blog-article h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 28px 0 10px;
  padding-top: 0;
  text-align: left;
}

.blog-article p,
.blog-article li {
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.46;
}

.blog-article p {
  margin-bottom: 12px;
}

.position-emphasis {
  background: linear-gradient(to top, rgba(118, 185, 0, 0.18) 42%, transparent 42%);
  color: #2f7d26;
  font-weight: 700;
}

.blog-article ol,
.blog-article ul {
  margin: 8px 0 16px 22px;
  padding: 0;
}

.blog-article figure {
  margin-bottom: 18px;
  margin-top: 18px;
}

.blog-article code {
  font-size: 0.9em;
}

.plot-pair {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 18px 0;
}

.plot-pair figure {
  margin: 0;
}

.plot-pair img {
  display: block;
  width: 100%;
}

.problem-list {
  margin-top: 12px;
}

.problem-item {
  border-top: 1px solid #e5e5e5;
  color: #333;
  font-size: 16px;
  line-height: 1.35;
  padding: 10px 0;
}

.problem-item:first-child {
  border-top: 0;
}

.problem-item strong {
  color: #2f7d26;
  font-weight: 700;
}

#bibtex pre {
  font-size: 14px;
  background-color: #f3f3f3;
  padding: 16px;
  overflow-x: auto;
}

code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}

@media (max-width: 768px) {
  body {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .topnav a {
    font-size: 15px;
    padding: 12px 10px;
  }

  h1 {
    font-size: 28px;
  }

  #conference {
    font-size: 22px;
  }

  .supp-btn {
    width: 100%;
    max-width: 280px;
  }

  .key-result-copy {
    max-width: none;
  }

  .col-md-4,
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .position-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .framework-step {
    padding: 16px 0;
  }

  .framework-copy h3 {
    font-size: 1.15em;
  }

  .framework-equation {
    font-size: 14px;
  }

  .comparison-table {
    min-width: 620px;
  }

  .blog-article h2 {
    font-size: 28px;
  }

  .blog-article h3 {
    font-size: 21px;
  }

  .blog-article p,
  .blog-article li {
    font-size: 16px;
  }

  .plot-pair {
    grid-template-columns: 1fr;
  }

}
