@font-face {
  font-family: "Gotham";
  src: url(https://f.hubspotusercontent20.net/hubfs/5340373/Gotham-Book.otf);
}
@font-face {
  font-family: "GothamBold";
  src: url(https://f.hubspotusercontent20.net/hubfs/5340373/Gotham-Bold.woff);
}
@font-face {
  font-family: "GothamBlack";
  src: url(https://f.hubspotusercontent20.net/hubfs/5340373/Gotham-Black.otf);
}
@font-face {
  font-family: "GothamMedium";
  src: url(https://www.optimaldx.com/hubfs/Gotham-Medium.woff);
}
html {
  font-size: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* auto scale down elements on mobile */
@media (max-width: 580px) {
  html {
    font-size: 1px;
  }
}

/* auto scale up elements on large displays */
@media (min-width: 2560px) {
  html {
    font-size: 1px;
  }
}

header.u4m-header-mega {
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  top: 0;
  -webkit-animation: fade-in 2s;
          animation: fade-in 2s;
  font-family: "GothamBold";
  /*****************************************/
  /* div.offscreen-menu                   
  /*****************************************/
}
header.u4m-header-mega .utility-header {
  background: #1B4662;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header.u4m-header-mega .utility-header div.menu {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400rem;
  padding-left: 20rem;
  padding-right: 20rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
}
header.u4m-header-mega .utility-header div.menu div.left-link a {
  color: #fff;
  font-size: 12rem;
  padding: 0rem;
  font-family: "GothamBold";
}
header.u4m-header-mega .utility-header div.menu div.left-link a:hover {
  text-decoration: underline;
}
header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 580px) {
  header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10rem 0rem;
  }
}
header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal ul {
  margin-bottom: 0;
}
header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal ul li {
  margin: 0;
}
header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal ul li a {
  color: #fff;
  font-size: 12rem;
  overflow: visible;
  padding: 0rem;
  margin-left: 30rem;
  font-family: "GothamBold";
}
header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 580px) {
  header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal ul li a {
    margin-left: 10rem;
    font-size: 11rem;
  }
}
@media (max-width: 320px) {
  header.u4m-header-mega .utility-header div.menu .hs-menu-flow-horizontal ul li a {
    white-space: pre-wrap;
  }
}
body.u4-landing-page header.u4m-header-mega .utility-header {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header.u4m-header-mega .ie11-banner {
    display: block;
    background: red;
    width: 100vw;
    text-align: center;
    position: relative;
    padding: 4rem;
  }
  header.u4m-header-mega .ie11-banner .ie11-banner-inner:before {
    color: white;
    font-weight: bold;
    font-family: arial;
    content: "You are using an outdated browser! For the best experience, please download a modern browser.";
  }
}
.hs-inline-edit header.u4m-header-mega {
  pointer-events: none;
  position: absolute;
}
body.hide-header header.u4m-header-mega {
  display: none;
}
.page-scrolled body:not(.u4-landing-page) header.u4m-header-mega {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.page-scrolled body:not(.u4-landing-page) header.u4m-header-mega .utility-header {
  margin-bottom: 0;
}
header.u4m-header-mega div.main-navigation {
  position: relative;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  padding: 10rem 20rem;
}
.page-scrolled header.u4m-header-mega div.main-navigation {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
header.u4m-header-mega div.main-navigation div.live-area {
  float: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400rem;
  padding-left: 20rem;
  padding-right: 20rem;
  max-width: 1450rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
@media (max-width: 1024px) {
  header.u4m-header-mega div.main-navigation div.live-area {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
header.u4m-header-mega div.main-navigation div.live-area div.logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header.u4m-header-mega div.main-navigation div.live-area div.logo a {
  line-height: 1;
}
header.u4m-header-mega div.main-navigation div.live-area div.logo a img {
  width: 200rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.u4-landing-page header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap {
  display: none;
}
@media (max-width: 1280px) {
  header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (max-width: 1024px) {
  header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap {
    display: none;
  }
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item {
  padding: 0rem 20rem;
  cursor: pointer;
  position: relative;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item:hover span.parent-link:not(.no-dropdown):before {
  content: "";
  width: 100%;
  height: 200%;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item:hover span.parent-link:not(.no-dropdown):after {
  content: "";
  width: 100%;
  height: 200%;
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  left: -50%;
  bottom: -50rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item:hover span.parent-link:not(.no-dropdown) a {
  color: #3C9069;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item span.parent-link {
  position: relative;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item span.parent-link a {
  color: #1B4662;
  font-size: 14rem;
  font-family: "GothamBold";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item span.parent-link a:hover {
  color: #3C9069;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown:hover div.mega-drop {
  opacity: 1;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  pointer-events: all;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown:hover span.parent-link a {
  color: #3C9069;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown span.parent-link {
  line-height: 1;
  padding-top: 2rem;
  display: block;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown span.parent-link a {
  color: #1B4662;
  font-size: 14rem;
  font-family: "GothamBold";
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  text-align: left;
  position: absolute;
  min-width: 250rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  pointer-events: none;
  padding: 34rem 37rem;
  top: 42rem;
  border-top: 3.5rem solid #3C9069;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item {
  margin-bottom: 0rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item:last-of-type a {
  margin-bottom: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item a {
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  letter-spacing: 0;
  margin-bottom: 15rem;
  color: #1B4662;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item a:hover {
  color: #3C9069;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item a div.icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  margin-right: 10rem;
  line-height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item a div.icon svg {
  fill: #1B4662;
  width: 14rem;
  height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item div.cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item div.cta-wrap div.icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  margin-right: 10rem;
  line-height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.standardDropdown div.mega-drop ul.child-items li.child-item div.cta-wrap div.icon svg {
  fill: #1B4662;
  width: 14rem;
  height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu a.no-link {
  cursor: default;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu a.no-link:hover {
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu:hover div.mega-drop {
  opacity: 1;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  pointer-events: all;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu:hover span.parent-link {
  position: relative;
  z-index: 10;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu:hover span.parent-link a {
  color: #3C9069;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu span.parent-link {
  line-height: 1;
  padding-top: 2rem;
  display: block;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu span.parent-link a {
  color: #1B4662;
  font-size: 14rem;
  font-family: "GothamBold";
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu span.parent-link .no-link {
  cursor: default;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop {
  text-align: left;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  pointer-events: none;
  top: 42rem;
  border-top: 3.5rem solid #3C9069;
}
@media (max-width: 1160px) {
  header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group {
  background-color: #fff;
  cursor: default;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group.has-feature {
  margin-right: 70rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 34rem 37rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col {
  max-width: 250rem;
  padding: 0rem 46rem 0 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col:last-of-type {
  padding: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col .section-title {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-family: "GothamBold";
  font-weight: normal;
  margin-bottom: 14rem;
  border-bottom: 1.3rem solid #8EA8BC;
  padding-bottom: 8rem;
  color: #1B4662;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item {
  margin-bottom: 0rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item.top-margin {
  margin-top: 34rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item:last-of-type a {
  margin-bottom: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item a {
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  letter-spacing: 0;
  margin-bottom: 15rem;
  color: #1B4662;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item a:hover {
  color: #3C9069;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item a.bold {
  margin-bottom: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item a.bold span {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-family: "GothamBold";
  font-weight: normal;
  margin-bottom: 14rem;
  border-bottom: 1.3rem solid #8EA8BC;
  padding-bottom: 8rem;
  color: #1B4662;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item a div.icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  margin-right: 10rem;
  line-height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item a div.icon svg {
  fill: #1B4662;
  width: 14rem;
  height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item div.cta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item div.cta-wrap div.icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14rem;
          flex: 0 0 14rem;
  margin-right: 10rem;
  line-height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.menu-group div.child-links div.col ul.child-items li.child-item div.cta-wrap div.icon svg {
  fill: #1B4662;
  width: 14rem;
  height: 14rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: rgba(60, 144, 105, 0.43);
  padding: 40rem 45rem 40rem 55rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area:before {
  content: "";
  background-image: url("https://www.optimaldx.com/hubfs/NB%202022/background-design.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content .featured-image img {
  width: 170rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy .title {
  font-family: "Gotham";
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}
@media (max-width: 580px) {
  header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy .title {
    font-size: 15rem;
  }
}
@media (max-width: 580px) {
  header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy .title {
    margin: 0;
  }
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy span.featured-content-button {
  margin-top: 15rem;
  margin-bottom: 0;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy span.featured-content-button a.featured-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: normal;
  text-transform: uppercase;
  color: #1B4662;
  font-family: "GothamBlack";
  cursor: pointer;
  font-size: 16rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy span.featured-content-button a.featured-link:after {
  display: inline-block;
  content: "";
  background-image: url("https://www.optimaldx.com/hubfs/NB%202022/cta-arrow.svg");
  background-repeat: no-repeat;
  margin-left: 8rem;
  width: 10rem;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  height: 17rem;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy span.featured-content-button a.featured-link:hover, header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy span.featured-content-button a.featured-link:focus {
  color: #000;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy span.featured-content-button a.featured-link:hover:after, header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.mega-item.megaMenu div.mega-drop div.mega-drop-inner div.featured-area div.featured-content div.copy span.featured-content-button a.featured-link:focus:after {
  background-image: url("https://www.optimaldx.com/hubfs/NB%202022/black-arrow.svg");
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain {
  margin-left: 30rem;
}
body.u4-landing-page header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain {
  display: none;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain span.filled a {
  display: inline-block;
  font-family: "GothamBold";
  color: #fff;
  background-color: #3C9069;
  border: 0;
  border-radius: 26rem;
  padding: 16rem 23rem;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 7rem 18rem;
  font-size: 13rem;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain span.outline a {
  display: inline-block;
  font-family: "GothamBold";
  color: #3C9069;
  background-color: #ffffff;
  border: 2px solid #3C9069;
  border-radius: 26rem;
  padding: 16rem 23rem;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  padding: 7rem 18rem;
  font-size: 13rem;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain span.filled a:hover, header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain span.filled a:focus {
  background-color: #1B4662;
  color: #fff;
}
header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain span.outline a:hover, header.u4m-header-mega div.main-navigation div.live-area div.nav-wrap div.cta-contain span.outline a:focus {
  background-color: #1B4662;
  color: #fff;
  border: 2px solid #1B4662;
}
header.u4m-header-mega button.hamburger-toggle {
  display: none;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 5.7143rem;
  position: unset;
  margin: 0;
  background: transparent;
  border: 0;
  z-index: 99;
}
html.menu-open header.u4m-header-mega button.hamburger-toggle {
  display: block;
}
@media (max-width: 1024px) {
  header.u4m-header-mega button.hamburger-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.u4m-landing-page header.u4m-header-mega button.hamburger-toggle {
    display: none;
  }
}
header.u4m-header-mega button.hamburger-toggle.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
          transform: scale3d(0.8, 0.8, 0.8);
}
header.u4m-header-mega button.hamburger-toggle.x2 .lines {
  -webkit-transition: background 0.3s 0.5s ease;
  transition: background 0.3s 0.5s ease;
}
header.u4m-header-mega button.hamburger-toggle.x2 .lines:before, header.u4m-header-mega button.hamburger-toggle.x2 .lines:after {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
header.u4m-header-mega button.hamburger-toggle.x2.close .lines {
  -webkit-transition: background 0.3s 0 ease;
  transition: background 0.3s 0 ease;
  background: transparent;
}
header.u4m-header-mega button.hamburger-toggle.x2.close .lines:before, header.u4m-header-mega button.hamburger-toggle.x2.close .lines:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease, -webkit-transform 0.3s 0.5s ease;
  top: 0;
  width: 30rem;
  background: #fff !important;
}
header.u4m-header-mega button.hamburger-toggle.x2.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
header.u4m-header-mega button.hamburger-toggle.x2.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
header.u4m-header-mega button.hamburger-toggle:hover, header.u4m-header-mega button.hamburger-toggle:focus {
  background: transparent;
  opacity: 1;
}
header.u4m-header-mega button.hamburger-toggle:active {
  background: transparent;
  -webkit-transition: 0;
  transition: 0;
}
header.u4m-header-mega button.hamburger-toggle .lines {
  display: inline-block;
  width: 30rem;
  height: 3rem;
  background: #1B4662;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
header.u4m-header-mega button.hamburger-toggle .lines:before,
header.u4m-header-mega button.hamburger-toggle .lines:after {
  display: inline-block;
  width: 30rem;
  height: 3rem;
  background: #1B4662;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  -webkit-transform-origin: 0.28571rem center;
          transform-origin: 0.28571rem center;
}
header.u4m-header-mega button.hamburger-toggle .lines:before {
  top: 10rem;
}
header.u4m-header-mega button.hamburger-toggle .lines:after {
  top: -10rem;
}
.page-scrolled body.has-white-text header.u4m-header-mega button.hamburger-toggle span.lines,
.page-scrolled body.has-white-text header.u4m-header-mega button.hamburger-toggle span.lines:before,
.page-scrolled body.has-white-text header.u4m-header-mega button.hamburger-toggle span.lines:after {
  background: #1B4662;
}
body.u4-landing-page header.u4m-header-mega button.hamburger-toggle {
  display: none;
}
header.u4m-header-mega div.offscreen-menu {
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
  opacity: 0;
  left: 0;
  visibility: hidden;
}
.menu-open header.u4m-header-mega div.offscreen-menu {
  top: 0;
  opacity: 1;
  z-index: 98;
  pointer-events: auto;
  height: 100vh;
  visibility: visible;
}
.menu-closing header.u4m-header-mega div.offscreen-menu {
  top: -100vh;
}
header.u4m-header-mega div.offscreen-menu .content {
  width: 100%;
  height: 100%;
  background-color: rgba(27, 70, 98, 0.98);
  border: 0;
  padding: 80rem 0 30rem 0;
  overflow: scroll;
  position: relative;
}
@media (max-width: 1024px) {
  header.u4m-header-mega div.offscreen-menu .content {
    padding-top: 40rem;
  }
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div {
  margin-top: 40rem;
  margin-bottom: 40rem;
  padding-top: 20rem;
  border-top: solid 2rem rgba(255, 255, 255, 0.1);
  border-bottom: solid 2rem rgba(255, 255, 255, 0.1);
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div ul li:hover > a {
  background: rgba(241, 241, 241, 0.1);
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 0;
  margin: 10rem 0;
  padding-bottom: 10rem;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div a {
  font-family: "Gotham";
  font-size: 22rem;
  line-height: 1.4;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  margin-bottom: 0;
  color: #fff;
  border-bottom: 0;
  /* Get rid of HubSpot's width limitations */
  overflow: visible;
  max-width: none;
  width: auto;
  white-space: normal;
}
@media (max-width: 580px) {
  header.u4m-header-mega div.offscreen-menu .mobile-menu div a {
    font-size: 17rem;
  }
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div li.hs-menu-depth-2 a {
  font-family: "Gotham";
  font-size: 18rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  margin-bottom: 0;
  padding: 10rem 20rem;
  width: 100%;
}
@media (max-width: 580px) {
  header.u4m-header-mega div.offscreen-menu .mobile-menu div li.hs-menu-depth-2 a {
    font-size: 16rem;
  }
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div li.hs-menu-depth-3 a {
  font-family: "Gotham";
  font-size: 20rem;
  line-height: 1.6;
  letter-spacing: 0.25rem;
  margin-bottom: 20rem;
  margin-bottom: 0;
  padding: 10;
}
@media (max-width: 580px) {
  header.u4m-header-mega div.offscreen-menu .mobile-menu div li.hs-menu-depth-3 a {
    font-size: 15rem;
  }
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div li.hs-item-has-children > a:after {
  position: relative;
  top: -1rem;
  content: "\f0d7";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin-left: 7rem;
  font-size: 15rem;
  font-weight: 900;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div li {
  margin-bottom: 0;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div ul li.hs-item-has-children ul {
  display: none;
  position: relative;
  z-index: 999;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-1 {
  background-color: transparent;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 {
  background-color: transparent;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  white-space: nowrap;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 a i {
  padding-right: 10rem;
  display: inline-block;
}
@media (max-width: 580px) {
  header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 a i {
    display: inline-block;
    width: 20px;
  }
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 a > span {
  padding-left: 10rem;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 a div.copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 10rem;
  margin: 0;
  border: none;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 a div.copy > span {
  padding-left: 0rem;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2 a div.copy p.description {
  font-weight: normal;
  white-space: pre-wrap;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-3 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-1.toggled {
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  background-color: rgba(241, 241, 241, 0.1);
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-1.toggled > a {
  background-color: rgba(241, 241, 241, 0.8);
  color: #1B4662;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2.toggled {
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  background-color: rgba(241, 241, 241, 0.1);
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-2.toggled > a {
  background-color: rgba(241, 241, 241, 0.8);
  color: #1B4662;
}
header.u4m-header-mega div.offscreen-menu .mobile-menu div .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a p.description {
  font-size: 14rem !important;
  margin: 0 !important;
}
header.u4m-header-mega div.offscreen-menu div.mobile-cta {
  padding: 0rem 20rem;
}
header.u4m-header-mega div.offscreen-menu div.mobile-cta a.cta_button {
  display: inline-block;
  font-family: "GothamBold";
  color: #fff;
  background-color: #3C9069;
  border: 0;
  border-radius: 26rem;
  padding: 16rem 23rem;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
}
header.u4m-header-mega div.offscreen-menu div.mobile-cta a.cta_button:hover, header.u4m-header-mega div.offscreen-menu div.mobile-cta a.cta_button:focus {
  background-color: #1B4662;
  color: #fff;
}
header.u4m-header-mega div.offscreen-menu div.mobile-cta-outline {
  padding: 0rem 20rem;
}
header.u4m-header-mega div.offscreen-menu div.mobile-cta-outline a.cta_button {
  display: inline-block;
  font-family: "GothamBold";
  color: #3C9069;
  background-color: #ffffff;
  border: 2px solid #3C9069;
  border-radius: 26rem;
  padding: 16rem 23rem;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  font-size: 20rem;
  line-height: 1;
  letter-spacing: 0.25rem;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  margin-top: 0;
}
header.u4m-header-mega div.offscreen-menu div.mobile-cta-outline a.cta_button:hover, header.u4m-header-mega div.offscreen-menu div.mobile-cta-outline a.cta_button:focus {
  background-color: #1B4662;
  color: #fff;
  border: 2px solid #1B4662;
}