.intro-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 7%, .5)), to(hsla(0, 0%, 7%, .5))), -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(20%, transparent)), url('../images/small0AdobeStock_88690400.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .5), hsla(0, 0%, 7%, .5)), linear-gradient(0deg, #111, transparent 20%), url('../images/small0AdobeStock_88690400.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 75px;
  line-height: 90px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: underline;
  text-transform: none;
}

.transparent {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 10px;
  color: #fff;
  font-size: 85px;
  letter-spacing: -3px;
  text-shadow: 0 35px 28px #000;
}

.div-block {
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.stsci-img {
  width: 200px;
  min-width: 200px;
}

.nasa-img {
  width: 80px;
  min-width: 80px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.documentary-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  padding-right: 5px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.condiv2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .33);
  opacity: 0;
}

.div-block-4 {
  width: 60%;
  padding-top: 112px;
  padding-bottom: 112px;
  background-color: #fff;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(0.57);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scale(0.57);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 8px 9px;
  border-top: 0px none #000;
  border-radius: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.navlink:hover {
  border: 0px none #478bca;
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
}

.navborder {
  width: 50%;
  padding: 40px 35px;
  border-right: 1px solid #478bca;
}

.navborder:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph {
  width: 100%;
  padding-right: 30px;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.2px;
}

.background-video-2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  opacity: 0.36;
}

.bold-text {
  width: 100%;
  float: none;
  font-family: questa-grande, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-txtblock {
  padding-top: 0px;
  padding-right: 15px;
  font-family: century-gothic, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.fullexp-linkblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: letter-spacing 400ms ease, color 400ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
  transition: letter-spacing 400ms ease, color 400ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
  transition: letter-spacing 400ms ease, color 400ms ease, filter 200ms ease, opacity 200ms ease;
  transition: letter-spacing 400ms ease, color 400ms ease, filter 200ms ease, opacity 200ms ease, -webkit-filter 200ms ease;
  color: #478bca;
  text-decoration: none;
  text-shadow: 1px 1px 6px #000;
}

.fullexp-linkblock:hover {
  color: #fff;
}

.fullexp-linkblock.w--current {
  margin-top: 50px;
  margin-bottom: 0px;
}

.blue-play {
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition: -webkit-filter 308ms ease;
  transition: -webkit-filter 308ms ease;
  transition: filter 308ms ease;
  transition: filter 308ms ease, -webkit-filter 308ms ease;
}

.blue-play:hover {
  z-index: 0;
  opacity: 1;
}

.play-linkblock {
  position: relative;
  z-index: 1;
  width: 180px;
  min-width: 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/STScI_playbutton-play.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.body {
  background-color: #111;
}

.mission-facts-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.video-holder {
  width: 90%;
  box-shadow: 0 15px 50px 12px rgba(0, 0, 0, .6);
}

.einstein-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 145px;
  padding-right: 5%;
  padding-bottom: 145px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 7%, .25)), to(hsla(0, 0%, 7%, .25))), -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(30%, transparent)), -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(30%, transparent)), url('../images/einstein-background.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .25), hsla(0, 0%, 7%, .25)), linear-gradient(0deg, #111, transparent 30%), linear-gradient(180deg, #111, transparent 30%), url('../images/einstein-background.png');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  min-height: 0vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  position: relative;
  width: auto;
  min-height: 200px;
  min-width: 200px;
  margin-bottom: 0px;
  padding: 180px;
  border: 4px solid #478bca;
  border-radius: 50%;
  background-color: #51a0d6;
  background-image: url('../images/albert-einstein-quotes-about-god-einstein-s-god-does-not-play-dice-saying-is-misunderstood-of-albert-einstein-quotes-about-god.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  box-shadow: inset 42px 0 24px -21px #000, inset 0 0 0 7px hsla(0, 0%, 100%, .5), 0 0 0 25px transparent, 0 11px 50px 3px #000;
}

.div-block-18:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.div-block-19 {
  width: 65%;
  padding-left: 50px;
}

.div-block-20 {
  width: 100%;
  height: 100%;
  border-radius: 5000px;
}

.h2 {
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-span {
  color: #478bca;
  font-weight: 700;
}

.reg-p {
  width: 100%;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.reg-p.bold {
  width: 100%;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.missionfacts-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(30%, transparent)), -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(30%, transparent)), url('../images/mission-facts-background.png');
  background-image: linear-gradient(0deg, #111, transparent 30%), linear-gradient(180deg, #111, transparent 30%), url('../images/mission-facts-background.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-facts-img {
  width: 70%;
  opacity: 0.5;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 775ms ease;
  transition: all 775ms ease;
}

.mission-facts-img:hover {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-23 {
  width: 90%;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fact-title {
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 45px;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
}

.fact-numero {
  margin-bottom: 0px;
  padding-right: 70px;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: right;
}

.expand-link {
  display: inline-block;
  -webkit-transition: color 400ms ease, letter-spacing 400ms ease;
  transition: color 400ms ease, letter-spacing 400ms ease;
  font-family: century-gothic, sans-serif;
  color: #478bca;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.expand-link:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #fff;
  font-weight: 700;
  letter-spacing: 4px;
}

.div-block-25 {
  text-decoration: none;
}

.expand-plus:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  color: #478bca;
}

.news-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 100px;
  padding-right: 5%;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(30%, transparent)), -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(30%, transparent)), url('../images/news-background.png');
  background-image: linear-gradient(0deg, #111, transparent 30%), linear-gradient(180deg, #111, transparent 30%), url('../images/news-background.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.news-row-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin: 6px;
  padding-top: 200px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 2px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  box-shadow: 0 1px 24px 12px rgba(0, 0, 0, .35);
  -webkit-transition: border-radius 200ms ease, border-color 200ms ease;
  transition: border-radius 200ms ease, border-color 200ms ease;
  text-decoration: none;
}

.news-block:hover {
  position: relative;
  z-index: 1;
  border: 2px solid #fff;
  border-radius: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.news-block.no1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/no1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/no1.png');
  background-size: auto, cover;
  -webkit-transition: border-radius 200ms ease, border-color 200ms ease, opacity 200ms ease;
  transition: border-radius 200ms ease, border-color 200ms ease, opacity 200ms ease;
}

.news-block.no1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/no1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/no1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.news-block.no2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/no2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/no2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 670px;
}

