@charset "UTF-8";
/*
=========================================
===   !!! DO NOT EDIT THIS FILE !!!   ===
===                                   ===
===    This is auto-generated file    ===
=========================================
*/
/* [Master Stylesheet] */
/* === Import Fonts === */
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,400i,500,600,700,800,900");
/* === Import All external CSS === */
@import '../plugins/bootstrap/css/bootstrap.css';
@import '../plugins/font-awesome-5/css/all.css';
@import '../plugins/animate/animate.css';
@import '../plugins/owlcarousel/owl.carousel.css';
/* === Import Custom SCSS === */
/* === Base CSS === */
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Raleway", sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  background: #CBE0F2;
  text-align: justify;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
}

footer {
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px 0;
}

div {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input, button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  margin-bottom: 50px;
  padding: 20px;
  background: #ffffff;
  border: solid 4px #A5A5A5;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width:767px) {
  section {
    border-width: calc(4px - 1px);
  }
}
@media only screen and (max-width:767px) {
  section {
    padding: 20px 10px;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1 {
  text-align: center;
  grid-column: 1/-1;
  font-size: 48px;
  text-decoration: underline;
  font-weight: 500;
  color: #A5A5A5;
}
@media only screen and (max-width:767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

img {
  background: white;
  max-width: 100%;
}

iframe {
  height: 315px;
  width: 100%;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

ol {
  list-style: decimal inside;
  margin-bottom: 0;
}

li {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
}

i {
  margin: 0;
  padding: 0;
}

/* === Custom Buttons === */
.github-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .github-btn {
    font-size: 14px;
  }
}
.github-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.github-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.github-btn.stand-out:hover {
  color: #333333;
}
.github-btn::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.github-btn::after {
  content: "GitHub";
}

.twitter-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .twitter-btn {
    font-size: 14px;
  }
}
.twitter-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.twitter-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.twitter-btn.stand-out:hover {
  color: #333333;
}
.twitter-btn::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.twitter-btn::after {
  content: "Twitter";
}

.video-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .video-btn {
    font-size: 14px;
  }
}
.video-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.video-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.video-btn.stand-out:hover {
  color: #333333;
}
.video-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.video-btn::after {
  content: "Video";
}

.youtube-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .youtube-btn {
    font-size: 14px;
  }
}
.youtube-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.youtube-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.youtube-btn.stand-out:hover {
  color: #333333;
}
.youtube-btn::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.youtube-btn::after {
  content: "YouTube";
}

.pdf-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .pdf-btn {
    font-size: 14px;
  }
}
.pdf-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.pdf-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.pdf-btn.stand-out:hover {
  color: #333333;
}
.pdf-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.pdf-btn::after {
  content: "PDF";
}

.code-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .code-btn {
    font-size: 14px;
  }
}
.code-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.code-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.code-btn.stand-out:hover {
  color: #333333;
}
.code-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.code-btn::after {
  content: "Code";
}

.bibtex-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .bibtex-btn {
    font-size: 14px;
  }
}
.bibtex-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.bibtex-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.bibtex-btn.stand-out:hover {
  color: #333333;
}
.bibtex-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.bibtex-btn::after {
  content: "Bibtex";
}

.abstract-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .abstract-btn {
    font-size: 14px;
  }
}
.abstract-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.abstract-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.abstract-btn.stand-out:hover {
  color: #333333;
}
.abstract-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.abstract-btn::after {
  content: "Abstract";
}

.web-page-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .web-page-btn {
    font-size: 14px;
  }
}
.web-page-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.web-page-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.web-page-btn.stand-out:hover {
  color: #333333;
}
.web-page-btn::before {
  content: "";
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.web-page-btn::after {
  content: "Web Page";
}

.presentation-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .presentation-btn {
    font-size: 14px;
  }
}
.presentation-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.presentation-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.presentation-btn.stand-out:hover {
  color: #333333;
}
.presentation-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.presentation-btn::after {
  content: "Presentation";
}

.poster-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .poster-btn {
    font-size: 14px;
  }
}
.poster-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.poster-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.poster-btn.stand-out:hover {
  color: #333333;
}
.poster-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.poster-btn::after {
  content: "Poster";
}

.download-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .download-btn {
    font-size: 14px;
  }
}
.download-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.download-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.download-btn.stand-out:hover {
  color: #333333;
}
.download-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.download-btn::after {
  content: "Download";
}

.data-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .data-btn {
    font-size: 14px;
  }
}
.data-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.data-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.data-btn.stand-out:hover {
  color: #333333;
}
.data-btn::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.data-btn::after {
  content: "Data";
}

