.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.sprite-star, .sprite-bars, .sprite-partners, .sprite-moon,
.sprite-microscope, .sprite-rocket, .sprite-rocket-trail,
.sprite-submarine, .sprite-submarine-trail, .sprite-whale {
  background: url(//d3t9s8cdqyboc5.cloudfront.net/assets/sprites/homepage-9de66b249073d7de03e647dcf0a60eaad4fabcb4618af1f008969edd609c678a.png) no-repeat;
}

.sprite-star {
  background-position: 0 0;
  width: 25px;
  height: 25px;
}

.sprite-bars {
  background-position: -25px 0;
  width: 25px;
  height: 25px;
}

.sprite-partners {
  background-position: -50px 0;
  width: 25px;
  height: 25px;
}

.sprite-microscope {
  background-position: -135px -2px;
  width: 25px;
  height: 29px;
}

.sprite-moon {
  background-position: 0 -25px;
  width: 135px;
  height: 135px;
}

.sprite-whale {
  background-position: -634px -1px;
  width: 242px;
  height: 123px;
}

.sprite-rocket {
  background-position: -146px -34px;
  width: 39px;
  height: 65px;
}

.sprite-rocket-trail {
  background-position: 0 -212px;
  width: 1010px;
  height: 428px;
}

.sprite-submarine {
  background-position: -142px -101px;
  width: 77px;
  height: 67px;
}

.sprite-submarine-trail {
  background-position: -333px -18px;
  width: 252px;
  height: 123px;
}

.c-home .flash {
  margin-bottom: 0;
}

.hero {
  background-size: cover;
  margin-bottom: 33px;
  padding-bottom: 50px;
}
.hero .hero-title {
  font-size: 2.3em;
  line-height: 46px;
  margin-top: 0px;
  color: #fff;
  max-width: 550px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .hero .hero-title {
    margin-top: 150px;
    font-size: 3.1em;
    line-height: 60px;
  }
}
.hero .cta {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  display: block;
  border-radius: 5px;
  position: relative;
  font-size: 1.6em;
  padding: 0.5em 1em;
  background: linear-gradient(10deg, rgba(20, 134, 179, 0.5) 25%, rgba(7, 171, 155, 0.5) 75%, rgba(20, 134, 179, 0.5) 100%) repeat;
  background: -moz-linear-gradient(10deg, rgba(20, 134, 179, 0.5) 25%, rgba(7, 171, 155, 0.5) 75%, rgba(20, 134, 179, 0.5) 100%) repeat;
  -webkit-background-size: 150% 100%;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
@media (min-width: 768px) {
  .hero .cta {
    margin-top: 80px;
    text-align: left;
    width: auto;
    display: inline-block;
  }
}
.hero .cta a {
  color: #fff;
}
.hero .cta a:hover {
  text-decoration: none;
}
.hero .cta:hover {
  -webkit-animation-name: moving-gradient;
  cursor: pointer;
}
.hero span.divider {
  margin: 20px 0;
  border-top: 1px solid #ccc;
  display: block;
}
@media (min-width: 768px) {
  .hero span.divider {
    display: inline-block;
    opacity: 1;
    border-left: 1px solid #ccc;
    margin: 0 1rem;
    height: 2.3rem;
    vertical-align: middle;
  }
}
.hero .sprite-rocket {
  cursor: pointer;
  position: absolute;
  top: 290px;
  right: 125px;
}
.hero .sprite-rocket-trail {
  position: absolute;
  top: 340px;
  right: 150px;
}
.hero .sprite-submarine {
  cursor: pointer;
  position: absolute;
  top: 324px;
  right: 32px;
  opacity: 0.9;
  behavior: url(//d3t9s8cdqyboc5.cloudfront.net/-ms-transform.htc);
  /* Firefox */
  -moz-transform: rotate(-33deg);
  /* Safari and Chrome */
  -webkit-transform: rotate(-33deg);
  /* Opera */
  -o-transform: rotate(-33deg);
  /* IE9 */
  -ms-transform: rotate(-33deg);
  /* IE6,IE7 */
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)";
}
.hero .sprite-submarine-trail {
  position: absolute;
  right: 100px;
  bottom: 0px;
}
.hero .btn {
  margin-top: 2em;
  margin-bottom: 5em;
  font-size: 2em;
}
.hero .body {
  overflow: hidden;
  zoom: 1;
  text-align: left;
  display: inline;
}
.hero .quote {
  margin-bottom: 0px;
  position: relative;
  max-width: 650px;
}
@media (min-width: 768px) {
  .hero .quote {
    margin-bottom: 60px;
  }
}
.hero .quote .img {
  margin-right: 1rem;
  float: left;
  display: block;
}
.hero .quote p {
  color: #FFF;
  font-size: 0.92em;
  font-weight: 300;
  margin-bottom: 0.3em;
  -webkit-font-smoothing: antialiased;
}
.hero .quote em {
  font-size: 0.8em;
  font-family: "Copernicus", Times;
  opacity: 0.6;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
}

.rocket-clickable {
  -webkit-animation: rocket_wiggle 4.8s 0s ease-in infinite;
  animation: rocket_wiggle 4.8s 0s ease-in infinite;
}

.sub-clickable {
  -webkit-animation: sub_wiggle 4.8s 0s ease-in infinite;
  animation: sub_wiggle 4.8s 0s ease-in infinite;
}

@-webkit-keyframes moving-gradient {
  to {
    background-position: 0 0;
  }
  from {
    background-position: -600px 0;
  }
}
.home-section {
  padding-bottom: 90px;
}

.home-heading {
  padding-bottom: 1em;
}
@media (min-width: 768px) {
  .home-heading .row {
    margin: 0 -5px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .home-heading .col-md-10, .home-heading .col-md-2 {
    margin: 0;
    padding: 0;
  }
}
.home-heading .btn {
  float: none;
  display: block;
}
.home-heading .sprite {
  display: inline-block;
  position: relative;
  top: 3px;
}
.home-heading .sprite-bars {
  top: 3px;
  position: relative;
  opacity: 0.85;
}
.home-heading .sprite-bars:hover {
  opacity: 1;
}
.home-heading h2 {
  font-size: 27px;
  font-weight: 600;
  color: #1a2024;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25em;
}
.home-heading h3 {
  margin-bottom: 12px;
  margin-top: 3px;
  font-weight: 400;
  font-size: 18px;
  color: #96a1a6;
  line-height: 1.3em;
}
.home-heading a {
  text-decoration: none;
  font-size: 1.1em;
}
.home-heading .btn {
  margin-top: 21px;
}
.home-heading .transparent-header {
  color: #D0E7EB;
}
.home-heading .transparent-header a {
  color: #FAFCFD;
}

.open-access {
  max-width: 600px;
}

.featured-lab-notes {
  margin-top: 40px;
  color: #fff;
  font-size: 1.1em;
  position: relative;
}

.featured-lab-note-container {
  max-width: 1600px;
  margin: auto;
}
.featured-lab-note-container .grid {
  margin: 0;
  max-width: 100%;
}

.lab-note-title {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

.lab-note-cta {
  background-color: #3192a6;
  position: relative;
  top: -115px;
}
.lab-note-cta .heading {
  padding: 3em;
}
.lab-note-cta h2 {
  font-family: "Copernicus", Times;
  font-size: 1.3em;
  font-weight: 200;
  color: #fff;
}
.lab-note-cta a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.lab-note-cta a:hover {
  color: #fff;
}

.lab-note-image {
  position: relative;
  top: 0px;
  transition: top 0.5s;
  max-width: 100%;
}
.lab-note-image:hover {
  top: -50px;
  box-shadow: 4px 16px 69px -4px rgba(0, 0, 0, 0.4);
  transition: all 480ms ease-in;
  -webkit-transition: all 480ms ease-in;
  -moz-transition: all 480ms ease-in;
  -ms-transition: all 480ms ease-in;
  -o-transition: all 480ms ease-in;
}
.lab-note-image:hover .lab-note-project {
  bottom: 62px;
}
.lab-note-image a {
  color: #fff;
}
.lab-note-image a:hover {
  color: #fff;
}

.lab-note-overlay {
  width: 100%;
  height: 100%;
}

.lab-note-project {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -10px;
  width: 100%;
  padding: 1em;
  transition: bottom 0.5s;
}
.lab-note-project .body i {
  font-family: "Copernicus", Times;
  display: block;
  font-size: 14px;
  opacity: 0.9;
}
.lab-note-project .body i:hover {
  opacity: 1;
}
.lab-note-project a {
  text-decoration: none;
}

#categories {
  margin-bottom: 0px;
}
#categories ul.categories {
  margin: 0 -5px;
  padding: 0;
  padding-bottom: 48px;
}
#categories ul.categories li {
  display: inline-block;
  cursor: pointer;
  padding: 0.5em 0.4em;
  width: 230px;
}
#categories ul.categories li:hover {
  background-color: #F2F3F4;
  border-radius: 4px;
}
#categories ul.categories a {
  color: #444;
  font-size: 16px;
}

