h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
}

a {
  border: 1.5px #000;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.container {
  z-index: auto;
  object-fit: fill;
  position: absolute;
}

.grid {
  grid-column-gap: 28px;
  grid-row-gap: 30px;
  border: 1px #000;
  border-radius: 2px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  display: block;
}

.columns, .columns-2 {
  border: 1px solid #000;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.centered-container {
  max-width: 60%;
  text-align: center;
  flex: 1;
  margin-top: 0;
}

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

.hero-overlay-2 {
  width: 1900px;
  height: 500px;
  max-height: 500px;
  max-width: 1900px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), none;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.master-card {
  padding: 10px;
}

.master-card:hover {
  padding: 21px;
}

.master-column {
  background-color: #fff;
  border: 2px solid #0185d5;
  border-radius: 0;
  padding: 10px;
  transition: transform .2s, box-shadow .2s, background-color .2s;
}

.master-column:hover {
  background-color: #fff;
  transform: translate(0, -15px);
  box-shadow: 4px 4px 5px #0185d5;
}

.standard-container {
  max-width: 1100px;
  background-color: #fff;
  padding: 10px 50px;
  display: block;
  position: static;
}

.hero-overlay-3 {
  height: 50vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container-2 {
  object-fit: fill;
}

.grid-3 {
  grid-column-gap: 33px;
  grid-row-gap: 29px;
  grid-template: "."
  / 1fr 1fr;
}

.text-heading {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.image {
  width: auto;
  height: auto;
  text-align: left;
  object-fit: fill;
}

.link-block {
  text-align: center;
  position: static;
}

.div-block {
  height: 50%;
  display: block;
}

.div-block-2 {
  font-size: 0%;
  line-height: 50%;
}

.column {
  display: block;
}

.cards-section {
  padding-top: 0;
  padding-bottom: 50px;
  transition: transform .2s, box-shadow .2s;
}

.cards-grid-container-3 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  max-width: 100%;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  padding-top: 50%;
  padding-bottom: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #8b3636;
  border: 15px solid #6ea8cb;
  border-radius: 0;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-span {
  color: #703090;
}

.text-product-highlight {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph {
  text-align: center;
  font-family: Lato, sans-serif;
}

.bold-text {
  text-align: center;
}

.heading-3 {
  direction: ltr;
  text-align: center;
  margin-bottom: 20px;
}

.tile-header {
  text-align: left;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.heading-5 {
  text-align: center;
  font-family: Lato, sans-serif;
}

.resource-card-block {
  color: #000;
  cursor: pointer;
  object-fit: fill;
  background-color: #ebebeb;
  border: 1.5px #0185d5;
  border-radius: 5px;
  margin: 10px;
  padding: 0 0 10px;
  text-decoration: none;
  transition: transform .2s, background-color .2s, box-shadow .2s;
  box-shadow: 2px 2px 3px #000;
}

.resource-card-block:hover {
  transform: translate(0, -15px);
  box-shadow: 4px 4px 6px 2px #00788a;
}

.feature-section {
  background-color: #fff;
  padding: 10px 100px 30px;
}

.flex-container {
  max-width: 1100px;
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-image-mask {
  width: auto;
  max-height: 300px;
  max-width: 300px;
  white-space: normal;
  order: -1;
  margin-right: 10px;
}

.feature-image {
  width: 80%;
  height: 80%;
  object-fit: contain;
  object-position: 50% 50%;
  border: 1.5px solid #0185d5;
  border-radius: 5px;
}

.grid-4 {
  grid-template-rows: auto auto;
}

.hero-2 {
  background-color: #ebebeb;
  align-items: center;
  padding: 10px 100px 40px;
  display: block;
}

.hero-image-mask {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.cards-section-2 {
  padding: 40px 50px 50px;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.heading-6, .heading-7 {
  text-align: center;
}

.text-span-2 {
  color: #703090;
}

.cards-grid-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  box-shadow: 1px 1px 3px #000;
}

.slide {
  width: auto;
  background-image: url('../images/application-hic-nist-mab-oxidized-variants-advancebio-hic-5994-0199en-agilent-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slider {
  width: auto;
}

.slide-2, .slide-3 {
  background-image: url('../images/application-hic-nist-mab-oxidized-variants-advancebio-hic-5994-0199en-agilent-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section {
  width: 60%;
  clear: none;
  text-align: left;
  position: static;
}

.slide-4 {
  background-image: url('../images/5991-6376-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-5 {
  background-image: url('../images/5994-0199-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.lightbox-link {
  width: 50%;
  height: 100%;
  max-width: none;
  float: right;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 100% 50%;
  background-clip: border-box;
  display: block;
  position: static;
}

.slide-6 {
  max-width: 1100px;
  background-image: url('../images/Intact-Analysis-Banner_lc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-7 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-8 {
  background-image: url('../images/5994-3005-Slider-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.image-2 {
  max-width: 100%;
  float: right;
  object-fit: fill;
  margin-bottom: 15px;
  margin-left: 15px;
}

.section-2 {
  object-position: 100% 50%;
}

.slider-section {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: visible;
}

.image-3 {
  max-width: 300px;
  float: right;
  border-radius: 5px;
  margin-top: -30px;
  margin-bottom: 15px;
  margin-left: 50px;
  padding-left: 0;
}

.paragraph-2 {
  text-align: center;
}

.text-span-3 {
  color: #703090;
}

.heading-8, .heading-9, .heading-10 {
  text-align: center;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
  order: 1;
  align-self: auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  max-width: 70%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.body {
  background-color: #fff;
}

.cards-image-2 {
  width: 100%;
  height: 100%;
  max-width: none;
  -webkit-text-fill-color: transparent;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  border: 1.5px #0185d5;
  border-radius: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-11, .heading-12, .heading-13 {
  text-align: center;
}

.jump-grid-block {
  background-color: #fff;
  text-decoration: none;
  transition: box-shadow .2s, transform .2s, background-color .2s;
  box-shadow: 1px 1px 3px 1px #000;
}

.jump-grid-block:hover {
  transform: translate(0, -15px);
  box-shadow: 1px 1px 3px 1px #00788a;
}

.cards-section-3 {
  padding-top: 45px;
  padding-bottom: 25px;
}

.cards-grid-container {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-grid-container-mega {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  text-align: left;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.heading-14 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  position: static;
  top: -132px;
}

.heading-15, .heading-16, .heading-17, .heading-18 {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.cards-section-4 {
  padding-top: 0;
  padding-bottom: 50px;
}

.lightbox-link-2 {
  max-width: 500px;
  float: right;
  clear: right;
  cursor: zoom-in;
  padding: 10px 30px 30px 40px;
  position: static;
  left: 70px;
}

.hero-overlay-4 {
  height: 75vh;
  max-height: 450px;
  max-width: none;
  color: #fff;
  background-image: url('../images/Chemistry-lab_96231471_m_123rf.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-heading-h1 {
  opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
  box-shadow: 1px 1px 6px -1px #000;
}

.jump-link-header {
  color: #000;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.card-paragraph {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-4 {
  font-family: Lato, sans-serif;
}

.hero-paragraph {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.paragraph-6, .paragraph-7, .paragraph-8, .heading-20, .paragraph-9, .paragraph-10, .heading-21, .paragraph-11, .paragraph-12, .paragraph-13 {
  font-family: Lato, sans-serif;
}

.hero-overlay-td {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  color: #fff;
  background-image: url('../images/Titer-Analysis-L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero-overlay-pi {
  width: auto;
  height: 0%;
  max-height: none;
  max-width: none;
  color: #fff;
  background-image: url('../images/Protein-Identification-R.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.hero-overlay-ga {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  color: #fff;
  object-fit: fill;
  background-image: url('../images/Glycan-Analysis-L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 2px #703090;
  border-bottom: 2px #703090;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-3-copy {
  height: 50vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), none;
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-cva {
  height: auto;
  max-height: none;
  color: #fff;
  background-image: url('../images/Charge-Variant-Analysis-R.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-overlay-aa {
  height: auto;
  max-height: none;
  max-width: 100%;
  color: #fff;
  background-image: url('../images/Aggregate-Analysis-L.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.header-slide {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: left;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #0085d5;
  border-radius: 5px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.more-resources-header {
  margin-bottom: 20px;
}

.main-slider {
  max-width: 1100px;
  cursor: pointer;
  border: 1px solid #0085d5;
  border-radius: 5px;
  overflow: hidden;
}

.container-3 {
  max-width: 1100px;
  overflow: visible;
}

.div-block-3 {
  padding-left: 30px;
}

.div-block-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.div-block-5, .div-block-6 {
  padding-right: 30px;
}

.sticky-nav {
  z-index: 100;
  color: #fff;
  background-color: #6ea8cb;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  grid-template: "."
  / 1.5fr .75fr .75fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  justify-items: center;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  list-style-type: none;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  border-radius: 0%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  max-width: 100%;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 0% 50%;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0%;
  outline: 3px #fff;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link {
  opacity: .8;
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.slide-9 {
  background-image: url('../images/5991-8633-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.peptide-slide {
  background-image: url('../images/Peptide-Analysis-banner_lc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-10 {
  background-image: url('../images/5994-3005-Slider-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-11 {
  background-image: url('../images/5994-2718-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-12 {
  background-image: url('../images/5994-2836-Slider.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.standard-paragraph {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
}

.feature-paragraph {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.flex-container-hero {
  max-width: 1100px;
  background-color: #ebebeb;
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.block-quote {
  color: #003162;
  text-align: right;
  border-left: 0 #703090;
  border-right: 5px solid #003162;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-span-4 {
  color: #000;
  font-size: 16px;
}

.image-4 {
  width: 100%;
  height: 100%;
  border: 1.5px solid #0185d5;
  border-radius: 5px;
  margin-top: 15px;
}

.link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.heading-22 {
  color: #000;
  text-align: left;
  text-decoration: none;
  transition: color .1s;
}

.heading-22:hover {
  color: #703090;
}

.link-2 {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.link-2:hover {
  color: #703090;
}

.title-link {
  color: #703090;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  transition: color .15s;
}

.title-link:hover {
  color: #703090;
  text-decoration: underline;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.link-3:hover {
  color: #703090;
  text-decoration: underline;
}

.text-link {
  color: #703090;
  border: 1px #703090;
  border-bottom-style: dashed;
  text-decoration: none;
}

.text-link:hover {
  color: #703090;
  border: 1px #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.heading-23, .heading-24, .heading-25, .heading-26, .heading-27 {
  text-align: center;
}

.paragraph-14 {
  white-space: normal;
  padding-bottom: 0;
  font-size: 10px;
  text-decoration: none;
}

.title-container {
  max-width: 40%;
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.columns-3 {
  padding-left: 0;
  padding-right: 0;
}

.body-column {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.resource-card-block-inline {
  color: #000;
  object-fit: fill;
  background-color: #fff;
  border: 1.5px #0185d5;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  transition: transform .2s, background-color .2s, box-shadow .2s;
  box-shadow: 2px 2px 3px #000;
}

.resource-card-block-inline:hover {
  transform: translate(0, -15px);
  box-shadow: 4px 4px 6px 2px #0185d5;
}

.cards-image-mask-inline {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-inline {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #fff;
  border: 1.5px solid #0185d5;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-5 {
  width: 250px;
  height: 250px;
  float: left;
  clear: left;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.image-6 {
  width: 200px;
  max-width: none;
  display: block;
}

.body-column-right {
  height: 20%;
  background-color: #fff;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: block;
}

.div-block-7 {
  object-fit: fill;
  display: block;
  position: static;
}

.image-7 {
  width: 58%;
  height: 58%;
  max-height: none;
  max-width: none;
  text-align: center;
  border-radius: 5px;
  display: block;
}

.div-block-8 {
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  max-width: 90%;
  flex: 1;
  align-self: center;
  display: block;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.image-9 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.image-10 {
  max-width: 100%;
  border: 1.5px #0085d5;
  border-radius: 5px;
  align-self: auto;
}

.div-block-9 {
  max-height: 100%;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.container-4 {
  max-width: 80%;
}

.download-cta {
  color: #fff;
  text-align: center;
  background-color: #703090;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  transition: opacity .2s;
}

.review-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-block {
  display: flex;
}

.image-11 {
  max-height: none;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.container-5 {
  max-width: 1200px;
}

.body-colum-right {
  max-height: 19%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.body-column-right-image {
  height: auto;
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.flex-column {
  flex-direction: row;
  display: flex;
}

.div-block-10 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-11 {
  display: flex;
}

.link-block-3 {
  width: 100%;
  position: static;
}

.div-block-hero {
  max-height: 100%;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.standard-container-feature {
  max-width: 1100px;
  background-color: #fff;
  padding: 10px 50px 20px;
  display: block;
  position: static;
}

.image-caption {
  max-width: 90%;
  color: #2c2c2c;
  text-align: left;
  order: 0;
  align-self: flex-end;
  padding-top: 5px;
  font-size: 14px;
  text-decoration: none;
  overflow: auto;
}

.div-block-9-copy {
  max-height: 100%;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-4-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.list-item, .list-item-2 {
  font-size: 16px;
  line-height: 21px;
}

.div-block-12 {
  text-align: left;
  justify-content: center;
  padding-top: 0;
  display: flex;
}

.div-block-13 {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-8-copy {
  max-width: 70%;
  flex: 1;
  align-self: center;
  padding-bottom: 10px;
  display: block;
}

.centered-container-hero {
  max-width: 100%;
  text-align: center;
  background-image: url('../images/82542359_ML_Iliescu-Catalin.jpg');
  background-position: 60%;
  background-attachment: scroll;
  flex: 1;
  margin-top: 0;
}

.title-container-two-lines {
  max-width: 70%;
  text-align: center;
  flex: 1;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.text-link-caption {
  color: #703090;
  border: 1px #703090;
  border-bottom-style: dashed;
  text-decoration: none;
}

.text-link-caption:hover {
  color: #703090;
  border: 1px #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.card-list {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container-6 {
  margin-top: 25px;
  padding-top: 0;
}

.body-column-right-video {
  height: 20%;
  background-color: #fff;
  align-self: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: block;
}

.paragraph-15 {
  font-size: 10px;
}

.button {
  display: block;
}

.button-2, .column-2, .column-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-4 {
  max-width: 100%;
}

.div-block-14 {
  justify-content: center;
  display: flex;
}

.columns-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.hero-3 {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.hero-overlay-5 {
  height: auto;
  max-height: 500px;
  color: #fff;
  cursor: auto;
  background-color: #6ea8cb;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.centered-container-2 {
  max-width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.link-4 {
  margin-left: 0;
  margin-right: 0;
}

.link-5 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.link-6 {
  margin-left: 0;
  margin-right: 0;
}

.button-3 {
  width: 40%;
  text-align: center;
  background-color: #703090;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.button-4 {
  width: 40%;
  text-align: center;
  background-color: #00788a;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.div-block-15 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
}

.heading-30 {
  text-align: center;
}

.cards-section-5 {
  padding-top: 25px;
  padding-bottom: 25px;
  transition: opacity .2s;
}

.centered-container-3 {
  text-align: center;
  flex: 1;
  margin-top: 20px;
}

.cards-grid-container-4 {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask-2 {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image-3 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1px #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-31 {
  text-align: center;
  font-size: 24px;
}

.heading-32 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.heading-33 {
  text-align: center;
  font-size: 24px;
}

.heading-34 {
  text-align: center;
}

.button-5 {
  text-align: center;
  border: 1.5px #000;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.div-block-16 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  margin-left: 0;
  transition: transform .2s;
  box-shadow: 1px 2px 2px #000;
}

.div-block-17 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #000;
}

.div-block-18 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  transition: opacity .2s;
  box-shadow: 0 2px 2px #000;
}

.div-block-19 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  transition: opacity .2s;
  box-shadow: 1px 2px 2px #000;
}

.cards-section-6 {
  color: #703090;
  padding-top: 0;
  padding-bottom: 0;
}

.cards-grid-container-5 {
  grid-column-gap: 19px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "." minmax(auto, 1fr)
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-4 {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  border: 1.5px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-6 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-20, .div-block-21, .div-block-22 {
  background-color: #ebebeb;
  border: 1.5px #000;
  border-radius: 5px;
  box-shadow: 1px 2px 2px #000;
}

.heading-35, .heading-36, .heading-37 {
  text-align: center;
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-3 {
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.paragraph-16 {
  color: #000;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.bold-text-3 {
  max-width: 1100px;
  color: #000;
  text-align: left;
  font-size: 16px;
  line-height: 21px;
}

.container-7 {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.bold-text-4 {
  text-align: center;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.bold-text-5 {
  width: 100%;
  height: 100px;
  text-align: center;
  object-fit: fill;
}

.link-block-4 {
  max-height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.link-7 {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.link-8, .link-9 {
  margin-left: 0;
  margin-right: 0;
}

.div-block-23 {
  text-align: center;
  object-fit: none;
}

.column-4 {
  text-align: center;
}

.bold-text-6, .bold-text-7 {
  color: #703090;
}

.chapter-heading-h2 {
  margin-bottom: 20px;
  font-size: 33px;
  display: block;
}

.columns-6, .columns-7, .columns-8 {
  align-items: center;
  display: flex;
}

.grid-9 {
  grid-template-areas: "Area Area-2"
                       "Area-3 .";
}

.list-item-3, .list-item-4, .list-item-5 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item-6 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block, .text-block-2 {
  text-align: left;
  margin-bottom: 10px;
}

.column-5 {
  border: 0 solid #703090;
  padding-left: 20px;
  padding-right: 20px;
}

.column-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.link-10, .link-11 {
  margin-left: 0;
  margin-right: 0;
}

.link-12, .link-13, .link-14, .link-15 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.link-block-5 {
  max-height: 133%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  display: block;
}

.text-block-3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
}

.link-16 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.bold-text-8 {
  color: #000;
  font-size: 16px;
}

.bold-text-9 {
  color: #077083;
  font-size: 16px;
}

.text-block-4, .tab-pane-tab-1 {
  text-align: left;
}

.tab-link-tab-1 {
  background-color: #703090;
}

.tab-link-tab-1.w--current {
  color: #fff;
  background-color: #703090;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.text-block-5 {
  background-color: rgba(0, 0, 0, 0);
}

.tab-link-tab-2 {
  color: #fff;
  background-color: #703090;
  margin-left: 20px;
  margin-right: 20px;
}

.tabs {
  margin-top: 20px;
  padding-bottom: 20px;
}

.tabs-menu {
  padding-bottom: 20px;
  font-size: 16px;
}

.link-block-6 {
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-width: 0;
  border-radius: 11px;
}

.link-17 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-17 {
  text-align: left;
}

.heading-40, .heading-41 {
  font-size: 30px;
}

.column-7 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.column-8 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

.image-12 {
  text-align: left;
  display: inline-block;
}

.bold-text-10, .bold-text-11 {
  color: #703090;
}

.link-block-7 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.link-block-8 {
  width: 100px;
  height: 100px;
  object-fit: fill;
  display: inline-block;
  position: static;
}

.slide-1 {
  width: 100%;
  max-height: 500px;
  object-fit: fill;
  background-image: url('../images/mass-track-tqs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  padding-top: 0;
  overflow: visible;
}

.slider-2 {
  width: 700px;
  max-height: 500px;
  min-height: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
}

.slide-13 {
  background-image: url('../images/Agilent-Section2-Carouselimage1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-14 {
  background-image: url('../images/Masstrak-aquity-uplc.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.slide-15 {
  background-image: url('../images/MassTrak-Acquity-UPLC.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.slide-16 {
  background-image: url('../images/Agilent-Section3-Carouselimage11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/columns_ivd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45%;
}

.container-8 {
  justify-content: center;
  display: flex;
}

.link-18 {
  margin-left: 0;
  margin-right: 0;
}

.bold-text-12 {
  color: #703090;
}

.link-19 {
  margin-left: 0;
  margin-right: 0;
}

.bold-text-13 {
  color: #703090;
}

.link-20, .link-21, .link-22 {
  color: #703090;
  margin-left: 0;
  margin-right: 0;
}

.link-23 {
  margin-left: 0;
  margin-right: 0;
}

.bold-text-14 {
  color: #703090;
}

.heading-43 {
  width: 100%;
  height: 10vh;
  text-align: center;
  background-color: rgba(78, 149, 191, .69);
  flex: 0 auto;
  align-self: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.watch-webinar-cta {
  color: #fff;
  text-align: center;
  background-color: #85878b;
  border-radius: 5px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
  transition: opacity .2s;
}

.cards-grid-container-5-3-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template: "." minmax(auto, 1fr)
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask-3 {
  width: 100%;
  max-width: none;
  border-radius: 0%;
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.text-block-6 {
  text-align: left;
  font-weight: 700;
}

.div-block-24 {
  text-align: center;
}

.link-24 {
  color: #077083;
  margin-left: 0;
  margin-right: 0;
  font-weight: 700;
}

.button-7 {
  width: 40%;
  text-align: center;
  background-color: #0085d5;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.standard-paragraph-2 {
  color: #003162;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
}

.button-8 {
  width: 40%;
  text-align: center;
  background-color: #703090;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.bold-text-17, .italic-text {
  color: #000;
}

.bold-text-18 {
  font-size: 18px;
}

.list-item-7 {
  text-align: left;
  font-size: 16px;
}

.list-item-8 {
  text-align: left;
}

.list {
  color: #000;
  text-align: left;
  font-family: Lato, sans-serif;
}

.link-25 {
  color: #4e95bf;
  margin-left: 0;
  margin-right: 0;
}

.column-13 {
  max-height: 100%;
  background-color: #703090;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-block-25 {
  max-height: 100%;
  mix-blend-mode: normal;
  background-color: #703090;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.paragraph-18 {
  max-height: 100%;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

.column-14 {
  max-height: 100%;
  padding-right: 10px;
  display: block;
}

.columns-9 {
  display: flex;
}

.standard-paragraph-purple {
  color: #703090;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
}

.h3-purple {
  color: #703090;
  margin-top: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
}

.footer-list {
  margin-left: -15px;
  padding-left: 0;
}

.cards-section-3-reveal {
  padding-top: 25px;
  padding-bottom: 25px;
}

.paragraph-19 {
  z-index: 100;
  display: inline-block;
  position: relative;
}

.container-9 {
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  color: #703090;
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
}

.centered-subheading {
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 270px;
  height: 270px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.image-13 {
  border-radius: 5px;
}

.image-14 {
  max-height: 80%;
  max-width: 70%;
}

.footer-banner {
  height: auto;
  max-height: 500px;
  color: #fff;
  cursor: auto;
  background-color: #6ea8cb;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.centered-container-short {
  max-width: 30%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  align-self: auto;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: relative;
  right: 140px;
}

.bold-text-19 {
  font-size: 18px;
}

.standard-paragraph-3 {
  color: #000;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
  display: block;
}

.div-block-26 {
  max-height: 100%;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.grid-10 {
  grid-template-rows: .25fr 1fr;
  grid-template-columns: 1fr;
}

.cards-grid-container-mega-copy {
  grid-column-gap: 10px;
  grid-row-gap: 50px;
  text-align: left;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.body-hyperlink, .body-link {
  margin-left: 0;
  margin-right: 0;
}

.hero-overlay-4-copy {
  height: 50vh;
  max-height: 300px;
  max-width: none;
  color: #fff;
  background-color: #00788a;
  background-image: url('../images/LGC-MDx-Decision-Tree-Image-V2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.list-item-right-align {
  text-align: left;
}

.div-block-27 {
  max-width: 100%;
  min-width: 25%;
  flex-direction: column;
  display: flex;
}

.footer-div-block {
  max-width: 25%;
  min-width: 25%;
}

.grid-11 {
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
}

.container-12 {
  max-width: 80%;
}

.nav-logo-copy {
  width: auto;
  height: 100%;
  max-width: 55%;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: contain;
  object-position: 0% 50%;
  background-clip: border-box;
  border-radius: 15%;
  outline: 3px #fff;
}

.button-3-copy {
  width: 100%;
  text-align: center;
  background-color: #703090;
  border-style: none;
  border-radius: 7px;
  margin: 10px 5px;
  padding: 10px;
}

.centered-heading-copy {
  color: #703090;
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
}

.bold-text-20 {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.paragraph-20 {
  color: #36b156;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 19px;
  position: relative;
}

.bold-text-21 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.paragraph-21 {
  color: #36b156;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 44px;
}

.paragraph-22 {
  color: #36b156;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 88px;
}

.list-item-13 {
  text-align: left;
}

.list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18 {
  text-align: center;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 385px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-23 {
  color: #36b156;
  text-align: left;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.paragraph-24 {
  text-align: left;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: block;
}

.paragraph-25 {
  color: #36b156;
  text-align: left;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  position: relative;
  top: -9px;
}

.columns-13 {
  padding-top: 40px;
}

.heading-44 {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

.image-15 {
  max-width: 100%;
}

.div-block-30 {
  height: 5px;
  background-color: #36b156;
}

.div-block-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-33 {
  padding-top: 50%;
  padding-bottom: 25%;
  position: relative;
}

.div-block-34 {
  padding-top: 50%;
  padding-bottom: 50%;
  position: relative;
}

.image-16 {
  max-width: 70%;
}

.heading-45 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22px;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.icon, .icon-2 {
  color: #2d3439;
}

.paragraph-26 {
  color: #36b156;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  position: relative;
  top: 66px;
}

.paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31, .paragraph-32, .paragraph-33, .paragraph-34 {
  color: #36b156;
  text-align: left;
  padding-left: 10px;
}

.link-block-9 {
  margin-left: 0;
  margin-right: 0;
}

.link-26 {
  color: #36b156;
  margin-left: 0;
  margin-right: 0;
}

.div-block-35 {
  height: 5px;
  background-color: #36b156;
}

.text-block-8 {
  text-align: left;
  padding-top: 10px;
}

.image-17 {
  padding-bottom: 10px;
}

.paragraph-35 {
  text-align: left;
  padding-top: 40px;
}

.column-19 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-9 {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-10 {
  text-align: center;
  margin-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-36 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mask {
  padding-top: 0;
}

.slide-18 {
  background-image: url('../images/mass-track-endorcrine.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.slide-19 {
  background-image: url('../images/mass-track-immunosuppresent.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.slide-20 {
  background-image: url('../images/WB_Clinical_Solutions_w-Logo_Web_Page_Banner_960x256_Legacy.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
}

.text-block-11 {
  color: #6ea8cb;
  padding-top: 40px;
  font-size: 30px;
}

.div-block-37 {
  height: 10px;
}

.paragraph-36 {
  color: #36b156;
  text-align: left;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  position: relative;
  top: 20px;
}

.paragraph-37 {
  color: #36b156;
  text-align: left;
  padding-left: 10px;
  font-family: Lato, sans-serif;
}

.link-block-10 {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1440px) {
  .footer-logo-link {
    display: flex;
  }

  .footer-image {
    max-width: 70%;
    display: block;
  }

  .cards-grid-container-mega {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sticky-nav {
    background-color: #6ea8cb;
    justify-content: center;
    display: flex;
  }

  .image-8 {
    max-width: 100%;
  }

  .image-10 {
    align-self: flex-end;
  }

  .image-caption {
    max-width: 100%;
    padding-top: 10px;
  }

  .hero-overlay-5 {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .button-3 {
    width: 40%;
  }

  .chapter-heading-h2 {
    margin-top: 10px;
  }

  .div-block-25 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-card {
    cursor: auto;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
    margin-bottom: 15px;
  }

  .image-13 {
    border-radius: 5px;
  }

  .container-11 {
    max-width: 30%;
  }

  .centered-container-short {
    max-width: 30%;
    padding-top: 20px;
    position: relative;
    right: 140px;
  }

  .grid-10 {
    grid-template-rows: .5fr 1fr;
  }

  .cards-grid-container-mega-copy {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .body-hyperlink {
    color: #703090;
    font-weight: 700;
    text-decoration: underline;
  }

  .hero-overlay-4-copy {
    background-color: #00788a;
    background-image: url('../images/LGC-MDx-Decision-Tree-Image-V2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .list-item-9, .list-item-10, .list-item-right-align, .list-item-12 {
    text-align: left;
  }

  .div-block-27 {
    max-width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
  }

  .grid-11 {
    align-self: auto;
  }

  .text-block-7 {
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }

  .container-12 {
    max-width: 80%;
  }

  .nav-logo-copy {
    max-width: 55%;
  }

  .centered-heading-copy {
    font-family: Lato, sans-serif;
    line-height: 36px;
  }

  .div-block-37 {
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph-37 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    font-family: Lato, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  h2, .heading {
    font-size: 20px;
  }

  .centered-container {
    max-width: 95%;
    padding-left: 0;
  }

  .hero-overlay-2 {
    background-image: none;
    background-position: 50%;
    background-size: contain;
  }

  .heading-2 {
    font-size: 20px;
  }

  .cards-grid-container-3 {
    grid-column-gap: 20px;
  }

  .cards-image-mask {
    width: auto;
    max-width: none;
    object-fit: contain;
  }

  .cards-image {
    object-fit: cover;
  }

  .heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .tile-header {
    padding-right: 0;
  }

  .resource-card-block {
    margin-bottom: 0;
  }

  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }

  .slider-section {
    margin-bottom: 0;
  }

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

  .cards-grid-container, .cards-grid-container-mega {
    grid-column-gap: 20px;
  }

  .hero-overlay-4 {
    height: 30vh;
    background-image: url('../images/Chemistry-lab_96231471_m_123rf.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hero-heading-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .jump-link-header {
    text-decoration: none;
  }

  .card-paragraph {
    font-size: 16px;
  }

  .hero-overlay-td {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Titer-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-pi {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Protein-Identification-R.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-ga {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Glycan-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-cva {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Charge-Variant-Analysis-R.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-overlay-aa {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Aggregate-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .header-slide {
    float: none;
    clear: none;
    text-align: right;
    padding-left: 0;
    font-size: 30px;
  }

  .nav-grid {
    grid-column-gap: 35px;
    grid-template-columns: 2fr .75fr .75fr 1fr 1fr 1fr;
    margin-left: 0;
    padding-left: 0;
  }

  .nav-logo-link {
    height: 60px;
  }

  .nav-logo {
    border-radius: 0%;
    padding-left: 0;
    padding-right: 0;
  }

  .block-quote {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-4 {
    font-size: 14px;
  }

  .title-container {
    padding-left: 0;
  }

  .image-7 {
    width: 80%;
    height: 100%;
    max-height: none;
    max-width: none;
  }

  .image-8, .image-10, .container-4 {
    max-width: 100%;
  }

  .grid-6 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-caption {
    max-width: 100%;
  }

  .centered-container-hero {
    padding-left: 0;
  }

  .title-container-two-lines {
    max-width: 85%;
    justify-content: center;
    padding-left: 0;
    padding-right: 10px;
  }

  .hero-overlay-5 {
    margin-top: 20px;
  }

  .cards-grid-container-4 {
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1.25fr minmax(auto, 2fr) 1fr;
  }

  .cards-grid-container-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: repeat(auto-fit, minmax(200px, auto));
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: ".";
    grid-auto-columns: auto;
    grid-auto-flow: row;
    display: grid;
  }

  .link-block-4 {
    flex-direction: row;
  }

  .link-block-5 {
    margin: 0;
  }

  .heading-43 {
    text-align: center;
  }

  .cards-grid-container-5-3-col {
    grid-column-gap: 20px;
    grid-template-rows: repeat(auto-fit, minmax(9%, 1fr));
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .cards-image-mask-3 {
    width: auto;
    max-width: none;
  }

  .column-14 {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .image-13 {
    flex: 0 auto;
    display: block;
  }

  .image-14 {
    max-height: 100%;
    max-width: 100%;
  }

  .footer-banner {
    margin-top: 20px;
  }

  .cards-grid-container-mega-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .hero-overlay-4-copy {
    height: 30vh;
    background-image: url('../images/LGC-MDx-Decision-Tree-Image-V2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .html-embed {
    text-align: center;
    margin-right: 0;
    position: relative;
    left: auto;
    right: 10px;
  }

  .columns-10 {
    display: flex;
  }

  .column-15 {
    flex-direction: row;
    justify-content: center;
    display: flex;
  }

  .column-16 {
    padding-left: 15px;
  }

  .column-17 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-11, .columns-12 {
    display: flex;
  }

  .nav-logo-copy {
    border-radius: 15%;
  }

  .paragraph-20 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 19px;
    top: 3px;
  }

  .bold-text-21 {
    font-family: Lato, sans-serif;
    font-size: 19px;
  }

  .paragraph-21 {
    top: 86px;
  }

  .paragraph-22 {
    top: 107px;
  }

  .div-block-31 {
    grid-template-rows: 402px;
  }

  .div-block-32 {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .paragraph-26 {
    color: #36b156;
    padding-left: 10px;
    font-family: Lato, sans-serif;
    font-size: 19px;
    position: relative;
    top: 66px;
  }

  .paragraph-27 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    font-family: Lato, sans-serif;
    position: relative;
    top: 65px;
  }

  .paragraph-28 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    position: relative;
    top: 43px;
  }

  .paragraph-29 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    font-family: Lato, sans-serif;
    position: relative;
    top: 44px;
  }

  .paragraph-30 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lato, sans-serif;
    position: relative;
    top: 23px;
  }

  .paragraph-31 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lato, sans-serif;
    position: relative;
    top: 20px;
  }

  .paragraph-32 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lato, sans-serif;
    position: relative;
    top: 19px;
  }

  .paragraph-33 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -14px;
  }

  .paragraph-34 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: -12px;
  }

  .paragraph-36 {
    top: 31px;
  }

  .paragraph-37 {
    color: #36b156;
    text-align: left;
    padding-left: 10px;
    font-family: Lato, sans-serif;
    position: relative;
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding: 40px 20px;
  }

  .centered-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hero-overlay-2 {
    padding: 40px 20px;
  }

  .standard-container {
    padding: 20px;
  }

  .hero-overlay-3, .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container-3 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-image {
    width: 100%;
    height: auto;
  }

  .tile-header {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .resource-card-block {
    width: 50%;
    text-align: left;
    display: block;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section-2 {
    padding: 40px 20px;
  }

  .cards-grid-container-2 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .cards-section-3 {
    object-fit: fill;
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-grid-container-mega {
    max-width: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .cards-section-4 {
    padding: 40px 20px;
  }

  .hero-overlay-4 {
    height: 30vh;
    padding: 21px 20px;
  }

  .hero-heading-h1 {
    font-size: 22px;
    line-height: 25px;
  }

  .hero-overlay-td, .hero-overlay-pi, .hero-overlay-ga, .hero-overlay-3-copy, .hero-overlay-cva, .hero-overlay-aa {
    padding: 40px 20px;
  }

  .header-slide {
    font-size: 22px;
    line-height: 20px;
  }

  .div-block-4 {
    padding-right: 0;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    grid-row-gap: 11px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
    list-style-type: none;
  }

  .nav-logo {
    border-radius: 0%;
  }

  .flex-container-hero {
    flex-direction: column;
  }

  .heading-22 {
    line-height: 25px;
  }

  .body-column, .body-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 80%;
    height: 80%;
  }

  .review-grid {
    grid-template-rows: auto auto auto;
  }

  .body-column-right-image {
    padding-left: 10px;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .div-block-10, .div-block-11 {
    padding-left: 10px;
  }

  .image-caption {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-container-two-lines {
    padding-right: 0;
  }

  .container-6 {
    padding-left: 10px;
  }

  .heading-28, .heading-29 {
    line-height: 25px;
  }

  .body-column-right-video {
    padding-left: 20px;
    padding-right: 0;
    display: none;
  }

  .hero-3 {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-overlay-5, .cards-section-5 {
    padding: 40px 20px;
  }

  .centered-container-3 {
    flex-wrap: wrap;
    display: flex;
  }

  .cards-grid-container-4 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .cards-section-6 {
    padding: 0 20px 40px;
  }

  .cards-grid-container-5 {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .main-content {
    padding: 40px 20px;
  }

  .slider-2 {
    width: 500px;
  }

  .heading-43 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
  }

  .cards-grid-container-5-3-col {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .column-10, .column-11, .column-12 {
    display: none;
  }

  .cards-section-3-reveal {
    object-fit: fill;
    padding: 40px 20px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-banner {
    padding: 40px 20px;
  }

  .centered-container-short {
    max-width: 40%;
    right: 70px;
  }

  .cards-grid-container-mega-copy {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    align-self: stretch;
  }

  .hero-overlay-4-copy {
    height: 30vh;
    background-size: cover;
    padding: 21px 20px;
  }

  .column-17 {
    display: flex;
  }

  .paragraph-20 {
    top: -1px;
  }

  .paragraph-21 {
    top: 11px;
  }

  .paragraph-22 {
    top: 12px;
  }

  .div-block-28 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-13 {
    padding-top: 20px;
  }

  .image-15 {
    max-width: 50%;
  }

  .div-block-31 {
    width: 90em;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .div-block-32 {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .paragraph-26 {
    top: 11px;
  }

  .paragraph-27 {
    top: 9px;
  }

  .paragraph-28 {
    top: 10px;
  }

  .paragraph-29 {
    top: 7px;
  }

  .paragraph-31 {
    top: 12px;
  }

  .paragraph-32 {
    top: 13px;
  }

  .column-18 {
    text-align: center;
  }

  .paragraph-36 {
    top: 13px;
  }
}

@media screen and (max-width: 479px) {
  .centered-container {
    text-align: left;
  }

  .standard-container {
    padding: 20px 30px;
  }

  .cards-grid-container-3 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tile-header {
    text-align: left;
    justify-content: flex-start;
  }

  .resource-card-block {
    width: 100%;
    margin-top: 20px;
  }

  .cards-grid-container-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-section {
    max-height: 100%;
    max-width: 100%;
    display: block;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .cards-section-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cards-grid-container, .cards-grid-container-mega {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lightbox-link-2 {
    padding: 8px;
    display: inline-block;
    left: -2px;
  }

  .hero-overlay-4 {
    height: 35vh;
    background-image: url('../images/Chemistry-lab_96231471_m_123rf.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .hero-heading-h1 {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-overlay-td {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Titer-Analysis-L.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-overlay-pi {
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Protein-Identification-R.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-clip: border-box;
  }

  .hero-overlay-ga {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Glycan-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-overlay-cva {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Charge-Variant-Analysis-R.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-overlay-aa {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Aggregate-Analysis-L.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .header-slide {
    color: #fff;
    text-align: center;
    padding-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-5, .div-block-6 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: 0;
  }

  .nav-logo-link {
    text-align: center;
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo {
    max-width: 60%;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .standard-paragraph {
    font-size: 14px;
    line-height: 20px;
  }

  .title-container {
    text-align: left;
  }

  .body-column {
    flex: 0 auto;
    padding-left: 10px;
  }

  .body-column-right {
    opacity: 1;
    overflow: visible;
  }

  .image-7 {
    width: 100%;
    height: 100%;
  }

  .review-grid {
    flex: 0 auto;
    overflow: visible;
  }

  .grid-6 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-11 {
    margin-top: 20px;
  }

  .body-column-right-image {
    flex: 0 auto;
    display: none;
  }

  .centered-container-hero {
    max-width: 75%;
    text-align: left;
  }

  .title-container-two-lines {
    max-width: 100%;
    text-align: left;
    padding-right: 0;
  }

  .container-6 {
    padding-left: 10px;
  }

  .body-column-right-video {
    display: none;
  }

  .grid-7 {
    object-fit: fill;
  }

  .centered-container-2 {
    text-align: left;
  }

  .button-3 {
    width: auto;
    padding-top: 9px;
  }

  .button-4 {
    width: auto;
  }

  .cards-section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .centered-container-3 {
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cards-grid-container-4 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cards-section-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cards-grid-container-5 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    width: auto;
  }

  .heading-38, .chapter-heading-h2 {
    text-align: center;
  }

  .heading-40 {
    clear: none;
    display: block;
    position: static;
  }

  .image-12 {
    clear: none;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .slide-1 {
    max-height: 300px;
    max-width: 1000px;
    background-size: 70%;
  }

  .slider-2 {
    width: 280px;
  }

  .slide-14, .slide-15, .slide-17 {
    background-size: 60%;
  }

  .container-8 {
    max-width: 100%;
  }

  .bold-text-15 {
    display: inline;
  }

  .bold-text-16 {
    position: static;
  }

  .heading-43 {
    text-align: center;
    align-items: flex-start;
    font-size: 18px;
    display: flex;
  }

  .cards-grid-container-5-3-col {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-7 {
    width: auto;
    padding-top: 9px;
  }

  .standard-paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .button-8 {
    width: auto;
  }

  .column-9 {
    margin-top: 25px;
  }

  .column-10, .column-11, .column-12 {
    display: none;
  }

  .standard-paragraph-purple {
    font-size: 14px;
    line-height: 20px;
  }

  .cards-section-3-reveal {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .centered-container-short {
    max-width: 80%;
    text-align: left;
    right: auto;
  }

  .standard-paragraph-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .cards-grid-container-mega-copy {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-overlay-4-copy {
    height: 35vh;
    background-image: none;
  }

  .div-block-27, .footer-div-block {
    max-width: 100%;
  }

  .column-15, .column-17 {
    display: none;
  }

  .nav-logo-copy {
    max-width: 55%;
  }

  .button-3-copy {
    width: auto;
    padding-top: 9px;
  }

  .centered-heading-copy {
    margin-bottom: 24px;
  }

  .image-16 {
    max-width: 100%;
  }

  .heading-45 {
    line-height: 32px;
  }

  .paragraph-33 {
    top: 8px;
  }

  .slide-18 {
    background-size: 60%;
  }

  .slide-19 {
    background-size: 70%;
  }

  .slide-20 {
    background-size: 60%;
  }

  .text-block-11 {
    font-size: 24px;
  }

  .paragraph-36 {
    top: 8px;
  }

  .text-block-12 {
    text-align: left;
    padding-left: 20px;
  }
}

#w-node-_48942913-81ae-2ecd-c352-18d64bcfc84c-7a8726e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a3-7a8726e9, #w-node-_311d6820-e01a-896f-aaee-52801d89d986-7a8726e9, #w-node-c4bb024f-eb65-8190-f2c1-f5a098f94735-7a8726e9, #w-node-c4bb024f-eb65-8190-f2c1-f5a098f9473f-7a8726e9, #w-node-_8e3c1c06-ea9a-b9a1-36e6-51ebabc8b127-7a8726e9, #w-node-_1b402ae1-26a6-eb0a-12da-233861ecc062-7a8726e9, #w-node-_48933caf-2f52-a2a2-240e-768a53fec603-7a8726e9, #w-node-_48933caf-2f52-a2a2-240e-768a53fec60d-7a8726e9, #w-node-_7dacf46b-e309-8a93-6276-9c6857e42185-7a8726e9, #w-node-_7dacf46b-e309-8a93-6276-9c6857e42191-7a8726e9, #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f97e-7a8726e9, #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f98a-7a8726e9 {
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a3-7a8726e9 {
    justify-self: center;
  }

  #w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a9-7a8726e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_311d6820-e01a-896f-aaee-52801d89d986-7a8726e9, #w-node-c1feaeb7-7751-1ada-61ea-8b642b71bc93-7a8726e9, #w-node-ca0f190e-cf80-8c29-57be-50e6a121f0c9-7a8726e9, #w-node-c4bb024f-eb65-8190-f2c1-f5a098f94735-7a8726e9 {
    justify-self: center;
  }

  #w-node-c4bb024f-eb65-8190-f2c1-f5a098f94739-7a8726e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c4bb024f-eb65-8190-f2c1-f5a098f9473f-7a8726e9, #w-node-_8e3c1c06-ea9a-b9a1-36e6-51ebabc8b127-7a8726e9 {
    justify-self: center;
  }

  #w-node-_8e3c1c06-ea9a-b9a1-36e6-51ebabc8b12b-7a8726e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1b402ae1-26a6-eb0a-12da-233861ecc062-7a8726e9 {
    justify-self: center;
  }

  #w-node-_1b402ae1-26a6-eb0a-12da-233861ecc066-7a8726e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48933caf-2f52-a2a2-240e-768a53fec603-7a8726e9 {
    justify-self: center;
  }

  #w-node-_48933caf-2f52-a2a2-240e-768a53fec607-7a8726e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48933caf-2f52-a2a2-240e-768a53fec60d-7a8726e9, #w-node-_48933caf-2f52-a2a2-240e-768a53fec617-7a8726e9, #w-node-_7dacf46b-e309-8a93-6276-9c6857e42185-7a8726e9 {
    justify-self: center;
  }

  #w-node-_7dacf46b-e309-8a93-6276-9c6857e42189-7a8726e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7dacf46b-e309-8a93-6276-9c6857e42191-7a8726e9, #w-node-_7dacf46b-e309-8a93-6276-9c6857e4219d-7a8726e9, #w-node-_4f9549e3-4a9c-5b08-5808-7bc9e5f87039-7a8726e9, #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f97e-7a8726e9 {
    justify-self: center;
  }

  #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f982-7a8726e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f98a-7a8726e9, #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f996-7a8726e9 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48942913-81ae-2ecd-c352-18d64bcfc84c-7a8726e9, #w-node-_5864f64e-9d6a-3b19-6d16-446ecc6db1a3-7a8726e9, #w-node-_311d6820-e01a-896f-aaee-52801d89d986-7a8726e9, #w-node-c4bb024f-eb65-8190-f2c1-f5a098f94735-7a8726e9, #w-node-c4bb024f-eb65-8190-f2c1-f5a098f9473f-7a8726e9, #w-node-_8e3c1c06-ea9a-b9a1-36e6-51ebabc8b127-7a8726e9, #w-node-_1b402ae1-26a6-eb0a-12da-233861ecc062-7a8726e9, #w-node-_48933caf-2f52-a2a2-240e-768a53fec603-7a8726e9, #w-node-_48933caf-2f52-a2a2-240e-768a53fec60d-7a8726e9, #w-node-_7dacf46b-e309-8a93-6276-9c6857e42185-7a8726e9, #w-node-_7dacf46b-e309-8a93-6276-9c6857e42191-7a8726e9, #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f97e-7a8726e9, #w-node-_2c466779-6cfb-d6a7-48dc-4a8511a2f98a-7a8726e9 {
    justify-self: center;
  }
}


