@charset "UTF-8";

.l-canvas h2, .l-canvas h3, .l-canvas h4, .l-canvas h5, .l-canvas h6 {
  color: #d3461e;
}

body {
  letter-spacing: 0.5px;
}

ul.intellia-bullet {
  list-style: none;
  padding: 0;
  margin: 0;
}

table ul.intellia-bullet {
  margin-left: 0.5em;
}

table ul.intellia-bullet li {
  margin-left: 0;
}

ul.intellia-bullet li {
  text-indent: -1.2em;
  margin-left: 20px;
}

ul.intellia-bullet > li:before {
  content: "• ";
  color: #d3461e;
  font-size: 150%;
}

ul.intellia-bullet ul {
  margin-bottom: 0 !important;
}

ul.intellia-bullet ul.intellia-bullet {
  margin-left: 1em;
}

.tImageBox .w-iconbox-icon {
  width: 75%;
  font-size: 100% !important;
}

@media (min-width: 900px) {
  .tImageBox .w-iconbox-icon {
    width: 100%;
  }
}

.tImageBox .w-iconbox-icon img {
  border-radius: 50%;
  width: 100%;
}

.tImageBox h4 {
  text-align: left;
  font-size: 21px;
  line-height: 1.3;
}

.tImageBox.tInvestorImageBox {
  width: 280px;
  height: 280px;
  padding: 0;
}

.tImageBox.tInvestorImageBox a .w-iconbox-icon {
  z-index: -1;
  position: relative;
  width: 280px;
  height: 280px;
  padding: 0;
  margin: 0;
}

.tImageBox.tInvestorImageBox a .w-iconbox-icon img {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: auto;
}

.tImageBox.tInvestorImageBox a .w-iconbox-title {
  position: absolute;
  top: 50%;
  width: 280px;
  margin: -1.5em 0 0 0;
  padding: 0 0.5em;
  font-size: 28px;
  text-align: center;
  color: white;
}

.tImageBox.tInvestorImageBox a:hover .w-iconbox-title, .tImageBox.tInvestorImageBox a:active .w-iconbox-title {
  color: white;
  text-shadow: 0 0 8px white;
}

.tCircleText {
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgba(211, 70, 30, 0.5);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
  height: 210px;
}

.tCircleText .wpb_wrapper p {
  font-size: 24px;
  line-height: 1.35;
  text-align: center;
  font-weight: 300;
}

.tCircleText .wpb_wrapper p a {
  color: white;
}
@media (min-width: 960px) {
  .tCircleText {
    width: 240px;
    height: 240px;
  }
}

.w-btn.tRedButton {
  background-color: #d3461e;
  color: white !important;
}

.tTitleTextBlock {
  margin-bottom: -1em;
}

.tTitleTextBlock h2 {
  color: white;
  font-size: 36px;
}

#ir-links-section .l-section-h {
  padding-top: 0;
}

#ir-links-section h2 {
  margin-bottom: 0;
}

#ir-links-section .w-btn-wrapper {
  display: block;
  border-bottom: 15px solid #d3461e;
  text-align: left;
}

#ir-links-section .intellia-link-button {
  padding: 0;
}

#ir-links-section .intellia-link-button span.w-btn-label {
  font-size: 28px;
  color: #d3461e;
  text-transform: none;
  font-weight: 300;
}

#ir-links-section .intellia-link-button:hover {
  color: #993921;
}

#ir-links-section .intellia-link-button .ripple-container {
  line-height: 1.1;
}

.div-standalone-links {
  margin-top: 4em;
}

.intellia-link-button {
  padding: 0;
  font-weight: 600;
}

.intellia-link-button.standalone {
  margin: 1em 0;
  padding: 0.25em 0;
  display: block;
  border-bottom: 15px solid #d3461e;
}

.intellia-link-button.standalone:hover {
  color: #d3461e;
}

.intellia-newsletter-list-item {
  padding: 2em 0;
  border-bottom: 15px solid #d3461e;
}

.intellia-newsletter-list-item h2 {
  font-size: 21px;
  margin-top: 1em;
  padding-top: 0;
}

.intellia-newsletter-list-item p {
  color: #00324b;
}

.tPersonWithPopupInfo {
  cursor: pointer;
}

.tPersonWithPopupInfo .w-person-role {
  opacity: 1;
}

.w-person-role {
  opacity: 1;
}

.tPersonWithPopupInfo .w-person-description {
  display: none;
}

.table-wrapper {
  margin: 0;
  padding: 0 2px;
  max-width: 100%;
  min-width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
}

.intellia-table {
  font-size: 14px;
  line-height: 1.3;
}

.intellia-table tr:first-child th {
  border-bottom: 0;
}

.intellia-table tr:first-child td:last-child {
  border-right: 0;
}

.intellia-table tr:last-child td {
  border-bottom: 1px solid #d3461e;
}

.intellia-table th, .intellia-table td {
  vertical-align: top;
}

.intellia-table th {
  padding: 8px 16px;
  border-left: 2px solid white;
  font-weight: 600;
  line-height: 1.25;
  background: #d3461e;
  color: white;
}

.intellia-table th:first-child {
  border-left: 0;
  border-top-left-radius: 8px;
}

.intellia-table th:last-child {
  border-top-right-radius: 8px;
}

.intellia-table td:first-child {
  border-left: 1px solid #d3461e;
}

.intellia-table td:last-child {
  border-right: 1px solid #d3461e;
}

