.front .layout:nth-of-type(3) {
  background: url(/sites/g/files/toruqf2251/files/denali-sunrise.jpg);
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  max-height: 750px;
  position: relative;
}

.research-areas__group a {
  border: none;
}



/* Research Areas */
.research-areas {
  background: #656565;
  background: url("/sites/eeb/files/denali-sunrise.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Roboto", sans-serif;
  height: 100vh;
  margin-top: 2em;
  max-height: 750px;
  overflow: hidden;
  position: relative; }
.research-areas__group {
  color: #ffffff;
  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;
  text-shadow: 1px 1px 2px black;
  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 {
  opacity: 0;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  width: 100%; }
@media all and (min-width: 960px) {
  .research-areas__group > li {
    width: 20%; } }
.research-areas__group.animate > li {
  margin: 1em 0;
  opacity: 1;
  -webkit-transform: translateY(20vh);
  transform: translateY(20vh);
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out; }
@media all and (min-width: 960px) {
  .research-areas__group.animate > li {
    margin: 0;
    -webkit-transform: translateY(350px);
    transform: translateY(350px); } }
@media all and (min-width: 1201px) {
  .research-areas__group.animate > li {
    margin: 0;
    -webkit-transform: translateY(350px);
    transform: translateY(350px); } }
.research-areas__group.animate > li:hover a {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out; }
.research-areas__group.animate > li:hover a ~ ul {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  visibility: visible; }
.research-areas__group a {
  color: #ffffff;
  display: block;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 2px black;
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out; }
@media all and (min-width: 1024px) {
  .research-areas__group a {
    font-size: 1.75em; } }
.research-areas__group a:before {
  background-color: #e65100;
  content: ' ';
  display: block;
  height: 5px;
  margin: 0 auto .5em;
  width: 45px; }
.research-areas__group a:hover, .research-areas__group a:focus {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out; }
.research-areas__group a:hover ~ ul, .research-areas__group a:focus ~ ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
@media all and (max-width: 959px) {
  .research-areas__group a br {
    display: none; } }
.research-areas__group a ~ ul {
  display: none;
  visibility: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
@media all and (min-width: 960px) {
  .research-areas__group a ~ ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.research-areas__group a ~ ul li {
  font-size: 1.2em;
  padding: .5em 1em 0; }
.research-areas__group a ~ ul li:first-child {
  padding: 1.5em 1em 0; }
.research-areas__lines {
  opacity: 0;
  position: relative;
  top: -15px;
}
.research-areas__lines.animate {
  opacity: 1;
  display: block;
  -webkit-transition: all 3.5s ease-in-out;
  transition: all 3.5s ease-in-out; }
.research-areas__lines #lines {
  display: none;
  height: 750px;
  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; } }
.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; }
@supports ((position: fixed)) {
  .research-areas__lines #lines {
    stroke-dasharray: 1200px; } }
.research-areas__lines.animate #lines #path1to2 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }
.research-areas__lines.animate #lines #path1to3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }
.research-areas__lines.animate #lines #path1to4 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }
.research-areas__lines.animate #lines #path1to5 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }
.research-areas__lines.animate #lines #path2to3 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }
.research-areas__lines.animate #lines #path2to4 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }
.research-areas__lines.animate #lines #path2to5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }
.research-areas__lines.animate #lines #path3to4 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }
.research-areas__lines.animate #lines #path3to5 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s; }
.research-areas__lines.animate #lines #path4to5 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s; }

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0; } }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

.front .research-areas__group a {
  color: #fff;
}
.front .research-areas__group a:before {
  background-color: #e65100;
}

@media (min-width: 1200px) {
  .front .research-areas__lines #lines {
    top: 48px
  }
}

