@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?26793073");
  src: url("../font/fontello.eot?26793073#iefix") format("embedded-opentype"), url("../font/fontello.woff2?26793073") format("woff2"), url("../font/fontello.woff?26793073") format("woff"), url("../font/fontello.ttf?26793073") format("truetype"), url("../font/fontello.svg?26793073#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?26793073#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-calendar:before {
  content: "\e800";
} /* '' */
.icon-github-circled:before {
  content: "\f09b";
} /* '' */
.icon-twitter-squared:before {
  content: "\f304";
} /* '' */
.icon-linkedin-squared:before {
  content: "\f30c";
} /* '' */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Solarized Light 
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base01    #586e75  body text / default code / primary content
base1     #93a1a1  comments / secondary content
base3     #fdf6e3  background
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight {
  background-color: #fdf6e3;
  color: #586e75;
}

.highlight .c {
  color: #93a1a1;
} /* Comment */
.highlight .err {
  color: #586e75;
} /* Error */
.highlight .g {
  color: #586e75;
} /* Generic */
.highlight .k {
  color: #859900;
} /* Keyword */
.highlight .l {
  color: #586e75;
} /* Literal */
.highlight .n {
  color: #586e75;
} /* Name */
.highlight .o {
  color: #859900;
} /* Operator */
.highlight .x {
  color: #cb4b16;
} /* Other */
.highlight .p {
  color: #586e75;
} /* Punctuation */
.highlight .cm {
  color: #93a1a1;
} /* Comment.Multiline */
.highlight .cp {
  color: #859900;
} /* Comment.Preproc */
.highlight .c1 {
  color: #93a1a1;
} /* Comment.Single */
.highlight .cs {
  color: #859900;
} /* Comment.Special */
.highlight .gd {
  color: #2aa198;
} /* Generic.Deleted */
.highlight .ge {
  color: #586e75;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #dc322f;
} /* Generic.Error */
.highlight .gh {
  color: #cb4b16;
} /* Generic.Heading */
.highlight .gi {
  color: #859900;
} /* Generic.Inserted */
.highlight .go {
  color: #586e75;
} /* Generic.Output */
.highlight .gp {
  color: #586e75;
} /* Generic.Prompt */
.highlight .gs {
  color: #586e75;
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #cb4b16;
} /* Generic.Subheading */
.highlight .gt {
  color: #586e75;
} /* Generic.Traceback */
.highlight .kc {
  color: #cb4b16;
} /* Keyword.Constant */
.highlight .kd {
  color: #268bd2;
} /* Keyword.Declaration */
.highlight .kn {
  color: #859900;
} /* Keyword.Namespace */
.highlight .kp {
  color: #859900;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #268bd2;
} /* Keyword.Reserved */
.highlight .kt {
  color: #dc322f;
} /* Keyword.Type */
.highlight .ld {
  color: #586e75;
} /* Literal.Date */
.highlight .m {
  color: #2aa198;
} /* Literal.Number */
.highlight .s {
  color: #2aa198;
} /* Literal.String */
.highlight .na {
  color: #586e75;
} /* Name.Attribute */
.highlight .nb {
  color: #B58900;
} /* Name.Builtin */
.highlight .nc {
  color: #268bd2;
} /* Name.Class */
.highlight .no {
  color: #cb4b16;
} /* Name.Constant */
.highlight .nd {
  color: #268bd2;
} /* Name.Decorator */
.highlight .ni {
  color: #cb4b16;
} /* Name.Entity */
.highlight .ne {
  color: #cb4b16;
} /* Name.Exception */
.highlight .nf {
  color: #268bd2;
} /* Name.Function */
.highlight .nl {
  color: #586e75;
} /* Name.Label */
.highlight .nn {
  color: #586e75;
} /* Name.Namespace */
.highlight .nx {
  color: #586e75;
} /* Name.Other */
.highlight .py {
  color: #586e75;
} /* Name.Property */
.highlight .nt {
  color: #268bd2;
} /* Name.Tag */
.highlight .nv {
  color: #268bd2;
} /* Name.Variable */
.highlight .ow {
  color: #859900;
} /* Operator.Word */
.highlight .w {
  color: #586e75;
} /* Text.Whitespace */
.highlight .mf {
  color: #2aa198;
} /* Literal.Number.Float */
.highlight .mh {
  color: #2aa198;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #2aa198;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #2aa198;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #93a1a1;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #2aa198;
} /* Literal.String.Char */
.highlight .sd {
  color: #586e75;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #2aa198;
} /* Literal.String.Double */
.highlight .se {
  color: #cb4b16;
} /* Literal.String.Escape */
.highlight .sh {
  color: #586e75;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #2aa198;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #2aa198;
} /* Literal.String.Other */
.highlight .sr {
  color: #dc322f;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #2aa198;
} /* Literal.String.Single */
.highlight .ss {
  color: #2aa198;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #268bd2;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268bd2;
} /* Name.Variable.Class */
.highlight .vg {
  color: #268bd2;
} /* Name.Variable.Global */
.highlight .vi {
  color: #268bd2;
} /* Name.Variable.Instance */
.highlight .il {
  color: #2aa198;
} /* Literal.Number.Integer.Long */
.highlight {
  background-color: #f4f4f4;
}

