::-moz-selection, ::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::-moz-selection, ::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  width: 100%;
  height: auto; }

.show-xs, .show-sm, .show-md, .show-lg, .show-xl, .show-xxl,
.sm-up {
  display: none; }

@media screen and (max-width: 600px) {
  .show-xs {
    display: inherit; } }

@media screen and (max-width: 800px) and (min-width: 601px) {
  .show-sm {
    display: inherit; } }

@media screen and (max-width: 1000px) and (min-width: 801px) {
  .show-md {
    display: inherit; } }

@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .show-lg {
    display: inherit; } }

@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .show-xl {
    display: inherit; } }

@media screen and (min-width: 1401px) {
  .show-xxl {
    display: inherit; } }

@-webkit-keyframes logopulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  20%,30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes logopulse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); }
  20%,30% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
@-webkit-keyframes anim_navbackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -600px 600px; } }
@keyframes anim_navbackground {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -600px 600px; } }
html {
  color: #444349;
  background: #444349;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Raleway", Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 601px) {
    html {
      font-size: 19px; } }
  @media screen and (min-width: 1001px) {
    html {
      font-size: 21px; } }

body {
  min-width: 450px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Alegreya Sans", sans-serif;
  font-style: italic;
  margin-top: 0;
  line-height: 1.1;
  color: #444349; }

h1 {
  font-size: 1.8rem; }

h2 {
  font-size: 1.6rem; }

h3 {
  font-size: 1.5rem; }

a, a:visited {
  color: #0090A3; }

a.anchor {
  display: block;
  position: relative;
  top: -20px;
  visibility: hidden; }

.link {
  cursor: pointer; }

input, #form-result, textarea {
  font-size: 0.9rem;
  padding: 0.3rem;
  border-radius: 4px;
  border: 1px solid rgba(68, 67, 73, 0.4);
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8); }

button {
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
  cursor: pointer; }

.layout-page-container {
  max-width: 1600px;
  margin: 0 auto; }

.layout-page-main {
  background: #f3efea;
  background-image: url("..//images/bg_pattern_brighter.png");
  background-size: 400px; }
  @media screen and (min-width: 1201px) {
    .layout-page-main {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; } }

.layout-page-decoline {
  display: none; }

.top-title {
  display: none; }

main {
  padding-top: 1rem; }

footer {
  color: #f3efea;
  position: relative;
  background-image: url("..//images/head_pattern.png");
  background-size: 600px; }
  footer .container {
    padding-top: 2rem; }

.container {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
  padding: 1rem 1.5rem; }
  @media screen and (min-width: 601px) {
    .container {
      max-width: 700px; } }
  @media screen and (min-width: 801px) {
    .container {
      max-width: 900px; } }

h1.title {
  font-size: 2em; }

h1.subtitle {
  font-size: 1.4rem;
  opacity: 0.6;
  font-weight: 400;
  margin-bottom: 1.5rem; }

.title + .subtitle {
  margin-top: -1.6rem; }

.gototop-btn-wrap {
  position: absolute;
  right: 6.3rem; }

#gototop-btn {
  position: fixed;
  bottom: 0.8rem;
  display: none;
  z-index: 99;
  width: 5.9rem;
  -webkit-transform: translateZ(0); }
  #gototop-btn .gototop-txt {
    float: right;
    margin-right: -0.6rem;
    margin-top: 0.14rem;
    padding: 0.1rem 1rem 0.2rem 0.4rem;
    height: 1.5rem;
    background: #e7e3de;
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
    -webkit-box-shadow: 0 0 0 0.25rem #f3efea;
            box-shadow: 0 0 0 0.25rem #f3efea; }
  #gototop-btn i {
    position: relative;
    float: right;
    color: #f3efea;
    font-size: 1.2rem;
    padding: 0.4rem;
    background: #444349;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 2rem;
    line-height: 0.85;
    text-align: center;
    z-index: 99;
    opacity: 1;
    -webkit-transition: background 0.35s ease;
    transition: background 0.35s ease;
    -webkit-box-shadow: 0 0 0 0.15rem #f3efea;
            box-shadow: 0 0 0 0.15rem #f3efea; }
  #gototop-btn:hover .gototop-txt {
    background: #dbd7d3; }
  #gototop-btn:hover i {
    background: #605f64; }

nav {
  position: relative;
  background-image: url("..//images/head_pattern.png");
  background-size: 600px; }
  nav .container {
    height: 5rem;
    padding-right: 2.2rem;
    padding-left: 0; }

