@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600");
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

body {
  background-color: white;
  background: linear-gradient(#fafafa, #f2f2f2);
}

body {
  font-family: "Open Sans", "Helvetica", sans-serif;
  font-size: 15px;
  color: #505050;
}

h1, h2, h3, h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h1 {
  color: #373737;
}

h2 {
  color: #373737;
}

h3 {
  color: #373737;
}

h4 {
  color: #373737;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  text-align: justify;
  line-height: 1.4rem;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #958c83;
}
a:hover {
  text-decoration: underline;
  color: #cc133f;
}

li {
  list-style-type: square;
  margin-left: 40px;
  margin-bottom: 10px;
}

hr {
  border: 0px;
  height: 1px;
  background: linear-gradient(to right, rgba(149, 140, 131, 0), rgba(149, 140, 131, 0.5), rgba(149, 140, 131, 0));
}

a.read-more {
  color: white;
  background-color: #958c83;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 4px;
}
a.read-more:hover {
  color: white;
}

.container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media (max-width: 575px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}

.content {
  width: 84%;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.content h1 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sidemenu {
    display: none;
  }

  .content {
    width: 100%;
  }
}
.sidemenu {
  margin-top: 55px;
  width: 15%;
}
.sidemenu li {
  list-style-type: none;
  border-bottom: 1px solid #8D867F;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.brand-menubar {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .brand-menubar {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .brand-menubar > .brand {
    width: 100%;
    height: 55px;
  }
}
@media (min-width: 768px) {
  .brand-menubar > .brand {
    width: 17%;
  }
}
@media (max-width: 767px) {
  .brand-menubar > .menubar {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .brand-menubar > .menubar {
    width: 83%;
  }
}

.header-wrapper {
  background-color: #f0f0f0;
  position: relative;
}

.title-wrapper {
  background-color: #373737;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .title-wrapper {
    padding-top: 0px;
  }
}
.title-wrapper h1 {
  margin: 0px;
  margin-left: 10px;
  color: white;
  font-size: 25px;
}

