@charset 'UTF-8';
* {
  box-sizing: border-box;
  background-origin: content-box;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
html {
  border-bottom: 36px solid #00304f;
  width: 100%;
}
body {
  font-family: Saira, sans-serif;
  font-weight: 300;
  font-size: 19px;
  margin: 0;
  width: 100%;
  color: #000;
  opacity: 0;
  transition: opacity 1s;
  min-height: calc(100vh - 36px);
}
body.loaded {
  opacity: 1;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef7ed',GradientType=0 );
}
body.page-id-172 {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 90%,
    rgba(238, 247, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 90%,
    rgba(238, 247, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 90%,
    rgba(238, 247, 237, 1) 100%
  );
}
p {
  margin: 0 0 1em 0;
}
a {
  text-decoration: none;
  color: #53ac4d;
}
a:hover {
  color: #00304f;
}

.hidden {
  position: fixed;
  left: -100000px;
}
.anchor {
  position: absolute;
  top: -130px;
  flex: 0;
}
ol {
  padding: 0 0 0 2em;
}
ol li {
  counter-increment: note-counter;
}
ol li::marker {
  content: counter(note-counter) ".&nbsp;&nbsp;";
}
h1 {
  font-size: 60px;
  font-weight: normal;
  color: #00304f;
  line-height: 1.1;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  margin: 0;
}
.single-post.post-template-default h1 {
  font-size: 36px;
}
h1 strong,
span.more {
  font-weight: normal;
  color: #53ac4d;
}
span.more {
  cursor: pointer;
  color: #53ac4d;
  font-weight: 500;
}
/*
span.more.open {
  font-size: 0;
}
span.more.open:before {
  content: ">> less";
}
*/
.home h1 strong {
  margin-left: 7%;
}

h2 {
  font-size: 40px;
  font-weight: 400 !important;
  color: #00304f;
  margin: 0 0 0.3em 0;
  line-height: 1.1;
}
h2 strong {
  font-weight: 400 !important;
  color: #53ac4d;
}
h3 {
  font-weight: 500;
  color: #00304f;
  margin-bottom: 0;
}
strong,
span.more:hover {
  font-weight: 500;
  color: #00304f;
}
main {
  width: 960px;
  max-width: 100%;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
}
.logo {
  position: absolute;
  left: 20px;
  z-index: 121;
  width: 300px;
  padding-top: 36px;
}
.logo svg {
  height: 90px;
  width: 259px;
}
#top {
  z-index: 999;
  position: fixed;
  justify-content: space-between;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.3s;
  height: 130px;
}
#top.active {
  background-color: #fff;
}
#top path {
  transition: fill 0.3s;
}
#top.menu-open path {
  fill: #fff;
}

@media all and (max-width: 500px) {
  .logo {
    width: 210px;
  }
  #mega-menu-wrap-primary_menu
    #mega-menu-primary_menu
    > li.mega-menu-item
    > a.mega-menu-link {
    right: 30px !important;
  }
  .mega-hide-on-mobile {
    display: none !important;
  }
  #mega-menu-primary_menu .mainnav-left {
    width: 100% !important;
  }
  #mega-menu-wrap-primary_menu * {
    min-width: 100%;
  }
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
  .home h1 strong {
    margin-left: 0 !important;
  }
  .site-footer ul {
    display: block !important;
    padding-bottom: 21px !important;
  }
  .site-footer ul li {
    display: block !important;
  }
  .site-footer ul li a {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
  #vi .popup {
    width: 100%;
  }
  #vi .team-member-detail .upper {
    display: block;
  }
  #vi .team-member-detail .right {
    margin-bottom: 70px;
  }
  #vi .team-slider .right:after,
  #vi .team-member-detail .right:after {
    bottom: -38px;
  }
  #vi .team-member .hexagon {
    transition: border-color 0.3s;
    transform: scale(1.3) translate(39%, -10px);
  }
  .team-row .panel-grid-cell {
    position: relative;
  }
}
.panel-grid {
  position: relative;
}
#mega-menu-wrap-primary_menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 120;
}
#mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-item
  > a.mega-menu-link {
  height: 34px;
  width: 44px;
  background-image: url(images/hamburger.svg) !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 44px;
  right: 0;
}
#mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  background-position: -44px 0;
}
#mega-menu-wrap-primary_menu
  #mega-menu-primary_menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 0 !important;
}
#mega-menu-primary_menu > li > a + .mega-sub-menu {
  padding-top: 130px !important;
}
.post-thumbnail #mainheader {
  position: relative;
  margin-bottom: -28vh;
}
.post-thumbnail #mainheader picture {
  display: grid;
}
.post-thumbnail #mainheader:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 480px;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.no-post-thumbnail #main {
  padding-top: 210px;
  padding-bottom: 210px;
}
.no-post-thumbnail #mainheader {
  margin-bottom: 0;
}
#content {
  position: relative;
  z-index: 1;
  padding-bottom: 210px;
}
.container {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 20px;
}
#pg-2-0 > .panel-row-style {
  background-position: center 70px !important;
}
.home #platforms > g:not(:last-child) {
  cursor: pointer;
}

