/*font-family: proxima-soft-condensed, sans-serif;*/
/*font-family: montserrat, sans-serif;*/

html{
  font-size: 16px;
  height: 100%;
  overflow:auto;
overflow:initial;
}
.row {
  max-width: 71.75rem;
}
.text-center {
  text-align: center;
}
#preload {
  background-image: url('../images/bubble-over.svg');
  width: 0px;
  height: 0px;
}
.column, .columns{
  min-height: 0.0625rem;
}
div>br {
    height: 0;
    font-size: 0;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* emove underline. */
  /* Additional css `propery: value;` pairs here */
}
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: block;
  }
body {
  margin:0;
  padding:0;
  height: 100%;
  overflow:auto;
  overflow:initial;
  font-family: roc-grotesk, sans-serif;
  position: relative;
  background-color: #fff;
}
/*.main-nav-desktop>ul>li {
  position: relative;
}*/
header.header-desktop {
    position: relative;
    overflow: hidden;
    transition: 1s ease-in-out;
}
header.header-desktop.show-menu {
    height: 20rem;
}
.menu-sub-nav {
      visibility: hidden;
    position: absolute;
    left: 0;
    top: 160px;
    width: 40%;
    text-align: left;
    background: #fff;
    margin: 0;
    padding-left: 24%;
    transition: 2s ease;
}
.menu-sub-nav.active {
  visibility: visible;
    width: 60%;
    height: 3rem;
}
.menu-sub-nav li {
    display: block !important;
    margin: 5px 0 !important;
    padding: 0;
}
.main-nav-mobile > ul > li > ul {
  display: none;
    position: relative;
    visibility: unset;
    top: unset;
    left: unset;
    width: 100%;
    background: transparent;
    padding: 1rem 2rem 0;
}
.main-nav-mobile > ul > li > ul.active {
  display: block;
}

.arrow:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin: 0 0 0 5px;
}
.arrow.active:after {
    content: "\f0d8";
}

.sub-head-image img {
  width: 100%;
}
.mobile-menu-btn-container {
    display: inline-block;
    margin-top: 3.2rem;
  }
 #nav-icon4 {
  width: 3.0625rem;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  height: 2.3125rem;
  font-size: 2.3vw;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 0.375em;
  width: 100%;
  background: #002c7d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-border-radius: 0.31875rem;
  -moz-border-radius: 0.31875rem;
  border-radius: 0.31875rem;
}

#nav-icon4 span:nth-child(1) {
  top: 0rem;
}

#nav-icon4 span:nth-child(2),#nav-icon4 span:nth-child(3) {
  top: 0.625em;
}

#nav-icon4 span:nth-child(4) {
  top: 1.25em;
}

#nav-icon4.open span:nth-child(1) {
  top: 1.125em;
  width: 0%;
  left: 50%;
}

#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);v
}
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon4.open span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}

video {
  object-fit: cover;
  width: 100%;
  height: 54.8125rem;
  position: fixed;
  top: 0;

}


.header-desktop {
  background-color: #fff;
  width: 100%;
  height: 10rem;
}
.top-logo {
  width: 14.375rem;
  padding-top: 2.125rem;
}
.top-white-content {
  float: right;
  vertical-align: middle;
  padding-top: 2.4375rem;
}

header input[type='text'], header input:focus {
  background: rgb(222,247,255);
  background: linear-gradient(90deg, rgba(222,247,255,1) 0%, rgba(206,240,252,1) 47%, rgba(216,223,243,1) 97%);
  border:none;
  width: 19.375rem;
  padding: 1.2em 1.5rem;
  height: 0;
  font-family: Montserrat;
  color: #002c7e;
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  display: inline-block;

}

header input::placeholder {
  font-family: Montserrat;
  color: #002c7e;
  font-size: 0.75rem;
  font-weight: 700;
}
.form-container {
  display: flex;
  flex-direction: row;
}
.top-white-content a {
    font-family: Montserrat;
  color: #002c7e;
  font-size: 0.75rem;
  font-weight: 700;
  border: 0.1875em solid #b7ff12;
   -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    padding: 0.26em 2.5rem;
    display: inline-block;
}
.search-container {
  display: inline-block;
    margin-left: 2rem;

}
.search-button {
    background: transparent;
    border: none;
    outline: none;
    margin-left: -2.0625rem;
    height: 1.9rem;
}