div.highlight {
  padding: 5px 20px;
}

pre.highlight, code {
  font-family: "Consolas", Menlo, monospace;
  line-height: 1.4em;
  tab-size: 4;
}

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

body {
  font-family: "Lato", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.2em;
  margin: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body a {
  text-decoration: none;
  transition: color 0.3s;
  color: #006400 !important;
}
body a:hover {
  color: #8d090b !important;
}

img, embed, object, video {
  max-width: 100%;
}

h2 {
  margin: 0.7em 0;
}

main {
  margin: 0 90px;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 1600px) {
  main {
    margin: 0 auto;
    max-width: 1440px;
  }
}
@media screen and (max-width: 1280px) {
  main {
    margin: 0 75px;
  }
}
@media screen and (max-width: 1024px) {
  main {
    margin: 0 35px;
  }
  main .thumbnail-wrapper {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main {
    margin: 0 10px;
    flex-direction: column;
  }
  main .thumbnail-wrapper {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  main {
    margin: 0;
  }
  main .thumbnail-wrapper {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  main .content {
    max-width: 650px;
    margin-left: 200px;
  }
}
main .about {
  display: flex;
  margin-top: 2vh;
  min-width: 180px;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .about {
    height: auto;
    padding: 5vh 0;
  }
}
@media screen and (min-width: 769px) {
  main .about {
    position: fixed;
  }
}
main .about h1 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 5px;
  color: #222222;
}
main .about .tagline {
  font-size: 12px;
  margin-bottom: 0px;
  color: rgb(10, 10, 10);
  padding-bottom: 0;
}
main .about .affiliation {
  margin-top: 0px;
  padding: 0px;
  font-size: 12px;
  text-align: center;
}
main .about .affiliation a {
  text-decoration: none !important;
  transition: color 0.4s;
  color: rgb(105, 105, 105);
}
main .about .affiliation a:hover {
  color: #006400;
  text-decoration: none !important;
}
main .about ul {
  list-style-type: none;
}
main .about img {
  max-width: 180px;
}

.social {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social li {
  display: inline-block;
}

.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post-categories li {
  font-size: 14px;
  float: left;
  background-color: #E3E3E3;
  padding: 5px 20px;
  border-radius: 2px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .post-categories li {
    margin-top: 5px;
  }
}

div.blog-body {
  width: 600px;
  max-width: 90%;
}

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-link {
  text-decoration: none;
}

.post-title {
  line-height: 1.2em;
}

.posts, .post-container {
  list-style-type: none;
  margin: 45px 30px;
}
@media screen and (max-width: 480px) {
  .posts, .post-container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .posts, .post-container {
    padding: 0 !important;
    margin-top: 0;
  }
}

.post-container {
  padding-left: 40px;
}

.post {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  color: #222;
  line-height: 1.9em;
}
.post a {
  color: #006400;
  text-decoration: none !important;
  transition: color 0.4s;
}
.post a:hover {
  color: #8d090b;
  text-decoration: none !important;
}
.post div {
  font-size: 1.2em;
  padding: 20px;
}

#posts-label {
  border-bottom: 1px solid #eee;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.5px;
  padding-bottom: 10px;
  font-weight: normal;
}

.highlighter-green {
  background-color: #e6ffe6;
  padding: 2px 4px;
  border-radius: 3px;
  color: #006400;
}

.icon {
  margin: 0 5px;
  display: inline-block;
}
.icon i {
  font-size: 27px;
}

.container {
  padding: 40px;
}

.portfolio-img-wrapper {
  padding: 30px 0px;
}

.portfolio-img {
  border-radius: 10px;
}

.affiliation-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.name {
  margin-top: 25px;
}

.spolin-text {
  font-family: "Abril Fatface";
}

@media screen and (max-width: 768px) {
  .content {
    margin: 0 10px;
  }
}

.press {
  margin: 3px 0px;
}

@media screen and (max-width: 768px) {
  .content > div {
    margin-left: 0px;
    padding: 0px 20px;
  }
}
@media screen and (min-width: 769px) {
  .content > div {
    margin-left: 70px;
  }
}

div {
  text-align: justify;
}

.intro > div {
  padding: 10px 0px;
}

.social a {
  color: black;
}

.pull-left {
  float: left !important;
}

#research .research-item {
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: solid rgb(223, 223, 223) 1px;
}
#research .thumbnail-wrapper {
  height: 100%;
  margin-right: 10px;
}
#research .thumbnail-wrapper .thumbnail {
  width: 150px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #research .thumbnail-wrapper .thumbnail {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #research .thumbnail-wrapper .thumbnail {
    display: table-cell;
  }
}
#research .description {
  display: table-cell;
}
#research .description .excerpt {
  color: rgb(102, 102, 102);
  font-size: 0.8em;
}
#research .description .paper-title {
  font-style: italic;
  font-size: 1.2em;
}