.link {
  color: #53ac4d;
  cursor: pointer;
}

svg#platforms {
  margin: auto;
}
.popup {
  position: absolute;
  left: -1000000px;
  z-index: 12;
  width: 48%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef7ed',GradientType=0 );
  opacity: 0;
  transition: opacity 0.3s;
  padding: 48px 24px 12px !important;
  border-bottom: 21px solid #53ac4d;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.popup:before {
  content: "";
  position: absolute;
  cursor: pointer;
  opacity: 1;
  top: 21px;
  right: 24px;
  width: 21px;
  height: 21px;
  background-image: url(images/pop-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.popup.active {
  display: block;
  opacity: 1;
  left: initial;
}
#pop-pipeline {
  top: 300px;
  right: 0;
}
#pop-revert,
#pop-vgaav,
#pop-crispr {
  bottom: 300px;
  transition: bottom 0.3s;
}
#pop-revert.active {
  right: 0;
  bottom: 350px;
}
#pop-vgaav.active {
  left: 0;
  bottom: 210px;
}
#pop-crispr.active {
  left: 50%;
  right: initial;
  transform: translateX(-50%);
  bottom: 250px;
}

/* Menü */
ul.menu,
li.menu-item {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.mega-sub-menu {
  height: 100%;
}
.mega-sub-menu p {
  margin: 0 0 12px 0;
}
.mega-sub-menu a {
  text-decoration: none;
  color: #53ac4d;
}
.mega-sub-menu a:hover,
.mega-sub-menu .current-menu-item a {
  color: #fff !important;
  font-weight: 500 !important;
}
#menu-main-left {
  padding-bottom: 70px;
}
#menu-main-left a {
  margin-left: -21px;
  font-size: 21px;
  line-height: 2.5;
  font-weight: 300;
}

.mega-sub-menu .mainnav-mid,
.mega-sub-menu .mainnav-right {
  min-height: 340px !important;
  border-left: 1px solid #53ac4d !important;
}
.mega-sub-menu .mainnav-mid > ul > li,
.mega-sub-menu .mainnav-right > ul > li {
  opacity: 0 !important;
  transition: top 0.3s, opacity 0.3s !important;
  position: absolute !important;
  left: -1000000px !important;
  top: 30px !important;
}
.mega-sub-menu.home .mainnav-mid > ul > li#mega-menu-item-text-2,
.mega-sub-menu.about .mainnav-mid > ul > li#mega-menu-item-text-3,
.mega-sub-menu.about .mainnav-right > ul > li#mega-menu-item-text-5,
.mega-sub-menu.innovative-sciences .mainnav-mid > ul > li#mega-menu-item-text-6,
.mega-sub-menu.partnering .mainnav-mid > ul > li#mega-menu-item-text-7,
.mega-sub-menu.career .mainnav-mid > ul > li#mega-menu-item-text-8,
.mega-sub-menu.news-events .mainnav-mid > ul > li#mega-menu-item-text-9 {
  opacity: 1 !important;
  left: 0 !important;
  top: 0 !important;
}

/* FOOTER */
.site-footer ul {
  display: flex;
}
.site-footer a {
  display: inline-block;
  padding: 7px 30px 12px 0;
  font-size: 16px;
  text-decoration: none;
  color: #00304f;
}
.site-footer a:hover {
  color: #53ac4d;
}
.site-footer a:before {
  content: ">>";
  display: inline-block;
  padding-right: 7px;
}
.green-tab {
  background-color: #e5f3e4;
  padding-top: 50px;
}
.green-tab div.more {
  height: 0;
  overflow: hidden;
  background-image: url(images/hexagon-back.svg);
  background-repeat: no-repeat;
  background-position: center 90%;
}
.green-tab div.more h2 {
  color: #00304f;
  font-size: 24px;
  font-weight: 500 !important;
  margin: 2em 0 1em;
}
.green-tab div.more ul {
  padding: 0;
  border-top: 1px solid#53ac4d;
  border-bottom: 1px solid#53ac4d;
  margin-bottom: 1.5em;
}
@media (min-width: 980px) {
  .green-tab div.more ul {
    padding: 1.5em 0;
  }
  .green-tab div.more h2 {
    font-size: 28px;
  }
  .green-tab div.more li {
    display: flex;
    align-items: center;
  }
  .green-tab div.more li strong {
    padding: 0 0 0 40px;
    flex: 0 0 270px;
    background-image: url(images/vigeneron-signet.svg);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: -40px 4px;
  }
  .green-tab div.more li em {
    width: 570px;
    padding-top: 3px;
  }
}
@media (max-width: 979px) {
  .green-tab div.more li strong {
    width: 100%;
  }
}
.green-tab div.more li em {
  font-style: normal;
  display: block;
}
.green-tab div.more li {
  padding: 21px 0;
  border-bottom: 1px dotted #00304f;
}
.green-tab div.more li:last-child {
  border-bottom: none;
}
.green-tab div.more li strong {
  font-size: 1.2em;
  color: #53ac4d;
}

