.homepageContainer {
  min-height: unset !important;
}

#pathology h1,
#pathology h2,
#pathology h3,
#pathology p {
  margin: 0;
  padding: 0;
}

#pathology > p {
  margin: 50px auto;
  width: 85%;
}

#pathology > h1 {
  margin: 40px auto;
}

#pathology > h2 {
  margin: 80px auto;
}

#pathology .banner {
  background-color: #f5f5f5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  padding: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1679px) {
  #pathology .banner {
    grid-gap: 40px;
    padding: 40px;
    -ms-grid-columns: 4fr 5fr;
        grid-template-columns: 4fr 5fr;
  }
}

@media (max-width: 991px) {
  #pathology .banner {
    padding: 20px;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#pathology .banner .videoWrapper {
  cursor: pointer;
  position: relative;
}

#pathology .banner .videoWrapper:hover::before {
  background-color: #fe8e1473;
}

#pathology .banner .videoWrapper::before {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #fe8e14;
  background-color: #fe8e1440;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #pathology .banner .videoWrapper::before {
    width: 100px;
    height: 100px;
  }
}

#pathology .banner .videoWrapper::after {
  content: "";
  border-width: 20px 0 20px 40px;
  border-style: solid;
  border-color: transparent transparent transparent #fe8e14;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}

#pathology .banner .intro h2 {
  margin-bottom: 20px;
}

#pathology .banner .intro .orangeBtn {
  background-color: #fe8e14;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: white;
}

#pathology .banner .intro .customerStories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#pathology .banner .intro .customerStories p {
  color: #707070;
}

#pathology .banner .intro .customerStories a {
  margin-left: 30px;
  display: block;
  height: 50px;
}

@media (max-width: 1199px) {
  #pathology .banner .intro .customerStories a {
    height: 30px;
  }
}

#pathology .banner .intro .customerStories a img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: transparent;
}

#pathology .features {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

@media (max-width: 991px) {
  #pathology .features {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  #pathology .features {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

#pathology .features .featureItem {
  background-color: #f5f5f5;
}

#pathology .features .featureItem .image {
  height: 260px;
}

@media (max-width: 1679px) {
  #pathology .features .featureItem .image {
    height: 200px;
  }
}

#pathology .features .featureItem .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#pathology .features .featureItem .desc {
  padding: 30px 40px;
}

@media (max-width: 1679px) {
  #pathology .features .featureItem .desc {
    padding: 20px;
  }
}

#pathology .features .featureItem .desc h3 {
  margin-bottom: 20px;
}

#pathology .hsFormContainer {
  position: relative;
  background-color: #306877;
  padding: 30px 30%;
}

@media (max-width: 1679px) {
  #pathology .hsFormContainer {
    padding: 30px 20%;
  }
}

@media (max-width: 991px) {
  #pathology .hsFormContainer {
    padding: 30px;
  }
}

#pathology .hsFormContainer h2,
#pathology .hsFormContainer p {
  color: white;
  margin-bottom: 20px;
}

#pathology .hsFormContainer .hbspt-form {
  margin: 20px 0 0 5%;
}

#pathology .industries {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  justify-items: center;
}

@media (max-width: 767px) {
  #pathology .industries {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}

@media (max-width: 572px) {
  #pathology .industries {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

#pathology .industries div {
  text-align: center;
}

#pathology .industries div img {
  width: 50px;
  height: 50px;
}

#pathology .industries div p {
  margin-top: 10px;
}

.batch-scan-video {
  text-align: center;
  margin-bottom: 80px;
}

.batch-scan-video .video-container {
  width: 970px;
  height: 545px;
  border: 4px solid #ccc8c8;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  cursor: pointer;
}

.batch-scan-video .video-container .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.batch-scan-video .video-container .cover:hover::after {
  border-color: #fe8e14;
}

.batch-scan-video .video-container .cover:hover::before {
  border-left-color: #fe8e14;
}

.batch-scan-video .video-container .cover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid white;
  width: 181px;
  height: 181px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

.batch-scan-video .video-container .cover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-37%, -50%);
          transform: translate(-37%, -50%);
  border-color: transparent transparent transparent white;
  border-width: 33px 0 33px 55px;
  border-left-width: 55px;
  border-style: solid;
  z-index: 1;
}

.batch-scan-video .video-container .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.batch-scan-video .video-container #player {
  width: 100%;
  height: 100%;
}

.batch-scan-video h1,
.batch-scan-video p {
  margin: 0;
  padding: 0;
}

.batch-scan-video > p {
  margin: 15px 0 70px 0;
}

.batch-scan-video h1 {
  margin-top: 60px;
}

@media (min-width: 1680px) {
  .batch-scan-video h1 {
    font-size: 36px;
  }
}
/*# sourceMappingURL=pathology.css.map */