.modification-table {
  border: 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.modification-table img {
  width: 90px;
  height: auto;
}

.modification-table th, .modification-table td {
  padding: 8px;
}

.modification-table th {
  font-weight: 600;
  line-height: 1.25;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #d3461e;
  color: white;
  text-align: center;
  vertical-align: bottom;
}

.modification-table th.break-cell {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  width: 8px;
  font-size: 8px;
  padding: 0;
}

.modification-table td {
  border: 1px solid #d3461e;
}

.modification-table td h3 {
  margin: 0 0 0.75em;
  font-size: 16px;
  font-weight: 600;
  color: #424242;
}

.modification-table td p {
  margin: 0 !important;
  font-size: 12px;
  line-height: 1.2;
}

.vivo-table {
  border: 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.2;
}

.vivo-table img {
  width: 90px;
  height: auto;
}

.vivo-table th {
  padding: 8px 16px;
  font-weight: 600;
  line-height: 1.25;
  background: #d3461e;
  color: white;
  vertical-align: bottom;
  text-align: center;
}

.vivo-table th:first-child {
  border-left: 0;
  border-top-left-radius: 0;
  background-color: transparent;
}

.vivo-table th:nth-child(2) {
  border-top-left-radius: 8px;
  text-align: left;
}

.vivo-table th:last-child {
  border-top-right-radius: 8px;
}

.vivo-table td {
  border: 1px solid gray;
  padding: 8px;
}

.in-vivo td:nth-child(2) {
  border-left-color: #d3461e;
}

.in-vivo td:last-child {
  border-right-color: #d3461e;
}

.ex-vivo td:nth-child(2) {
  border-left-color: #45a8b9;
}

.ex-vivo td:last-child {
  border-right-color: #45a8b9;
}

.vivo-table td.label-cell {
  color: white;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.vivo-table td.label-cell2 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.vivo-table td.label-cell b {
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: -4px;
  font-style: italic;
}

.vivo-table td.label-cell2 b {
  position: static;
  display: table-cell;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-weight: 300;
  vertical-align: middle;
  text-align:center;
}

.vivo-table td.delivery-cell {
  text-align: center;
}

.vivo-table .first-row td:first-child,
.vivo-table .break-row td {
  border: 0;
  height: 10px;
}

.in-vivo .last-row td {
  border-bottom-color: #d3461e;
}

.ex-vivo .last-row td {
  border-bottom-color: #45a8b9;
}

.vivo-table .in-vivo td.label-cell {
  background: rgb(211, 70, 30);
}

.vivo-table .ex-vivo td.label-cell {
  background: rgb(69,168,185);
}

.intellia-table-1 tr.label-row td {
  padding: 0.75em 0 0 0;
  border: 0;
}

.intellia-table-1 tr.label-row td b {
  display: block;
  padding: 0.25em 16px 0.1em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #d3461e;
  color: white;
}

.intellia-table-1 th {
  background: #efefef;
  color: #d3461e;
}

.intellia-table-1 td {
  border-color: #efefef;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.intellia-table-2 {
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
  border-color: #d3461e;
  border-style: solid;
  border-width: 0 1px;
}

.intellia-table-2:before, .intellia-table-2:after {
  content: " ";
  position: absolute;
  left: 0;
  right: -1px;
  height: 24px;
  background-color: #d3461e;
}

.intellia-table-2:before {
  top: -24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.intellia-table-2:after {
  bottom: -24px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.intellia-table-2 tr:last-child td {
  border-bottom: 0;
}

.intellia-table-2 td {
  width: 50%;
  padding: 16px 32px;
}

.intellia-table-2 img {
  width: 150px;
}

.table-wrapper .intellia-table-2 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.l-footer .l-subfooter.at_top h3, .l-footer .l-subfooter.at_top h4 {
  font-size: 21px;
  color: #bbb;
}

.l-footer .l-subfooter.at_top .widget_recent_entries a,
.l-footer .l-subfooter.at_top h4.entry-title {
  font-size: 18px;
  padding-bottom: 0;
}

.l-footer .l-subfooter.at_top .widget_recent_entries span.post-date,
.l-footer .l-subfooter.at_top .widget_recent_entries span.duration,
.l-footer .l-subfooter.at_top .ecs-event-list span.post-date,
.l-footer .l-subfooter.at_top .ecs-event-list span.duration {
  display: block;
  padding-top: 0;
}

.l-footer .l-subfooter.at_top .widget_recent_entries li,
.l-footer .l-subfooter.at_top .ecs-event-list li {
  line-height: 1.5em;
  margin-bottom: 1rem;
}

.l-footer .widget_nav_menu .widgettitle {
  font-size: 21px;
  color: #c1d8e0;
}

.l-footer .widget_nav_menu ul.menu li {
  padding-left: 0;
  margin-bottom: 0.7em;
  line-height: 1.3;
}

.l-footer .widget_nav_menu ul.menu li:before {
  content: "";
  display: none;
}

.l-footer .widget_nav_menu ul.menu li a {
  color: white;
}

@media (min-width: 768px) {
  #menu-item-7210 a {
    font-size: 21px;
    color: #c1d8e0;
  }

  #menu-item-7274 a {
    font-size: 21px;
    color: #c1d8e0;
  }

  #menu-item-7299 a {
    font-size: 21px;
    color: #c1d8e0;
  }

  .menu-item-7298 a {
    font-size: 21px;
    color: #c1d8e0 !important;
  }

  #menu-item-7296 a {
    font-size: 21px;
    color: #c1d8e0;
  }

  #menu-item-7297 a {
    font-size: 21px;
    color: #c1d8e0;
  }
}

#menu-item-7210 a {
  font-size: 21px;
  color: #c1d8e0;
}

#menu-item-7274 a {
  font-size: 21px;
  color: #c1d8e0;
}

#menu-item-7299 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#menu-item-7299 a {
  font-size: 21px;
  color: #c1d8e0;
}

.menu-item-7298 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.menu-item-7298 a {
  font-size: 21px;
  color: #c1d8e0 !important;
}

.menu-item-7296 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.menu-item-7296 a {
  font-size: 21px;
  color: #c1d8e0 !important;
}