.green-tab img {
  height: 125px;
  max-width: inherit;
  width: auto;
}
.green-tab h2 {
  position: relative;
}
.green-tab h2:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -30px;
  height: 96px;
  width: 1px;
  border-left: 2px dotted #53ac4d;
}
.green-tab div.more.open {
  height: auto;
}

/* region Pipeline */
#pipeline {
  background-color: #e5eaed;
}

.pipeline-table {
  font-size: 13.5px;
  padding: 30px 0;
  border-top: 2px dotted #00304f;
  border-bottom: 2px dotted #00304f;
  overflow-x: auto;
}
.pipeline-table .title,
.pipeline-table .line-item {
  display: flex;
  justify-content: flex-start;
}
.pipeline-table .title {
  font-weight: 500;
}
.pipeline-table .line-item .popup {
  width: 100%;
}
.pipeline-table .t {
  width: 75px;
  padding: 7px 0;
  margin: 5px 5px 0 0;
  border-bottom: 3px solid transparent;
}
.pipeline-table .t.b {
  border-bottom: 3px solid #00304f;
}
.pipeline-table .t.g {
  border-bottom: 3px solid #53ac4d;
}
.pipeline-table .t:nth-child(1) {
  width: 90px;
  font-weight: 500;
}
.pipeline-table .t:nth-child(2) {
  width: 80px;
  font-weight: 500;
}
.pipeline-table .t:nth-child(3) {
  width: 150px;
}
.pipeline-table .t:nth-child(4) {
  width: 106px;
}
.pipeline-table .t:last-child {
  margin-right: 0;
}