.scroll-up-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .scroll-up-btn {
    font-size: 14px;
  }
}
.scroll-up-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.scroll-up-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.scroll-up-btn.stand-out:hover {
  color: #333333;
}
.scroll-up-btn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.scroll-up-btn::before {
  content: "Scroll up";
}

.read-more-btn {
  color: #333333;
  display: inline-flex;
  padding: 5px 10px;
  border: solid 2px;
  border-radius: 20px;
  font-size: 18px;
  font-style: normal !important;
  text-decoration: none !important;
  cursor: pointer;
}
@media only screen and (max-width:767px) {
  .read-more-btn {
    font-size: 14px;
  }
}
.read-more-btn::before {
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.read-more-btn.stand-out {
  background: #598dd7;
  color: #ffffff;
}
.read-more-btn.stand-out:hover {
  color: #333333;
}
.read-more-btn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.read-more-btn::before {
  font-weight: 500;
  content: "Read More";
}

.twitter-color:hover {
  color: #08a0e9;
}

.youtube-color:hover {
  color: red;
}

.github-color:hover {
  color: #333;
}

/* === Main areas layout === */
.header-area {
  background: #ffffff;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
  width: 100%;
}
@media only screen and (min-width:1601px) {
  .header-area {
    width: 1520px;
    margin: auto;
  }
}

.main-area {
  margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
  .main-area {
    margin-left: 0;
    margin-right: 0;
    margin-top: calc(50px + 50px);
  }
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .main-area {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: calc(75px + 85px + 50px);
  }
}
@media only screen and (min-width:1024px) and (max-width:1600px) {
  .main-area {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: calc(75px + 85px + 50px);
  }
}
@media only screen and (min-width:1601px) {
  .main-area {
    width: 1520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(75px + 85px + 50px);
  }
}

/* === Styles for 'section' ('div') tags that are composed of various elements === */
/* For section (div) composed of news slides */
.news-slide-show .slide-image {
  height: 300px;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .news-slide-show .slide-image {
    height: 200px;
  }
}
@media only screen and (max-width:767px) {
  .news-slide-show .slide-image {
    height: 150px;
  }
}

/* For section (div) composed of profile/projects cards */
.cards-grid {
  display: grid;
  grid-gap: 45px;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media only screen and (max-width:767px) {
  .cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
  }
}

/* For section (div) as a home page for a project */
.projects-grid {
  display: grid;
  border: none;
  box-shadow: none;
  background: inherit;
  grid-template-areas: "project-title project-title" "project-overview project-slide-show" "project-overview project-members" "project-links project-tags" "project-publications project-publications";
  grid-template-columns: 2fr 1fr;
  grid-gap: 25px;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .projects-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width:767px) {
  .projects-grid {
    grid-template-areas: "project-title" "project-slide-show" "project-overview" "project-tags" "project-members" "project-links" "project-publications";
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
}
.projects-grid h2, .projects-grid h3 {
  text-align: center;
  padding-bottom: 10px;
  grid-column: 1/-1;
}
.projects-grid > * {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  padding: 15px;
  overflow: hidden;
  background: #ffffff;
}

/* For section (div) with embedded YouTube videos */
.media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  justify-items: center;
}

/* For section (div) with publications */
.publications-grid {
  display: grid;
  grid-gap: 30px;
}
@media only screen and (max-width:767px) {
  .publications-grid {
    grid-gap: 20px;
  }
}

/* For section (div) with news */
.news-grid {
  display: grid;
  grid-gap: 30px;
}
@media only screen and (max-width:767px) {
  .news-grid {
    grid-gap: 20px;
  }
}

/* === Styles for header area === */
.header-top {
  position: relative;
  overflow: hidden;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  font-size: 36px;
}
@media only screen and (max-width:767px) {
  .header-top {
    height: 50px;
    padding: 5px 0;
    font-size: 18px;
  }
}
.header-top button,
.header-top button[class*=btn],
.header-top div[class*=btn],
.header-top a[class*=btn],
.header-top li div[class*=btn],
.header-top li a[class*=btn],
.header-top ul li div[class*=btn],
.header-top ul li a[class*=btn] {
  opacity: 0.5;
}
.header-top button:hover,
.header-top button[class*=btn]:hover,
.header-top div[class*=btn]:hover,
.header-top a[class*=btn]:hover,
.header-top li div[class*=btn]:hover,
.header-top li a[class*=btn]:hover,
.header-top ul li div[class*=btn]:hover,
.header-top ul li a[class*=btn]:hover {
  opacity: 1;
}
.header-top .csp-logo {
  display: inline-block;
  height: 100%;
}
.header-top .csp-logo img {
  background: none;
  height: 100%;
}
.header-top .csp-accounts {
  -webkit-box-flex: 0;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top .csp-accounts ul li {
  display: inline-block;
  font-size: 50px;
  margin: 0 30px;
}
@media only screen and (max-width:767px) {
  .header-top .csp-accounts ul li {
    font-size: 24px;
    margin: 0 10px;
  }
}
.header-top .csp-accounts ul li a {
  color: inherit;
}
.header-top .search-open-btn, .header-top .search-close-btn {
  height: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0 3mm;
}
.header-top .search-close-btn, .header-top .filter {
  display: none;
}
.header-top .toggle-nav-bar-btn {
  display: none;
}
@media only screen and (max-width:767px) {
  .header-top .toggle-nav-bar-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
  }
}
.header-top.active-search .csp-logo, .header-top.active-search .csp-accounts, .header-top.active-search .search-open-btn, .header-top.active-search .toggle-nav-bar-btn {
  display: none;
}
.header-top.active-search .search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: auto;
  flex: auto;
  padding: 7px 0;
}
@media only screen and (max-width:767px) {
  .header-top.active-search .search-container {
    padding: 0;
  }
}
.header-top.active-search .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-top.active-search .search-close-btn {
  display: block;
}