.search-button img {
  width: 1.20rem;
  height: 1.20rem;
  object-fit: cover;
}
.main-nav-desktop {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1.6rem;
}
.main-nav-desktop li {
  display: inline-block;
  list-style: none;
  margin: 0 3.5rem;

}
.main-nav-desktop li:first-child {
  margin-left: 0;
}
.main-nav-desktop li:last-child {
  margin-right: 0;
}
.main-nav-desktop li a, .main-nav-desktop li a:link, .main-nav-desktop li a:active  {
font-family: Montserrat;
color: #0d3bd0;
font-size: 0.94rem;
font-weight: 700;
text-transform: uppercase;

}
.main-nav-desktop li a:hover {
  color: #00aeef;
}
.header-container {
    position: relative;
    height: 48.75rem;
}
video {
    object-fit: cover;
    width: 100%;
    height: 49rem;
    position: absolute;
    top: 0;
    left: 0;
}

.header-content-container {
  padding-top: 9.375rem;
  position: relative;
}
.header-content h1 {
text-transform: uppercase;
font-family: Montserrat;
color: #002c7e;
font-size: 2.06rem;
font-weight: 800;

}
.header-content h2 {
  font-family: Montserrat;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.018;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2.25rem;
}
.header-content h2 strong {
color: #b6ff12;
font-weight: 900;
}
.header-content a {
    font-family: roc-grotesk;
    color: #7f72ff;
    font-size: 0.85rem;
    font-weight: 500;
    background-color: #fff;
    -webkit-border-radius: 0.7rem;
    -moz-border-radius: 0.7rem;
    border-radius: 0.7rem;
    padding: 0.6rem 1.5rem 0.5rem;
    display: inline-block;
    text-transform: uppercase;
    min-width: 12rem;
    border: 2px solid #fff;
    letter-spacing: 0.16rem;
    text-align: center;
}
.header-content a:hover, .header-content a:active {
  border: 2px solid #b6ff12;
}
.header-content p {

  color: #ffffff;
  font-size: 1.56rem;
  line-height: 1.2;
  font-family: roc-grotesk,sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 2.25rem;

}


.full-image-right {
    width: 100%;
    height: 19.7rem;
    background-color: #66cef5;
    margin-top: 4.375rem;
}
.card-section {
    display: inline-block;
    height: 19.7rem;
}
.card-image {
    min-height: 1px;
    float: right;
    width: 66%;
    background-size: cover;
    background-position: center;
}

.card-body {
  width: 34%;
  text-align: right;
}
.card-content {
  text-align: left;
  padding-right: 2.9rem;
  width: 24rem;
  display: inline-block;
  padding-top: 2.5rem;
}

.card-content p 
{
  font-family: Montserrat;
font-size: 2.31rem;
font-weight: 900;
line-height: 1.081;
color: #fff;
text-transform: uppercase;

}
.card-content p strong {
font-weight: 900;
color: #0d3bcf;

}
.header-mobile {
  height: 9rem;
}

.header-mobile .row {
    max-width: 72.75rem;
}
.main-nav-mobile {
  display: none;
  width: 53vw;
  background-image: url(../images/mobile-bg.png);
  position: absolute;
  right: 0;
  z-index: 999;

}


#nav-icon4.open span {

}
#nav-icon4.open span:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}

#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);v
}
#nav-icon4.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon4.open span:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
}


.main-nav-mobile #nav-sub {
  margin: 0;
}


.main-nav-mobile #nav-sub li {
  width: 100%;
  padding: 2.5rem 0 2.5rem 3rem;
  list-style: none;
}

.main-nav-mobile #nav-sub li a {
  color: #002c7e;
    font-family: Montserrat;
    font-size: 1.9rem;
font-weight: 800;
line-height: 1.081;
text-transform: uppercase;
}


.main-nav-mobile #nav-sub li:hover {
  background-color: rgba(255,255,255,0.9);
}



.three-card-container {
  display: grid;
  justify-content: center;
  align-content: center;

  gap: 1rem;
  grid-auto-flow: column;
  margin: 4.75rem auto;
}

.cta {
  text-align: center;
  width: 21.25rem;
  height: 16.875rem;
  -webkit-border-radius: 0.7rem;
  -moz-border-radius: 0.7rem;
  border-radius: 0.7rem;
  -webkit-transition: -webkit-all 0.5s ease;
-moz-transition: -moz-all 0.5s ease;

transition: all .2s ease-in-out;
padding-top: 1.375rem;
position: relative;
}

.cta:nth-child(1){
  background-color: #5f4fff;
  
}

.cta:nth-child(2){
  background-color: #002c7d;
  --animate-delay: 0.5s;
  
}

.cta:nth-child(3){
  background-color: #00adef;
  --animate-delay: 1s;
  
}