.sitelogo {
  position: absolute;
  left: 0.2rem;
  bottom: -1.9rem;
  z-index: 10; }

a.sitelogo {
  color: #f3efea;
  font-family: "Alegreya Sans", sans-serif;
  font-style: italic;
  font-size: 1.1rem; }
  a.sitelogo:hover {
    color: #f3efea; }

.nav-list {
  margin-left: 8.3rem;
  margin-top: 1rem;
  padding-left: 0;
  list-style: none;
  font-size: 1.2em; }
  .nav-list li {
    display: inline-block;
    padding: 0.1rem 0.2rem;
    margin-right: -0.4rem; }

a.nav-btn, a:visited.nav-btn {
  color: #f3efea; }
a.nav-btn-light, a:visited.nav-btn-light {
  color: #69696d; }

.nav-btn {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  line-height: 1;
  padding: 0.2rem 0.5rem;
  padding-top: 0.1rem;
  background: rgba(243, 239, 234, 0.1);
  text-decoration: none;
  display: inline-block;
  border: 1px solid rgba(243, 239, 234, 0.2);
  border-radius: 0.12rem;
  -webkit-transition: background 0.35s ease;
  transition: background 0.35s ease; }
  .nav-btn:hover {
    background: rgba(243, 239, 234, 0.3); }

.nav-btn-light {
  font-weight: 400;
  color: #444349;
  border-color: rgba(68, 67, 73, 0.2);
  background: rgba(68, 67, 73, 0.06); }
  .nav-btn-light:hover {
    background: rgba(68, 67, 73, 0.15); }

.nav-decoline {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  height: 0.25rem;
  width: 100%;
  background: #f3efea;
  z-index: 1; }
  @media screen and (min-width: 1201px) {
    .nav-decoline {
      width: 90%;
      left: 5%;
      border-radius: 3px; } }

#logohead {
  height: 7.8rem; }
  #logohead #rays {
    stroke-width: 0; }
  #logohead #tie_base {
    stroke-width: 1.5;
    stroke: #f3efea; }
  #logohead #base_halo {
    -webkit-transform-origin: 40% 45%;
            transform-origin: 40% 45%;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    transition: transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045), -webkit-transform 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045); }

#logotext {
  position: absolute;
  left: 8.3rem;
  bottom: 5.1rem;
  height: 1.4rem; }

.logowrap:hover #logohead #base_halo {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.deco-contentbox {
  background: rgba(255, 255, 255, 0.7);
  border: 4px solid white;
  height: 100%;
  padding: 1rem;
  margin-bottom: 0.6rem; }

.highlight {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 4px;
  margin: -2px -4px; }

#contact-form .form-label {
  display: none; }
#contact-form .form-field {
  float: left;
  max-width: 15rem;
  width: 45%; }
  #contact-form .form-field input, #contact-form .form-field #form-result, #contact-form .form-field textarea {
    width: 100%; }
#contact-form .contact-name {
  padding-right: 0.25rem; }
#contact-form .contact-email {
  padding-left: 0.25rem; }
#contact-form .contact-message {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  max-width: 30rem;
  width: 90%; }
  #contact-form .contact-message textarea {
    min-height: 4rem; }
#contact-form .buttons {
  clear: left; }

#form-result {
  width: 90%;
  max-width: 30rem;
  padding: 0.5rem;
  border: 2px solid #4da64d;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none; }
  #form-result p {
    color: #4da64d;
    margin: 0;
    font-style: italic;
    font-weight: 700; }

.bio-button-row {
  list-style-type: none;
  padding: 0; }
  .bio-button-row li {
    display: inline-block; }
  .bio-button-row .nav-btn {
    margin-right: 0.1rem;
    margin-bottom: 0.4rem; }

.biocontainer ul {
  list-style: none;
  padding-left: 0; }
.biocontainer li {
  padding-bottom: 1.3rem; }
.biocontainer p {
  margin-top: 0.2rem;
  margin-bottom: 0; }
.biocontainer h3 {
  border-top: 1rem solid rgba(68, 67, 73, 0.1);
  padding-top: 1rem; }
.biocontainer .biometa {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 0.9em;
  text-align: center;
  border: 1px solid #444349;
  border-radius: 3px;
  opacity: 0.85;
  float: left;
  width: 3.9rem;
  line-height: 1;
  margin-right: 0.7rem; }
  .biocontainer .biometa > div {
    padding: 0.2rem 0.4rem 0.3rem 0.4rem; }