/* === Styles for Navigation menu === */
.nav-bar {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-bar ul {
  position: relative;
  margin: 0;
  padding: 10px 0;
  display: flex;
}
.nav-bar ul li {
  text-align: center;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.nav-bar ul li:last-child {
  border-right: none;
}
.nav-bar ul li a {
  text-decoration: none;
  padding: 0 23px;
  display: block;
}
.nav-bar ul li a .nav-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 5px;
}
.nav-bar ul li a .nav-icon .fa,
.nav-bar ul li a .nav-icon .svg-inline--fa {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 34px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  color: #333333;
}
.nav-bar ul li a:hover .nav-icon .fa:last-child,
.nav-bar ul li a:hover .nav-icon .svg-inline--fa:last-child {
  color: #598dd7;
}
.nav-bar ul li a:hover .nav-icon .fa,
.nav-bar ul li a:hover .nav-icon .svg-inline--fa {
  transform: translateY(-100%);
}
.nav-bar ul li a .nav-icon-name {
  position: relative;
  height: 20px;
  width: 100%;
  display: block;
  overflow: hidden;
}
.nav-bar ul li a .nav-icon-name span {
  display: block;
  position: relative;
  color: #000;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-bar ul li a .nav-icon-name span:before {
  content: attr(data-text);
  position: absolute;
  top: -100%;
  width: 100%;
  height: 100%;
  color: #598dd7;
}
.nav-bar ul li a:hover .nav-icon-name span {
  transform: translateY(20px);
}
@media only screen and (max-width:767px) {
  .nav-bar {
    padding: 0;
    display: none;
  }
  .nav-bar.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    overflow: auto;
  }
  .nav-bar ul {
    display: block;
  }
  .nav-bar ul li {
    border-right: none;
    margin: 5px 0;
  }
  .nav-bar ul li a .nav-icon-name span:before {
    left: 0;
  }
}

/* === Styles for Sidebar Menu === */
/* === Custom styles of 'owl-carousel' elements === */
.owl-nav {
  position: relative;
  margin: 0;
  height: 56px;
}
@media only screen and (max-width:767px) {
  .owl-nav {
    height: 40px;
  }
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  width: 25%;
  height: 100%;
  margin: 0 !important;
  background: #598dd7 !important;
  color: #ffffff !important;
  z-index: 10;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  opacity: 0.5;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  opacity: 1;
}
.owl-nav .owl-next {
  right: 0;
}
.owl-nav .owl-prev {
  left: 0;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .owl-dots {
    height: 40px;
  }
}
.owl-dots .owl-dot {
  height: 100%;
  opacity: 0.5;
}
.owl-dots .owl-dot span {
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  margin: 0 12px !important;
  border-radius: 50% !important;
  background: #598dd7;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
  opacity: 1;
}