.cta:hover {
  transform: scale(1.1); 
  color: #fff;
}
.cta img {
    width: auto;
    margin-bottom: 1.1rem;
    height: 3.4rem;
}
.cta h3 {
    font-family: roc-grotesk,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-bottom: 0;
    letter-spacing: 0.15rem;
}
.cta p {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
    width: 75%;
    line-height: 1.4;
    margin: 0 auto;
    letter-spacing: 0.06rem;
}

.cta p.cta-link {
    color: #b6ff12;
    text-transform: uppercase;
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
    font-weight: 500;
    font-family: roc-grotesk,sans-serif;
}
.cta:hover p.cta-link {
  color: #fff;
}

.science {
  background-image: url('../images/gear-bg.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  padding: 2.8125rem 0;
}


.science h2 {
  font-family: Montserrat;
  color: #002c7e;
  font-size: 2.31rem;
  font-weight: 500;
  margin-bottom: 3.0625rem;
  text-transform: uppercase;

}
.science h2 strong {
  font-weight: 900;

}
.science img {
  width: 76%;
  display: block;
  margin: 0 auto 1.5rem auto;
}
.science h3 {
font-family: roc-grotesk,sans-serif;
color: #002c7e;
font-size: 1.375rem;
font-weight: 700;
line-height: 1.05;
margin-bottom: 3.4375rem;
}

a.blue-btn {
font-family: roc-grotesk,sans-serif;
color: #ffffff !important;
font-size: 0.75rem;
font-weight: 400 !important;
text-transform: uppercase;
letter-spacing: 0.17rem;
background-color: #002c7d;
padding: 0.8rem 2.6rem 0.75rem;
-webkit-border-radius: 0.9rem;
  -moz-border-radius: 0.9rem;
  border-radius: 0.9rem;
}

a.blue-btn:hover {
  color: #b6ff12;
}

.science-content {
    padding-top: 4.6875rem;
    width: 33rem;
    padding-left: 2rem;
}

.science-content h4 {
font-family: roc-grotesk,sans-serif;
color: #002c7e;
font-size: 1.25rem;
line-height: 1.45;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0;
}
.science-content p {
font-family: roc-grotesk,sans-serif;
color: #002c7e;
font-size: 1.25rem;
line-height: 1.45;
font-weight: 400;
margin-bottom: 1.25rem;
}


.investors {
  display: block;
  background-image: url('../images/investor-bg.png');
 background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 3rem 0 4rem;

}


.investor-content {
  display: block;margin: 0 auto;
  width: 60%;

}


.investor-content h2 {
  font-family: Montserrat;
color: #ffffff;
font-size: 2.55rem;
font-weight: 500;
margin-bottom: 1rem;
text-transform: uppercase;
}

.investor-content h2 strong {
  font-weight: 900;
}

.investor-content p {
font-family: roc-grotesk,sans-serif;
color: #002c7e;
font-size: 1.44rem;
font-weight: 500;
line-height: 1.435;

margin-bottom: 3rem;
}

.homepage-team {
  margin-top: 3.75rem;
}
.homepage-team .cta{
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0) !important;
}