.menu-item-7297 {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.menu-item-7297 a {
  font-size: 21px;
  color: #c1d8e0 !important;
}

.l-section-h {
  padding-top: 0px !important;
  padding-bottom: 0px;
}

.l-canvas header.bg_solid:not(.sticky) .l-subheader {
  background-color: rgba(0, 50, 75, 0.3);
}

.l-canvas header.bg_transparent:not(.sticky) {
  /* background-color: rgba(0, 50, 75, 0.3); */
}

.l-canvas header.bg_transparent:not(.sticky) .l-subheader {
  background-color: rgba(0, 50, 75, 0.3);
}

.l-canvas .l-titlebar {
  padding-left: 0;
  padding-right: 0;
}

.l-canvas .l-titlebar .l-titlebar-h {
  max-width: none;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}
@media (min-width: 601px) {
  .l-canvas .l-titlebar .l-titlebar-h {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.l-canvas .l-titlebar .l-titlebar-h h1 {
  line-height: 1.2;
  color: white;
  font-weight: 500;
}

.l-canvas .l-titlebar .l-titlebar-h .l-titlebar-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.l-canvas .l-titlebar.size_huge .l-titlebar-h {
  padding-top: 120px;
  padding-bottom: 20px;
}

@media (min-width: 601px) {
  .l-canvas .l-titlebar.size_huge {
    padding-top: 165px;
    padding-bottom: 35px;
  }
}

.l-canvas .l-titlebar.size_huge .l-titlebar-img.loaded {
  background-position: 50% 30% !important;
}

@media (min-width: 1200px) {
  .l-canvas .l-titlebar.size_huge .l-titlebar-img.loaded {
    background-position: 50% 20% !important;
  }
}

.l-canvas .l-titlebar.size_huge .l-titlebar-h h1 {
  text-transform: none;
  letter-spacing: 1px;
}

@media (min-width: 901px) {
  .header_hor .l-header.pos_fixed ~ .l-titlebar.size_huge {
    padding-top: 330px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .header_hor .l-header.pos_fixed ~ .l-titlebar.size_huge {
    padding-top: 360px;
  }
}

nav a,
.widget_nav_menu a {
  letter-spacing: 0.5px;
}

@media (min-width: 1101px) {
  header:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    background-color: #d3461e;
    width: auto;
    height: 30px;
  }

  header nav.ush_menu_1 ul.level_1 > li a {
    font-weight: 300;
  }

  header nav.ush_menu_1 ul.level_1 > li a b {
    font-weight: 600;
  }

  header nav.ush_menu_1 ul.level_1 > li:first-child, header nav.ush_menu_1 ul.level_1 > li:nth-child(2), header nav.ush_menu_1 ul.level_1 > li:nth-child(3), header nav.ush_menu_1 ul.level_1 > li:nth-child(4), header nav.ush_menu_1 ul.level_1 > li:nth-child(5) {
    position: absolute;
    top: -30px;
    color: white;
  }

  header nav.ush_menu_1 ul.level_1 > li:first-child .w-nav-anchor.level_1, header nav.ush_menu_1 ul.level_1 > li:nth-child(2) .w-nav-anchor.level_1, header nav.ush_menu_1 ul.level_1 > li:nth-child(3) .w-nav-anchor.level_1, header nav.ush_menu_1 ul.level_1 > li:nth-child(4) .w-nav-anchor.level_1, header nav.ush_menu_1 ul.level_1 > li:nth-child(5) .w-nav-anchor.level_1 {
    line-height: 30px;
  }

  header nav.ush_menu_1 ul.level_1 > li:first-child.current-menu-item > a, header nav.ush_menu_1 ul.level_1 > li:first-child.current_page_item > a, header nav.ush_menu_1 ul.level_1 > li:first-child.current-menu-ancestor > a, header nav.ush_menu_1 ul.level_1 > li:first-child.current-menu-parent > a, header nav.ush_menu_1 ul.level_1 > li:first-child.current_page_parent > a, header nav.ush_menu_1 ul.level_1 > li:first-child.current_page_ancestor > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(2).current-menu-item > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(2).current_page_item > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(2).current-menu-ancestor > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(2).current-menu-parent > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(2).current_page_parent > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(2).current_page_ancestor > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(3).current-menu-item > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(3).current_page_item > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(3).current-menu-ancestor > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(3).current-menu-parent > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(3).current_page_parent > a, header nav.ush_menu_1 ul.level_1 > li:nth-child(3).current_page_ancestor > a {
    color: #ffb25b;
  }

  header nav.ush_menu_1 ul.level_1 > li:first-child {
    right: 333px;
  }

  header nav.ush_menu_1 ul.level_1 > li:first-child:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 16px;
    margin: auto 0;
    background-color: #ffffff;
  }

  header nav.ush_menu_1 ul.level_1 > li:first-child a {
    text-transform: uppercase;
  }

  header nav.ush_menu_1 ul.level_1 > li:nth-child(2) {
    right: 224px;
  }

  header nav.ush_menu_1 ul.level_1 > li:nth-child(2) a {
    text-transform: uppercase;
  }

  header nav.ush_menu_1 ul.level_1 > li:nth-child(3) {
    right: 136px;
  }

  header nav.ush_menu_1 ul.level_1 > li:nth-child(4) {
    right: 86px;
  }

  header nav.ush_menu_1 ul.level_1 > li:nth-child(5) {
    right: 36px;
  }

  header .l-subheader.at_middle {
    padding-top: 30px;
  }

  header .l-subheader.at_middle .l-subheader-h {
    -webkit-transition: line-height, height 0.3s;
    transition: line-height, height 0.3s;
    line-height: 90px;
    height: 90px;
  }

  header .w-nav-anchor.level_1 {
    -webkit-transition: line-height 0.3s;
    transition: line-height 0.3s;
  }

  header.sticky .w-nav-anchor.level_1 {
    line-height: 50px;
  }

  header.sticky .l-subheader.at_middle .l-subheader-h {
    line-height: 50px;
    height: 50px;
  }
}

@media (min-width: 901px) {
  aside.l-sidebar:after {
    display: block;
    content: " ";
    position: fixed;
    top: 0;
    bottom: 0;
    width: 117px;
    background-image: url("assets/images/mosaic-menu-bottom.png");
    background-repeat: no-repeat;
    background-size: 117px 1900px;
    background-position: 0 -8px;
  }
}

aside.l-sidebar .widget_nav_menu h3.widgettitle {
  display: none;
}

aside.l-sidebar .widget_nav_menu ul.menu {
  z-index: 1;
  position: relative;
  background-color: white;
  margin: 0;
  padding: 0.75em 0;
  border: 0;
  list-style: none;
}

@media (min-width: 901px) {
  aside.l-sidebar .widget_nav_menu ul.menu:after {
    content: " ";
    position: absolute;
    display: block;
    width: 117px;
    height: 20px;
    bottom: -20px;
    background-color: #d3461e;
  }
}

aside.l-sidebar .widget_nav_menu li.menu-item {
  margin: 0;
}

aside.l-sidebar .widget_nav_menu li.menu-item a {
  display: block;
  padding: 0.2em 0.25em;
  margin: 0 -0.25em;
  border: 0;
  color: #999;
  font-size: 21px;
  line-height: 1.1;
}

aside.l-sidebar .widget_nav_menu li.menu-item a.current, aside.l-sidebar .widget_nav_menu li.menu-item.current-menu-item a, aside.l-sidebar .widget_nav_menu li.menu-item.current_page_item a {
  font-weight: 500;
  color: #d3461e;
}

.page-id-6487 aside.l-sidebar .widget_nav_menu li.menu-item.current-page-ancestor a {
  font-weight: 300;
  color: #999;
}

.page-id-7136 aside.l-sidebar .widget_nav_menu li.menu-item.menu-item-6535 a, .page-id-7138 aside.l-sidebar .widget_nav_menu li.menu-item.menu-item-6535 a {
  font-weight: 500;
  color: #d3461e;
}

.tSlideText:after {
  content: " ";
  background-color: #d3461e;
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 37px;
  height: 8px;
}

@media (min-width: 480px) {
  .tSlideText:after {
    bottom: -16px;
    width: 52px;
    height: 11px;
  }
}

@media (min-width: 768px) {
  .tSlideText:after {
    bottom: -20px;
    width: 86px;
    height: 17px;
  }
}

.home .tImageBox .w-iconbox-icon {
  width: 75%;
  font-size: 75% !important;
}

.home .tImageBox .w-iconbox-icon img {
  width: 75%;
}

@-webkit-keyframes flash-background {
  0% {
    background-color: rgba(255, 178, 91, 0.25);
  }
  50% {
    background-color: #ffb25b;
  }
  100% {
    background-color: rgba(255, 178, 91, 0.25);
  }
}

@keyframes flash-background {
  0% {
    background-color: rgba(255, 178, 91, 0.25);
  }
  50% {
    background-color: #ffb25b;
  }
  100% {
    background-color: rgba(255, 178, 91, 0.25);
  }
}
@-webkit-keyframes flash-text-color {
  0% {
    color: rgba(255, 255, 255, 0.25);
  }
  50% {
    color: white;
  }
  100% {
    color: rgba(255, 255, 255, 0.25);
  }
}
@keyframes flash-text-color {
  0% {
    color: rgba(255, 255, 255, 0.25);
  }
  50% {
    color: white;
  }
  100% {
    color: rgba(255, 255, 255, 0.25);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.page-id-6359 {
  /*
  	common styles
  */
}

.page-id-6359 .l-titlebar .l-titlebar-h {
  position: absolute;
  padding-top: 10px;
  padding-left: 13px;
  padding-right: 13px;
}

.page-id-6359 .l-titlebar .l-titlebar-h h1 {
  color: white;
}

.page-id-6359 .l-main {
  display: none;
}

.page-id-6359 #bt-play {
  z-index: 11;
  position: absolute;
  display: block;
  left: 10%;
  bottom: 130px;
  width: 80%;
  height: 80px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-id-6359 #bt-play.playing {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
  background-image: url("assets/images/sprite-icons.png");
  background-size: 500px 100px;
  background-position: -200px 0;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  bottom: 70px;
  left: 0;
  margin-left: 0;
  border-radius: 0;
}

.page-id-6359 #bt-play.playing:hover, .page-id-6359 #bt-play.playing:active {
  background-position: -200px -50px;
}

.page-id-6359 #bt-play.playing * {
  display: none;
}

.page-id-6359 #bt-play span {
  position: absolute;
  left: 0;
  bottom: -28px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: white;
  -webkit-animation: flash linear 2s infinite;
          animation: flash linear 2s infinite;
}