.partners-container {
  background: #F2F3F4;
  padding: 50px 0;
  padding-bottom: 70px;
}
.partners-container .institution-grid-cell {
  margin-top: 21px;
  padding-left: 15px;
  padding-right: 15px;
}
.partners-container .institution-follow-card {
  width: 100%;
  padding: 0;
}

.grants-container {
  background-color: #FFF;
  min-height: 380px;
  padding-top: 50px;
}
.grants-container .icon {
  vertical-align: top;
  height: 20px;
  margin-top: 20px;
  margin-right: 8px;
}
.grants-container .col-md-6 {
  height: 228px;
}
.grants-container .home-grant-card {
  background-size: cover;
  position: relative;
  border-radius: 5px;
  height: 200px;
  text-align: center;
}
.grants-container .home-grant-card:hover {
  text-decoration: none;
}
.grants-container .home-grant-card:hover .grant-cover {
  opacity: 0.82;
  transition-duration: 0.2s;
}
.grants-container .home-grant-card:hover .grant-holder {
  transition-duration: 0.2s;
  opacity: 0.97;
}
.grants-container .home-grant-card .grant-cover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.58;
  border-radius: 5px;
}
.grants-container .home-grant-card .grant-holder {
  position: relative;
  top: 32%;
  max-width: 285px;
  margin: auto;
  line-height: 26px;
  font-size: 18px;
  padding: 0 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grants-container .home-grant-card .grant-holder h4, .grants-container .home-grant-card .grant-holder p {
  color: #FFF;
}
.grants-container .home-grant-card .grant-holder h4 {
  font-size: 26px;
  font-family: "Copernicus", Times;
}
@media (min-width: 768px) {
  .grants-container .home-grant-card .grant-holder h4 {
    font-size: 21px;
  }
}
.grants-container .home-grant-card .grant-holder p {
  font-size: 15px;
  opacity: 0.6;
  font-weight: 600;
}

.press-container {
  height: 220px;
}
.press-container img {
  margin: 50px 0;
}

.home-nsf-placement {
  margin-top: 10px;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #F1F4F3;
  text-align: center;
}
.home-nsf-placement h2 {
  font-size: 27px;
}
.home-nsf-placement .secondary {
  color: #B4B4B4;
  font-size: 18px;
  font-weight: 400;
}
.home-nsf-placement .nsf-card {
  border: 2px solid #E9F1F2;
  border-radius: 16px;
  padding: 24px 28px 20px 28px;
  text-align: center;
  background-color: #FFF;
  margin: 40px auto 20px auto;
  max-width: 540px;
  box-shadow: 4px 16px 69px -4px rgba(0, 0, 0, 0.1);
}
.home-nsf-placement .nsf-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a2024;
}
.home-nsf-placement .nsf-card p {
  font-size: 16px;
  color: #1a2024;
}
.home-nsf-placement .nsf-card .btn {
  font-weight: 600;
}
.home-nsf-placement .muted {
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #A3B0AC;
  font-size: 11.5px;
}