.news-block.no2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/no2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/no2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 670px;
}

.news-block.no3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/no3.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/no3.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.news-block-heading {
  margin-top: 0px;
  padding-bottom: 20px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-26 {
  width: 80%;
}

.constar {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, hsla(0, 0%, 100%, .07));
  box-shadow: inset 0 0 15px 25px hsla(0, 0%, 100%, .03), 0 0 16px 4px hsla(0, 0%, 100%, .49);
  opacity: 0.6;
}

.constar._2 {
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0a0a;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-address {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-address.bold {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
}

.footer-address.bold:hover {
  color: #478bca;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-form-field {
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #478bca;
  background-color: transparent;
  font-family: questa-grande, sans-serif;
  font-size: 18px;
  font-style: italic;
}

.footer-form-field.half {
  width: 48.5%;
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.footer-form-field.message {
  padding-bottom: 70px;
  letter-spacing: 1px;
}

.form {
  width: 100%;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-submit-btn {
  width: 100%;
  margin-top: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 2px solid #478bca;
  border-radius: 50px;
  -webkit-transition: background-color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease;
  font-family: century-gothic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.footer-submit-btn:hover {
  border: 2px solid #fff;
  background-color: transparent;
}

.footer-submit-btn:active {
  background-color: #fff;
  color: #000;
}

.mojo-section {
  border-top: 2px solid #fff;
}

.mojo {
  width: 300px;
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mojo-tag-p {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 15px;
  font-family: questa-grande, sans-serif;
  color: #478bca;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 1px;
}

.social-link {
  width: 30px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.social-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hidden-h1 {
  display: none;
}

.italic-text {
  font-style: normal;
}

.article-date {
  padding-bottom: 20px;
  font-family: century-gothic, sans-serif;
  color: #6fade7;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 888;
  display: none;
  height: 100%;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .75);
  text-align: center;
}

.info-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 135px 100px 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .6);
  box-shadow: 0 0 500px 0 hsla(0, 0%, 100%, .45);
}

.popup-p {
  padding-top: 35px;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
}

.link-block-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  padding: 25px 58px;
  background-color: #478bca;
  text-decoration: none;
}

.paragraph-2 {
  display: inline-block;
  margin-bottom: 0px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.video {
  height: auto;
}

.text-block-4 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}

.div-block-33 {
  display: block;
  width: 75%;
}

.members-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 50px;
  padding-right: 5%;
  padding-bottom: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(30%, transparent)), -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(30%, transparent)), url('../images/member-bg.png');
  background-image: linear-gradient(0deg, #111, transparent 30%), linear-gradient(180deg, #111, transparent 30%), url('../images/member-bg.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.section-heading {
  opacity: 0.28;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 90px;
  font-style: italic;
  text-align: center;
  letter-spacing: -2px;
}

.scientist-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: questa-grande, sans-serif;
  color: #fff;
}