.biocontainer .biometa-1st {
  background: #444349;
  color: #f3efea; }
.biocontainer .biometa-inline {
  width: auto;
  min-width: 8rem;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
  line-height: 0.8; }
  .biocontainer .biometa-inline > div {
    display: inline-block; }
  .biocontainer .biometa-inline .biometa-1st {
    min-width: 4rem;
    float: left; }
.biocontainer .content {
  margin-bottom: 0.4rem;
  margin-left: 4.5rem;
  padding-left: 0.1rem;
  border-bottom: 2px dashed rgba(68, 67, 73, 0.5); }
.biocontainer .content-title {
  font-weight: 700;
  font-size: 1.1rem; }
.biocontainer .content-subtitle {
  font-size: 0.8em;
  margin-bottom: 0.15rem; }
.biocontainer .content-longtext {
  font-style: normal; }
.biocontainer .content-inline {
  border: none;
  clear: left;
  margin-left: 0; }
  .biocontainer .content-inline .content-title {
    padding-top: 0.2rem;
    font-weight: 400; }
.biocontainer .otheractivities li, .biocontainer .reviewer li, .biocontainer .studentsuper li {
  padding-bottom: 0.5rem; }
.biocontainer .honors .biometa-1st {
  padding-top: 0.25rem;
  padding-bottom: 0.35rem; }
.biocontainer .studentsuper .biometa-1st {
  width: 2.8rem;
  min-width: initial; }
.biocontainer .content-field {
  float: right;
  line-height: 1; }
  .biocontainer .content-field i {
    margin-right: 0.8rem;
    font-size: 2rem;
    margin-top: 0.3rem;
    color: #c2bfbb; }
.biocontainer .grade {
  padding-top: 0.2rem;
  font-style: italic;
  font-weight: 700; }

#publicationscanvas .aside-bullet {
  display: none; }
#publicationscanvas .aside-pubtype {
  display: none; }

.publist {
  list-style: none;
  padding-left: 0; }

.pubfold, .pubfold-abstract, .pubfold-bibtex {
  display: none; }

.pubentry {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid rgba(68, 67, 73, 0.1);
  background: rgba(228, 225, 220, 0.5);
  padding: 0.4rem;
  font-size: 0.8rem; }
  .pubentry:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .pubentry:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .pubentry:not(:last-child) {
    border-bottom: none; }
  .pubentry p {
    margin: 0; }
  .pubentry:hover {
    background: rgba(241, 237, 232, 0.5); }

.pubsort {
  float: right; }

