h4 {
  letter-spacing: .1rem; }
body {
  background: #fff; }
.container {
  max-width: 800px; }
.header {
  margin-top: 60px;
  margin-bottom: 60px; 
  text-align: left; }
.main-description h1 {
  margin-bottom: 0px; }
.main-description p {
  margin-bottom: 0px; }
.main-description .fa {
  font-size: 22px;
  margin-top: 5px; }
.interest-list,
.service-list {
  margin-top: 8px;
  margin-bottom: 18px; }
.interest-list li,
.service-list li {
  margin-bottom: 8px; }
.paper {
  margin-bottom: 20px }
.paper .title {
  /*text-transform: uppercase; */}
.paper p {
  margin-bottom: 2px }
.paper-buttons {
  margin-top: 5px }
.paper .button {
  display: inline-block;
  height: 25px;
  padding: 0 25px;
  font-weight: 100;
  line-height: 25px;
  text-transform: none; }
.publication-title-tag {
  color: #d62728;
  font-weight: 600; }
.publication-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 15px 0 18px; }
.publication-tabs .button {
  height: auto;
  min-height: 28px;
  padding: 0 12px;
  margin: 0;
  line-height: 26px;
  white-space: normal;
  text-transform: none; }
.publication-tabs .button.active {
  border-color: #1EAEDB;
  color: #1EAEDB; }
.publication-entry {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  clear: both;
  margin-bottom: 28px; }
.publication-figure {
  flex: 0 0 220px;
  display: flex;
  justify-content: center; }
.publication-figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 220px;
  max-height: 130px;
  box-sizing: border-box;
  border: 1px solid #eee;
  background: #fff; }
.publication-paper {
  flex: 1 1 auto;
  min-width: 0; }
.paper-authors a,
.paper-authors b,
.paper-authors span {
  overflow-wrap: anywhere; }

/*  ================ Publication landscape map  ================ */
.publication-map {
  margin: 18px 0 2px; }
.landscape-svg {
  width: 100%;
  height: auto;
  display: block;
  overflow: visible; }
.lm-regions {
  isolation: isolate; }
.lm-region {
  mix-blend-mode: multiply;
  fill-opacity: 0.4;
  transition: fill-opacity .25s; }
.lm-region-active {
  fill-opacity: 0.6; }
.lm-region-dim {
  fill-opacity: 0.12; }
.lm-label {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02rem;
  paint-order: stroke;
  stroke: #fff;
  stroke-width: 3.2px;
  stroke-linejoin: round; }
.lm-dot {
  fill: #2b2b2b;
  stroke: #fff;
  stroke-width: 1px;
  cursor: pointer;
  transition: fill-opacity .2s, stroke-opacity .2s; }
.lm-dot-selected {
  fill: #111;
  stroke-width: 1.4px; }
.lm-dot-hover {
  fill: #000; }
.lm-dot-dim {
  fill-opacity: 0.16;
  stroke-opacity: 0.18; }
.lm-dot-label {
  fill: #222;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 700;
  paint-order: stroke;
  pointer-events: none;
  stroke: #fff;
  stroke-linejoin: round;
  stroke-width: 3px; }
.landscape-hint {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-style: italic;
  margin: 0 0 10px; }
.legend-swatch {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 7px;
  vertical-align: middle; }
.landscape-legend-item {
  display: inline-flex;
  align-items: center; }
.landscape-tip {
  position: absolute;
  z-index: 9999;
  max-width: 360px;
  max-height: 72vh;
  overflow: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 6px 26px rgba(0, 0, 0, 0.17);
  padding: 12px 14px;
  display: none; }
.landscape-tip-title {
  font-weight: 600;
  font-size: 1.35rem;
  line-height: 1.4;
  color: #222;
  margin-bottom: 3px; }
.landscape-tip-venue {
  color: #1EAEDB;
  font-size: 1.1rem;
  margin-bottom: 7px; }
.landscape-tip-abs {
  color: rgba(0, 0, 0, 0.72);
  font-size: 1.2rem;
  line-height: 1.5; }
.publication-entry-flash {
  animation: pubflash 1.4s ease; }
@keyframes pubflash {
  0%, 20% { background: rgba(30, 174, 219, 0.15); }
  100% { background: transparent; } }
.section-header {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  scroll-margin-top: 7.5rem;
  margin-bottom: 0;}
.footer {
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  border-top: 1px solid #eee;
  padding: 15px 0 40px 0;
  margin-bottom: 0;}
.navbar {
  display: none; }
.title-subtitle h3 {
  margin-bottom: 0px; }
.title-subtitle h5 {
  color: rgba(0, 0, 0, 0.60); }
.image {
  text-align: center; }

/*  ================ Project styling  ================ */
.project-container {
  margin-bottom: 30px;
}
.project-image-container {
  border: 1px solid rgba(0,0,0,0.2);
  padding: 3px;
  transition: 0.3s;
}
.project-image-container:hover {
  transition: 0.3s;
}
.project-image-container:hover img {
  opacity: 0.4;
}
.project-caption {
  padding: 3px;
}

/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 5rem; }
}

@media (max-width: 549px) {
  .publication-map { display: none; }
  .landscape-hint { display: none; }
  .landscape-tip { display: none !important; }
  .publication-entry {
    display: block; }
  .publication-figure {
    display: block;
    margin-bottom: 10px; }
  .publication-figure img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 220px;
    box-sizing: border-box; }
  .paper .button {
    padding: 0 14px; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
    border-top-width: 0; }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.5rem;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #222; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 4px 4px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 4px 4px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #fff;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
}