.page-id-6359 #bt-play .click-target {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 154px;
  margin-left: -45px;
  background-size: 45px 77px;
  background-repeat: no-repeat;
  background-position: top center;
}

.page-id-6359 #bt-play .click1 {
  background-image: url("assets/images/click-mouse01.png");
}

.page-id-6359 #bt-play .click2 {
  background-image: url("assets/images/click-mouse02.png");
  -webkit-animation: flash linear 2s infinite;
          animation: flash linear 2s infinite;
}

.page-id-6359 #buttonTitle {
  position: absolute;
  bottom: 85px;
  width: 100%;
  padding: 2px 0.25em;
  color: white;
  font-size: 21px;
  text-align: center;
}

.page-id-6359 #sectionHeader {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}

.page-id-6359 #sectionHeader.stopped {
  opacity: 1;
}

.page-id-6359 #sectionHeader .section-header {
  display: none;
}

.page-id-6359 #videoNavigation {
  z-index: 11;
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #d3461e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-id-6359 #videoNavigation li {
  margin: 0;
  padding: 0;
}

.page-id-6359 #videoNavigation li:first-child {
  width: 36%;
}

.page-id-6359 #videoNavigation li:nth-child(2) {
  width: 38%;
}

.page-id-6359 #videoNavigation li:nth-child(3) {
  width: 26%;
}

.page-id-6359 #videoNavigation li:nth-child(4) {
  width: 27%;
}

.page-id-6359 #videoNavigation li:nth-child(5) {
  width: 27%;
}

.page-id-6359 #videoNavigation li:nth-child(6) {
  width: 46%;
}

.page-id-6359 #videoNavigation a {
  display: block;
  padding: 4px;
  color: white;
  font-size: 12px;
  text-align: center;
}

.page-id-6359 #videoNavigation a.tCurrent {
  background-color: #ffb25b;
  -webkit-animation: flash-background linear 2s infinite;
          animation: flash-background linear 2s infinite;
}

.page-id-6359 .supportingText {
  padding: 0 25px;
}

.page-id-6359 .supportingText p {
  margin: 0.5em 0 0 0;
  line-height: 1.4;
}

.page-id-6359:not(.isLandscape) #videoMask {
  position: relative;
  overflow-x: hidden;
}

.page-id-6359:not(.isLandscape) #videoWrapper {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page-id-6359:not(.isLandscape) #videoWrapper video {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.page-id-6359:not(.isLandscape) #sectionHeader .section-header {
  display: none;
}

.page-id-6359:not(.isLandscape) .supportingText {
  padding: 0 25px;
}

.page-id-6359:not(.isLandscape) .video-section {
  display: none;
}

.page-id-6359:not(.isLandscape) .crispr .section-crispr,
.page-id-6359:not(.isLandscape) .cas9 .section-cas9,
.page-id-6359:not(.isLandscape) .cut .section-cut,
.page-id-6359:not(.isLandscape) .insert .section-insert,
.page-id-6359:not(.isLandscape) .delete .section-delete,
.page-id-6359:not(.isLandscape) .repair .section-repair {
  display: block;
  margin: 1em 0 1.5em;
}

@media (min-width: 600px) {
  .page-id-6359:not(.isLandscape) #videoWrapper {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .page-id-6359:not(.isLandscape) #videoWrapper video {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: initial;
  }

  .page-id-6359:not(.isLandscape) #bt-play.playing {
    bottom: 40px;
  }

  .page-id-6359:not(.isLandscape) .crispr-3 #bt-play.not-playing {
    left: 24%;
    top: 48%;
  }

  .page-id-6359:not(.isLandscape) .cas9-3 #bt-play.not-playing {
    left: 34.3%;
    top: 52%;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) .cas9-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) .insert-3 #bt-play.not-playing {
    left: 22%;
    top: 48.5%;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) .insert-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) .delete-3 #bt-play.not-playing {
    left: 22%;
    top: 48.5%;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) .delete-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) .repair-3 #bt-play.not-playing {
    left: 8%;
    top: 58%;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) .repair-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
    width: 300px;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation {
    width: 100%;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation li {
    margin: 0;
    padding: 0;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation li:first-child {
    width: 18%;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation li:nth-child(2) {
    width: 19%;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation li:nth-child(3) {
    width: 12%;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation li:nth-child(4) {
    width: 14%;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation li:nth-child(5) {
    width: 13%;
  }

  .page-id-6359:not(.isLandscape) #videoNavigation li:nth-child(6) {
    width: 24%;
  }

  .page-id-6359:not(.isLandscape) .supportingText {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.page-id-6359.isLandscape .l-subheader {
  background: rgba(0, 50, 75, 0.3) !important;
}

.page-id-6359.isLandscape .l-titlebar {
  background: transparent;
}

.page-id-6359.isLandscape .l-titlebar .l-titlebar-h {
  position: relative;
  margin-top: -45px;
  margin-left: 130px;
  padding-top: 0;
  padding-bottom: 0;
}

.page-id-6359.isLandscape #videoWrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.page-id-6359.isLandscape #videoWrapper video {
  width: 100%;
}

.page-id-6359.isLandscape #bt-play {
  bottom: 110px;
}

.page-id-6359.isLandscape #bt-play.playing {
  bottom: 40px;
}

.page-id-6359.isLandscape #sectionHeader .section-header {
  bottom: 200px;
}

.page-id-6359.isLandscape #videoNavigation {
  width: 100%;
}

.page-id-6359.isLandscape #videoNavigation li {
  margin: 0;
  padding: 0;
}

.page-id-6359.isLandscape #videoNavigation li:first-child {
  width: 18%;
}

.page-id-6359.isLandscape #videoNavigation li:nth-child(2) {
  width: 19%;
}

.page-id-6359.isLandscape #videoNavigation li:nth-child(3) {
  width: 12%;
}

.page-id-6359.isLandscape #videoNavigation li:nth-child(4) {
  width: 14%;
}

.page-id-6359.isLandscape #videoNavigation li:nth-child(5) {
  width: 13%;
}

.page-id-6359.isLandscape #videoNavigation li:nth-child(6) {
  width: 24%;
}

.page-id-6359.isLandscape .supportingText {
  display: none;
}

.page-id-6359.isLandscape footer,
.page-id-6359.isLandscape .w-toplink {
  display: none;
}

@media (min-width: 600px) {
  .page-id-6359.isLandscape .l-titlebar .l-titlebar-h {
    margin-top: -60px;
  }
}

