
/* Research */
.research-areas {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
.research-areas__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media all and (min-width: 960px) {
  .research-areas__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.research-areas__group > li {
  margin: 1em 0;
  width: 100%;
}

@media all and (min-width: 960px) {
  .research-areas__group > li {
    margin: 0;
    width: 20%;
  }
}

@media all and (min-width: 1200px) {
  .research-areas__group > li {
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
  }
}
.research-areas__group a {
  color: #656565;
  display: block;
  font-size: 1.5em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
}

@media all and (min-width: 1024px) {
  .research-areas__group a { font-size: 1.75em; }
}
.research-areas__group a:before {
  background-color: #17535d;
  content: ' ';
  display: block;
  height: 5px;
  margin: 0 auto .5em;
  width: 45px;
}
.research-areas__group a:hover,
.research-areas__group a:focus { text-decoration: underline; }

@media all and (max-width: 959px) {
  .research-areas__group a br { display: none; }
}
.research-areas #lines {
  display: none;
  max-width: 1200px;
  opacity: 1;
  overflow: visible;
  position: absolute;
  width: 100%;
  top: 60px;
}

@media all and (min-width: 1200px) {
  .research-areas #lines { display: block; }
}

@media all and (min-width: 1600px) {
  .research-areas #lines { top: 60px; }
}
.research-areas.roadmap { min-height: 160px; }
.research-areas.roadmap .research-areas__group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 1200px) {
  .research-areas.roadmap .research-areas__group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.research-areas.roadmap .research-areas__group > li {
  margin: 1em 0;
  width: 100%;
}

@media all and (min-width: 960px) {
  .research-areas.roadmap .research-areas__group > li { width: 33%; }
}

@media all and (min-width: 1200px) {
  .research-areas.roadmap .research-areas__group > li {
    margin: 2px 0 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    width: 20%;
  }
}
.research-areas.roadmap #lines { display: none; }

@media all and (min-width: 1200px) {
  .research-areas.roadmap #lines {
    display: block;
    top: -15px;
  }
}
.research-teaser {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1;
}

@media screen and (min-width: 768px) {
  .research-teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 2em;
  }
}
.research-teaser__image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .research-teaser__image {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
.research-teaser__image .media-element-container { position: relative; }
.research-teaser__image .media-element-container .field-name-field-image-caption {
  background: rgba(0, 0, 0, 0.85);
  border-bottom: 0;
  bottom: 0;
  color: #ffffff;
  font-size: .875em;
  font-style: italic;
  position: absolute;
}
.research-teaser__details {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 .5em;
}

@media screen and (min-width: 768px) {
  .research-teaser__details {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 1em;
  }
}
.research-teaser__details h2,
.research-teaser__details a h2 {
  color: #17535d;
  margin: 1em 0 0;
}
.research-teaser__details h3 {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 6px;
  display: inline-block;
}
.research-teaser__details p,
.research-teaser__details a p {
  color: #656565;
  font-weight: 400;
  margin: 1em 0;
}
.research-teaser--alt .research-teaser__image {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-height: 258px;
}
.research-teaser--alt .research-teaser__details {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.section-research .people-grid-name-linked { font-size: 1em; }

@media all and (min-width: 960px) {
  .section-research .people-grid-person-info {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1% !important;
    width: 20% !important;
  }
}

#lines {
  display: none;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  overflow: visible;
  position: absolute;
  right: 0;
  width: 100%;
  top: 48px; }
@media all and (min-width: 1200px) {
  .research-areas__lines #lines {
    display: block;
    top: 60px;} }
.research-areas__lines #lines path {
  stroke: #a0bd00;
  stroke-width: 2;
  stroke-dashoffset: 1200px;
}
.research-areas__lines.animate #lines path {
  -webkit-animation-name: draw;
  animation-name: draw;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.research-areas__group a {
  border-bottom: none;
}