/* === Styles of slide show elements === */
.single-slide {
  display: grid;
  grid-gap: 10px;
  grid-template-areas: "slide-content slide-image";
  grid-template-columns: 2fr 1fr;
}
.single-slide.only-image {
  grid-template-areas: "slide-image";
  grid-template-columns: 1fr;
}
.single-slide .slide-content {
  grid-area: slide-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-slide .slide-content p {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
@media only screen and (max-width:767px) {
  .single-slide .slide-content p {
    font-size: 18px;
  }
}
.single-slide .slide-content .read-more-btn {
  font-size: 24px;
  margin: auto;
}
@media only screen and (max-width:767px) {
  .single-slide .slide-content .read-more-btn {
    font-size: 12px;
  }
}
.single-slide .slide-image {
  grid-area: slide-image;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-slide .slide-image img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
}

/* === Styles of profile/project cards elements === */
.single-card {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: solid 4px #A5A5A5;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 300px;
}
@media only screen and (max-width:767px) {
  .single-card {
    border-width: calc(4px - 1px);
  }
}
@media only screen and (max-width:767px) {
  .single-card {
    width: 275px;
  }
}
.single-card .card-title {
  color: #598dd7;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  font-size: 28px;
  height: 100px;
}
@media only screen and (max-width:767px) {
  .single-card .card-title {
    font-size: 26px;
    height: 75px;
  }
}
.single-card .card-cover-photo {
  -webkit-transition: all 500ms;
  transition: all 500ms;
  position: relative;
}
.single-card .card-cover-photo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.single-card .card-content {
  position: absolute;
  bottom: 0;
  padding: 5px 10px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  display: none;
}
.single-card .card-content p {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  .single-card .card-content p {
    font-size: 12px;
  }
}
.single-card .card-content a {
  margin-top: 8px;
  position: relative;
  float: left;
}
.single-card:hover {
  transform: translateY(-30px);
  background: rgba(10, 10, 10, 0.86);
  box-shadow: 10px 40px 15px rgba(0, 0, 0, 0.5);
}
.single-card:hover .card-title {
  transform: translateY(-100px);
}
@media only screen and (max-width:767px) {
  .single-card:hover .card-title {
    transform: translateY(-75px);
  }
}
.single-card:hover .card-cover-photo {
  opacity: 0.2;
  transform: translateY(-100px);
}
@media only screen and (max-width:767px) {
  .single-card:hover .card-cover-photo {
    transform: translateY(-75px);
  }
}
.single-card:hover .tags li {
  opacity: 0;
}
.single-card:hover .card-content {
  display: block;
}

.profile-card {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.project-card h3 {
  margin: 0;
  padding: 0;
  color: #ffff00;
  font-size: 20px;
}
@media only screen and (max-width:767px) {
  .project-card h3 {
    font-size: 18px;
  }
}

/* === Styles of elements on the project home pages === */
.project-title {
  grid-area: project-title;
  color: #333333;
}
.project-title .project-subtitle {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 24px;
}

.project-overview {
  grid-area: project-overview;
  position: relative;
}
.project-overview li {
  padding: 15px;
}

.project-slide-show {
  grid-area: project-slide-show;
  padding: 0;
}
.project-slide-show .slide-image {
  height: 350px;
}
@media only screen and (min-width:768px) and (max-width:1023px) {
  .project-slide-show .slide-image {
    height: 300px;
  }
}
@media only screen and (max-width:767px) {
  .project-slide-show .slide-image {
    height: 200px;
  }
}

.project-tags {
  grid-area: project-tags;
}

.project-members {
  grid-area: project-members;
}

.project-links {
  grid-area: project-links;
}

.project-publications {
  grid-area: project-publications;
}

.project-media {
  grid-area: project-media;
}

.project-simulation {
  grid-area: project-simulation;
}

.project-results {
  grid-area: project-results;
}

.project-results-interactive {
  grid-area: project-results;
}

/* === Styles of elements for publication info === */
.single-publication {
  display: block;
  overflow: hidden;
  border: solid 4px #A5A5A5;
  padding: 10px;
}
@media only screen and (max-width:767px) {
  .single-publication {
    border-width: calc(4px - 1px);
  }
}
@media only screen and (max-width:767px) {
  .single-publication {
    padding: 5px;
  }
}
.single-publication > * {
  text-align: center;
  font-size: 20px;
  padding: 5px 0;
}
@media only screen and (max-width:767px) {
  .single-publication > * {
    font-size: 14px;
  }
}
.single-publication.only-title .publication-authors,
.single-publication.only-title .publication-journal,
.single-publication.only-title .related-links {
  display: none;
}
.single-publication.no-authors .publication-authors {
  display: none;
}
.single-publication.no-journal .publication-journal {
  display: none;
}
.single-publication.no-links .related-links {
  display: none;
}

.publication-title {
  font-weight: 700;
}

.publication-journal {
  font-style: italic;
}

.publication-popup {
  display: none;
  /* Hidden by default, gets changed by js on button click */
  position: fixed;
  /* Stay in place */
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.86);
  font-size: 18px;
}
@media only screen and (max-width:767px) {
  .publication-popup {
    font-size: 14px;
  }
}
.publication-popup .close-btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 36px;
  opacity: 0.7;
}
.publication-popup .close-btn:hover {
  opacity: 1;
}
.publication-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333333;
  background: #ffffff;
  border: solid 4px #A5A5A5;
  border-radius: 25px;
  text-align: left;
  overflow: auto;
  max-width: 800px;
  max-height: 80%;
  width: 75%;
  padding: 25px;
}
@media only screen and (max-width:767px) {
  .publication-popup .popup-content {
    border-width: calc(4px - 1px);
  }
}
@media only screen and (max-width:767px) {
  .publication-popup .popup-content {
    width: 90%;
    padding: 15px;
  }
}