@media (min-width: 900px) {
  .page-id-6359.isLandscape .l-titlebar .l-titlebar-h {
    padding: 0 40px;
    margin: 1em 0 0;
  }

  .page-id-6359.isLandscape #bt-play {
    bottom: 50%;
    margin-bottom: -100px;
  }

  .page-id-6359.isLandscape #bt-play.not-playing {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 350px;
    margin-top: -10px;
    margin-left: -175px;
  }

  .page-id-6359.isLandscape #bt-play.playing {
    z-index: 20;
    bottom: 0;
    margin-bottom: 0;
  }

  .page-id-6359.isLandscape #bt-play .click-target {
    position: absolute;
    top: 0;
    left: 50%;
    width: 90px;
    height: 154px;
    margin-left: -45px;
  }

  .page-id-6359.isLandscape #buttonTitle {
    width: 350px;
  }

  .page-id-6359.isLandscape .crispr-3 #bt-play.not-playing {
    left: 27%;
    top: 59%;
  }

  .page-id-6359.isLandscape .cas9-3 #bt-play.not-playing {
    left: 46.8%;
    top: 59.8%;
  }

  .page-id-6359.isLandscape .cas9-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
  }

  .page-id-6359.isLandscape .insert-3 #bt-play.not-playing {
    left: 46.6%;
    top: 55.6%;
  }

  .page-id-6359.isLandscape .insert-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
  }

  .page-id-6359.isLandscape .delete-3 #bt-play.not-playing {
    left: 42.5%;
    top: 45.5%;
  }

  .page-id-6359.isLandscape .delete-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
  }

  .page-id-6359.isLandscape .repair-3 #bt-play.not-playing {
    left: 28.5%;
    top: 71.5%;
  }

  .page-id-6359.isLandscape .repair-3 #bt-play.not-playing #buttonTitle {
    bottom: 98px;
    top: auto;
  }

  .page-id-6359.isLandscape #videoNavigation {
    padding-left: 50px;
  }

  .page-id-6359.isLandscape #videoNavigation li:first-child {
    width: 18%;
  }

  .page-id-6359.isLandscape #videoNavigation li:nth-child(2) {
    width: 19%;
  }

  .page-id-6359.isLandscape #videoNavigation li:nth-child(3) {
    width: 13%;
  }

  .page-id-6359.isLandscape #videoNavigation li:nth-child(4) {
    width: 14%;
  }

  .page-id-6359.isLandscape #videoNavigation li:nth-child(5) {
    width: 14%;
  }

  .page-id-6359.isLandscape #videoNavigation li:nth-child(6) {
    width: 22%;
  }

  .page-id-6359.isLandscape #videoNavigation li a {
    height: 50px;
    font-size: 16px;
    padding-top: 12px;
  }

  .page-id-6359.isLandscape .supportingText {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 50px;
    left: 0;
  }

  .page-id-6359.isLandscape .supportingText p {
    color: white;
    font-size: 21px;
  }

  .page-id-6359.isLandscape .supportingText h2 {
    display: none;
  }

  .page-id-6359.isLandscape .video-section {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .page-id-6359.isLandscape .video-subsection {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5em 3em;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }

  .page-id-6359.isLandscape .crispr-1 .crispr-1,
  .page-id-6359.isLandscape .crispr-2 .crispr-2,
  .page-id-6359.isLandscape .crispr-3 .crispr-3,
  .page-id-6359.isLandscape .cas9-1 .cas9-1,
  .page-id-6359.isLandscape .cas9-2 .cas9-2,
  .page-id-6359.isLandscape .cas9-3 .cas9-3,
  .page-id-6359.isLandscape .cut-1 .cut-1,
  .page-id-6359.isLandscape .cut-2 .cut-2,
  .page-id-6359.isLandscape .cut-3 .cut-3,
  .page-id-6359.isLandscape .insert-1 .insert-1,
  .page-id-6359.isLandscape .insert-2 .insert-2,
  .page-id-6359.isLandscape .insert-3 .insert-3,
  .page-id-6359.isLandscape .delete-1 .delete-1,
  .page-id-6359.isLandscape .delete-2 .delete-2,
  .page-id-6359.isLandscape .delete-3 .delete-3,
  .page-id-6359.isLandscape .repair-1 .repair-1,
  .page-id-6359.isLandscape .repair-2 .repair-2,
  .page-id-6359.isLandscape .repair-3 .repair-3,
  .page-id-6359.isLandscape .repair-4 .repair-4,
  .page-id-6359.isLandscape .repair-5 .repair-5,
  .page-id-6359.isLandscape .repair-6 .repair-6,
  .page-id-6359.isLandscape .repair-7 .repair-7 {
    opacity: 1;
  }
}

.page-id-6292 .mosaic-images-wrapper img {
  display: none;
}

.page-id-6292 .testimonial-link-list {
  display: none;
}

.page-id-6292 .testimonial-link-list ul li {
  margin: 0;
}

.page-id-6292 .testimonial-link-list ul li a {
  display: block;
  padding: 0.2em 0.25em;
  margin: 0 -0.25em;
  border: 0;
  color: #999;
  font-size: 21px;
  line-height: 1.1;
}

.page-id-6292 .testimonial-link-list ul li a.current, .page-id-6292 .testimonial-link-list ul li.current-menu-item a, .page-id-6292 .testimonial-link-list ul li.current_page_item a {
  font-weight: 500;
  color: #d3461e;
}

.page-id-6487 .page-id-6292 .testimonial-link-list ul li.current-page-ancestor a {
  font-weight: 300;
  color: #999;
}

.page-id-6292 .bubble {
  background-color: #d3461e;
  margin: 0 0 3.5em 0;
  padding-bottom: 1em;
}

.page-id-6292 .bubble img {
  display: block;
  margin: 0 0 1em 0;
}

.page-id-6292 .bubble p {
  margin: 0 16px 0.5em 16px;
  color: white;
  font-style: italic;
}

.page-id-6292 .bubble p.person {
  margin: 1em 16px 0 16px;
  font-style: normal;
}

.page-id-6292 .bubble .employee-name {
  font-size: 16px;
  font-weight: 600;
}

.page-id-6292 .bubble .employee-title {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 4px;
}

.page-id-6292 .bubble .read-more-link {
  margin: 0 16px;
  font-style: normal;
  font-size: 12px;
}

.page-id-6292 .bubble .read-more-link a {
  color: #ffb25b;
}

.page-id-6292 .tPopup .tContent .imgWrap {
  margin: -20px -20px 0 -20px;
}

.page-id-6292 .tPopup .tContent div.title {
  margin: 0 -20px 0;
  padding: 0.5em 20px;
  background-color: #d3461e;
}

.page-id-6292 .tPopup .tContent div.title h2 {
  margin-bottom: 0;
  color: white;
}

.page-id-6292 .tPopup .tContent div.title .employee-title {
  color: white;
}

.page-id-6292 .tPopup .tContent h3 {
  font-size: 16px;
  font-weight: 600;
}

.page-id-6292 .tPopup .tContent p {
  color: #00324b;
}

