.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #1a1b1f;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 62px;
  font-weight: 400;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: block;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #1a1b1f;
  text-decoration: underline;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-left: 5px solid #e2e2e2;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  margin-top: 5px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-right: 0px;
  margin-left: 0px;
}

.section.cc-cta {
  padding-right: 80px;
  padding-left: 80px;
  background-color: #f4f4f4;
}

.section.yellow {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f5c20c;
}

.section.hero {
  height: auto;
  background-color: #512178;
}

.section.hero.science {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5c20c;
}

.section.dark-purple {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 139px;
  background-color: #433251;
}

.section.purple {
  height: auto;
  background-color: #512178;
}

.section.footer {
  background-color: #3c3c3c;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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;
  text-align: left;
}

.container {
  width: 100%;
  max-width: 1078px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 0px;
  font-weight: 400;
}

.container.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 14px;
}

.container.hero.mission-goals {
  height: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
}

.container.hero.mission-goals.characterizing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container.timeline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
}

.container.narrow {
  max-width: 856px;
  padding-right: 0px;
  padding-left: 0px;
}

.container.cta {
  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;
}

.container.mission {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container._404 {
  padding-top: 180px;
  padding-bottom: 180px;
}

.container.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.coming-soon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.flex-center {
  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;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
}

.button {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #32343a;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  position: relative;
  z-index: 5;
}

.label {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.rich-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
}

.rich-text p {
  margin-top: 15px;
  margin-bottom: 25px;
  opacity: 0.6;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 80px;
  line-height: 100%;
  font-weight: 900;
  text-transform: none;
}

.heading-jumbo.yellow {
  max-width: none;
  color: #f5c20c;
  text-shadow: 2px 2px 0 #512178;
}

.heading-jumbo.yellow.hero {
  padding-top: 20px;
}

.heading-jumbo.yellow.slightly-smaller {
  font-size: 60px;
  line-height: 120%;
  text-align: center;
}

.heading-jumbo.yellow.mission-goals {
  color: #512178;
  text-shadow: none;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 460px;
  padding: 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;
  background-color: #1a1b1f;
  background-image: radial-gradient(circle farthest-side at 0% 0%, #512178, #c0afce 100%, #fff);
  color: #fff;
  text-align: center;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.menu {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap {
  position: relative;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c3c3c;
}

.navigation-item {
  padding-top: 9px;
  padding-bottom: 9px;
  opacity: 0.6;
  font-family: Metropolis, sans-serif;
  color: #f9f8fc;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #f5c20c;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  padding-right: 16px;
  padding-left: 16px;
  opacity: 1;
  color: #f9f8fc;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 70px;
  padding-bottom: 70px;
  -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;
}

.webflow-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: 0.8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  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;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.text-block {
  font-family: Metropolis, sans-serif;
  color: #f9f8fc;
  font-size: 14px;
  line-height: 17px;
}

.text-block:focus {
  text-decoration: none;
}

.dropdown-toggle {
  padding: 8px 16px;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
  color: #f9f8fc;
}

.dropdown-toggle:hover {
  color: #f5c20c;
  font-size: 17px;
  font-weight: 700;
}

.dropdown-toggle:active {
  color: #f5c20c;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-toggle:focus {
  color: #f5c20c;
}

.header-nav-link {
  padding-left: 35px;
  background-color: #3c3c3c;
  font-family: Metropolis, sans-serif;
  color: #f9f8fc;
  font-size: 14px;
  line-height: 17px;
}

.header-nav-link:hover {
  color: #f5c20c;
}

.header-nav-link:active {
  font-weight: 700;
}

.header-nav-link:focus {
  color: #f5c20c;
}

.header-nav-link.w--current {
  color: #f9f8fc;
}

.header-nav-link.w--current:hover {
  color: #f5c20c;
}

.header-nav-link.w--current:visited {
  color: #f5c20c;
}

.side-text-grid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 32px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.body {
  background-color: #f9f8fc;
  font-family: Metropolis, sans-serif;
  color: #512178;
}

.heading-2 {
  font-size: 50px;
  line-height: 120%;
  font-weight: 900;
}

.heading-2.purple {
  color: #512178;
}

.heading-2.yellow {
  color: #f5c20c;
}

.heading-2.dark-yellow {
  color: #e1b208;
}

.heading-2.white {
  color: #f9f8fc;
}

.heading-2.center {
  text-align: center;
}

.heading-2.home-space-mission {
  margin-bottom: 24px;
}

.heading-3 {
  font-size: 34px;
  line-height: 120%;
  font-weight: 900;
}

.heading-3.purple-mid {
  color: #85659e;
}

.heading-3.purple-mid.exoplanet {
  padding-right: 10px;
  padding-left: 10px;
}

.heading-3.light-purple {
  color: #c0afce;
}

.heading-3.yellow {
  color: #f5c20c;
}

.heading-3.yellow.timeline-text {
  margin-top: 40px;
}

.heading-3.center {
  text-align: center;
}

.heading-3.purple {
  color: #512178;
}

.heading-3.media-header {
  margin-bottom: 24px;
}

.heading-4 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}

.heading-4.underlined {
  text-decoration: underline;
}

.heading-4.light-yellow {
  color: #f7dd84;
}

.heading-4.dark-yellow {
  color: #997801;
}

.heading-4.light-purple {
  color: #c0afce;
}

.heading-4.light-purple.right-justify {
  text-align: right;
}

.heading-4.light-purple.right-justify.neg-margin {
  margin-top: -45px;
}

.heading-4.white {
  font-family: Metropolis, sans-serif;
  color: #f9f8fc;
  font-weight: 700;
}

.heading-4.white.timeline {
  padding-top: 8px;
  padding-bottom: 8px;
}

.heading-4.white.centered {
  text-align: center;
}

.heading-4.centered {
  text-align: center;
}

.heading-4.left {
  color: #3c3c3c;
}

.heading-4.mid-purple {
  color: #85659e;
}

.heading-5 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #85659e;
  font-size: 22px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
}

.heading-5.mid-purple {
  color: #85659e;
}

.heading-5.affiliation {
  margin-bottom: 0px;
}

.heading-5.white {
  color: #f9f8fc;
}

.heading-5.purple {
  color: #512178;
}

.body-text {
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #3c3c3c;
  font-size: 17px;
  line-height: 22px;
}

.body-text.light-purple {
  color: #c0afce;
  font-weight: 400;
}

.body-text.white {
  color: #dedae2;
}

.body-text.large {
  font-size: 20px;
  line-height: 120%;
}

.body-text.bullets {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 56px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.body-text.contact-us-text.lower {
  margin-top: 37px;
}

.footnote {
  font-family: Metropolis, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.color-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 85px;
  padding: 10px;
  border-radius: 4px;
  background-color: #512178;
  color: #512178;
}

.color-block.primary-light {
  background-color: #85659e;
}

.color-block.alert {
  background-color: #53d86a;
}

.color-block.error {
  background-color: #ff3434;
}

.color-block.primary-light {
  background-color: #c0afce;
}

.color-block.primary-mid {
  background-color: #85659e;
}

.color-block.secondary {
  background-color: #f5c20c;
}

.color-block.secondary-light {
  background-color: #f7dd84;
}

.color-block.secondary-dark {
  background-color: #e1b208;
}

.color-block.primary-dark {
  background-color: #433251;
}

.color-block.black {
  background-color: #3c3c3c;
}

.color-block.white {
  border: 1px solid #000;
  background-color: #f9f8fc;
}

.container-2 {
  padding: 75px 15px;
}

.caption {
  font-size: 12px;
  text-transform: uppercase;
}

.caption.margined {
  margin-top: 20px;
}

.content-row {
  position: relative;
  width: 100%;
  margin-top: 45px;
  clear: left;
}

.color-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 16px 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;
  border-radius: 10px;
  background-color: #f5c20c;
  font-family: Metropolis, sans-serif;
  color: #512178;
  font-size: 34px;
  line-height: 38px;
  font-weight: 900;
  -o-object-fit: fill;
  object-fit: fill;
}

.cta-button:hover {
  box-shadow: 4px 4px 0 0 #c0afce;
}

.cta-button:active {
  margin-top: 5px;
  margin-left: 5px;
  background-color: #e1b208;
  box-shadow: none;
}

.cta-button.secondary {
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #512178;
  color: #c0afce;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
}

.cta-button.secondary:hover {
  box-shadow: 4px 4px 0 0 #c0afce;
}

.cta-button.secondary:active {
  background-color: #433251;
  box-shadow: none;
}

.cta-button.exoplanet {
  margin-top: 56px;
  text-align: center;
}

.cta-button.youtube {
  margin-top: 24px;
}

.hero-div.text {
  position: relative;
  z-index: 1;
  max-width: 80%;
}

.hero-div.text.mission-goals {
  max-width: 70%;
}

.hero-div.image {
  position: absolute;
  left: auto;
  top: -30%;
  right: -10%;
  bottom: auto;
  max-width: 80%;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-div.image.mission {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
}

.hero-landing-planet-ball {
  position: static;
  left: auto;
  top: -21%;
  right: -6%;
  bottom: auto;
  width: auto;
  max-width: 120%;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 0px;
}

.planet-questions-grid {
  padding-top: 80px;
  padding-bottom: 140px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.planet-question-div.text {
  min-width: auto;
}

.planet-question-div.text._2 {
  padding-left: 0px;
}

.planet-question-div.image {
  margin-right: 0px;
}

.question-planet-2 {
  max-width: 80%;
}

.question-planet-1 {
  max-width: 80%;
  margin-left: 85px;
}

.question-planet-3 {
  max-width: 150%;
}

.mission-timeline-grid {
  width: 80%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.3fr 0.8fr 1fr;
  grid-template-columns: 0.3fr 0.8fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.timeline-image {
  width: 100%;
}

.youtube.landing-page {
  margin-top: 40px;
  margin-bottom: 40px;
}

.narrow-youtube-div {
  margin-right: 120px;
  margin-left: 120px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-title {
  margin-bottom: 10px;
  color: #c0afce;
  font-weight: 700;
  text-transform: none;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-media-icon-f6 {
  display: block;
}

.footer-link-subwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-width: 175px;
  margin-right: 0px;
  padding-top: 6px;
  padding-right: 16px;
  padding-left: 16px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-link {
  max-width: 140px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Metropolis, sans-serif;
  color: #f9f8fc;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
}

.footer-link:hover {
  color: #c0afce;
}

.footer-link:active {
  color: #85659e;
}

.top-wrapper-f6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none #e9e9e9;
}

.footer-logo-link {
  margin-bottom: 20px;
}

.social-media-wrapper-f6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 6px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.social-media-icon-wrapper {
  position: relative;
  margin-right: 10px;
}

.footer-logo-wrapper {
  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: 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;
}

.tab-link {
  margin-right: 17px;
  margin-left: 17px;
  padding: 16px;
  border-radius: 8px;
  background-color: #c0afce;
  font-family: Metropolis, sans-serif;
  color: #512178;
  font-size: 28px;
  line-height: 32px;
}

.tab-link:hover {
  box-shadow: 3px 3px 0 0 #f5c20c;
  color: #512178;
  font-weight: 700;
}

.tab-link:active {
  background-color: #85659e;
  box-shadow: none;
}

.tab-link.w--current {
  background-color: #512178;
  color: #c0afce;
}

.mission-goals-grid {
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.mission-goals-grid.image-left {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mission-goals-grid.image-left._1-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mission-goals-grid._2-section {
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.mission-goals-grid._4-row {
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-grid {
  padding-right: 10px;
  padding-left: 10px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1.4fr;
  grid-template-columns: 1fr 1.4fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cta-grid._1-row {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-list-2 {
  position: static;
  display: block;
  padding: 56px 120px;
  border-style: none solid solid;
  border-width: 1px 3px 3px 1px;
  border-color: #000 #c0afce #c0afce;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f2f2f7;
}

.faq-container {
  max-width: none;
  min-width: auto;
  margin-right: 10px;
  margin-bottom: 60px;
  margin-left: 10px;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-top: 0px;
  padding-right: 50px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #512178;
  color: #f9f8fc;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  background-color: #f4f6f8;
}

.dropdown-question-text {
  padding-left: 41px;
}

.team-grid {
  margin: 56px 0px;
  grid-column-gap: 40px;
  grid-row-gap: 38px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.bio-div {
  -o-object-fit: contain;
  object-fit: contain;
}

.bio-div.text {
  padding: 24px;
}

.bio-email-link {
  font-family: Metropolis, sans-serif;
  color: #512178;
  font-size: 17px;
  line-height: 22px;
}

.bio-image {
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mission-section-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.mission-overview {
  display: inline-block;
  width: auto;
  max-width: 40%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

._404-image {
  max-width: 80%;
  margin-left: 0px;
}

._404-div.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 500px;
  padding-top: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

._404-grid {
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-image {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.image-credit-link {
  font-size: 14px;
}

.video {
  margin-top: 32px;
  margin-bottom: 32px;
}

.characterizing-lead-in {
  margin-top: 16px;
  margin-bottom: 16px;
}

.image-5 {
  max-width: 100%;
}

.timeline-grid {
  width: 95%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  -ms-grid-columns: 0.6fr 1fr;
  grid-template-columns: 0.6fr 1fr;
}

.contact-info-text-block {
  padding-top: 0px;
  padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.dark-purple {
    padding-right: 50px;
    padding-left: 50px;
  }

  .styleguide-block {
    text-align: center;
  }

  .container {
    padding: 70px 36px;
  }

  .container.hero {
    padding: 93px 20px;
  }

  .container.timeline {
    height: auto;
  }

  .container.narrow {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.mission {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo.yellow {
    text-shadow: 0 0 3px #512178;
  }

  .heading-jumbo.yellow.hero {
    text-shadow: 3px 1px 0 #512178;
  }

  .heading-jumbo.yellow.slightly-smaller {
    font-size: 50px;
    line-height: 120%;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .menu-icon {
    display: block;
    color: #f9f8fc;
  }

  .menu {
    position: static;
    margin-left: 30px;
  }

  .navigation-wrap {
    background-color: #3c3c3c;
  }

  .navigation {
    padding: 8px 30px;
  }

  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    padding: 10px;
    background-color: #575757;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .dropdown-toggle {
    background-color: #3c3c3c;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 120%;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 120%;
    font-weight: 700;
  }

  .heading-3.center {
    text-align: center;
  }

  .heading-4 {
    font-size: 25px;
    text-align: center;
  }

  .heading-4.light-purple.right-justify.neg-margin {
    margin-top: 0px;
    margin-right: 100px;
  }

  .heading-4.white.timeline {
    text-align: left;
  }

  .heading-4.left {
    text-align: left;
  }

  .heading-5 {
    font-size: 18px;
  }

  .heading-5.mid-purple.center {
    text-align: center;
  }

  .body-text {
    font-size: 16px;
  }

  .body-text.large {
    font-size: 18px;
  }

  .color-block.primary-dark {
    background-color: #433251;
  }

  .cta-button {
    font-size: 30px;
  }

  .cta-button.secondary {
    font-size: 25px;
  }

  .cta-button.exoplanet {
    text-align: center;
  }

  .hero-div.text {
    max-width: 600px;
  }

  .hero-div.text.mission-goals {
    padding-left: 40px;
  }

  .hero-div.image {
    top: -15%;
    right: -12%;
    max-width: 80%;
  }

  .hero-landing-planet-ball {
    margin-top: -149px;
  }

  .mission-timeline-grid {
    grid-row-gap: 50px;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .narrow-youtube-div {
    margin-right: 84px;
    margin-left: 84px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-title {
    margin-bottom: 0px;
  }

  .footer-link-wrapper {
    margin-right: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-link-subwrapper {
    min-width: 125px;
    margin-right: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-link {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: 0px;
  }

  .top-wrapper-f6 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-logo-wrapper {
    margin-left: 50px;
    padding-top: 16px;
  }

  .tab-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .mission-goals-grid {
    margin-right: 40px;
    margin-left: 40px;
  }

  .mission-goals-grid._2-section {
    margin-right: 25px;
    margin-left: 25px;
  }

  .cta-grid {
    padding-right: 39px;
    padding-left: 39px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .dropdown-list-2 {
    padding: 40px 80px;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mission-section-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .mission-overview {
    max-width: 60%;
  }

  ._404-image {
    max-width: 60%;
  }

  ._404-div.text {
    padding-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._404-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .container {
    padding-right: 22px;
    padding-left: 22px;
    text-align: center;
  }

  .container.hero {
    background-color: #512178;
  }

  .container.hero.mission-goals {
    background-color: transparent;
  }

  .container._404 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.coming-soon {
    height: 50vh;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo.yellow.hero {
    text-align: left;
  }

  .heading-jumbo.yellow.mission-goals {
    text-align: left;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .navigation {
    padding: 16px 30px;
  }

  .cta-wrap {
    padding-right: 30px;
    padding-left: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-2.mission-timeline {
    margin-top: 47px;
  }

  .heading-3 {
    font-weight: 700;
  }

  .heading-3.purple-mid.mission-goals {
    text-align: left;
  }

  .heading-3.light-purple.hero {
    text-align: left;
  }

  .heading-3.purple.left {
    text-align: left;
  }

  .heading-4 {
    text-align: left;
  }

  .heading-4.light-purple.right-justify.neg-margin {
    margin-right: 10px;
  }

  .heading-4.white.timeline {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .heading-4.left {
    color: #512178;
    text-align: left;
  }

  .body-text.light-purple.timeline {
    text-align: left;
  }

  .body-text.white.timeline {
    text-align: left;
  }

  .body-text.bullets {
    padding-right: 10px;
    padding-left: 10px;
  }

  .body-text.left {
    text-align: left;
  }

  .body-text.contact-us-text {
    text-align: left;
  }

  .container-2 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .cta-button.secondary {
    font-size: 25px;
  }

  .hero-div.text.mission-goals {
    padding-left: 34px;
  }

  .hero-landing-planet-ball {
    margin-top: 0px;
  }

  .planet-questions-grid {
    -ms-grid-columns: 1fr 0.25fr 1fr;
    grid-template-columns: 1fr 0.25fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .mission-timeline-grid {
    grid-column-gap: 24px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .timeline-image._1 {
    margin-bottom: 50px;
  }

  .narrow-youtube-div {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-link-wrapper {
    margin-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .footer-link-subwrapper {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
  }

  .footer-link {
    text-align: left;
  }

  .footer-logo-wrapper {
    margin-left: 1px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mission-goals-grid {
    margin-right: 30px;
    margin-left: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .mission-goals-grid.image-left {
    grid-row-gap: 40px;
  }

  .mission-goals-div.image {
    padding-left: 0px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .dropdown-list-2 {
    padding: 30px 60px;
  }

  .faq-container {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dropdown-question-text {
    padding-left: 20px;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bio-email-link.left {
    text-align: left;
  }

  .mission-section-div {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mission-overview {
    max-width: 80%;
  }

  ._404-image {
    max-width: 80%;
  }

  ._404-div.text {
    min-width: auto;
  }

  .image-credit-link {
    font-size: 12px;
  }

  .timeline-grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-info-text-block {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.hero {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.hero.science {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.dark-purple {
    padding-bottom: 84px;
  }

  .container {
    padding: 40px 16px;
  }

  .container.hero {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .container.hero.mission-goals {
    padding-left: 0px;
  }

  .container.cta {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.mission {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .container._404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo.yellow.hero {
    text-align: left;
    text-shadow: 3px 0 0 #512178;
  }

  .heading-jumbo.yellow.slightly-smaller {
    font-size: 40px;
  }

  .heading-jumbo.yellow.mission-goals {
    line-height: 120%;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding: 10px 20px;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cta-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .header-nav-dropdown {
    background-color: #3c3c3c;
  }

  .dropdown-toggle {
    background-color: #3c3c3c;
  }

  .side-text-grid {
    grid-auto-flow: row;
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .heading-2 {
    font-size: 25px;
  }

  .heading-3 {
    font-size: 25px;
    line-height: 115%;
    font-weight: 700;
  }

  .heading-3.purple-mid {
    font-size: 20px;
  }

  .heading-3.light-purple {
    text-shadow: 2px 1px 0 #512178;
  }

  .heading-3.light-purple.hero {
    text-align: left;
  }

  .heading-4 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }

  .heading-4.light-purple.right-justify.neg-margin {
    text-align: center;
  }

  .heading-4.white.timeline {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4.white.centered {
    font-size: 21px;
  }

  .heading-5 {
    overflow: visible;
    max-width: 200px;
    font-size: 16px;
    line-height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-5.mid-purple.center {
    max-width: none;
    line-height: 120%;
  }

  .heading-5.purple.wide {
    max-width: none;
    line-height: 120%;
  }

  .body-text {
    font-size: 14px;
  }

  .body-text.light-purple.timeline {
    text-align: left;
  }

  .body-text.white.timeline {
    text-align: left;
  }

  .body-text.large {
    font-size: 16px;
  }

  .body-text.bullets {
    padding-left: 0px;
    background-color: #f2f2f7;
    text-align: left;
  }

  .body-text.left {
    text-align: left;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .color-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .color-block-parent {
    width: 30%;
    margin-right: 3%;
  }

  .cta-button {
    padding: 8px 10px;
    font-size: 18px;
    font-weight: 700;
  }

  .cta-button.secondary {
    font-size: 24px;
    line-height: 120%;
  }

  .cta-button.exoplanet {
    margin-bottom: 40px;
    line-height: 130%;
  }

  .hero-div.text {
    max-width: none;
  }

  .hero-div.image {
    top: 2%;
    right: -15%;
  }

  .hero-landing-planet-ball {
    max-width: 100%;
    margin-top: 0px;
  }

  .planet-questions-grid {
    padding-top: 60px;
    padding-bottom: 80px;
    grid-row-gap: 63px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .question-planet-2 {
    margin-left: -42px;
    padding-left: 0px;
  }

  .timeline-image._1 {
    margin-bottom: 40px;
  }

  .timeline-image._2 {
    margin-bottom: 40px;
  }

  .timeline-image._3 {
    margin-bottom: 40px;
  }

  .timeline-image._4 {
    margin-bottom: 40px;
  }

  .footer-link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-wrapper-f6 {
    -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;
  }

  .footer-logo-wrapper {
    margin-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mission-goals-grid {
    margin-right: 15px;
    margin-left: 15px;
  }

  .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-grid {
    padding-right: 6px;
    padding-left: 6px;
  }

  .dropdown-list-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 30px;
  }

  .faq-container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .faq-icon {
    margin-right: 10px;
  }

  .dropdown-question-text {
    padding-left: 0px;
    line-height: 120%;
  }

  .bio-email-link {
    padding-top: 5px;
  }

  .bio-email-link.media {
    font-size: 15px;
  }

  .bio-image {
    width: 100%;
  }

  .mission-section-div {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mission-overview {
    max-width: 95%;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  ._404-image {
    max-width: 95%;
  }

  .timeline-grid {
    grid-row-gap: 24px;
  }

  .contact-info-text-block {
    font-size: 14px;
  }
}

#w-node-_2aa3e55a-3e3c-6b9f-cbed-a815c053bbab-d7d74b0d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b6830ad6-c479-67c5-1073-a659441f1114-d7d74b0d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-c86551c9-b9d6-4576-3b3b-23b00185217b-d7d74b0d {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8db4683d-4e36-86dc-4745-15bdd30eb9eb-d7d74b0d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dce8b234-0814-d999-6c0b-16151413060f-d7d74b0d {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_47e843bc-3a92-3f94-adc1-f0bbae8da3e2-d7d74b0d {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0c98a6eb-cb06-8c15-c938-520dbf6f65c7-d7d74b0d {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-dfd2c579-fd4e-5f2a-8d27-3d8bd756cc3b-d7d74b0d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-b811bf8b-a213-0d9a-46f1-b799a59d5c06-d7d74b0d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fbade4e1-c199-f744-ccdc-0f6895efc2a7-d7d74b0d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_2e92a0a8-1659-78dc-cbb9-a50e12553264-d7d74b0d {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-ae2d8b23-9b44-8e6c-f741-120c50e7ea76-d7d74b0d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d3124fcf-3b4e-ea69-a824-dd6beb313f47-e4fe050b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e808c81a-23a0-78a6-e3f8-7646128b01d5-e4fe050b {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c88e7129-6ff9-f93f-a735-e915c8885a09-e4fe050b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0c5894a0-83c8-b17c-1051-764a441df298-e4fe050b {
  -ms-grid-row: span 4;
  grid-row-start: span 4;
  -ms-grid-row-span: 4;
  grid-row-end: span 4;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fe14a249-bf0b-dad2-6b8c-16daa1ecceed-e4fe050b {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-f249ef21-9652-32d3-f678-f0b91ef55869-e4fe050b {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b21a1632-18a0-d1b4-b1e4-eb3e97987e63-6eba98ad {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b12b538f-16a4-5014-a71c-951ea66b17db-6eba98ad {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f249ef21-9652-32d3-f678-f0b91ef55869-6eba98ad {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_3670d2ac-8f4c-ac59-66b5-0153c5cb0e85-a818b53f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1529d2d6-f3f9-ab31-7bd5-ee5636968c3a-d2d05a7c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_54ebcf0a-a912-4265-842e-1cc79788b56a-4f196763 {
  -ms-grid-row: span 6;
  grid-row-start: span 6;
  -ms-grid-row-span: 6;
  grid-row-end: span 6;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_54ebcf0a-a912-4265-842e-1cc79788b57a-4f196763 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_54ebcf0a-a912-4265-842e-1cc79788b583-4f196763 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_9a726613-6200-ac9e-b4f3-fdc6035bfe73-ba82714f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e3582b3d-f690-88d6-322a-7fa155de7aa5-c7a50d97 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-b6830ad6-c479-67c5-1073-a659441f1114-d7d74b0d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-f50473ce-5ff2-363b-01fc-546223dbcdca-d7d74b0d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-b5a4d2af-c2a0-00fd-5848-73201fabd996-d7d74b0d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-dce8b234-0814-d999-6c0b-16151413060f-d7d74b0d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-edd87525-52e3-7c83-60de-0b9c0d388c0e-d7d74b0d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fe14a249-bf0b-dad2-6b8c-16daa1ecceed-e4fe050b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c88e7129-6ff9-f93f-a735-e915c8885a09-e4fe050b {
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fe14a249-bf0b-dad2-6b8c-16daa1ecceed-e4fe050b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_54ebcf0a-a912-4265-842e-1cc79788b55a-4f196763 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_54ebcf0a-a912-4265-842e-1cc79788b561-4f196763 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_54ebcf0a-a912-4265-842e-1cc79788b56a-4f196763 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c98a6eb-cb06-8c15-c938-520dbf6f65c7-d7d74b0d {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-b811bf8b-a213-0d9a-46f1-b799a59d5c06-d7d74b0d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-ae2d8b23-9b44-8e6c-f741-120c50e7ea76-d7d74b0d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-column-align: auto;
    justify-self: auto;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-fe14a249-bf0b-dad2-6b8c-16daa1ecceed-e4fe050b {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis.black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis.regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/metropolis.medium.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}