.youtube-container {
  position: relative;
  width: 80%;
  height: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-bottom: calc(0.8 * 56.25%);
}
.youtube-container > iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.youtube-container {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.youtube-container > iframe {
  border-radius: 5px;
}

.img-container {
  width: 80%;
  max-width: 680px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.img-container img {
  display: block;
  width: 100%;
}

.img-container img {
  border-radius: 2px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .brand {
    height: 95px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand {
    height: 71.25px;
  }
}
@media (min-width: 992px) {
  .brand {
    height: 95px;
  }
}
.brand .logo-img {
  position: relative;
  top: 10px;
  left: 10px;
  height: 75px;
  z-index: 1;
}
@media (min-width: 992px) {
  .brand .logo-img {
    height: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brand .logo-img {
    height: 55px;
  }
}
@media (max-width: 767px) {
  .brand .logo-img {
    height: 75px;
  }
}

.menubar {
  position: relative;
}
.menubar li {
  margin: 0px;
  list-style: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .menubar {
    height: 71.25px;
  }
}
@media (min-width: 992px) {
  .menubar {
    height: 95px;
  }
}

@media (min-width: 768px) {
  .menubar {
    display: flex;
    align-items: center;
  }
  .menubar > ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .menubar > ul > li {
    display: block;
    position: relative;
    margin: 0px;
  }
  .menubar > ul > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .menubar > ul > li > a > span {
    display: inline;
  }
  .menubar > ul > li > ul {
    display: none;
  }
  .menubar > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    width: 280px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menubar > ul > li:hover > ul > li {
    width: 100%;
  }
  .menubar > ul > li:hover > ul > li > a {
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .menubar {
    position: relative;
    height: 50px;
    overflow-y: hidden;
    transition: height 0.5s;
  }
  .menubar > ul {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menubar > ul > li {
    display: block;
    width: 100%;
  }
  .menubar > ul > li > a {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .menubar > ul > li > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .menubar > ul > li > ul > li {
    display: block;
    width: 100%;
    text-align: right;
  }
  .menubar > ul > li > ul > li > a {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .menubar > .menubar-collapse {
    display: block;
    overflow: visible;
    position: absolute;
    top: 14.5px;
    right: 10px;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .menubar > .menubar-collapse {
    display: none;
  }
}

@media (max-width: 767px) {
  .menubar {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menubar {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .menubar {
    font-size: 15px;
  }
}

.menubar > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}
.menubar > ul > li > ul > li > a {
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

@media (min-width: 768px) {
  .menubar {
    background-color: transparent;
  }
  .menubar > ul > li > a {
    background-color: transparent;
    color: #373737;
    border-radius: 2px;
  }
  .menubar > ul > li > a:hover {
    background-color: #958c83 !important;
    color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }
  .menubar > ul > li > a.active {
    background-color: #ada69e;
    color: white;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  }
  .menubar > ul > li > ul {
    background-color: white;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    border: solid 1px #f2f2f2;
    font-size: 0.8em;
  }
  .menubar > ul > li > ul > li > a {
    background-color: white;
    color: #373737;
  }
  .menubar > ul > li > ul > li > a:hover {
    background-color: #958c83;
    color: white;
  }
}
.menubar > .menubar-collapse {
  color: white;
  background-color: transparent;
  border: none;
  font-size: 18px;
}

@media (max-width: 767px) {
  .menubar {
    background-color: #373737;
    color: white;
  }
  .menubar > ul {
    border-top: solid 3px white;
  }
  .menubar > ul > li > a {
    background-color: #958c83;
    color: white;
  }
  .menubar > ul > li > a:hover {
    color: #373737;
    background-color: white;
  }
  .menubar > ul > li > ul {
    background-color: white;
    border-top: solid 1px #958c83;
  }
  .menubar > ul > li > ul > li > a {
    background-color: #dcd9d5;
    color: #373737;
  }
  .menubar > ul > li > ul > li > a:hover {
    background-color: white;
    color: #373737;
  }
}
.header {
  width: 100%;
  margin-bottom: 40px;
  z-index: -1;
}
@media (max-width: 767px) {
  .header {
    position: absolute;
    top: 55px;
    left: 0px;
    height: 150px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header {
    height: 112.5px;
  }
}
@media (min-width: 992px) {
  .header {
    height: 150px;
  }
}
.header > .header-img {
  width: 100%;
  height: 100%;
}

.header > .header-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.wrapper {
  min-height: calc(100vh - 190px);
  padding-bottom: 25px;
}

.footer {
  min-height: 165px;
}
.footer > .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .footer > .container {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .footer > .container {
    justify-content: space-around;
  }
}
.footer > .container .footer-item:nth-child(1) {
  width: 205px;
}
.footer > .container .footer-item:nth-child(2) {
  width: 290px;
}
.footer > .container .footer-item:nth-child(3) {
  width: 190px;
}
.footer > .container > .footer-item {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer > .container > .footer-item > h4 {
  margin-top: 5px;
  margin-bottom: 8px;
}
.footer > .container > .footer-item > p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
}

.copyright-update {
  width: 100%;
  min-height: 25px;
  text-align: center;
}
.copyright-update p {
  margin: 0px;
  line-height: 25px;
  vertical-align: middle;
}
.copyright-update p span {
  display: inline-block;
}

.footer {
  background-color: #373737;
}
.footer > .container > .footer-item > h4 {
  color: white;
}
.footer > .container > .footer-item > p {
  color: #969696;
  font-size: 0.8em;
}
.footer > .container > .footer-item > p a {
  color: white;
}
.footer > .container > .footer-item > p a:hover {
  color: #cc133f;
}

.copyright-update {
  color: #373737;
  background-color: #d0ccc8;
}
.copyright-update p {
  font-size: 0.7em;
}

.footer .cwi-logo {
  display: block;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.footer .footer-item:nth-child(3) > p {
  line-height: 30px;
}
.footer .footer-item:nth-child(3) > p .fa-youtube, .footer .footer-item:nth-child(3) > p .fa-github {
  margin-right: 5px;
  font-size: 2em;
  vertical-align: middle;
}

.awards {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.awards .award {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 767px) {
  .awards .award {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .awards .award {
    width: 50%;
  }
}
.awards .award img {
  margin-right: 20px;
}

.awards .award img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.awards .award .title {
  color: #373737;
  font-size: 1.2em;
  font-weight: bold;
}
.awards .award .title a {
  color: #cc133f;
}

.role {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.role .member {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .role .member {
    width: 100%;
    height: 140px;
  }
}
@media (min-width: 576px) {
  .role .member {
    width: 250px;
    height: 120px;
  }
}
.role .member .photo {
  display: block;
  width: 100px;
  height: 100px;
}
.role .member .details {
  display: block;
  margin-left: 20px;
}

.role .member .photo {
  object-fit: cover;
  object-position: center 15%;
  font-family: "object-fit: cover; object-position: center 15%;";
  border-radius: 50px;
  filter: grayscale(100%);
}
.role .member .details .name {
  font-size: 1.1em;
  font-weight: bold;
}
.role .member .details .website {
  font-size: 0.8em;
}

.alumni {
  line-height: 1.3em;
}
.alumni .name {
  font-weight: bold;
}
.alumni .website {
  font-size: 0.8em;
}
.alumni .thesis a {
  color: #cc133f;
}

.project img {
  max-width: 200px;
  max-height: 120px;
  margin-left: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .project img {
    display: none;
  }
}
@media (min-width: 768px) {
  .project img {
    float: right;
  }
}

.project .description {
  color: #cc133f;
  font-weight: bold;
}
.project .timeframe {
  font-size: 0.8em;
}

.publications li {
  line-height: 1.4em;
  margin-bottom: 20px;
}
.publications .doi {
  display: inline-block;
  margin-top: 5px;
}

.publications .title {
  color: #cc133f;
  font-weight: bold;
}
.publications .title:before {
  content: '"';
}
.publications .title:after {
  content: '"';
}
.publications .journal, .publications .proceedings {
  font-style: italic;
}
.publications .doi {
  display: inline-block;
  font-size: 0.8em;
}
.publications .doi .doi-header, .publications .doi .doi-link {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.publications .doi .doi-header {
  color: white;
  background-color: #7b736a;
  font-weight: bold;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.publications .doi .doi-link {
  color: #373737;
  background-color: #eae8e6;
  padding-right: 3px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.publications .doi .doi-link a {
  color: #373737;
}
.publications .award {
  font-weight: bold;
}
.publications .award:before {
  content: "[";
}
.publications .award:after {
  content: "]";
}

.press li {
  line-height: 1.3em;
}
.press .title > a {
  color: #cc133f;
  font-weight: normal;
}
.press .date-source {
  font-size: 0.8em;
}
.press .date-source .date {
  font-weight: bold;
}

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