/* === Styles of elements for news info === */
.single-news {
  display: block;
  border: solid 4px #A5A5A5;
  padding: 5px 15px;
}
@media only screen and (max-width:767px) {
  .single-news {
    border-width: calc(4px - 1px);
  }
}
@media only screen and (max-width:767px) {
  .single-news {
    padding: 5px;
  }
}
.single-news > * {
  padding: 5px 0;
}
.single-news .news-title {
  color: #333333;
  font-size: 28px;
}
@media only screen and (max-width:767px) {
  .single-news .news-title {
    font-size: 20px;
  }
}
.single-news .news-content {
  overflow: auto;
  font-size: 20px;
}
@media only screen and (max-width:767px) {
  .single-news .news-content {
    font-size: 16px;
  }
}
.single-news .news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
@media only screen and (max-width:767px) {
  .single-news .news-meta {
    flex-direction: column;
    font-size: 12px;
  }
}
.single-news .news-meta .tags {
  justify-content: flex-end;
}
@media only screen and (max-width:767px) {
  .single-news .news-meta .tags {
    justify-content: flex-start;
  }
}
.single-news .news-meta .tags li {
  opacity: 0.7;
}
.single-news .news-meta .tags li:hover {
  opacity: 1;
}

/* === Styles for section (div) used as content filter === */
.filter {
  width: 100%;
  border: solid 4px #A5A5A5;
  border-radius: 25px;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-width:767px) {
  .filter {
    border-width: calc(4px - 1px);
  }
}
.filter:focus-within {
  border: solid 4px #598dd7;
}

.search-input {
  width: 100%;
  border: none;
  padding: 10px;
  background: inherit;
  font-size: 18px;
}
@media only screen and (max-width:767px) {
  .search-input {
    font-size: 16px;
  }
}
.search-input:focus {
  outline: none;
}

/* === Styles for lists === */
.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.tags li {
  padding: 5px;
  border-radius: 10px;
  margin: 2px;
  display: inline-block;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.involved-members {
  margin: 10px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.involved-members li {
  list-style: none;
  width: 60px;
  height: 60px;
  background: #333333;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
  border: solid 4px #A5A5A5;
}
@media only screen and (max-width:767px) {
  .involved-members li {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width:767px) {
  .involved-members li {
    border-width: calc(4px - 1px);
  }
}
.involved-members li img {
  width: 100%;
}

.related-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.related-links li {
  margin: 3px;
}
.related-links button,
.related-links button[class*=btn],
.related-links div[class*=btn],
.related-links a[class*=btn],
.related-links li div[class*=btn],
.related-links li a[class*=btn],
.related-links ul li div[class*=btn],
.related-links ul li a[class*=btn] {
  opacity: 0.5;
}
.related-links button:hover,
.related-links button[class*=btn]:hover,
.related-links div[class*=btn]:hover,
.related-links a[class*=btn]:hover,
.related-links li div[class*=btn]:hover,
.related-links li a[class*=btn]:hover,
.related-links ul li div[class*=btn]:hover,
.related-links ul li a[class*=btn]:hover {
  opacity: 1;
}

/* === Styles of tag elements === */
.tag-signals {
  background: #5c579b;
  color: #ffffff;
}

.tag-bio {
  background: #429D86;
  color: #ffffff;
}

/* === Styles of general elements === */
.title {
  color: #A5A5A5;
  padding: 5px;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.date {
  display: inline-block;
  width: 150px;
  margin: auto 0;
  padding: 2px 0;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .date {
    font-size: 12px;
  }
}

/*# sourceMappingURL=main.css.map */