@media (min-width: 768px) {
  .page-id-6292 section.l-section.wpb_row.height_medium {
    padding: 0 !important;
  }

  .page-id-6292 section.l-section.wpb_row.height_medium .l-section-h.i-cf {
    padding: 0;
    max-width: none;
  }

  .page-id-6292 .mosaic-images-wrapper {
    display: block;
    position: relative;
    width: 100%;
  }

  .page-id-6292 .mosaic-images-wrapper img {
    margin: 0;
    display: block;
  }

  .page-id-6292 .mosaic-images-wrapper .mosaic-image {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
  }

  .page-id-6292 .mosaic-images-wrapper .placeholder {
    z-index: -2;
    position: relative;
    display: block;
    opacity: 0;
  }

  .page-id-6292 .masks,
  .page-id-6292 .mosaics {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .page-id-6292 .mask,
  .page-id-6292 .mosaic {
    position: absolute;
    display: block;
    width: 4.167%;
  }

  .page-id-6292 .mask.col-1,
  .page-id-6292 .mosaic.col-1 {
    left: 0.000%;
    -webkit-transform-origin: 210% 50%;
            transform-origin: 210% 50%;
  }

  .page-id-6292 .mask.col-2,
  .page-id-6292 .mosaic.col-2 {
    left: 4.167%;
    -webkit-transform-origin: 200% 50%;
            transform-origin: 200% 50%;
  }

  .page-id-6292 .mask.col-3,
  .page-id-6292 .mosaic.col-3 {
    left: 8.334%;
    -webkit-transform-origin: 190% 50%;
            transform-origin: 190% 50%;
  }

  .page-id-6292 .mask.col-4,
  .page-id-6292 .mosaic.col-4 {
    left: 12.501%;
    -webkit-transform-origin: 180% 50%;
            transform-origin: 180% 50%;
  }

  .page-id-6292 .mask.col-5,
  .page-id-6292 .mosaic.col-5 {
    left: 16.668%;
    -webkit-transform-origin: 170% 50%;
            transform-origin: 170% 50%;
  }

  .page-id-6292 .mask.col-6,
  .page-id-6292 .mosaic.col-6 {
    left: 20.835%;
    -webkit-transform-origin: 160% 50%;
            transform-origin: 160% 50%;
  }

  .page-id-6292 .mask.col-7,
  .page-id-6292 .mosaic.col-7 {
    left: 25.002%;
    -webkit-transform-origin: 150% 50%;
            transform-origin: 150% 50%;
  }

  .page-id-6292 .mask.col-8,
  .page-id-6292 .mosaic.col-8 {
    left: 29.169%;
    -webkit-transform-origin: 140% 50%;
            transform-origin: 140% 50%;
  }

  .page-id-6292 .mask.col-9,
  .page-id-6292 .mosaic.col-9 {
    left: 33.336%;
    -webkit-transform-origin: 130% 50%;
            transform-origin: 130% 50%;
  }

  .page-id-6292 .mask.col-10,
  .page-id-6292 .mosaic.col-10 {
    left: 37.503%;
    -webkit-transform-origin: 120% 50%;
            transform-origin: 120% 50%;
  }

  .page-id-6292 .mask.col-11,
  .page-id-6292 .mosaic.col-11 {
    left: 41.670%;
    -webkit-transform-origin: 110% 50%;
            transform-origin: 110% 50%;
  }

  .page-id-6292 .mask.col-12,
  .page-id-6292 .mosaic.col-12 {
    left: 45.837%;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }

  .page-id-6292 .mask.col-13,
  .page-id-6292 .mosaic.col-13 {
    left: 50.004%;
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }

  .page-id-6292 .mask.col-14,
  .page-id-6292 .mosaic.col-14 {
    left: 54.171%;
    -webkit-transform-origin: -10% 50%;
            transform-origin: -10% 50%;
  }

  .page-id-6292 .mask.col-15,
  .page-id-6292 .mosaic.col-15 {
    left: 58.338%;
    -webkit-transform-origin: -20% 50%;
            transform-origin: -20% 50%;
  }

  .page-id-6292 .mask.col-16,
  .page-id-6292 .mosaic.col-16 {
    left: 62.505%;
    -webkit-transform-origin: -30% 50%;
            transform-origin: -30% 50%;
  }

  .page-id-6292 .mask.col-17,
  .page-id-6292 .mosaic.col-17 {
    left: 66.672%;
    -webkit-transform-origin: -40% 50%;
            transform-origin: -40% 50%;
  }

  .page-id-6292 .mask.col-18,
  .page-id-6292 .mosaic.col-18 {
    left: 70.839%;
    -webkit-transform-origin: -50% 50%;
            transform-origin: -50% 50%;
  }

  .page-id-6292 .mask.col-19,
  .page-id-6292 .mosaic.col-19 {
    left: 75.006%;
    -webkit-transform-origin: -60% 50%;
            transform-origin: -60% 50%;
  }

  .page-id-6292 .mask.col-20,
  .page-id-6292 .mosaic.col-20 {
    left: 79.173%;
    -webkit-transform-origin: -70% 50%;
            transform-origin: -70% 50%;
  }

  .page-id-6292 .mask.col-21,
  .page-id-6292 .mosaic.col-21 {
    left: 83.340%;
    -webkit-transform-origin: -80% 50%;
            transform-origin: -80% 50%;
  }

  .page-id-6292 .mask.col-22,
  .page-id-6292 .mosaic.col-22 {
    left: 87.507%;
    -webkit-transform-origin: -90% 50%;
            transform-origin: -90% 50%;
  }

  .page-id-6292 .mask.col-23,
  .page-id-6292 .mosaic.col-23 {
    left: 91.674%;
    -webkit-transform-origin: -100% 50%;
            transform-origin: -100% 50%;
  }

  .page-id-6292 .mask.col-24,
  .page-id-6292 .mosaic.col-24 {
    left: 95.841%;
    -webkit-transform-origin: -110% 50%;
            transform-origin: -110% 50%;
  }

  .page-id-6292 .mask.row-1,
  .page-id-6292 .mosaic.row-1 {
    top: 0.00%;
  }

  .page-id-6292 .mask.row-2,
  .page-id-6292 .mosaic.row-2 {
    top: 6.25%;
  }

  .page-id-6292 .mask.row-3,
  .page-id-6292 .mosaic.row-3 {
    top: 12.50%;
  }

  .page-id-6292 .mask.row-4,
  .page-id-6292 .mosaic.row-4 {
    top: 18.75%;
  }

  .page-id-6292 .mask.row-5,
  .page-id-6292 .mosaic.row-5 {
    top: 25.00%;
  }

  .page-id-6292 .mask.row-6,
  .page-id-6292 .mosaic.row-6 {
    top: 31.25%;
  }

  .page-id-6292 .mask.row-7,
  .page-id-6292 .mosaic.row-7 {
    top: 37.50%;
  }

  .page-id-6292 .mask.row-8,
  .page-id-6292 .mosaic.row-8 {
    top: 43.75%;
  }

  .page-id-6292 .mask.row-9,
  .page-id-6292 .mosaic.row-9 {
    top: 50.00%;
  }

  .page-id-6292 .mask.row-10,
  .page-id-6292 .mosaic.row-10 {
    top: 56.25%;
  }

  .page-id-6292 .mask.row-11,
  .page-id-6292 .mosaic.row-11 {
    top: 62.50%;
  }

  .page-id-6292 .mask.row-12,
  .page-id-6292 .mosaic.row-12 {
    top: 68.75%;
  }

  .page-id-6292 .mask.row-13,
  .page-id-6292 .mosaic.row-13 {
    top: 75.00%;
  }

  .page-id-6292 .mask.row-14,
  .page-id-6292 .mosaic.row-14 {
    top: 81.25%;
  }

  .page-id-6292 .mask.row-15,
  .page-id-6292 .mosaic.row-15 {
    top: 87.50%;
  }

  .page-id-6292 .mask.row-16,
  .page-id-6292 .mosaic.row-16 {
    top: 93.75%;
  }

  .page-id-6292 .mask {
    opacity: 1;
  }

  .page-id-6292 .mosaic {
    -webkit-transform: scale(5);
            transform: scale(5);
    opacity: 0;
  }

  .page-id-6292 .speech-bubbles {
    z-index: 3;
    position: absolute;
    top: 100px;
    left: 200px;
    right: auto;
    width: auto;
    margin: 0;
  }

  .page-id-6292 .bubble {
    position: relative;
    display: none;
    opacity: 0;
    width: 220px;
    height: 366px;
    margin: 0;
    padding: 16px;
    color: white;
    background-color: transparent;
    background-image: url("assets/images/mosaic-bubble.png");
    background-repeat: no-repeat;
    background-size: 220px 366px;
    background-position: 0 0;
  }

  .page-id-6292 .bubble .buble-content {
    margin: 0;
  }

  .page-id-6292 .bubble img {
    display: none;
  }

  .page-id-6292 .bubble p {
    margin: 0 0 0.5em 0;
    font-size: 15px;
    line-height: 1.4;
  }

  .page-id-6292 .bubble[data-id="6922"] p {
    font-size: 13px;
    line-height: 1.3;
  }

  .page-id-6292 .bubble .read-more-link {
    margin: 0.5em 0;
    font-size: 14px;
  }

  .page-id-6292 .bubble .read-more-link a {
    color: white;
  }

  .page-id-6292 .bubble p.person {
    margin: 0;
  }

  .page-id-6292 .bubble .employee-name {
    margin: 0;
  }

  .page-id-6292 .testimonial-link-list {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    display: block;
    background-image: url("assets/images/mosaic-menu-bottom.png");
    background-repeat: no-repeat;
    background-size: 117px 1900px;
    background-position: 0 375px;
  }

  .page-id-6292 .testimonial-link-list ul {
    margin: 80px 0 0 0;
    padding-top: 100px;
    list-style: none;
    background-image: url("assets/images/mosaic-menu-top.png");
    background-repeat: no-repeat;
    background-size: 117px 100px;
    background-position: 0 0;
  }

  .page-id-6292 .tPopup .tContent {
    padding: 40px 40px 40px 120px;
  }

  .page-id-6292 .tPopup .tContent .imgWrap {
    margin: -40px -40px 0 -120px;
  }

  .page-id-6292 .tPopup .tContent .imgWrap img {
    float: none;
    margin: 0;
    width: 100%;
  }

  .page-id-6292 .tPopup .tContent div.title {
    margin: 0 -40px 0 -120px;
    padding: 0.5em 40px 0.5em 120px;
  }
}

@media (min-width: 901px) {
  .page-id-6292 .testimonial-link-list {
    left: 40px;
    background-position: 0 420px;
  }

  .page-id-6292 .testimonial-link-list ul {
    margin: 120px 0 0 0;
  }
}

@media (min-width: 960px) {
  .page-id-6292 .speech-bubbles {
    top: 150px;
    left: 25%;
  }

  .page-id-6292 .bubble {
    width: 280px;
    height: 466px;
    background-size: 280px 466px;
    padding: 1.2em;
  }

  .page-id-6292 .bubble p {
    font-size: 18px;
    line-height: 1.5;
  }

  .page-id-6292 .bubble[data-id="6922"] p {
    font-size: 15px;
    line-height: 1.5;
  }

  .page-id-6292 .bubble .read-more-link {
    font-size: 14px;
  }

  .page-id-6292 .bubble p.person {
    font-size: 18px;
  }

  .page-id-6292 .testimonial-link-list {
    left: 5%;
  }
}

@media (min-width: 1300px) {
  .page-id-6292 .speech-bubbles {
    left: 26%;
  }

  .page-id-6292 .testimonial-link-list {
    left: 10%;
  }
}

@media (min-width: 1420px) {
  .page-id-6292 .speech-bubbles {
    left: 28%;
  }

  .page-id-6292 .testimonial-link-list {
    left: 13%;
  }
}

@media (min-width: 1536px) {
  .page-id-6292 .speech-bubbles {
    left: 30%;
  }

  .page-id-6292 .testimonial-link-list {
    left: 16%;
  }
}

.page-id-6398 .all_jobs {
  border: 1px solid gray;
  border-radius: 8px;
  /*
  	DESCRIPTION */
  /*
  	APPLY */
}

.page-id-6398 .all_jobs .job {
  margin-top: 1.5em;
  border-top: 10px solid #d3461e;
  padding-top: 2.5em;
  border-top: 1px solid gray;
  padding: 1.25em 0.625em 0;
}

.page-id-6398 .all_jobs .job:first-child {
  margin-top: 0;
  border-top: 0;
}

.page-id-6398 .all_jobs h2.job_title {
  font-weight: 500;
  font-size: 21px;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.page-id-6398 .all_jobs h2.job_title + p {
  z-index: 2;
  position: relative;
  margin: 0.1em 0 0 0;
}

.page-id-6398 .all_jobs a.job_read_full {
  display: inline-block;
  padding: 0.25em 0 0;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

@media (min-width: 768px) {
  .page-id-6398 .all_jobs a.job_read_full {
    font-size: 15px;
  }
}

.page-id-6398 .all_jobs a.job_read_full.open {
  padding: 0.25em 0.5em 0;
  background-color: #efefef;
  font-weight: 600;
  color: #d3461e;
}

.page-id-6398 .all_jobs .job_description {
  z-index: 1;
  position: relative;
  margin: -2px 0 0 0;
  margin-bottom: 16px;
}

.page-id-6398 .all_jobs .job_description p {
  margin-bottom: 0.75em;
}

.page-id-6398 .all_jobs .job_description strong {
  color: #d3461e;
  font-weight: 300;
}

.page-id-6398 .all_jobs .job_description.open {
  padding: 0.5em;
  background-color: #efefef;
}

.page-id-6398 .all_jobs .job_description + p {
  z-index: 2;
  position: relative;
  margin: 0.1em 0 0 0;
}

.page-id-6398 .all_jobs a.job_apply {
  display: inline-block;
  padding: 0.25em 0 0;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}

@media (min-width: 768px) {
  .page-id-6398 .all_jobs a.job_apply {
    font-size: 15px;
  }
}

.page-id-6398 .all_jobs a.job_apply.open {
  padding: 0.25em 0.5em 0;
  background-color: #efefef;
  font-weight: 600;
  color: #d3461e;
}

.page-id-6398 .all_jobs .apply_jobs {
  z-index: 1;
  position: relative;
  margin: -2px 0 0 0;
  margin: 0 8px;
}

.page-id-6398 .all_jobs .apply_jobs p {
  margin-bottom: 0.75em;
}

.page-id-6398 .all_jobs .apply_jobs strong {
  color: #d3461e;
  font-weight: 300;
}

.page-id-6398 .all_jobs .apply_jobs.open {
  padding: 0.5em;
  background-color: #efefef;
}

.page-id-6398 .all_jobs input[type="text"] {
  border: 1px solid #ccc;
}

.page-id-6398 .all_jobs .field_submit {
  text-align: center;
}

.page-id-6398 .all_jobs .field_submit input[type="button"] {
  background-color: #d3461e;
  color: white;
}

.page-id-6398 .all_jobs .social-channels-list {
  list-style-type: none;
  padding: 0;
}

.page-id-6398 .all_jobs .social-channels-list li.social-channel {
  display: inline-block;
  width: 44px;
  margin-right: 0.5em;
}

.page-id-6398 .all_jobs .social-channels-list.t-first-item {
  margin: 0.5em 0 -36px 0 !important;
  padding: 0 0 0 1em;
  text-align: right;
}

.page-id-6398 .all_jobs .social-channels-list.t-last-item {
  margin: 1.5em 0 0 0 !important;
}

.page-id-6398 #grnhse_app {
  display: none;
}

.page-id-6398 #grnhse_app.open {
  display: block;
}

@media (min-width: 768px) {
  .page-id-6398 .all_jobs {
    padding-bottom: 0.7em;
    /*
    	DESCRIPTION */
  }

  .page-id-6398 .all_jobs .job {
    position: relative;
    margin-top: 0.7em;
    overflow: hidden;
  }

  .page-id-6398 .all_jobs h2.job_title {
    max-width: 80%;
    display: inline-block;
  }

  .page-id-6398 .all_jobs h2.job_title + p {
    position: absolute;
    top: 18px;
    right: 10px;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 36px;
  }

  .page-id-6398 .all_jobs a.job_read_full {
    text-align: center;
    margin: 0;
    padding: 6px 0 0 0;
    width: 120px;
    height: 36px;
  }

  .page-id-6398 .all_jobs a.job_read_full.open {
    padding-top: 6px;
  }

  .page-id-6398 .all_jobs .job_description + p {
    float: right;
    margin-top: 32px;
  }

  .page-id-6398 .all_jobs a.job_apply {
    margin: 0;
    padding: 0;
    width: 120px;
    height: 36px;
    text-align: center;
  }

  .page-id-6398 .all_jobs .job_description.open + p {
    margin-top: 0;
  }

  .page-id-6398 .all_jobs .job_description.open + p a.job_apply {
    padding-top: 6px;
    background-color: #d3461e;
    color: white;
  }

  .page-id-6398 .all_jobs .job_description.open + p a.job_apply.open {
    background-color: #efefef;
    font-weight: 600;
    color: #d3461e;
  }

  .page-id-6398 .all_jobs .social-channels-list.t-first-item {
    margin: 0.5em 0 -32px 0 !important;
  }

  .page-id-6398 .all_jobs .social-channels-list.t-last-item {
    margin: 1em 0 0 0 !important;
  }

  .page-id-6398 .all_jobs .social-channels-list li.social-channel {
    width: 32px;
  }
}

.tInvestor-section.tInvestor-section-left {
  padding-left: 25%;
}

.tInvestor-section.tInvestor-section-right {
  padding-right: 18%;
  padding-left: 5%;
}

@media (min-width: 900px) {
  .tInvestor-section.tInvestor-section-left {
    padding-left: 30%;
  }

  .tInvestor-section.tInvestor-section-right {
    padding-right: 23%;
    padding-left: 2%;
  }
}

.tInvestor-section .tIR-section-title {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.tInvestor-section .tIR-section-title h2 {
  border-bottom: 5px solid;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  padding-bottom: 0.1em;
  font-weight: 600;
  line-height: 1.3;
  font-size: 24px;
}

.tInvestor-section .tIR-section-event-type {
  margin-left: 0 !important;
  padding-left: 0 !important;
  font-weight: 600;
  font-size: 18px;
  color: #d3461e;
}

.tInvestor-section .tIR-section-date {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.tInvestor-section .tIR-section-date p {
  margin: 1.5em 0 0 0 !important;
  font-weight: 600;
  line-height: 1.45;
}

.tInvestor-section .tIR-section-excerpt {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.tInvestor-section .tIR-section-excerpt p {
  font-weight: 600;
  line-height: 1.45;
}

.tInvestor-section .tIR-section-button {
  margin-left: 0;
  line-height: 2;
  padding-top: 0.1em;
}

.tInvestor-section .tIR-section-button .w-btn-label {
  color: white;
}

.tInvestor-section .tIR-section-button .ripple-container {
  border-radius: 0;
  background-color: #00324b;
}

.page-id-7466 .l-content {
  padding-top: 2em;
}

.page-id-7466 div.news-item {
  margin-bottom: 2em;
}

.page-id-7466 h2 {
  margin: 0 0 0.1em 0;
  padding: 0 0 0 0;
  font-size: 28px;
  line-height: 1.2;
}

.page-id-7466 h2 a {
  color: #d3461e;
}

.page-id-7466 p.news-date {
  margin: 0 0 0 0;
  font-size: 13px;
}

.page-id-7466 p.news-read-more-link {
  margin: 0 0 0 0;
  font-size: 16px;
  font-weight: 500;
}

.tPopup {
  z-index: -1;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.tPopup.toggled {
  z-index: 2000;
  width: 100%;
  opacity: 1;
}

.tContent {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  padding: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow-y: scroll;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.toggled .tContent {
  opacity: 1;
  pointer-events: auto;
}

.tContent img {
  display: block;
  margin: 0 auto;
}

.tContent .w-person-name {
  color: #d3461e;
}

.tContent .w-person-description p {
  margin: 10px 0 0 0;
}

.btClosePopup {
  position: fixed;
  top: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-indent: -9999px;
  background-image: url("assets/images/sprite-icons.png");
  background-size: 500px 100px;
  background-position: 0px 0;
  background-repeat: no-repeat;
}

.btClosePopup:hover, .btClosePopup:active {
  background-position: 0px -50px;
}

@media (min-width: 480px) {
  .tContent {
    padding-left: 160px;
  }

  .tContent img {
    float: left;
    width: 150px;
    margin: 1em 0 0 -160px;
  }

  .tContent .w-person-description p {
    margin: 10px 0 0 0;
  }
}

@media (min-width: 768px) {
  .tPopup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tContent {
    position: relative;
    margin: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    max-height: 90%;
    width: 680px;
    padding: 40px 40px 30px 200px;
  }

  .tContent img {
    width: 180px;
    margin-left: -200px;
  }
}

@media (min-width: 960px) {
  .tContent {
    width: 940px;
    padding-top: 30px;
  }
}

@media (max-width: 1100px) {
	#menu-item-7961{
		display: none;
	}
	#menu-item-7960{
		display: none;
	}
	#menu-item-7959{
		display: none;
	}  
}

@media (max-width: 480px) {
	#hide_col{
		display: none;
	}        
}

@media (min-width: 1100px) {
	#tw01{
		display: none;
	} 
	#li01{
		display: none;
	} 
	#in01{
		display: none;
	} 
}