body, html {
  margin: 0;
  color: #777;
  background-color: #e23d28;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

body {
  overflow-y: scroll; }

footer {
  background-color: #e23d28;
  color: white;
  font-size: 80%; }
  footer #unilogo {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 300px; }
  @media (max-width: 768px) {
    footer #unilogo {
      width: 30%;
      min-width: 200px; } }
  footer #address {
    text-align: right;
    position: relative;
    padding-bottom: 30px; }

main {
  margin-top: 100px;
  background-color: white;
  padding-bottom: 30px;
  min-height: 500px; }

a {
  color: #e23d28; }

@media (max-width: 992px) {
  main {
    margin-top: 60px; } }

body.frontpage main {
  margin-top: 0;
  margin: 0;
  width: 100%; }

body.frontpage .navbar-default {
  background-color: rgba(226, 61, 40, 0.8); }

body.frontpage .timeline .date {
  color: #b3b3b3; }

body.frontpage .timeline .title {
  font-size: 1.3em;
  color: gray; }

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

a:hover {
  color: #912213;
  background-color: transparent;
  text-decoration: none; }

.title-text {
  color: #e23d28;
  font-size: 16px; }

.navbar-default {
  background-color: #e23d28;
  min-height: 100px;
  border: none; }
  .navbar-default .navbar-toggle {
    margin: 13px 15px 13px 0; }
  .navbar-default ul a {
    font-size: 18px;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    transition: all 0.3s ease; }

.navbar-default.shrink {
  background-color: #e23d28;
  border: none;
  min-height: 35px; }
  .navbar-default.shrink .navbar-brand {
    font-size: 25px; }
  .navbar-default.shrink a {
    font-size: 15px;
    padding-bottom: 10px !important;
    padding-top: 10px !important; }
  .navbar-default.shrink .navbar-toggle {
    margin: 8px 15px 8px 0;
    padding: 4px 5px; }

.navbar-default .navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  color: #ffffff; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e0e0e0; }

.navbar-default .navbar-text {
  color: #ffffff; }

.navbar-default .navbar-nav > li > a {
  color: #ffffff; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #e0e0e0; }

.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #e23d28; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff; }

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #e0e0e0;
  background-color: #c0392b; }

.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #c0392b; }

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #e0e0e0;
  background-color: #c0392b; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #e0e0e0;
  background-color: #c0392b; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #e0e0e0;
  background-color: #c0392b; }

.navbar-default .navbar-toggle {
  border-color: #c0392b; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #c0392b; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff; }

.navbar-default .navbar-link {
  color: #ffffff; }

.navbar-default .navbar-link:hover {
  color: #e0e0e0; }

@media (max-width: 992px) {
  .navbar-default {
    min-height: 60px; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e0e0e0; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e0e0e0;
    background-color: #c0392b; } }

ul.timeline {
  list-style-type: none;
  position: relative; }

ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400; }

ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px; }
  ul.timeline > li:hover::before {
    background: #e23d28; }
  ul.timeline > li:hover .title {
    text-decoration: underline; }

ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  outline: 3px solid #e23d28;
  outline-offset: 2px;
  left: 22.5px;
  width: 15px;
  height: 15px;
  z-index: 400;
  transform: translateY(5px);
  box-shadow: 0px 0px 5px 5px white; }

.prev_vid {
  position: absolute;
  top: 50%;
  padding-left: 20px; }

.next_vid {
  position: absolute;
  top: 50%;
  padding-right: 20px;
  right: 0; }

.scroll_down {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  margin-left: -25px;
  bottom: 20px;
  cursor: pointer;
  z-index: 5; }

.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.vicos {
  position: absolute;
  left: 15%;
  top: 32%;
  color: #fff;
  width: 400px;
  /* font-variant: small-caps; */ }

.spacy {
  margin-bottom: 5em;
  margin-top: 2em; }

article > h2 {
  margin-bottom: 1em; }

.home_logo {
  position: absolute;
  top: 15px; }
  .home_logo a {
    padding: 0; }
  .home_logo img {
    height: 70px; }

.carousel {
  background-color: transparent;
  height: 100vh;
  width: 100%;
  overflow: hidden; }
  .carousel .carousel-indicators {
    top: 120px; }
  .carousel .parallax {
    width: 100%;
    height: 100%; }
    .carousel .parallax .carousel-inner, .carousel .parallax .item {
      width: 100%;
      height: 100%; }
    .carousel .parallax .background {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      overflow: hidden;
      z-index: 0;
      /*
      &::after {
        inset: 0;
        position: absolute;
        background: linear-gradient(transparent 50%, rgba(0,0,0,50%));
        content: "";
      }
*/ }
      .carousel .parallax .background video, .carousel .parallax .background img {
        min-width: 100%;
        min-height: 100%;
        position: absolute;
        z-index: 0;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
    .carousel .parallax .description {
      color: white;
      position: absolute;
      bottom: 150px;
      left: 18%;
      right: 18%;
      z-index: 100;
      filter: drop-shadow(-1px -1px 1px black) drop-shadow(1px 1px 1px black); }
      .carousel .parallax .description a {
        color: white; }

img.round {
  border-radius: 50%; }

.profile {
  width: 220px;
  text-align: center; }
  .profile img {
    margin-bottom: 20px; }
  .profile a {
    display: inline-block;
    color: gray; }

.avatar {
  position: relative;
  height: 100px; }
  .avatar img {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0;
    left: 0; }
  .avatar .name {
    margin-left: 80px;
    font-size: 1.1em;
    color: gray; }

.avatars.collapsed {
  max-height: 300px;
  overflow: hidden;
  position: relative; }
  .avatars.collapsed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), white); }

.tags .tag {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  background-color: #777777;
  color: white;
  margin-top: 5px; }

.list {
  letter-spacing: 0; }
  .list .resource {
    display: flex;
    flex-direction: column;
    width: 32%;
    margin: 0 0.5% 10px 0.5%;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    border-radius: 5px;
    padding: 10px;
    vertical-align: top;
    position: relative;
    z-index: 1; }
    .list .resource .banner {
      opacity: 0.2;
      z-index: -1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      max-height: none;
      height: auto;
      margin-bottom: 10px; }
    .list .resource .name {
      margin: 0 0 10px 0;
      font-size: 1.5em; }
    .list .resource .icon {
      display: inline-block; }
    .list .resource .description {
      color: #777777;
      flex-grow: 1; }
  @media (max-width: 992px) {
    .list .resource {
      margin: 0 0.5% 10px 0.5%;
      width: 48.5%; } }
  @media (max-width: 768px) {
    .list .resource {
      margin: 0 0 10px 0;
      width: 100%; } }
  .list .project, .list .research {
    position: relative;
    display: block;
    margin-bottom: 30px; }
    .list .project:hover .name, .list .research:hover .name {
      text-decoration: underline; }
    .list .project .picture, .list .research .picture {
      width: 15%;
      display: inline-block;
      vertical-align: top; }
      .list .project .picture img, .list .research .picture img {
        width: 100%;
        border-radius: 10px; }
    .list .project .meta, .list .research .meta {
      margin-top: 0;
      padding-left: 20px;
      width: 84%;
      display: inline-block; }
      .list .project .meta .name, .list .research .meta .name {
        font-size: 1.4em;
        color: #e23d28;
        margin-top: 0; }
      .list .project .meta .acronym::after, .list .research .meta .acronym::after {
        content: " - "; }
      .list .project .meta .duration, .list .research .meta .duration {
        color: #383838;
        margin-bottom: 10px; }
      .list .project .meta .description, .list .research .meta .description {
        color: gray;
        text-align: justify; }
      .list .project .meta .contents, .list .research .meta .contents {
        color: gray;
        font-size: 0.9em;
        padding-bottom: 5px; }
    .list .project a, .list .research a {
      color: gray; }
    @media (max-width: 525px) {
      .list .project .picture, .list .research .picture {
        display: none; }
      .list .project .meta, .list .research .meta {
        width: 100%;
        padding-left: 0; } }
.list.resources {
  display: flex;
  flex-wrap: wrap; }

.past-projects .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 35px; }
  .past-projects .list .title {
    display: none; }

.past-projects .project {
  width: 160px;
  margin-bottom: 0;
  opacity: 0.5; }
  .past-projects .project:hover {
    opacity: 1; }
  .past-projects .project .picture {
    width: 100%; }
    .past-projects .project .picture img {
      object-fit: contain;
      height: 100px;
      width: 100%; }
  .past-projects .project .description {
    display: none; }
  .past-projects .project .meta {
    padding: 0;
    padding-top: 5px;
    width: 100%; }
    .past-projects .project .meta .name {
      font-size: 1em;
      color: gray;
      margin-bottom: 5px;
      text-align: justify;
      text-decoration: none; }
    .past-projects .project .meta .acronym {
      display: block;
      font-size: 1.4em;
      color: #e23d28;
      margin-bottom: 5px; }
      .past-projects .project .meta .acronym::after {
        display: none; }

@media (max-width: 768px) {
  .past-projects .list {
    justify-content: center; } }

@media (max-width: 525px) {
  .past-projects .project {
    width: 100%; } }

@media (max-width: 992px) {
  .carousel {
    height: 50vh; }
    .carousel .carousel-indicators {
      top: 80px; }
    .carousel .scroll_down {
      visibility: hidden; }
    .carousel .parallax .description {
      font-size: 10px;
      color: white;
      position: absolute;
      bottom: 10px;
      left: 18%;
      right: 18%;
      z-index: 10; }
  .home_logo {
    top: 10px; }
    .home_logo img {
      height: 45px; } }

main .container {
  position: relative;
  padding-top: 30px; }
  main .container .content p:first-child, main .container .list p:first-child {
    margin-top: 30px; }
  main .container .content p, main .container .list p {
    text-align: justify; }
  main .container .content img.image, main .container .list img.image {
    margin: 10px 0; }
  main .container .content pre, main .container .list pre {
    overflow: hidden;
    background-color: #e1e1e1; }
    main .container .content pre code, main .container .list pre code {
      overflow: auto;
      width: 100%;
      font-family: monospace;
      color: black;
      padding: 0.5em;
      font-size: 0.8em; }
    main .container .content pre .copy, main .container .list pre .copy {
      font-size: 0.8em;
      position: absolute;
      top: 9.5px;
      right: 9.5px; }
  main .container .nested-img img.left {
    width: auto;
    float: left; }
  main .container .nested-img img.right {
    width: auto;
    float: right; }

main .container.people .header .card img {
  max-width: 100%; }

@media (max-width: 992px) {
  main .container.people .header .card {
    position: relative;
    margin-bottom: 40px; }
    main .container.people .header .card img {
      position: absolute;
      top: 0;
      left: 0;
      width: 150px; }
    main .container.people .header .card .meta {
      margin-left: 170px; } }

@media (max-width: 768px) {
  main .container.people .header .card {
    position: relative;
    margin-bottom: 20px; }
    main .container.people .header .card img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px; }
    main .container.people .header .card .meta {
      margin-left: 120px; }
      main .container.people .header .card .meta h4 {
        margin: 3px 0; } }

@media (max-width: 525px) {
  main .container.people .header .card {
    height: auto;
    margin-bottom: 0; }
    main .container.people .header .card .meta {
      margin-left: 0; }
    main .container.people .header .card img {
      display: none; } }

main .container.term .tagname {
  border-radius: 8px;
  background-color: #e23d28;
  padding: 2px 6px;
  color: white; }

figure {
  text-align: center;
  margin: 2em 0; }
  figure figcaption {
    font-size: 0.8em;
    color: gray;
    border-top: #777; }
  figure.right {
    float: right;
    margin: 0 0 10px 10px; }

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }

.content h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em; }

.content h3 {
  font-size: 1.2em;
  margin-bottom: 0.5em; }

.content h4 {
  font-size: 1em;
  margin-bottom: 0.5em; }

.content hr {
  border: 1px solid darkgray;
  width: 90%; }

.content .image img {
  max-width: 100%; }

.content .image .caption {
  display: block;
  text-align: center;
  margin-top: 30px;
  color: gray; }

.content .image.full {
  width: 100%; }

.content .image.half {
  width: 50%; }

.content .image.third {
  width: 33%; }

.content .image.center {
  display: block;
  text-align: center; }

.content .image.right {
  display: inherit;
  float: right; }

.content .image.left {
  display: inline;
  float: left; }

.content .image.frame {
  border: 1px solid #eeeeee;
  padding: 15px;
  display: inline-block;
  margin: 30px; }

.content .image.frame.left {
  margin: 0px;
  margin-right: 10px; }

.content .image.frame.right {
  margin: 0px;
  margin-left: 10px; }

main .container.sidebar {
  position: relative;
  padding-top: 30px; }
  main .container.sidebar .header {
    width: 18%;
    display: inline-block;
    position: sticky;
    top: 130px;
    left: 15px; }
    main .container.sidebar .header h2 {
      font-size: 1.5em; }
    main .container.sidebar .header h4 {
      font-size: 1.2em;
      color: #e23d28; }
    main .container.sidebar .header .acronym {
      color: lightgray;
      font-size: 0.8em;
      margin-bottom: 10px;
      display: block; }
    main .container.sidebar .header .type {
      color: #e23d28;
      margin-bottom: 10px;
      display: block;
      font-size: 0.9em; }
    main .container.sidebar .header .card {
      padding-bottom: 20px; }
      main .container.sidebar .header .card ul {
        list-style: none;
        padding-left: 0px; }
      main .container.sidebar .header .card li {
        padding-bottom: 5px; }
    main .container.sidebar .header .links ul {
      list-style: none;
      padding: 0; }
      main .container.sidebar .header .links ul li.current {
        list-style-type: disc; }
    main .container.sidebar .header .menu ul {
      list-style: none;
      padding: 0; }
      main .container.sidebar .header .menu ul li a {
        display: inline-block;
        margin-bottom: 5px;
        width: 100%;
        color: white;
        background-color: #777777;
        border-radius: 5px;
        padding: 5px 10px; }
      main .container.sidebar .header .menu ul li:hover a {
        background-color: #919191; }
      main .container.sidebar .header .menu ul li.current a {
        background-color: #e23d28; }
    main .container.sidebar .header .person {
      display: inline; }
      main .container.sidebar .header .person .avatar {
        display: inline-block;
        width: 65px;
        height: 65px; }
        main .container.sidebar .header .person .avatar .name {
          display: none; }
  main .container.sidebar .content {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    padding-left: 30px; }
  @media (max-width: 992px) {
    main .container.sidebar .header {
      width: 100%;
      position: inherit;
      top: 0;
      left: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      main .container.sidebar .header .card {
        position: relative;
        padding-bottom: 10px;
        padding-right: 20px; }
      main .container.sidebar .header .tags {
        width: 250px;
        flex-grow: 1; }
    main .container.sidebar .content {
      width: 100%;
      margin-left: 0;
      padding-left: 0; } }
  @media (max-width: 768px) {
    main .container.sidebar .header .card .meta {
      margin-left: 120px; } }
  @media (max-width: 525px) {
    main .container.sidebar .header .card {
      height: auto; }
      main .container.sidebar .header .card .meta {
        margin-left: 0; } }
/* Publication list styles */
ul.publications {
  padding-left: 0; }
  ul.publications li {
    margin-bottom: 10px; }
    ul.publications li .title a {
      color: #e23d28;
      font-size: 1.2em; }
    ul.publications li .authors {
      margin-top: 2px; }
      ul.publications li .authors a {
        color: inherit;
        text-decoration: underline; }
    ul.publications li .published {
      font-size: 0.9em;
      color: #a0a0a0;
      margin-top: 5px; }

a.publications.external {
  display: block;
  text-align: right; }

.publication .published {
  color: #a0a0a0;
  margin-bottom: 20px; }

.publication object {
  width: 100%;
  height: 512px; }

.publication_inline {
  margin-left: 50px;
  position: relative; }
  .publication_inline .icon {
    color: lightgray;
    position: absolute;
    left: -50px;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 2em; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  color: transparent;
  border-top: 1.1em solid rgba(226, 61, 40, 0.3);
  border-right: 1.1em solid rgba(226, 61, 40, 0.3);
  border-bottom: 1.1em solid rgba(226, 61, 40, 0.3);
  border-left: 1.1em solid #e23d28;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