.home-press {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #5B9384;
  background: linear-gradient(165deg, #5B9384 0%, #193C4E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$startPressColor1", endColorstr="$startPressColor2",GradientType=1 );
  text-align: center;
}
.home-press .press-tagline {
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.home-press img {
  width: 100%;
}

.home-bottom-cta {
  color: #fff;
  text-align: center;
}
.home-bottom-cta h2 {
  color: #FFF;
  text-align: center;
  margin-bottom: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.home-bottom-cta p {
  font-size: 16px;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.4;
  font-weight: 300;
  margin: 10px 0;
}
.home-bottom-cta .btn-primary {
  margin-top: 14px;
  padding: 10px 14px;
  color: #FFF;
  font-size: 18px;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.075s ease;
}
.home-bottom-cta .btn-primary:hover {
  border-color: #36ac9c;
  background-color: #36ac9c;
  color: #FFF;
  opacity: 1 !important;
}

@-webkit-keyframes rocket_wiggle {
  00% {
    -webkit-transform: rotate(0deg);
  }
  05% {
    -webkit-transform: rotate(-70deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
  }
  12% {
    -webkit-transform: rotate(180deg);
  }
  14% {
    -webkit-transform: rotate(290deg);
  }
  15% {
    -webkit-transform: rotate(320deg);
  }
  16% {
    -webkit-transform: rotate(340deg);
  }
  18% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rocket_wiggle {
  00% {
    -webkit-transform: rotate(0deg);
  }
  05% {
    -webkit-transform: rotate(-70deg);
  }
  10% {
    -webkit-transform: rotate(90deg);
  }
  12% {
    -webkit-transform: rotate(180deg);
  }
  14% {
    -webkit-transform: rotate(290deg);
  }
  15% {
    -webkit-transform: rotate(320deg);
  }
  16% {
    -webkit-transform: rotate(340deg);
  }
  18% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sub_wiggle {
  00% {
    -webkit-transform: rotate(0deg);
  }
  02% {
    -webkit-transform: rotate(10deg);
  }
  08% {
    -webkit-transform: rotate(33deg);
  }
  14% {
    -webkit-transform: rotate(-180deg);
  }
  18% {
    -webkit-transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sub_wiggle {
  00% {
    -webkit-transform: rotate(0deg);
  }
  02% {
    -webkit-transform: rotate(10deg);
  }
  08% {
    -webkit-transform: rotate(33deg);
  }
  14% {
    -webkit-transform: rotate(-180deg);
  }
  18% {
    -webkit-transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.labnotes-browse-row {
  margin-bottom: 120px;
}
.labnotes-browse-row .row {
  margin-left: -12px;
  margin-right: -9px;
}
.labnotes-browse-row .col-md-3 {
  margin: 0;
  padding: 0 8px;
  text-align: center;
}
.labnotes-browse-row .labnotes-browse-item-container {
  height: 330px;
  margin: 5px 0;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item {
  word-wrap: break-word;
  height: 330px;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .background-img-4 {
  margin-right: 4px;
  height: 300px;
  width: 90%;
  border-radius: 4px;
  text-align: left;
  padding: 14px;
  margin: 0;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .labnotes-browse-info {
  display: inline-block;
  position: relative;
  bottom: 280px;
  padding: 20px;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .labnotes-browse-info h3 {
  line-height: 20px;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .labnotes-browse-info h3 a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .labnotes-browse-info h3 a:hover {
  text-decoration: none;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .labnotes-browse-info p a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Copernicus", "Copernicus", Times;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #FFF;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .labnotes-browse-info p a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.labnotes-browse-row .labnotes-browse-item-container .labnotes-browse-item .labnotes-browse-info .labnotes-browse-update-title {
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}

nav.nav_bar {
  margin-bottom: 25px;
  padding-top: 25px;
  -webkit-font-smoothing: antialiased;
}
nav.nav_bar .home-page-link {
  float: left;
}
nav.nav_bar .home-page-link img {
  width: 150px;
  height: 30px;
}
nav.nav_bar .search-input {
  display: none;
  float: left;
  margin-left: 30px;
}
@media (min-width: 768px) {
  nav.nav_bar .search-input {
    display: inline-block;
  }
}
nav.nav_bar > ul {
  margin: 0;
  margin-top: 5px;
  list-style: none;
  text-align: right;
}
nav.nav_bar .nav-item {
  display: none;
  margin: 0 12px;
}
@media (min-width: 768px) {
  nav.nav_bar .nav-item {
    display: inline-block;
  }
}
nav.nav_bar .nav-item a {
  color: #555;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  font-weight: 400;
}
nav.nav_bar .nav-item a:hover {
  color: #36ac9c;
  border-bottom: 2px solid #3cbfae;
  text-decoration: none;
  transition: 0.2s;
}
nav.nav_bar .nav-item.new-session {
  display: inline-block !important;
}
nav.nav_bar .dropdown {
  float: right;
  margin-top: -7px;
}
nav.nav_bar .dropdown .beaker {
  margin-top: -7px;
  margin-right: 10px;
}
nav.nav_bar .dropdown .dropdown-toggle {
  display: inline-block;
}
nav.nav_bar .dropdown img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
nav.nav_bar .dropdown .dropdown-indicator {
  color: #333;
  vertical-align: middle;
}
nav.nav_bar .dropdown:hover .dropdown-indicator {
  color: #999;
}
nav.nav_bar.mobile {
  padding-top: 5px;
  margin-bottom: 7px;
  text-align: center;
}
nav.nav_bar.mobile .search-input {
  display: none;
}
nav.nav_bar.mobile ul {
  display: none;
}
nav.nav_bar.mobile .home-page-link {
  float: none;
  margin: auto;
}

#featured-projects .row .col-md-4 {
  margin: 0;
  padding: 0 10px;
}