.pipeline-table .t.progress {
  width: 50%;
  height: 5px;
  margin-top: 14px;
  background: rgb(0, 48, 79);
  background: -moz-linear-gradient(
    left,
    rgba(0, 48, 79, 1) 0%,
    rgba(83, 172, 77, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 48, 79, 1) 0%,
    rgba(83, 172, 77, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 48, 79, 1) 0%,
    rgba(83, 172, 77, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00304f', endColorstr='#53ac4d',GradientType=1 );
}

/* Pipline 2022 */

.pip-2022 .title {
  text-align: center;
}

.pip-2022 .group-title {
  padding: 12px 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  background-color: #e5f3e4;
}
.pip-2022 .t:nth-child(3) {
  width: 170px;
}
.pip-2022 .t:nth-child(5) {
  width: 134px;
  padding-right: 10px;
}
.pip-2022 .t:nth-child(6),
.pip-2022 .t:nth-child(7),
.pip-2022 .t:nth-child(8),
.pip-2022 .t:last-child {
  width: 55px;
}

/* --- */

.investor-logo,
.partner-logo {
  border-bottom: 2px dotted #00304f;
}
.investor-logo .sow-image-container {
  max-width: 150px;
}
.partner-logo {
  height: 77px;
}
/* Team Member */
.team-member {
  transition: all 0.3s;
}
.team-member .hexagon {
  position: relative;
  width: 187px;
  height: 107.96px;
  margin: 53.98px 0;
  background-size: auto 181.288px;
  background-position: center;
  border-left: solid 15px #e5f3e4;
  border-right: solid 15px #e5f3e4;
  transition: border-color 0.3s;
}

.team-member .hexTop,
.team-member .hexBottom {
  position: absolute;
  z-index: 1;
  width: 132.23px;
  height: 132.23px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 12.39px;
  transition: border-color 0.3s;
}

.team-member .hexTop:after,
.team-member .hexBottom:after {
  content: "";
  position: absolute;
  width: 157px;
  height: 90.64399226277126px;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-45.322px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-45.322px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-45.322px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}

.team-member .hexTop {
  top: -66.1145px;
  border-top: solid 21.2132px #e5f3e4;
  border-right: solid 21.2132px #e5f3e4;
}

.team-member .hexTop:after {
  background-position: center top;
}

.team-member .hexBottom {
  bottom: -66.1145px;
  border-bottom: solid 21.2132px #e5f3e4;
  border-left: solid 21.2132px #e5f3e4;
}

.team-member .hexBottom:after {
  background-position: center bottom;
}

.team-member .hexagon:after {
  content: "";
  position: absolute;
  top: 8.6603px;
  left: 0;
  width: 157px;
  height: 90.644px;
  z-index: 2;
  background: inherit;
}

.team-member:hover .hexagon,
.team-member:hover .hexTop,
.team-member:hover .hexBottom {
  border-color: #53ac4d;
}
.team-member:hover {
  color: #53ac4d;
  cursor: pointer;
}
.team-member:hover span.more {
  font-weight: 500;
}
.team-member .text {
  padding-top: 1.5em;
}
.team-member .title {
  font-weight: 500;
  margin: 0;
}
.team-member .position {
  font-size: 18px;
}

/* Team Slider */
.team-slider,
.team-member-detail {
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 100000px;
  left: -100000px;
  z-index: 12;
  opacity: 0;
  transition: opacity 0.3s;
  border-bottom: 21px solid #53ac4d;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 60%,
    rgba(238, 247, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef7ed',GradientType=0 );
}
.team-slider.show,
.team-member-detail.show {
  left: 0;
  right: 0;
  opacity: 1;
}
.team-slider .line-item,
.team-member-detail .line-item {
  padding: 30px 30px calc(30px - 1em) 30px;
}
.team-slider .upper,
.team-member-detail .upper {
  display: flex;
  position: relative;
}
.team-slider .image {
  width: 375px;
  margin-bottom: 30px;
}
.team-member-detail .image {
  width: 220px;
  margin: 0 12px 12px 0;
}
.team-member-detail {
  font-size: 0.865em;
  line-height: 1.3;
}
.team-slider .name {
  font-size: 30px;
  font-weight: 500;
  color: #00304f;
}
.team-member-detail .name {
  font-size: 24px;
  font-weight: 500;
  color: #00304f;
}
.team-slider .position,
.team-member-detail .position {
  font-size: 26px;
}
.team-member-detail .position {
  font-size: 21px;
}

.team-slider .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 14% 30px;
  position: relative;
  line-height: 1.3;
}

.team-member-detail .right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 7% 30px;
  position: relative;
}

.team-slider .right:after,
.team-member-detail .right:after {
  content: "";
  display: block;
  width: 70%;
  position: absolute;
  left: -35%;
  bottom: -7%;
  border-bottom: 4px dotted #53ac4d;
}
.team-member-detail:before {
  content: "";
  position: absolute;
  cursor: pointer;
  opacity: 1;
  top: 30px;
  right: 30px;
  width: 21px;
  height: 21px;
  background-image: url(images/pop-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.jobs-box {
  background-color: #ddeedb;
  border-radius: 14px;
}

.jobs-box h2,
.jobs-box .su-post {
  padding: 21px;
  border-bottom: 2px solid #fff;
}
.jobs-box h2,
.jobs-box h3,
.jobs-box p {
  margin: 0;
}
.news-loop .post-meta {
  color: #53ac4d;
  font-weight: 400;
}
.news-loop h3.post-title {
  font-weight: 400;
  line-height: 1.1;
  margin: 0.21em 0 0.333em 0;
  font-size: 1.4em;
}
.news-loop .post-excerpt p {
  margin-bottom: 0;
}
.news-loop .post {
  border-bottom: 2px dotted #53ac4d;
  padding: 1.2em 0;
}
#vi .caldera-grid svg {
  max-width: 210px;
}
#vi .caldera-grid label {
  color: #53ac4d;
  font-weight: 400;
}
#vi .caldera-grid .form-control {
  padding: 0.7em 1em !important;
  background-color: #ddeedb;
  height: auto;
  font-size: 21px;
  border-radius: 0;
  box-shadow: unset;
  border: 0;
}
#vi .caldera-grid textarea.form-control {
  background-color: #e5eaed;
}

.jobs-contact-hex {
  margin: -30px auto 0;
  text-align: center;
}
.jobs-contact-hex svg {
  cursor: pointer;
}
.jobs-contact-hex svg:hover polygon {
  fill: #53ac4d;
}
.jobs-contact-hex svg:hover #text path {
  fill: #fff;
}
.jobs-contact-hex svg:hover #button_1_ rect {
  fill: #53ac4d;
}
.morebox .separator + p,
.morebox.active .more {
  display: none;
}
.morebox.active .separator + p {
  display: block;
}
.morebox.active.popup {
  position: absolute;
  width: 90vw;
  max-width: 840px;
  left: 0;
  top: 0;
}