.research-items {
  overflow-y: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
}

#research .research-items {
  max-height: 800px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* Force scrollbar to be always visible to prevent layout shift */
  overflow-y: scroll;
  /* Add padding to account for scrollbar width */
  /* Ensure scrollbar appears outside content */
  box-sizing: border-box;
}

/* Alternative approach: use overlay for webkit browsers */
@supports (overflow: overlay) {
  #research .research-items {
    overflow-y: overlay;
  }
}
/* Scroll indicators */
#research {
  position: relative;
}

.scroll-indicator {
  position: absolute;
  right: -50px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.scroll-indicator-top {
  top: 75px;
}

.scroll-indicator-bottom {
  bottom: 5px;
}

/* Hide scroll indicators on mobile */
@media screen and (max-width: 768px) {
  .scroll-indicator {
    display: none;
  }
}
#research .research-items::-webkit-scrollbar {
  width: 4px;
}

#research .research-items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

#research .research-items::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  opacity: 0.1;
}

.news-items::-webkit-scrollbar {
  width: 4px;
}

.news-items::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.news-items::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  opacity: 0.1;
}

.news-items {
  overflow-y: auto;
  height: 400px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  position: relative;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
  /* Force scrollbar to be always visible to prevent layout shift */
  overflow-y: scroll;
  /* Add padding to account for scrollbar width */
  /* Ensure scrollbar appears outside content */
  box-sizing: border-box;
}

h3 {
  padding-top: 20px;
}

#other .research-item {
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: solid rgb(223, 223, 223) 1px;
}
#other .thumbnail-wrapper {
  height: 100%;
  margin-right: 10px;
}
#other .thumbnail-wrapper .thumbnail {
  width: 150px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #other .thumbnail-wrapper .thumbnail {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  #other .thumbnail-wrapper .thumbnail {
    display: table-cell;
  }
}
#other .description {
  display: table-cell;
}
#other .description .excerpt {
  color: rgb(102, 102, 102);
  font-size: 0.8em;
}
#other .description .paper-title {
  font-style: italic;
  font-size: 1.2em;
}

#blog-list .small-title {
  margin-bottom: 0px;
  padding-bottom: 0;
  font-size: 1.2em;
  display: flex;
}
#blog-list .post-date {
  color: gray;
  font-size: 0.8em;
  margin-top: 0px;
  padding: 0;
  text-align: right;
  flex-grow: 100;
}
#blog-list .excerpt {
  color: rgb(61, 61, 61);
  margin-bottom: 20px;
}

.footer {
  margin-top: 50px;
  padding: 20px;
  border-top: solid 1px rgb(214, 214, 214);
  text-align: center;
}

.blog-img {
  padding: 20px;
}

.post .blog-caption {
  text-align: center;
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1em;
}

.back-button {
  margin: 20px;
}

.nav-bar {
  border-bottom: solid 1px gray;
}
.nav-bar > ul {
  list-style: none;
}

#news {
  position: relative;
}
#news li {
  list-style: "📍";
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 12px;
}

#misc li {
  list-style: "🟢";
  padding-left: 10px;
  margin-bottom: 12px;
}
#misc li::marker {
  font-size: 0.8em;
}

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