.scientist-holder-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.member-photo {
  width: 80%;
  box-shadow: 1px 1px 50px 12px rgba(0, 0, 0, .3);
}

.heading-3 {
  font-size: 22px;
  line-height: 31px;
  text-align: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.paragraph-3 {
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

.footer-name {
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-transform: none;
}

.not-bold {
  color: #fff;
  font-weight: 400;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.appearing-txt {
  display: block;
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.questa-span {
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.small-questa-span {
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.blue-accent {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: century-gothic, sans-serif;
  color: #478bca;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bold-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 50px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 0px;
  padding-right: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #fff;
}

.heading-4 {
  margin-top: 0px;
  font-family: questa-grande, sans-serif;
  color: #478bca;
  line-height: 38px;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: questa-grande, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.facts-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 90px;
  padding-right: 5%;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(20%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(20%, hsla(0, 0%, 100%, 0))), url('../images/mission-facts-background.png');
  background-image: linear-gradient(180deg, #111, transparent 20%), linear-gradient(0deg, #111, hsla(0, 0%, 100%, 0) 20%), url('../images/mission-facts-background.png');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.video-div {
  position: fixed;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.image-7 {
  width: 40px;
}

.close-linkblock {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-right: 15px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.close-linkblock:hover {
  color: #478bca;
}

.paragraph-6 {
  margin-bottom: 0px;
  padding-right: 20px;
  font-family: century-gothic, sans-serif;
  text-transform: uppercase;
}

.video-2 {
  background-color: #000;
}

.popup-vid-div {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-3 {
  width: 100%;
  height: 100%;
}

.div-block-50 {
  width: 100%;
  height: 100%;
}

.div-block-51 {
  width: 75%;
}

.fullscreen-video {
  display: none;
}

html.w-mod-js *[data-ix="star-move"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 1459px) {
  .play-linkblock {
  	width: 120px;
  	min-width: 120px;
  }
  .navlink {
  	font-size: 16px;
  }
  .navbar {
    padding-left: 20px;
  }
  .navborder {
  	padding: 20px 35px;
  }
  .video-holder {
    width: 100%;
  }

}


@media (max-width: 991px) {
  .intro-section {
    min-height: 0px;
  }
  .heading {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 65px;
    text-align: center;
    text-decoration: underline;
  }
  .div-block {
    width: 80%;
    height: auto;
    padding-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-2 {
    width: 70%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .documentary-div {
    min-height: 0vh;
  }
  .navbar {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-menu {
    width: 50%;
    height: 100%;
    margin-top: 0px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000;
  }
  .div-block-5 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .paragraph {
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  .background-video-2 {
    display: none;
  }
  .bold-text {
    width: 100%;
  }
  .div-block-10 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fullexp-linkblock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mission-facts-div {
    padding-top: 130px;
    padding-bottom: 130px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .video-holder {
    width: 100%;
  }
  .einstein-section {
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-18 {
    margin-bottom: 50px;
    border-radius: 50%;
  }
  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .reg-p {
    width: 100%;
    text-align: center;
  }
  .reg-p.bold {
    width: 100%;
    text-align: center;
  }
  .div-block-21 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-22 {
    display: none;
  }
  .news-section {
    padding-top: 100px;
    padding-bottom: 45px;
	padding-right:0%;
  }
  .news-row-holder {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
	margin: 0 auto;
  }
  .news-block {
    min-height: 0px;
    padding-top: 130px;
	width: auto;
  }
  .news-block:hover {
    border-radius: 30px;
  }
  .news-block.no3 {
    min-height: 0px;
  }
  .news-block-heading {
    font-size: 22px;
    line-height: 28px;
  }
  .footer-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .div-block-27 {
    width: 90%;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-28 {
    width: 100%;
  }
  .div-block-29 {
    width: 90%;
    margin-bottom: 30px;
  }
  .form-block {
    width: 100%;
  }
  .mojo {
    width: 250px;
  }
  .div-block-32 {
    width: 50%;
  }
  .menu-button {
    position: fixed;
    top: 0px;
    right: 0px;
    margin-top: 10px;
    margin-right: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    padding: 10px;
    border: 1px solid #fff;
    font-size: 30px;
  }
  .hidden-h1 {
    display: block;
    margin-bottom: 30px;
    opacity: 0.3;
    font-family: questa-grande, sans-serif;
    color: #fff;
    font-size: 80px;
    line-height: 80px;
    font-style: italic;
  }
  .div-block-51 {
	width:90%;
	margin:0 auto;
  }
  .div-block-33 {
    width: 90%;
  }
  .members-section {
    padding-right: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .scientist-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .member-photo {
    width: 150px;
  }
  .heading-3 {
    margin-top: 15px;
  }
  .div-block-37 {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-3 {
    font-style: italic;
  }
  .footer-name {
    padding-bottom: 0px;
  }
  .div-block-38 {
    margin-bottom: 25px;
  }
  .div-block-40 {
    margin-bottom: 25px;
  }
  .div-block-41 {
    display: none;
  }
  .bold-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .div-block-45 {
    width: 100%;
  }
  .div-block-49 {
    width: 85%;
  }
  .facts-section {
    padding-right: 0%;
  }
}

@media (max-width: 767px) {
	
  .section-heading { 
	font-size: 50px;
  }
  .intro-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 7%, .5)), to(hsla(0, 0%, 7%, .5))), -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(20%, transparent)), url('../images/small0AdobeStock_88690400.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 7%, .5), hsla(0, 0%, 7%, .5)), linear-gradient(0deg, #111, transparent 20%), url('../images/small0AdobeStock_88690400.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }
  .heading {
    font-size: 50px;
    line-height: 60px;
    text-align: center;
  }
  .div-block {
    width: 95%;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-2 {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .link-block {
    display: none;
  }
  .link-block-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .documentary-div {
    padding-bottom: 30px;
  }
  .nav-menu {
    padding-top: 35px;
    background-color: #111;
  }
  .video-txtblock {
    padding-right: 10px;
    font-size: 17px;
    letter-spacing: 1px;
  }
  .fullexp-linkblock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .mission-facts-div {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .video-holder {
    width: 100%;
  }
  .einstein-section {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .div-block-17 {
    width: 85%;
  }
  .div-block-18 {
    width: auto;
    margin-bottom: 30px;
    padding: 200px;
  }
  .div-block-19 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .h2 {
    font-size: 35px;
    line-height: 44px;
  }
  .reg-p {
    font-size: 18px;
    text-align: left;
  }
  .reg-p.bold {
    font-size: 18px;
    text-align: left;
  }
  .div-block-21 {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mission-facts-img {
    display: none;
  }
  .div-block-23 {
    width: 100%;
  }
  .fact-title {
    width: 100%;
  }
  .news-section {
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-row-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-block {
    margin: 4px 0px;
  }
  .news-block-heading {
    padding-bottom: 20px;
  }
  .constar {
    z-index: 80;
  }
  .constar._2 {
    z-index: 80;
  }
  .div-block-29 {
    width: 100%;
  }
  .mojo {
    min-width: 220px;
  }
  .mojo-tag-p {
    padding-right: 10px;
  }
  .members-section {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111), color-stop(20%, transparent)), -webkit-gradient(linear, left bottom, left top, from(#111), color-stop(20%, hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(#111), to(#111)), url('../images/mission-facts-background.png');
    background-image: linear-gradient(180deg, #111, transparent 20%), linear-gradient(0deg, #111, hsla(0, 0%, 100%, 0) 20%), linear-gradient(180deg, #111, #111), url('../images/mission-facts-background.png');
    background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, auto, cover;
    background-repeat: repeat, repeat, repeat, no-repeat;
  }
  .scientist-div {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .scientist-holder-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .member-photo {
    width: 300px;
  }
  .questa-span {
    font-size: 22px;
  }
  .div-block-45 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-46 {
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-47 {
    width: 85%;
    border-bottom: 1px solid #fff;
    border-right-style: none;
  }
  .paragraph-5 {
    width: 100%;
    padding-left: 0px;
  }
  .facts-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 479px) {
  .section-heading {
	font-size: 50px;
  }
  .heading {
    font-size: 50px;
    line-height: 60px;
  }
  .video-holder {
    width: 90%;
  }
  .div-block-18 {
    margin-bottom: 15px;
    padding: 120px;
  }
  .div-block-24 {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fact-numero {
    padding-bottom: 50px;
  }
  .footer-address.bold {
    margin-top: 25px;
  }
  .div-block-31 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mojo-tag-p {
    padding-right: 0px;
    padding-bottom: 4px;
  }
  .div-block-32 {
    width: 70%;
    margin-top: 25px;
  }
  .hidden-h1 {
    margin-bottom: 20px;
    font-size: 70px;
    line-height: 75px;
    text-align: center;
  }
}