.pubyear {
  display: inline;
  float: right;
  margin-top: -0.1rem;
  margin-right: -0.4rem;
  margin-left: 0.5rem;
  padding: 0.1rem;
  padding-top: 0.1rem;
  padding-left: 0.6rem;
  padding-right: 0.7rem;
  background: white;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.pubtitle {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-style: normal;
  display: inline;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  font-size: 0.9rem; }

.pubauthors {
  padding-top: 0.2rem;
  font-style: italic; }
  .pubauthors strong {
    color: #69696d; }

.pubinfo {
  padding-bottom: 0.4rem; }

.pubtype, .pubmeta, .pubmeta-entry {
  display: inline; }

.pubtype {
  background: #444349;
  color: #f3efea;
  opacity: 0.4;
  display: inline-block;
  padding: 0.1rem 0.3rem;
  border-radius: 3px;
  font-size: 0.7rem; }

.pubmeta {
  font-family: "Barlow Condensed", sans-serif;
  float: right;
  margin-top: -0.1rem; }
  .pubmeta .nav-btn {
    padding: 0.2rem 0.4rem;
    padding-bottom: 0.24rem;
    margin: 0;
    height: 1.2rem; }
    .pubmeta .nav-btn i {
      padding-left: 0.3rem;
      line-height: 0;
      font-size: 0.75rem;
      margin-top: 0.1rem;
      padding-bottom: 0; }

.pubfold-entry {
  margin: -0.2rem;
  padding: 0.2rem;
  padding-top: 0.5rem; }

.pubfold-frame {
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 4px; }

.pubfold-abstract p {
  padding-bottom: 0.4rem; }
  .pubfold-abstract p:last-child {
    padding-bottom: 0; }

.pubfold-bibtex pre {
  font-size: 0.8em;
  margin: 0;
  white-space: pre-wrap; }

@supports (display: grid) {
  html, body {
    height: 100%; }

  @media screen and (min-width: 801px) {
    .sm-up {
      display: inherit; } }

  .nav-list {
    margin-top: 0.54rem; }

  .nav-btn {
    line-height: 0;
    height: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  @media screen and (min-width: 801px) {
    #gototop-btn i {
      -webkit-box-shadow: none;
              box-shadow: none; }

    .sitelogo {
      left: auto;
      bottom: auto;
      right: -2.9rem;
      top: -0.9rem;
      z-index: 10; }

    #logotext {
      left: auto;
      right: 5rem;
      height: 2rem;
      bottom: auto;
      top: 7.4rem;
      text-align: right;
      font-size: 2rem;
      line-height: 0.95;
      font-weight: 700; }
      #logotext span {
        display: block;
        font-size: 1.4rem; }

    .layout-page-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      max-width: none;
      margin: 0;
      min-height: 100%; }

    .layout-page-main {
      min-height: 100%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border-radius: initial;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

    .container {
      padding-top: 1.8rem;
      margin: 0; }

    main {
      padding-top: 4.6rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }

    footer {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #444349;
      background: rgba(68, 67, 73, 0.04); }
      footer .footer-separation {
        height: 1.5rem;
        width: 100%;
        background: url("..//images/line_pattern_black.png");
        background-size: 7px;
        opacity: 0.08; }

    nav {
      width: 11rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 11rem;
              flex: 0 0 11rem; }
      nav .container {
        padding-right: 2.4rem;
        height: auto; }

    .nav-list {
      text-align: right;
      margin-top: 9.7rem;
      margin-left: 0; }
      .nav-list li {
        line-height: 0;
        display: block;
        padding: 0;
        margin-bottom: 6px; }

    .nav-btn {
      height: 1.8rem; }

    .nav-decoline {
      left: auto;
      bottom: auto;
      height: 100%;
      width: 0.2rem;
      top: 0;
      right: 1.05rem; }

    .aside-header {
      position: relative;
      height: 1rem;
      background: rgba(68, 67, 73, 0.1);
      border-radius: 0.2rem;
      margin-bottom: 2rem; }

    .aside-bullet {
      position: absolute;
      margin-left: -3.18rem;
      width: 1rem;
      height: 1rem;
      background: #f3efea;
      border-radius: 1rem;
      opacity: 1; }

    .biocontainer h3 {
      border: none;
      padding-top: 0;
      position: absolute;
      left: -12rem;
      color: #f3efea;
      width: 8rem;
      text-align: right;
      margin-top: -0.2rem;
      font-size: 1.5rem; }

    #publicationscanvas .pubentry:hover .aside-bullet {
      -webkit-box-shadow: 0 0 0 5px rgba(243, 239, 234, 0.5);
              box-shadow: 0 0 0 5px rgba(243, 239, 234, 0.5); }
    #publicationscanvas .pubtype {
      display: none; }
    #publicationscanvas .pubyear {
      display: none; }
    #publicationscanvas .pubmeta {
      float: none;
      text-align: right;
      width: 100%;
      display: block; }
    #publicationscanvas .aside-bullet {
      display: block;
      margin-left: -3.6rem;
      margin-top: 0.1rem; }
    #publicationscanvas .aside-pubtype {
      display: block;
      font-family: "Alegreya Sans", sans-serif;
      position: absolute;
      margin-top: -0.2rem;
      left: -7.5rem;
      color: #f3efea;
      text-align: right;
      width: 5rem;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1; }
      #publicationscanvas .aside-pubtype span {
        margin-top: 0.2rem;
        font-size: 1rem;
        font-weight: 400;
        display: inline-block; } }
  @media screen and (min-width: 1001px) {
    nav {
      width: 13rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 13rem;
              flex: 0 0 13rem; } }
  @media screen and (min-width: 1201px) {
    nav {
      width: 15rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 15rem;
              flex: 0 0 15rem; } }
  @media screen and (min-width: 1401px) {
    .layout-page-container {
      max-width: 1600px;
      margin: 0 auto; }

    .layout-page-decoline {
      display: block;
      position: absolute;
      left: auto;
      bottom: auto;
      height: 100%;
      width: 0.2rem;
      top: 0;
      right: 1.2rem;
      background: #444349;
      z-index: 1; }

    nav {
      width: 20rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20rem;
              flex: 0 0 20rem; }

    .container {
      padding-left: 2rem;
      padding-right: 2rem; }

    .biocontainer .aside-bullet {
      margin-left: -3.66rem; }
    .biocontainer h3 {
      left: -12.5rem; }

    #publicationscanvas .aside-bullet {
      margin-left: -4.12rem; } } }

/*# sourceMappingURL=main.css.map */