.homepage-team .cta img {
    position: absolute;
    top: 38%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


.homepage-team .cta p.cta-link {
  bottom: 1rem;
}


h2.homepage-team {
  font-family: Montserrat;
    color: #002c7e;
    font-size: 2.31rem;
    font-weight: 500;
    margin-bottom: 3.0625rem;
    text-transform: uppercase;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 3.75rem;
}

h2.homepage-team strong {
  font-weight: 900;
}


.blue-callout {
  display: block;
  background-color:#66cef5;
  padding: 3rem 0 1rem;

}


.blue-callout-content {
  display: block;margin: 0 auto;
  width: 60%;

}


.blue-callout-content h2 {
  font-family: Montserrat;
color: #ffffff;
font-size: 2.55rem;
font-weight: 500;
margin-bottom: 1rem;
text-transform: uppercase;
}

.blue-callout-content h2 strong {
  font-weight: 900;
}

.blue-callout-content p {
font-family: roc-grotesk,sans-serif;
color: #002c7e;
font-size: 1.44rem;
font-weight: 500;
line-height: 1.435;

margin-bottom: 3rem;
}


.contact {
  padding: 0;
  background-image: url(../images/contact-bg.jpg);
  background-size: cover;
  height: 32.5rem;
  padding-top: 4rem;
  background-position: top center;
}
.contact h2 {
      font-family: Montserrat;
    color: #002c7e;
    font-size: 2.31rem;
    font-weight: 500;
    margin-bottom: 3.0625rem;
    text-transform: uppercase;
    margin-top: 1rem;
}
.contact h2 strong {
  font-weight: 900;
}






.contact-content {
  width: 100%;
  display: block;position: relative;
  font-size: 16px;
}

.contact-hex {
  background-image: url('../images/hexagon.png');
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13em;

  height:14.1875em;
  display: inline-block;
  padding-top: 3.0em;
    -webkit-transition: -webkit-all 0.5s ease;
-moz-transition: -moz-all 0.5s ease;

transition: all .2s ease-in-out;
}
.contact-hex:hover {
  background-image: url('../images/hex-over.png');
  transform: scale(1.4); 
}
.contact-hex p {
  font-family: Montserrat;
color: #ffffff;
font-size: 1.3125em;
font-weight: 600;
line-height: 1.191;
margin-bottom: 0.5rem;

}

.contact-hex strong {
font-family: Montserrat;
    font-weight: 600;
    line-height: 1.191;
    color: #b7ff12;
    font-size:0.8em;
    display: block;
    margin-bottom: 0.2rem;
}


.contact-hex img {
display: inline-block;
    width: 1.8em;
    margin-top: 0.3rem;
}


.contact-hex:nth-child(1) {
position: absolute;
    right: 31em;
    top: 0;
}

.contact-hex:nth-child(2) {
position: absolute;
    right: 16.5em;
    top: 11em;
}


.contact-hex:nth-child(3) {
  position: absolute;
  top: 0;
  right: 2em;
}

footer {
  background-color: #002c7e;
  padding: 2rem 0;
}
.footer-logo {
  width: 12.5rem;

    margin-bottom: 2.5rem;

}

footer .address p{
  font-family: Montserrat;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 1.429;
  font-weight: 300;
  margin-bottom: 0.2rem;

}
footer .address a {
  color: #fff;
  text-decoration: none;
}
footer .address a:hover {
  text-decoration: none;
  color: #00adee;

}

footer .address p strong {
  font-weight: 700;
}
footer .footer-nav {
  padding-top: 0.5rem;
  padding-left: 2.25rem;
}
footer .footer-nav p {
  margin-bottom: 0.6rem;
}
footer .footer-nav a{
font-family: Montserrat;
font-size: 0.88rem;
font-weight: 700;
line-height: 2.143;
color: #ffffff;
text-transform: uppercase;
text-decoration: none;

}
footer .footer-nav a:hover {
text-decoration: none;
  color: #00adee;
}

footer .social img{
  width: 1.875rem;
}

.legal {
font-family: 'Noto Sans', sans-serif;
color: #00adef;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.167;
text-align: justify;
}
.legal p a, .legal p a:link, .legal p a:active {
  color: #00adef;
}
.mouse p {
  font-family: 'Noto Sans', sans-serif;
color: #000;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.167;
text-align: justify;
}
.mouse {
  padding-top: 0 !important;
}
footer .search-2 {
  margin-top: 4rem;
}

footer input[type='text'], footer input:focus {
    background: rgb(91,213,254);
    background: linear-gradient(90deg, rgba(91,213,254,1) 0%, rgba(7,177,240,1) 47%, rgba(60,94,195,1) 97%);
    border: none;
    width: 21.375rem;
    padding: 1.2em 1.5rem;
    height: 0;
    font-family: Montserrat;
    color: #002c7e;
    font-size: 0.75rem;
    font-weight: 700;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    display: inline-block;




}

footer input::placeholder {
  font-family: Montserrat;
  color: #002c7e;
  font-size: 0.75rem;
  font-weight: 700;
}

footer .social {
  padding-top: 12rem;
}

.footer-content-1 {
  position: relative;
}

footer .social {
  position: absolute;
  right: 7.75rem;
}
footer .social a {
  margin-left: 3.75rem;
}

footer .legal {
  margin-top: 3rem;
}

footer .social a img.up {
  display: inline-block;
}

footer .social a img.over {
  display: none;
}




footer .social a:hover img.up {
  display: none;
}

footer .social a:hover img.over {
  display: inline-block;
}


.header-icon {
  display: inline-block;
  width: 6.5rem;
  margin-bottom: 5rem;
}

.sub-head {
  background-size: cover;
  position: relative;
}
.sub-head .header-content h2 em {
  font-style: normal;
  color: #002c7d;
  font-weight: 900;

}

section h2 {
      font-family: Montserrat;
    color: #002c7e;
    font-size: 2.31rem;
    font-weight: 500;
    margin-bottom: 1.0625rem;
    text-transform: uppercase;
    line-height: 1.1;
}

section h2 strong {
  font-weight: 900;
}
.main-content p {
  font-family: Montserrat;
  color: #002c7e;
  font-size: 1.06rem;
  line-height: 1.596;
  font-weight: 400;
  margin-bottom: 2rem;
}
.content section{
  padding: 4.375rem 0;

}

.main-content p strong {
  font-weight: 700;

}
.main-content ul {
    margin-left: 0;
}
.main-content li {
      font-family: Montserrat;
    color: #002c7e;
    font-size: 1.06rem;
    line-height: 1.596;
    font-weight: 400;
    margin-bottom: 2rem;
}
.main-content li strong {
  font-weight: 700;

}
.main-content .row {
  position: relative;
}
.main-content a {
    color: #002c7e;
    text-decoration: none;
}
.main-content a:hover {
  text-decoration: underline;
}

.main-content a.blue-btn {
  position: absolute;bottom: 2rem;
  left: 1.375rem;
}
.main-content a.blue-btn:hover {
  text-decoration: none;
}
.main-content.light-blue {
  background-color: #dff5f6;
}
.main-content.light-blue.purple {
    background-color: #ebeafc;
        background-color: #ebeafc;
    background-size: cover;
    background-position: center center;
        padding: 6.375rem 0;
}
.main-content.light-blue.purple .blue-btn {
  position: relative;
  bottom: auto;
  left: 0;


      font-family: roc-grotesk;
    color: #7f72ff !important;
    font-size: 0.85rem;
    font-weight: 500;
    background-color: #fff;
    -webkit-border-radius: 0.7rem;
    -moz-border-radius: 0.7rem;
    border-radius: 0.7rem;
    /*padding: 0.6rem 1.5rem 0.5rem;*/
    padding: 0.9em 2em 0.6em;
    text-transform: uppercase;
    
    border: 2px solid #fff;
    letter-spacing: 0.16rem;
    text-align: center;
}
.main-content.light-blue.purple .blue-btn:hover {
  border: 2px solid #b6ff12;
}
.main-content.light-blue.purple h2 {
  color: #fff;
  margin-bottom: 5rem;
  max-width: 57rem;
}
.main-content.light-blue p {
  font-family: Montserrat;
color: #002c7e;
font-size: 1.125rem;
font-weight: 600;
line-height: 1.5;

}
.main-content h5 {
font-family: Montserrat;
color: #002c7e;
font-size: 0.87rem;
font-weight: 400;
line-height: 1.143;


}
.mouse+.contact-small {
  padding-top: 0;
}
.animation-container {
  position: absolute;
    top: 7rem;
    left: 33rem;
}

.animation-container.join {
    position: absolute;
    top: 7rem;
    left: 32rem;
    width: 40rem;
}
.animation-container.join img.animate {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.animation-container.dna {
position: absolute;
    top: 1rem;
    left: 33rem;
    width: 22.5rem;
}
.animation-container.dna img {
  position: absolute;
}
.animation-images-container {
  width: 100%;
  height: 100%;
  position: relative;
}


.animation-container img.main {
  opacity: 1;
  width: 32.625rem;
  position: relative;

}
.animation-container img.animate{
   width: 32.625rem;
   position: absolute;
   top: 0;
   left:0;


}


.team-section.blue-team {
  background-image: url('../images/light-blue-bg.jpg');
  background-position: top center;
  background-size:100%;
  background-color: #d7eef3;
  background-repeat: no-repeat;
}
.team-section p {
  color: #002c7e;
  font-size: 1.44rem;
  font-weight: 400;
  line-height: 1.435;
  width: 50rem;
}
.team-container {
  padding-top: 3rem;
}
.team-container img{
  width: 12rem;

}
.team-container h3 {
font-family: proxima-soft-condensed, sans-serif;
font-weight: 700;
color: #3648bc;
font-size: 1.56rem;
line-height: 1;
margin-bottom: 0.1rem;
padding-top: 2.6rem;
}


.team-container h4 {
font-family: proxima-soft-condensed, sans-serif;
font-weight: 700;
line-height: 1;
color: #002c7e;
font-size: 1.25rem;
margin-bottom: 0.5rem;
}
.team-container p {
font-family: proxima-soft-condensed, sans-serif;
color: #002c7e;
font-size: 1.25rem;
font-weight: 400;
line-height: 1.1;

}

.team-container a, .team-container a:link, .team-container a:active {
font-family: roc-grotesk,sans-serif;
color: #3649bd;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.1rem;
text-transform: uppercase;
}

.team-container a img{
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 0.6rem;
}

.team-container .all, .team-container .rl {
  display: none;
}


.team-container .row {
  padding-bottom: 3rem;
}

.contact-small h2 {
  margin-bottom: 3rem;
}
.gear-nk {
    background-image: url('../images/science-gear-bg.jpg');
  background-position: top center;
  background-size:100%;
  background-color: #fff;
  background-repeat: no-repeat;
}
.gear-nk p {
font-family: roc-grotesk,sans-serif;
color: #002c7e;
font-size: 1.25rem;
line-height: 1.45;
font-weight: 400;
width: 94%;
}



.gear-nk h3 {
font-family: roc-grotesk,sans-serif;
color: #002c7e;
font-size: 1.25rem;
line-height: 1.45;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0;

}
.sci .main-content:nth-child(2) {
  padding-top: 0;
}
.sci.cart .main-content:nth-child(2) {
  padding-top: 4.375rem;
}
.gear-nk img {
  display: block;
  margin: 0 auto;
}


.science-cells {
  position: relative;
  padding: 4rem 0;
}
.science-cells h4 {
    font-family: roc-grotesk,sans-serif;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    display: block;
    margin: 3rem auto;
    width: 81%;
    background-color: #e73a9d;
    text-align: center;
    -webkit-border-radius: 0.7rem;
    -moz-border-radius: 0.7rem;
    border-radius: 0.7rem;
    text-transform: uppercase;
    padding: 0.5rem 0 0.2rem 0;
}
.science-cells .column:last-child h4 {
background-color: #002c7d;
}

.science-cells p {
font-family: proxima-soft-condensed, sans-serif;
color: #c8009d;
font-size: 1.25rem;
line-height: 1.5;
font-weight: 400;
color: #e73a9d;
display: block;
width: 81%;
margin: 0 auto 5rem;
}


.science-cells p strong {
  font-weight: 700;
}

.gear-nk h6 {
  font-family: 'Noto Sans', sans-serif;
color: #000;
font-size: 0.75rem;
font-weight: 400;
line-height: 1.167;
/*text-align: justify;*/
}

.science-cells .column:last-child p {
color: #002c7d;
}
/*.science-cells .column p:first-child {
  height: 25rem;
}*/


.science-cells-container {
  background-image: url('../images/dotted-line.gif');
  background-position: bottom center;

  background-repeat: no-repeat;
}

.jobs {
  background-image: url('../images/jobs-bg.jpg') !important;
    background-position: top center;

  background-repeat: no-repeat;
  background-color: #d9f3f8;
  background-size: 100%;
  padding: 0.5rem 0 !important;
}
.job {
  margin-bottom: 3rem;
}


.content section.jobs.search-contain {
                padding: 4.375rem 0 !important;
}



.science-content h2 + h4 {
  margin-top: 2rem;
}












































@media (max-width: 1244px) {
html, .contact-content{
    font-size: 1.3vw;
  }

}







@media (max-width: 767px) {
  html{
    font-size: 1.3vw;
  }
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
  
.gear-nk .column:last-child {
  padding-top: 5rem;
}
.top-white-content {
  float: none;
  vertical-align: middle;
  padding-top: 2.9375rem;
}
.top-logo {
    width: 88%;
    padding-top: 2.8375rem;
}

header input[type='text'], header input:focus {
padding: 1.2em 2.5rem;
    font-size: 1.5rem;
    width: 93%;
}
header input::placeholder {
    font-weight: 700;
    font-size: 1.5rem;

}
.search-button img {
    width: 2.2rem;
    height: 2.2rem;
    object-fit: cover;
}
.header-container {
    position: relative;
    height: 52.8125rem;
   
}
video {
    object-fit: cover;
    width: 100%;
    height: 52.8125rem;
    position: absolute;
    top: 0;
    left: 0;
}
.search-button {
    background: transparent;
    border: none;
    outline: none;
    margin-left: -3.525rem;
    height: 3.9rem;
}

#nav-icon4 {
    width: 4.0625rem;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    height: 4.3125rem;
}


.header-content {
      font-size: 1.6vw;
    width: 69%;
    padding-left: 3rem;
}


.header-content h1 {
font-size: 1.7em;


}
.header-content h2 {

  font-size: 3.5em;
      margin-bottom: 0.5em;
}

.header-content a {
    font-size: 1.15em;
    font-weight: 500;
    -webkit-border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    border-radius: 0.7em;
    padding: 0.9em 2.0em 0.6em;
    letter-spacing: 0.16em;
}
.header-content-container {
    padding-top: 4.375rem;
}
.header-content p {
line-height: 1.4;
  color: #ffffff;
  margin-bottom: 2.25em;
      font-weight: 500;

}
.full-image-right {
    width: 100%;
    height: auto;
    background-color: rgba(0,0,0,0);
    margin-top: 4.375rem;
}
.card-body {
    width: 100%;
    text-align: center;
    background-color: #66cef5;
    padding: 3rem 0;
}
.card-content {
    text-align: center;
    padding-right: 0;
    width: 90%;
    display: inline-block;
    padding-top: 2.5rem;
}

.card-content p {
    font-family: Montserrat;
    font-size: 4.31rem;
    font-weight: 900;
    line-height: 1.081;
    color: #fff;
    text-transform: uppercase;
}
.card-section {
    display: inline-block;
    height: auto;
    margin: 0;
}
.card-image {
    min-height: 1px;
    float: none;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 28rem;
}
.cta {
    text-align: center;
    width: 90%;
    height: 16rem;
    padding-top: 1.375rem;
    position: relative;
    display: block;
    margin: 2rem auto;
}
.cta img {
    display: inline-block;
    float: left;
    margin: 2.3rem 0 0 5rem;
    height: 9rem;
    width: auto;

}
.cta-content {
    display: inline-block;
    position: relative;
    float: right;
    width: 42rem;
    height: 13.5rem;
    margin-right: 5rem;
}


.three-card-container {
    display: block;
    margin: 3.75rem auto;
}

.cta h3 {
    font-family: roc-grotesk,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.25rem;
    margin-bottom: 0;
    letter-spacing: 0.65rem;
}
.cta p {
    font-family: Montserrat;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    width: 100%;
    line-height: 1.4;
    margin: 0 auto;
    letter-spacing: 0.1rem;
}

.science {
  background-image: url('../images/gear-bg-mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 5.8125rem 0;
}
.science .column {
      padding-right: 4.375rem;
    padding-left: 4.375rem;
}
.science h2 {
      font-size: 4.31rem;
      margin-bottom: 0;
}
.science-content {
    padding-top: 2.6875rem;
    width: 96%;
    padding-left: 0;
}

.science-content h4 {
    font-size: 2.6rem;
    line-height: 1.45;
    margin-bottom: 0;
}

.science-content p {
    font-family: roc-grotesk,sans-serif;
    color: #002c7e;
    font-size: 2.5rem;
    line-height: 1.45;
    font-weight: 400;
    margin-bottom: 2.25rem;
}


.science img {
    width: 65%;
    display: block;
    margin: 5rem auto 4.5rem auto;
}
.science h3 {
    font-family: roc-grotesk,sans-serif;
    color: #002c7e;
    font-size: 3.375rem;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 5rem;

}
a.blue-btn {
    font-family: roc-grotesk,sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.17rem;
    padding: 1.6rem 5.5rem 1.45rem;
    -webkit-border-radius: 0.9rem;
    -moz-border-radius: 0.9rem;
    border-radius: 0.9rem;

}




.investors {
  display: block;
  background-image: url('../images/investor-bg-mobile.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 6rem 0 7rem;

}


.investor-content {

  width: 72%;

}


.investor-content h2 {

font-size: 3.55rem;

}


.investor-content p {
font-size: 2.8rem;0
}


h2.homepage-team  {
    font-size: 3.55rem;
}



.homepage-team .cta {
  background-size: contain;
      text-align: center;
    width: 63%;
    height: 45rem;
    padding-top: 1.375rem;
    position: relative;
    display: block;
    margin: 2rem auto;
}

.homepage-team .cta img {
    position: absolute;
    top: 15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    margin: 0;
    float: none;
    width: 15rem;
    height: auto;
}



.homepage-team .cta-content {
    display: inline-block;
    position: relative;
    float: none;
    width: 42rem;
    height: 13.5rem;
    margin-right: 0;
}
.homepage-team .cta p.cta-link {
    bottom: -22rem;
    font-size: 2.5rem;
}


.homepage-team .cta h3 {
      margin-top: 2rem;
}




.blue-callout {
  display: block;
  padding: 6rem 0;

}


.blue-callout-content {

  width: 72%;

}


.blue-callout-content h2 {

font-size: 3.55rem;

}


.blue-callout-content p {
font-size: 2.8rem;0
}

.contact h2 {
    font-size: 3.55rem;
    margin-bottom: 5rem;
}
.contact-content {
    width: 100%;
    display: block;
    position: relative;
    font-size: 2.7vw;
}

.contact-hex:nth-child(1) {
    position: absolute;
    left: 1.5em;
    top: 0;
}
.contact-hex:nth-child(2) {
    position: absolute;
    right: 8.75em;
    top: 12em;
}

.contact-hex:nth-child(3) {
    position: absolute;
    top: 0;
    right: 1.5em;
}



.contact-hex:hover {
  transform: scale(1.1); 
}

.contact {
    background-image: url(../images/contact-bg-mobile.jpg);
    height: 75rem;
    background-size: 100%;
    background-repeat: no-repeat;
}

.contact-hex p {
    margin-bottom: 1.5rem;
}

footer {
    padding: 5rem 0;
}

.footer-logo {
    width: 28.5rem;
    margin-bottom: 5.5rem;
}
footer .row {
    max-width: 65.75rem;
  }



footer .address p {
  font-size: 1.88rem;
}

footer .footer-nav {
    padding-top: 0;
    padding-left: 5.25rem;
}

footer .footer-nav a {
    font-size: 1.88rem;
}

footer .form-container {
  margin-top: 5rem;
}


footer input[type='text'], footer input:focus {
    background: rgb(91,213,254);
    background: linear-gradient(
90deg, rgba(91,213,254,1) 0%, rgba(7,177,240,1) 47%, rgba(60,94,195,1) 97%);
    border: none;
    width: 41.375rem;
    padding: 1.3em 2.4rem 1.5rem;
    height: 0;
    font-family: Montserrat;
    color: #002c7e;
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    display: inline-block;
    margin: 0 auto;
}
footer input::placeholder {
  font-size: 1.5rem;
}

footer .search-button {
    background: transparent;
    border: none;
    outline: none;
    /* margin-left: -3.525rem; */
    height: 3.9rem;
    position: absolute;
right: 20rem;
}


footer .social {
    position: relative;
    right: auto;
    padding-top: 4rem;
}

footer .social img {
    width: 3.875rem;
}


footer .social a {
    margin-left: 6.75rem;
}

footer .social a:first-child {
    margin-left: 0;
}
.legal p, .mouse p, .gear-nk h6{
  font-size: 1.5rem;
}
footer .row.legal-row {
  max-width: 71rem;
}
section h2 {
    font-size: 4.0rem;
    margin-bottom: 2.0625rem;
}

.main-content p {

  font-size: 2.7rem;
  line-height: 1.596;
  margin-bottom: 6rem;

}

.main-content li {

  font-size: 2.7rem;
  line-height: 1.596;
  margin-bottom: 6rem;

}



.row {
    max-width: 66.75rem;
}



.sub-head .header-content {

    padding-left: 0;
}


.main-content a.blue-btn {
  position: relative;
  bottom: auto;
  left: auto;
}


.team-section p {
  font-size: 2.84rem;
  width: auto;
}




.team-container .row {
    padding-bottom: 6rem;
}

.team-container img {
    width: 90%;
}


.team-container h3 {
    font-size: 3.56rem;
    padding-top: 6.6rem;
}
.team-container h3:last-child {
  padding-top: 0;
}

.team-container h4 {
    font-size: 3.25rem;
}

.team-container p {
    margin-bottom: 3rem;
}

.team-container a, .team-container a:link, .team-container a:active {
    font-family: roc-grotesk,sans-serif;
    color: #3649bd;
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 3rem;

    letter-spacing: 0.1rem;
    text-transform: uppercase;
}

.contact-small h2 {
    margin-bottom: 6rem;
}
.main-content .small-12 br {
  display: none;
}

.main-content.light-blue p {
  font-size: 2.9rem;
}

.main-content h5 {
  font-size: 2rem;
  margin-bottom: 4rem;
}

.gear-nk p, .gear-nk h3 {
  font-size: 2.25rem;
}

.gear-nk img {
    display: block;
    margin: 0 auto 7rem auto;
}

.science-cells h4 {
    font-family: roc-grotesk,sans-serif;
    color: #ffffff;
    font-size: 2.6rem;
    font-weight: 600;
    display: block;
    margin: 3rem auto;
    width: 100%;
    background-color: #e73a9d;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0.9rem 0 0.4rem 0;
}
.science-cells p {
    font-family: proxima-soft-condensed, sans-serif;
    color: #c8009d;
    font-size: 2.8rem !important;
    line-height: 1.5;
    font-weight: 400;
    color: #e73a9d;
    display: block;
    width: 100%;
    margin: 0 auto 5rem;
}

.science-cells-container {
  background-image: none;
}

.animation-container.join {
    position: absolute;
    top: 7rem;
    left: 29rem;
    width: 38rem;
}


.join-header {
  background-image: url('../images/join-header-bg-mobile.jpg') !important;
  
}

.team-container a img {
    vertical-align: middle;
}


.team-container p {

    line-height: 1.1;
    font-size: 2.84rem;
}





.contact-hex strong {

    font-size: 0.7em;
    margin-bottom: 0.2rem;
}


.contact-hex img {
    display: inline-block;
    width: 1.6em;
    margin-top: 0.7rem;
}


.science-cells br {
    display: none;
}























}