/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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,
q:before, q:after {
  content: '';
  content: none; }

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

/*
::::: VARIABLES
*/
/*
:::: GLOBALS
*/
html {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  font: 20px/24px "Montserrat", sans-serif; }
  @media (min-width: 1140px) {
    html {
      font-size: 1.35vw; } }

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

h1 {
  text-transform: uppercase;
  margin-bottom: 1em;
  font: 28px/33px "Montserrat", sans-serif; }
  @media (min-width: 1140px) {
    h1 {
      margin-bottom: 57px; } }

p {
  margin-bottom: 1em;
  font: 20px/24px "Montserrat", sans-serif;
  font-weight: 300;
  white-space: pre-wrap; }

a {
  color: #443A93;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

@media (max-width: 1140px) {
  .no-mobile {
    display: none; } }

@media (min-width: 1140px) {
  .no-desk {
    display: none; } }

/*
:::: SET UP COLUMNS
*/
@media (min-width: 1140px) {
  .row {
    display: flex; }
    .row .row {
      margin: 0; }
    .row:after {
      content: '';
      display: block;
      clear: both;
      margin-bottom: 50px; }
  [class*='col-'] {
    padding-right: 32px; }
    [class*='col-']:last-child {
      padding: 0; }
  .row:after {
    content: "";
    display: block;
    clear: both; }
  .col-1 {
    width: 8.3333%; }
  .col-2 {
    width: 16.6666%; }
  .col-3 {
    width: 25% !important; }
  .col-4 {
    width: 33.3333% !important; }
  .col-5 {
    width: 41.6666%; }
  .col-6 {
    width: 50%; }
  .col-7 {
    width: 58.3333%; }
  .col-8 {
    width: 66.6666%; }
  .col-9 {
    width: 75%; }
  .col-10 {
    width: 83.3333%; }
  .col-11 {
    width: 91.6666%; }
  .col-offset-3 {
    margin-left: 25%; }
  .col-offset-1 {
    margin-left: 8.3333%; }
  .order-1 {
    order: 1; }
  .order-2 {
    order: 2; }
  .col-700 {
    width: 730px; }
  .col-400 {
    width: 410px !important; } }

iframe.lazyload {
  width: 331px;
  height: 187px; }

.search-desktop {
    display: none;
  position: absolute;
  z-index: 888;
  right: 0;
  top: 0; }
  @media (max-width: 1140px) {
    .search-desktop {
      display: none; } }
  .search-desktop input {
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: black;
    padding: 0 0.2em 0.2em .2em;
    color: black;
    width: 100%;
    display: inline-block;
    float: left;
    width: 9em;
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300; }
  .search-desktop input[value="Search:"] {
    background: none;
    padding: 0;
    color: white;
    text-align: left;
    cursor: pointer;
    border: none;
    color: black;
    width: auto;
    margin-right: 1em;
    margin-top: 0;
    font-weight: 500; }

/*
:::: HEADER
*/
header {
  background: #443A93;
  color: white;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all .5;
  padding: 20px 0; }
  @media (max-width: 1140px) {
    header {
      padding: 20px 1em; } }
  @media (min-width: 1140px) {
    header {
      position: fixed; } }
  header .btn-toggle {
    font: 20px "Montserrat", sans-serif;
    cursor: pointer;
    width: 50%;
    float: left;
    z-index: 999;
    position: relative; }
    @media (min-width: 1140px) {
      header .btn-toggle {
        display: none; } }
  header .btn-search {
    font: 20px "Montserrat", sans-serif;
    cursor: pointer;
    width: 50%;
    float: left;
    text-align: right; }
    @media (min-width: 1140px) {
      header .btn-search {
        display: none; } }
  header nav.navigation {
    display: none;
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 777; }
    @media (min-width: 1140px) {
      header nav.navigation {
        display: block; } }
    @media (max-width: 1140px) {
      header nav.navigation {
        width: 100%; } }
    @media (min-width: 1140px) {
      header nav.navigation ul.menu li {
        display: inline;
        margin-right: 1.5em; } }
    @media (max-width: 1140px) {
      header nav.navigation ul.menu li.contact {
        display: none; } }
    header nav.navigation ul.menu li a {
      font: 20px "Montserrat", sans-serif;
      color: white;
      transition: color .5s; }
      header nav.navigation ul.menu li a:hover {
        color: #61C9C5; }
    header nav.navigation ul.menu li.is-active a {
      color: #61C9C5; }
    header nav.navigation.open {
      min-height: 100vh; }
  header .search-input {
    height: 100vh;
    display: none;
    position: relative;
    z-index: 999; }
    header .search-input.open {
      min-height: 100vh; }
    header .search-input input {
      margin-top: 1em;
      display: block;
      border: none;
      padding: 1em;
      font: 1.25em/1.25 "Times New Roman", Times, sans-serif;
      color: black;
      width: 100%; }
    header .search-input input[value="Search:"] {
      background: none;
      padding: 0;
      margin-top: 3em;
      color: white;
      font: 24px/29px "Montserrat", sans-serif;
      text-align: left;
      cursor: pointer; }
  header .header--contact {
    position: absolute;
    top: 6em;
    width: 1140px;
    font: 20px/24px "Montserrat", sans-serif;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1140px) {
      header .header--contact {
        display: none; } }
    header .header--contact p {
      margin-bottom: 0;
      white-space: normal !important; }
  header.contact-open {
    top: calc(100% - 16em); }
    header.contact-open .header--contact {
      display: flex; }

/*
:::: FOOTER
*/
footer {
  background: #443A93;
  color: white;
  width: 100%;
  padding: 1em; }
  footer p {
    margin-bottom: 0;
    white-space: normal; }
  @media (min-width: 1140px) {
    footer {
      margin-top: 2em; }
      footer .footer--contact {
        width: 1140px;
        margin: 0 auto; }
      footer .footer--left, footer .footer--right {
        float: left;
        margin-right: 2em; }
      footer:after {
        content: '';
        display: block;
        clear: both; } }

/*
:::: TEMPLATES
*/
main {
  margin-top: 4.4em; }
  @media (min-width: 1140px) {
    main {
      margin: 0 0 4.4em 0;
      min-height: calc(100vh - 180px); } }
  @media (max-width: 1140px) {
    main {
      padding: .5em; } }
  main a.btn-link {
    background: #61C9C5;
    color: white;
    padding: .5em;
    margin-bottom: 1em;
    text-align: center;
    font: 20px/24px "Montserrat", sans-serif;
    display: block;
    width: 100%; }
    main a.btn-link:hover {
      background: #443A93; }
  main:after {
    content: "";
    display: block; }
  main select {
    border: none;
    background: none;
    padding: 0;
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300;
    color: #61C9C5;
    min-width: 8em;
    margin-left: -.5em;
    display: block; }
    main select:after {
      content: 'lel'; }

@media (max-width: 1140px) {
  aside {
    background: #EDEDED;
    padding: .5em; } }

@media (min-width: 1140px) {
  aside {
    margin-top: 90px;
    padding: 0 !important; }
    aside.home {
      max-height: calc(100vh - 200px);
      overflow-y: scroll; }
      aside.home::-webkit-scrollbar {
        width: 8px;
        background: #61C9C5; }
      aside.home::-webkit-scrollbar-thumb {
        background-color: #443A93; } }

aside .teaser--box {
  background: #61C9C5;
  color: white;
  padding: .5;
  margin-bottom: 30px;
  position: relative;
  overflow-x: hidden;
  padding: 30px; }
  aside .teaser--box:last-child {
    margin-bottom: 0; }
  @media (min-width: 1140px) {
    aside .teaser--box {
      margin-right: 10px; } }
  aside .teaser--box .teaser--btn {
    background: white;
    width: 100%;
    color: #61C9C5;
    display: block;
    padding: .5em;
    text-align: center;
    font: 20px/24px "Montserrat", sans-serif;
    line-height: 1;
    margin-top: 30px; }
    @media (min-width: 1140px) {
      aside .teaser--box .teaser--btn {
        width: 200px; } }
  aside .teaser--box audio {
    margin-top: 30px; }
  aside .teaser--box .teaser--image {
    width: 100%;
    height: auto; }
  aside .teaser--box figure, aside .teaser--box img {
    margin-bottom: 30px; }
  aside .teaser--box .teaser--content .teaser--title {
    font: 24px/29px "Montserrat", sans-serif; }
  aside .teaser--box .teaser--content .teaser--date {
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 1em; }
  aside .teaser--box .teaser--content p {
    margin-bottom: 24px; }
    aside .teaser--box .teaser--content p:last-of-type {
      margin: 0; }
  aside .teaser--box.research h2.teaser--title {
    margin-bottom: 1em; }
  aside .teaser--box.research p {
    margin-bottom: 0; }
    aside .teaser--box.research p:after {
      content: ''; }
  aside .teaser--box.research .teaser--btn {
    margin-top: 1em; }

/*
:::: HOME
*/
.home img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
  margin-bottom: 1em; }

.home h3 {
  font: 24px/29px "Montserrat", sans-serif;
  margin-bottom: 1em; }

.home p {
  white-space: normal !important; }

.articles article.blogpost {
  background: #61C9C5;
  color: white;
  margin-bottom: 1em; }
  .articles article.blogpost img.blogpost--cover {
    width: 100%;
    height: auto; }
  .articles article.blogpost .blogpost--content {
    padding: 1em; }
    .articles article.blogpost .blogpost--content h2.blogpost--title {
      font: 24px/29px "Montserrat", sans-serif; }
    .articles article.blogpost .blogpost--content .blogpost--date {
      font: 20px/24px "Montserrat", sans-serif;
      font-weight: 300;
      margin-bottom: 1em; }
  .articles article.blogpost .teaser--btn {
    background: white;
    width: 100%;
    color: #61C9C5;
    display: block;
    padding: .5em;
    text-align: center;
    font: 20px/24px "Montserrat", sans-serif;
    line-height: 1;
    margin-top: 30px;
    display: inline-block;
    margin-right: 30px; }
    @media (min-width: 1140px) {
      .articles article.blogpost .teaser--btn {
        width: 200px; } }
  .articles article.blogpost audio {
    margin-top: 30px;
    display: block; }

.articles button.load-more {
  background: #61C9C5;
  color: white;
  font: 24px/29px "Montserrat", sans-serif;
  width: 100%;
  border: 1px solid #61C9C5;
  padding: 1em; }

.articles aside {
  margin-bottom: 120px; }

.about img {
  width: 100%;
  height: auto; }
  .about img.img-portrait {
    width: calc(33.3333% - 5px); }
  .about img.img-landscape {
    width: calc(50% - 5px); }

@media (min-width: 1140px) {
  .about .btn-link {
    width: 33.3333%; } }

.research .research--item {
  border-bottom: 2px solid black;
  margin-bottom: 1em; }
  .research .research--item:last-child {
    border: none; }
  .research .research--item h2.research--publication {
    font: 20px/24px "Montserrat", sans-serif; }
  .research .research--item h3.research--additional {
    margin-bottom: 1em; }
  .research .research--item p, .research .research--item h3 {
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300; }

.research .research--filter {
  margin-bottom: 1em; }
  @media (max-width: 1140px) {
    .research .research--filter {
      background: #EDEDED;
      padding: 1em; } }
  .research .research--filter h3 {
    font: 24px/29px "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 1em; }

.conferences .conferences--item {
  border-bottom: 2px solid black;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .conferences .conferences--item:last-child {
    border: none; }
  .conferences .conferences--item .conferences--date {
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300; }
  .conferences .conferences--item h2.conferences--title {
    font: 20px/24px "Montserrat", sans-serif;
    margin-bottom: 1em; }
  .conferences .conferences--item a.btn-link {
    margin-bottom: 0; }
    @media (min-width: 1140px) {
      .conferences .conferences--item a.btn-link {
        width: 214px !important;
        margin-left: 25%; } }

.teaching h2.teaching--classes {
  float: left;
  font: 24px/29px "Montserrat", sans-serif; }

.teaching .teaching--item {
  border-bottom: 2px solid black;
  margin-bottom: 1em;
  padding-bottom: 1em;
  margin-left: 25%; }
  .teaching .teaching--item:last-child {
    border: none; }
  .teaching .teaching--item h2.teaching--title {
    font: 20px/24px "Montserrat", sans-serif;
    margin-bottom: 1em; }
  .teaching .teaching--item p {
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300; }
  .teaching .teaching--item h3, .teaching .teaching--item a {
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300; }
  .teaching .teaching--item h3 {
    white-space: pre-line; }
  .teaching .teaching--item .btn-link {
    margin-top: 30px;
    width: 214px;
    font: 20px/24px "Montserrat", sans-serif; }
  .teaching .teaching--item .col-5 p {
    margin: 0;
    white-space: normal; }

.talks .talks--item {
  border-bottom: 2px solid black;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .talks .talks--item:last-child {
    border: none; }
  .talks .talks--item h2.talks--title {
    font: 20px/24px "Montserrat", sans-serif; }
  .talks .talks--item .talks--date {
    font: 20px/24px "Montserrat", sans-serif;
    margin-bottom: 1em;
    font-weight: 300; }
  .talks .talks--item p {
    font-weight: 300; }

.search h3.search--query {
  color: #61C9C5;
  margin-bottom: 1em;
  font: 24px/29px "Montserrat", sans-serif; }

.search ul li {
  border-bottom: 2px solid black;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .search ul li:last-of-type {
    border-width: 0; }
  .search ul li .search--header {
    margin-bottom: 24px; }
    .search ul li .search--header h2.search--title {
      font: 24px/29px "Montserrat", sans-serif; }
    .search ul li .search--header .search--date {
      font: 20px/24px "Montserrat", sans-serif;
      font-weight: 300; }
  .search ul li .search--content p {
    font-weight: 300; }
  @media (min-width: 1140px) {
    .search ul li .btn-link {
      width: 214px !important; } }
  .search ul li .nowrap p {
    white-space: normal !important; }

@media (max-width: 1140px) {
  .media .media--filter {
    background: #EDEDED;
    padding: 1em;
    margin-bottom: 1em; } }

.media .media--filter h3 {
  font: 24px/29px "Montserrat", sans-serif;
  font-weight: 300;
  margin-bottom: 1em; }

.media .media--item {
  border-bottom: 2px solid black;
  margin-bottom: 1em;
  padding-bottom: 1em; }
  .media .media--item:last-child {
    border: none; }
  .media .media--item h2.media--title {
    font: 20px/24px "Montserrat", sans-serif; }
  .media .media--item .media-date {
    font: 20px/24px "Montserrat", sans-serif;
    font-weight: 300;
    margin-bottom: 1em; }
  .media .media--item p {
    font-weight: 300;
    margin-bottom: 0; }
  .media .media--item figure {
    margin-top: 1em !important; }
  .media .media--item .btn-link {
    display: inline-block;
    width: auto;
    margin-top: 30px;
    margin-bottom: 0; }
  .media .media--item audio {
    margin-top: 30px; }

/*
:::: DESKTOP
*/
@media (min-width: 1140px) {
  .wrapper {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    margin-top: 110px; } }

.layout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/Screenshot 2017-07-18 09.55.01.png");
  background-size: cover;
  opacity: 0.2; }

/*
:::: SELECTRIC
*/
/*======================================
  Selectric
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  -webkit-transform: initial;
  -moz-transform: initial;
  -ms-transform: initial;
  -o-transform: initial;
  transform: initial; }

.selectric-responsive {
  width: 100%; }

.selectric {
  border: 0px solid #FFFFFF;
  background: #FFFFFF;
  position: relative;
  border-radius: 0px;
  font: 24px/29px "Montserrat", sans-serif; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 6px;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  height: 40px;
  color: #61C9C5; }
  .selectric .label:before {
    content: '+';
    font-size: 30px;
    color: black;
    margin-right: 15px; }
  .selectric .label.is-active:before {
    content: '-';
    font-size: 30px;
    color: black;
    margin-right: 15px; }

.selectric .button {
  display: none; }

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #000000;
  border-bottom: none; }

.selectric-focus .selectric {
  border-color: #AAA; }

.selectric-hover .selectric {
  border-color: #e6e6e6; }

.selectric-hover .selectric .button {
  color: #e6e6e6; }

.selectric-hover .selectric .button:after {
  border-top-color: #e6e6e6; }

.selectric-open {
  z-index: 1; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%; }

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  top: 100%;
  left: 0;
  z-index: -1;
  display: none;
  height: auto !important; }

.selectric-items .selectric-scroll {
  height: auto !important; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
  background: white; }

.selectric-items li {
  display: block;
  padding: 8px;
  color: black;
  cursor: pointer;
  font: 20px/24px "Montserrat", sans-serif;
  margin-left: 25px; }
  .selectric-items li:first-child {
    display: none; }

.selectric-items li.selected {
  color: #61C9C5; }

.selectric-items li.highlighted {
  display: none; }

.selectric-items li:hover {
  color: #61C9C5; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: red; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }
