:root {
  --cyan: #28d2c8;
}

body {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #fff;
  text-decoration: none;
}

.body {
  background-color: #000;
  background-image: url('../images/deepspace-stars.jpg');
  background-size: cover;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.header {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding-left: 30px;
  padding-right: 34px;
  display: flex;
  position: relative;
}

.image {
  width: 18vw;
  max-width: 265px;
}

.footer {
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 50px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 0 30px 150px 40px #6dff7c12;
}

.about-us-section {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 50%;
  height: 80%;
  margin-right: 35px;
  padding-right: 35px;
  display: flex;
}

.clients-section {
  grid-column-gap: 28px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 50%;
  min-width: 50%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.client-logo {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}

.bio {
  text-align: justify;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 20px;
}

.content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content.technology {
  z-index: 2;
  background-color: #000000bf;
  display: flex;
}

.galaxy-wrapper {
  transform-style: preserve-3d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -150px;
  display: flex;
  transform: perspective(1600px)rotateX(65deg)rotateY(-14deg)rotateZ(0);
}

.galaxy-rotation {
  border-radius: 100%;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  display: block;
}

.black-hole-glow {
  opacity: 1;
  width: 60vw;
  max-width: none;
  margin-top: -66px;
  position: absolute;
}

.topnav {
  z-index: 2;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 77%;
  height: 43vw;
  display: flex;
  position: absolute;
}

.topnav.solarsystem {
  display: none;
}

.topnav-linkblock {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding: 15px 20px;
  display: flex;
  position: absolute;
}

.topnav-linkblock.technology {
  cursor: pointer;
  top: 5%;
  right: 37%;
}

.topnav-linkblock.technology.rotated {
  flex: 0 auto;
  position: relative;
  inset: auto 42% -2% auto;
}

.topnav-linkblock.research {
  bottom: 44%;
  left: 16%;
}

.topnav-linkblock.research.rotated {
  position: relative;
  inset: -29% 87% auto auto;
}

.topnav-linkblock._3d-printing {
  bottom: 42%;
  right: 18%;
}

.topnav-linkblock._3d-printing.rotated {
  position: relative;
  top: -52%;
  bottom: auto;
  right: -12%;
}

.topnav-linkblock.machining {
  top: 27%;
  left: 21%;
}

.topnav-linkblock.machining.rotated {
  position: relative;
  top: -90%;
  left: auto;
  right: 42%;
}

.four-point-star {
  z-index: 2;
  cursor: pointer;
  background-image: radial-gradient(circle, #ff00dda1 3%, #8100b000 66%);
  border-radius: 100%;
  width: 30px;
  max-width: none;
  padding: 5px;
  position: relative;
}

.four-point-star.large {
  cursor: default;
  background-image: radial-gradient(circle, #fff 3%, #ff00dd69 29%, #8100b000 57%);
  width: 40px;
  transform: scale(1.4);
}

.four-point-star.smaller {
  background-image: none;
  width: 23px;
  position: absolute;
  transform: rotate(45deg);
}

.four-point-star.smaller.large {
  width: 37px;
}

.topnav-linktext {
  opacity: .3;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  margin-top: -7px;
  padding: 10px;
  font-size: 16px;
  position: absolute;
  inset: 89% auto auto;
}

.star-ring-hover-wrapper {
  z-index: 1;
  cursor: default;
  background-image: none;
  border: 1px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  padding: 20px;
  display: flex;
  position: absolute;
}

.star-ring-hover-wrapper.large {
  cursor: default;
  width: 46px;
  height: 46px;
}

.star-blurb {
  opacity: 0;
  text-align: center;
  background-color: #0009;
  width: 325px;
  padding: 92px 20px 25px;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  inset: 118% auto auto -269%;
}

.star-blurb.technology {
  opacity: 0;
  width: 450px;
  top: -20%;
  left: auto;
}

.star-blurb._3d-printing {
  width: 400px;
  top: -20%;
  left: auto;
}

.star-blurb.research {
  opacity: 0;
  width: 620px;
  display: block;
  top: -20%;
  left: auto;
}

.star-blurb.machining {
  opacity: 0;
  width: 450px;
  top: -20%;
  left: auto;
}

.star-system-wrapper {
  transform-style: preserve-3d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: perspective(529px)rotateX(60deg)rotateY(0)rotateZ(0);
}

.star-system-wrapper.technology {
  opacity: 1;
  width: 600px;
  max-width: none;
  height: 600px;
  max-height: none;
  position: absolute;
  transform: none;
}

.planet-orbit {
  border: 1.5px solid #fff3;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.planet-orbit._1 {
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  display: flex;
}

.planet-orbit._2 {
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 340px;
  display: flex;
}

.planet-orbit._3 {
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 440px;
  display: flex;
}

.planet-orbit._4 {
  justify-content: center;
  align-items: center;
  width: 540px;
  height: 540px;
  display: flex;
}

.planet-orbit._5 {
  justify-content: center;
  align-items: center;
  width: 640px;
  height: 640px;
  display: flex;
}

.planet-orbit._6 {
  justify-content: center;
  align-items: center;
  width: 740px;
  height: 740px;
  display: flex;
}

.planet-ring {
  color: #fff6;
  text-transform: none;
  border: 1px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  transition: right .2s, bottom .2s, left .2s, top .2s, height .2s, width .2s;
  display: flex;
  position: absolute;
  inset: -16px -16px auto auto;
}

.planet-ring:hover {
  color: #fff;
  border-color: #fff;
  width: 44px;
  height: 44px;
}

.planet-ring._3 {
  inset: auto auto -16px -16px;
}

.planet-ring._3:hover {
  bottom: -23px;
  left: -23px;
}

.planet-ring._4:hover {
  top: -23px;
  right: -23px;
}

.planet-ring._5 {
  inset: -111px auto auto 204px;
}

.planet-ring._5:hover {
  top: -122px;
  left: 197px;
}

.planet-ring._1 {
  inset: auto -16px -16px auto;
}

.planet-ring._1:hover {
  bottom: -23px;
  right: -23px;
}

.planet-ring._2 {
  inset: -16px auto auto -16px;
}

.planet-ring._2:hover {
  top: -23px;
  left: -23px;
}

.planet-ring._6 {
  inset: auto -16px -16px auto;
}

.planet-ring._6:hover {
  bottom: -23px;
  right: -23px;
}

.planet-photo {
  cursor: pointer;
  object-fit: cover;
  border-radius: 100%;
  width: 60%;
  height: 60%;
}

.planet-name {
  text-transform: uppercase;
  white-space: nowrap;
  position: absolute;
  bottom: -22px;
}

.topnav-linkblock-large {
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
  position: absolute;
}

.topnav-linkblock-large.technology {
  cursor: pointer;
  top: 5%;
  right: 37%;
}

.topnav-linkblock-large.technology.large {
  cursor: default;
}

.topnav-linktext-large {
  opacity: 1;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  margin-top: 2px;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  inset: 89% auto auto;
}

.close-button {
  color: #fff6;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #fff6;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 3px 8px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: -419% -407% auto auto;
}

.close-button:hover {
  color: #fff;
  background-color: #ffffff1a;
  border-color: #fff;
}

.close-button.technology {
  z-index: 20;
  text-align: center;
  width: 300px;
  padding: 0 12px 0 15px;
  display: flex;
  position: absolute;
  bottom: -41.5px;
}

.close-button.planet-popup {
  z-index: 1;
  width: 100px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0%;
  bottom: auto;
  right: 0%;
}

.close-button.planet-popup:hover {
  background-color: #ffffff24;
}

.close-text {
  letter-spacing: .4em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-left: 2px;
  font-size: 11px;
  line-height: 18px;
  position: static;
  bottom: -22px;
}

.demonstrators-rotater {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 29vw;
  height: 29vw;
  margin-top: -4.25vw;
  display: flex;
  position: absolute;
  transform: none;
}

.research-rotater {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 17vw;
  height: 17vw;
  margin-top: -4vw;
  margin-left: -1vw;
  display: flex;
  position: absolute;
  transform: none;
}

.manufacturing-rotater {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 29vw;
  height: 29vw;
  margin-top: -4.25vw;
  display: flex;
  position: absolute;
  transform: none;
}

.d3printing-rotater {
  text-align: right;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 17vw;
  height: 17vw;
  margin-top: -4vw;
  margin-left: -1vw;
  display: flex;
  position: absolute;
  transform: none;
}

.star-ring {
  z-index: 1;
  cursor: pointer;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
}

.star-ring.large {
  cursor: default;
  width: 46px;
  height: 46px;
}

.star-ring.solar-system {
  cursor: default;
  width: 60px;
  height: 60px;
}

.topnav-linkblock-solarsystem {
  justify-content: center;
  align-items: center;
  margin-top: -20px;
  padding: 15px 20px;
  display: flex;
  position: absolute;
}

.topnav-linkblock-solarsystem.technology {
  cursor: pointer;
  top: 5%;
  right: 37%;
}

.topnav-linkblock-solarsystem.technology.rotated {
  cursor: default;
  flex: 0 auto;
  margin-top: 0;
  position: relative;
  inset: auto;
}

.topnav-linkblock-solarsystem.research {
  bottom: 44%;
  left: 16%;
}

.topnav-linkblock-solarsystem.research.rotated {
  position: relative;
  inset: -29% 87% auto auto;
}

.topnav-linkblock-solarsystem._3d-printing {
  bottom: 42%;
  right: 18%;
}

.topnav-linkblock-solarsystem._3d-printing.rotated {
  position: relative;
  top: -52%;
  bottom: auto;
  right: -12%;
}

.topnav-linkblock-solarsystem.machining {
  top: 27%;
  left: 21%;
}

.topnav-linkblock-solarsystem.machining.rotated {
  position: relative;
  top: -90%;
  left: auto;
  right: 42%;
}

.topnav-ss {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 77%;
  height: 43vw;
  display: flex;
  position: absolute;
}

.topnav-ss.solarsystem {
  display: none;
}

.planet-rotater {
  justify-content: center;
  align-items: center;
  width: 70.5%;
  height: 70.5%;
  position: relative;
}

.content-starsystem {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-starsystem.technology, .content-starsystem.manufacturing, .content-starsystem.d3printing, .content-starsystem.research {
  z-index: 2;
  background-color: #000000b3;
  background-image: linear-gradient(#0000 7%, #000000c7 82%);
  padding-top: 75px;
  padding-bottom: 0;
  display: none;
}

.planet-popups {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.planet-popups.technology {
  z-index: 2;
  background-color: #000000bf;
  display: flex;
}

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

.planet {
  z-index: 30;
  background-color: #000000c2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 74px;
  padding-bottom: 180px;
  display: none;
  position: relative;
}

.planet.tech-renewable, .planet.tech-medical, .planet.tech-dental, .planet.tech-aero, .planet.tech-consumer, .planet.rsrch-aero, .planet.rsrch-auto, .planet.rsrch-energy, .planet.rsrch-robotics, .planet.rsrch-electro, .planet.rsrch-firmware, .planet.d3p-fdm, .planet.d3p-polyjet, .planet.d3p-sla, .planet.man-cnc, .planet.man-camjig, .planet.man-autoeng, .planet.man-metrology {
  display: none;
}

.planet-popup-widget {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 80vw;
  height: 30vw;
  padding: 0;
  display: flex;
  position: relative;
}

.planet-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1d4840a6;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  height: 575px;
  min-height: 0;
  max-height: 30vw;
  margin: 0;
  padding: 0 25px 0 12vw;
  font-size: 13px;
  line-height: 18px;
  display: flex;
  position: static;
  overflow: auto;
}

.slider {
  background-color: #ddd0;
  border-radius: 100%;
  flex: 0 auto;
  align-self: auto;
  width: 30vw;
  height: 30vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.planet-popup-title {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 300;
}

.contact-div {
  z-index: 2;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  width: 15vw;
  display: flex;
  position: relative;
}

.contact-us {
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  width: 130px;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.contact-us:hover {
  color: var(--cyan);
  text-decoration: none;
}

.contact-us.close {
  width: auto;
  margin-top: 24px;
  position: static;
}

.email-link {
  color: #28d2c8;
  cursor: pointer;
  margin-bottom: 10px;
}

.email-link:hover {
  color: #75fff7;
  text-decoration: underline;
}

.slide-2 {
  background-image: url('../images/Grizzly.PNG');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Gulf.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  background-color: #00000080;
  padding: 28px 30px 40px;
}

.slide-nav.singleimg {
  display: none;
}

.arrow-icon {
  background-color: #00000080;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 11px;
  font-size: 22px;
  display: flex;
}

.arrow-icon.singleimg {
  display: none;
}

.planet-info-closebtn-holder {
  text-align: right;
  justify-content: flex-end;
  align-self: auto;
  width: 80vw;
  margin-bottom: -19px;
  padding-top: 20px;
  display: flex;
}

.latin {
  letter-spacing: .3em;
  text-transform: uppercase;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 100;
}

.latin.mobile {
  display: none;
}

.contact-drawer {
  z-index: 3;
  background-color: #182a22;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  margin-right: 0;
  padding: 46px;
  display: flex;
  position: absolute;
  inset: 0% -300px auto auto;
}

.content-machining {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-machining.technology, .content-machining.machining {
  z-index: 2;
  background-color: #000000b3;
  background-image: linear-gradient(#0000 7%, #000000c7 82%);
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.content-3dprinting {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-3dprinting.technology, .content-3dprinting.machining {
  z-index: 2;
  background-color: #000000b3;
  background-image: linear-gradient(#0000 7%, #000000c7 82%);
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.content-3dprinting._3dprinting {
  z-index: 2;
  background-color: #000000b3;
  background-image: linear-gradient(#0000 7%, #000000c7 82%);
  padding-top: 75px;
  padding-bottom: 0;
  display: none;
}

.content-research {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.content-research.technology, .content-research.machining, .content-research._3dprinting {
  z-index: 2;
  background-color: #000000b3;
  background-image: linear-gradient(#0000 7%, #000000c7 82%);
  padding-top: 75px;
  padding-bottom: 0;
  display: flex;
}

.content-research.research {
  z-index: 2;
  background-color: #000000b3;
  background-image: linear-gradient(#0000 7%, #000000c7 82%);
  padding-top: 75px;
  padding-bottom: 0;
  display: none;
}

.planet-img-gallery {
  width: 100%;
  max-width: none;
  height: 100%;
}

.slide-4 {
  background-image: url('../images/Gulf.jpg');
  background-position: 50%;
  background-size: cover;
}

.planet-blurb {
  max-width: 500px;
}

.star-blurb-tablet {
  opacity: 0;
  text-align: center;
  background-color: #0009;
  width: 325px;
  padding: 92px 20px 25px;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  inset: 118% auto auto -269%;
}

.star-blurb-tablet.technology {
  width: 450px;
  top: -20%;
  left: auto;
}

.star-blurb-tablet._3d-printing {
  width: 400px;
  top: -20%;
  left: auto;
}

.star-blurb-tablet.research {
  width: 650px;
  top: -20%;
  left: auto;
}

.star-blurb-tablet.machining {
  width: 450px;
  top: -20%;
  left: auto;
}

.planet-ring-tablet {
  color: #fff6;
  text-transform: none;
  border: 1px solid #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 12px;
  transition: right .2s, bottom .2s, left .2s, top .2s, height .2s, width .2s;
  display: flex;
  position: absolute;
  inset: -16px -16px auto auto;
}

.planet-ring-tablet:hover {
  color: #fff;
  border-color: #fff;
}

.planet-ring-tablet._3 {
  inset: auto auto -16px -16px;
}

.planet-ring-tablet._3:hover {
  bottom: -23px;
  left: -23px;
}

.planet-ring-tablet._4:hover {
  top: -23px;
  right: -23px;
}

.planet-ring-tablet._5 {
  inset: -111px auto auto 204px;
}

.planet-ring-tablet._5:hover {
  top: -122px;
  left: 197px;
}

.planet-ring-tablet._1 {
  inset: auto -16px -16px auto;
}

.planet-ring-tablet._1:hover {
  bottom: -23px;
  right: -23px;
}

.planet-ring-tablet._2 {
  inset: -16px auto auto -16px;
}

.planet-ring-tablet._2:hover {
  top: -23px;
  left: -23px;
}

.planet-ring-tablet._6 {
  inset: auto -16px -16px auto;
}

.planet-ring-tablet._6:hover {
  bottom: -23px;
  right: -23px;
}

.right-arrow, .left-arrow {
  display: block;
}

.footernav-mobile {
  display: none;
}

.contact-drawer-wrapper {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.container {
  justify-content: flex-start;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
}

.sub-header {
  display: flex;
}

.image-2 {
  width: 18px;
  max-width: 265px;
  padding-left: 0;
}

.header2 {
  z-index: 1;
  order: 0;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-top: -10px;
  padding-left: 50px;
  padding-right: 34px;
  display: flex;
  position: relative;
}

.image2 {
  cursor: pointer;
  width: 18vw;
  max-width: 180px;
  display: inline-block;
}

.cert-popup {
  z-index: 100;
  flex: none;
  justify-content: center;
  display: none;
  position: fixed;
  inset: 0% 10%;
}

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

.div-block-2, .div-block-3 {
  max-width: 50%;
}

.cert-close-box {
  clear: right;
  cursor: pointer;
  background-color: #3f3e3e;
  border: 1px solid #fff;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100px;
  height: 25px;
  margin-top: 15px;
  margin-left: -115px;
  margin-right: 0;
  display: flex;
}

.cert-down-box {
  clear: right;
  cursor: pointer;
  background-color: #3f3e3e;
  border: 1px solid #fff;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 130px;
  height: 25px;
  margin-top: 15px;
  margin-left: -270px;
  margin-right: 0;
  display: flex;
}

.close-text-copy, .down-text {
  letter-spacing: .4em;
  text-transform: uppercase;
  white-space: nowrap;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1px;
  padding-left: 2px;
  font-size: 11px;
  line-height: 18px;
  position: static;
  bottom: -22px;
}

.rich-text-block {
  margin-bottom: -10px;
}

.rich-text-block-2 {
  margin-top: 10px;
  margin-bottom: -10px;
}

.edu-div {
  overflow: visible;
}

.edu {
  pointer-events: auto;
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  width: 130px;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.edu:hover {
  color: var(--cyan);
  text-decoration: none;
}

.edu.close {
  width: auto;
  margin-top: 24px;
  position: static;
}

.link-block {
  cursor: pointer;
}

.edu-copy {
  pointer-events: auto;
  text-align: right;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  width: 130px;
  margin-bottom: 0;
  padding: 5px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.edu-copy:hover {
  color: var(--cyan);
  text-decoration: none;
}

.edu-copy.close {
  width: auto;
  margin-top: 24px;
  position: static;
}

.link-block-2 {
  text-align: right;
  letter-spacing: .1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 130px;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .header {
    height: 64px;
  }

  .image {
    margin-right: 20px;
  }

  .footer {
    flex-direction: column-reverse;
    padding-top: 0;
  }

  .about-us-section {
    border-top: 1px solid #fff;
    border-right-style: none;
    width: 100%;
    min-width: 0%;
    height: auto;
    margin-right: 0;
    padding-top: 20px;
    padding-right: 0;
  }

  .clients-section {
    grid-column-gap: 32px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    min-width: 0%;
    height: auto;
  }

  .client-logo {
    max-width: 85%;
    max-height: 35px;
  }

  .topnav-linktext {
    opacity: 1;
    background-color: #00000038;
  }

  .star-blurb.technology, .star-blurb._3d-printing, .star-blurb.research, .star-blurb.machining, .close-button {
    display: none;
  }

  .close-button.planet-popup {
    margin-top: 3vw;
    display: flex;
  }

  .close-button.tablet {
    width: 200px;
    height: 30px;
    margin-bottom: 15px;
    display: flex;
    position: fixed;
    bottom: 0;
  }

  .close-button.tablet.mobile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .close-button.tablet.mobile.planets {
    display: none;
  }

  .topnav-linkblock-solarsystem.technology.rotated {
    transform: scale(.94);
  }

  .content-starsystem.technology {
    margin-top: -65px;
    padding-top: 0;
    display: none;
  }

  .content-starsystem.manufacturing {
    margin-top: -53px;
    padding-top: 0;
    display: none;
  }

  .content-starsystem.d3printing {
    margin-top: -65px;
    padding-top: 0;
    display: none;
  }

  .content-starsystem.research {
    margin-top: -111px;
    padding-top: 0;
    display: none;
  }

  .planet {
    background-color: #000000e6;
  }

  .planet.tech-renewable, .planet.tech-dental, .planet.tech-aero, .planet.tech-consumer, .planet.rsrch-aero, .planet.rsrch-auto, .planet.d3p-fdm {
    display: none;
  }

  .planet-info {
    height: 300px;
    max-height: none;
  }

  .contact-div {
    width: 17vw;
  }

  .slide-nav {
    padding-top: 14px;
    padding-bottom: 32px;
  }

  .arrow-icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .latin {
    font-size: 20px;
  }

  .latin.mobile {
    display: none;
  }

  .star-blurb-tablet {
    z-index: 0;
    opacity: 1;
    text-align: left;
    background-color: #202020;
    width: 100vw;
    margin-bottom: 0;
    padding: 20px 20px 56px;
    font-size: 12px;
    line-height: 18px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .right-arrow, .left-arrow {
    width: 50px;
  }

  .header2 {
    height: 64px;
  }

  .image2 {
    margin-right: 20px;
  }

  .cert-popup {
    flex: 1;
  }

  .rich-text-block {
    margin-bottom: -12px;
  }

  .rich-text-block-2 {
    margin-top: 10px;
    margin-bottom: -12px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }

  .header {
    z-index: 2;
    background-image: linear-gradient(#000, #0000);
    align-items: flex-start;
    height: 140px;
    padding-top: 16px;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image {
    width: 30vw;
    max-width: 180px;
  }

  .footer {
    box-shadow: none;
    flex-direction: column;
    margin-top: 12px;
    padding-top: 50px;
    padding-bottom: 200px;
    position: relative;
  }

  .about-us-section {
    border-top-style: none;
    border-bottom: 1px solid #fff;
    margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .clients-section {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 500px;
  }

  .client-logo {
    max-width: 160px;
    max-height: 60px;
  }

  .bio {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
  }

  .content {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .galaxy-wrapper {
    align-items: flex-start;
    width: 12500px;
    height: 1250px;
    margin-top: -430px;
    position: relative;
    inset: 0% 0% auto;
    transform: perspective(1600px)rotateX(65deg)rotateY(-14deg)rotateZ(0);
  }

  .galaxy-rotation {
    width: 1250px;
    max-width: none;
    height: 1250px;
  }

  .black-hole-glow {
    width: 400px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .topnav, .four-point-star.large, .four-point-star.smaller.large, .star-ring-hover-wrapper {
    display: none;
  }

  .star-system-wrapper.technology {
    justify-content: space-around;
    width: 100vw;
    height: auto;
    display: flex;
    position: relative;
  }

  .planet-orbit {
    border-style: none;
    width: auto;
    height: auto;
    position: relative;
  }

  .planet-orbit._1, .planet-orbit._2, .planet-orbit._3, .planet-orbit._4, .planet-orbit._5, .planet-orbit._6 {
    width: auto;
    height: auto;
  }

  .planet-ring {
    border-style: none;
    border-radius: 0%;
    width: 78px;
    height: 40px;
    position: static;
  }

  .planet-ring:hover {
    width: 78px;
    height: 40px;
  }

  .planet-ring._3.consumer {
    width: 100px;
  }

  .planet-ring._4._115, .planet-ring._5._115 {
    width: 115px;
  }

  .planet-ring._1 {
    height: 40px;
  }

  .planet-ring._1._55 {
    width: 55px;
  }

  .planet-ring._2._130, .planet-ring._6._130 {
    width: 130px;
  }

  .planet-photo {
    width: 40px;
    height: 40px;
    display: none;
  }

  .planet-name {
    color: var(--cyan);
    font-size: 10px;
    position: absolute;
    top: 12px;
    bottom: 0;
  }

  .topnav-linktext-large {
    display: none;
  }

  .close-button.tablet.mobile {
    z-index: 150;
    background-color: var(--cyan);
    color: #000;
    border-style: none;
    width: 100vw;
    height: 61px;
    margin-bottom: 0;
    font-size: 14px;
    box-shadow: 0 -7px 300px #3c4242;
  }

  .close-button.tablet.mobile.planets {
    display: flex;
  }

  .close-text.mobile {
    font-size: 14px;
  }

  .topnav-linkblock-solarsystem.technology.rotated {
    z-index: 1;
    background-color: #2e2e2e;
    width: 100vw;
    padding: 8px 10px 12px;
    display: flex;
    position: relative;
    transform: none;
  }

  .planet-rotater {
    width: 40px;
    height: 40px;
  }

  .planet-rotater._1 {
    width: auto;
    height: 40px;
  }

  .planet-rotater._2, .planet-rotater._3, .planet-rotater._4, .planet-rotater._5, .planet-rotater._6 {
    width: auto;
  }

  .content-starsystem.technology, .content-starsystem.manufacturing, .content-starsystem.d3printing {
    background-color: #202020;
    justify-content: flex-start;
    margin-top: 0;
    display: none;
    position: fixed;
  }

  .content-starsystem.research {
    background-color: #202020;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    display: none;
    position: fixed;
  }

  .planet-popups {
    justify-content: flex-start;
    width: 100vw;
  }

  .planet {
    background-color: #000;
    flex: none;
    justify-content: flex-start;
    height: 100%;
    min-height: 0;
    margin-top: 61px;
    padding-top: 0;
    padding-bottom: 100px;
    display: flex;
    position: fixed;
    overflow: scroll;
  }

  .planet.tech-dental {
    height: 100vh;
    display: none;
  }

  .planet.tech-aero, .planet.tech-consumer, .planet.rsrch-firmware, .planet.d3p-polyjet {
    display: none;
  }

  .planet-popup-widget {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    width: 100vw;
    height: auto;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: visible;
  }

  .planet-info {
    background-color: #0000;
    border: 1px #000;
    flex: none;
    justify-content: flex-start;
    width: 100vw;
    height: auto;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    overflow: visible;
  }

  .slider {
    flex: none;
    width: 230px;
    height: 230px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }

  .contact-div {
    width: 25vw;
  }

  .planet-info-closebtn-holder {
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: none;
    position: relative;
  }

  .latin {
    display: none;
  }

  .latin.mobile {
    z-index: 1;
    text-align: center;
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
    display: block;
    position: relative;
  }

  .planet-blurb {
    max-width: none;
  }

  .star-blurb-tablet {
    background-color: #0000;
    height: auto;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
    inset: 0% 0% auto;
  }

  .footernav-mobile {
    background-color: var(--cyan);
    color: #000;
    justify-content: space-around;
    align-self: stretch;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
    box-shadow: 0 -20px 300px 30px #69706f70;
  }

  .footer-link {
    background-color: var(--cyan);
    box-shadow: none;
    color: #000;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 38.5%;
    height: 61px;
    padding: 19px;
    display: flex;
  }

  .footer-link._20 {
    box-shadow: none;
    background-color: #26c4bb;
    width: 21.5%;
  }

  .footer-link._20._2 {
    background-color: #23bab1;
  }

  .footer-link._20._3 {
    background-color: #1faca4;
  }

  .footer-navlink-text {
    white-space: nowrap;
    font-size: 12px;
  }

  .contact-drawer-wrapper {
    z-index: 100;
    position: fixed;
    inset: 0%;
  }

  .header2 {
    z-index: 2;
    background-image: linear-gradient(#000, #0000);
    align-items: flex-start;
    height: 140px;
    padding-top: 16px;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
    overflow: hidden;
  }

  .image2 {
    width: 30vw;
    max-width: 180px;
  }

  .cert-popup {
    align-items: center;
    height: 910px;
  }

  .close-text-copy.mobile, .down-text.mobile {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image {
    width: 130px;
    max-width: none;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .about-us-section {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .clients-section {
    width: 85%;
  }

  .client-logo {
    max-width: 100px;
  }

  .star-system-wrapper.technology {
    flex-wrap: wrap;
    place-content: space-around center;
  }

  .planet-ring, .planet-ring._3:hover {
    width: 30vw;
  }

  .planet-ring._3.consumer {
    width: 35vw;
  }

  .planet-ring._4, .planet-ring._4:hover {
    width: 25vw;
  }

  .planet-ring._4._115, .planet-ring._4.robot, .planet-ring._5:hover {
    width: 30vw;
  }

  .planet-ring._5._115 {
    width: 35vw;
  }

  .planet-ring._1:hover, .planet-ring._1._55 {
    width: 30vw;
  }

  .planet-ring._1._55.mobile {
    width: 25vw;
  }

  .planet-ring._2:hover, .planet-ring._2._130, .planet-ring._6:hover, .planet-ring._6._130 {
    width: 30vw;
  }

  .planet-name {
    text-align: center;
    white-space: pre-wrap;
    align-items: center;
    line-height: 15px;
    display: flex;
  }

  .topnav-linkblock-solarsystem.technology.rotated {
    padding-bottom: 20px;
  }

  .content-starsystem.technology, .content-starsystem.manufacturing, .content-starsystem.d3printing, .content-starsystem.research {
    display: none;
  }

  .planet {
    margin-top: 68px;
  }

  .planet.tech-renewable, .planet.tech-medical, .planet.tech-dental {
    margin-top: 107px;
    display: none;
  }

  .planet.tech-aero, .planet.tech-consumer, .planet.rsrch-aero, .planet.rsrch-auto, .planet.rsrch-energy {
    margin-top: 107px;
  }

  .planet.rsrch-robotics {
    margin-top: 107px;
    display: none;
  }

  .planet.rsrch-electro, .planet.rsrch-firmware {
    margin-top: 107px;
  }

  .planet.d3p-polyjet, .planet.d3p-sla, .planet.man-cnc {
    display: none;
  }

  .slider {
    width: 200px;
    height: 200px;
    overflow: visible;
  }

  .planet-popup-title {
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 22px;
  }

  .contact-div {
    width: 50vw;
  }

  .contact-us {
    margin-top: 4px;
  }

  .arrow-icon {
    background-color: #fff3;
  }

  .latin.mobile {
    margin-top: 73px;
  }

  .star-blurb-tablet {
    font-size: 14px;
    line-height: 21px;
  }

  .right-arrow {
    margin-right: -60px;
  }

  .left-arrow {
    margin-left: -60px;
  }

  .footer-navlink-text {
    text-align: center;
    white-space: pre-wrap;
    line-height: 15px;
  }

  .italic-text {
    font-size: 26px;
    line-height: 32px;
  }

  .bold-text {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 16px;
  }

  .image-mask {
    border-radius: 100%;
  }

  .left-arrow-2 {
    margin-left: -80px;
  }

  .mask {
    border-radius: 100%;
  }

  .header2 {
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .image2 {
    width: 130px;
    max-width: none;
  }

  .edu, .edu-copy {
    margin-top: 4px;
  }
}


