.pharmacists-page {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

/* INTRO CSS */

.pharmacists-page .solutions-intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 180px 0px 240px;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/pharmacists/Solutions_ForPharmacists_Hero_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.pharmacists-page .solutions-intro-text-wrapper {
  width: 100%;
  padding: 0 0 0 60px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.pharmacists-page .solutions-intro-text {
  width: 100%;
  max-width: 550px;
}

.pharmacists-page .solutions-intro-copy {
  width: 100%;
  max-width: 420px;
}

@media only screen and (max-width: 1100px) {
  .pharmacists-page .solutions-intro {
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/pharmacists/Solutions_ForPharmacists_Hero_Mobile_2.jpg);
    background-position: top;
    align-items: center;
    padding: 80px 0 40vw;
  }
  .pharmacists-page .solutions-intro-text-wrapper {
    align-items: center;
    padding: 0;
  }
  .pharmacists-page .solutions-intro-text {
    text-align: center;
    color: #ffffff;
  }
  .pharmacists-page .solutions-intro-copy {
    text-align: center;
    color: #ffffff;
  }
}

/* DEMO SECTION CSS */

.pharmacists-page .demo-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 220px 60px 0;
  margin-top: -129px;
  max-width: 1440px;
  height: 1200px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/pharmacists/DemoBlock_MonitorLeft_Desktop.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

@media only screen and (max-width: 1300px) {
  .pharmacists-page .demo-container {
    align-items: center;
    padding: 80px 0px calc(200vw - 92vw);
    margin-top: 0px;
    height: 100%;
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/pharmacists/DemoBlock_MonitorLeft_Mobile_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

@media only screen and (max-width: 760px) {
  .pharmacists-page .demo-container {
    padding: 80px 0px calc(100vw + 10vw);
  }
}

@media only screen and (max-width: 500px) {
  .pharmacists-page .demo-container {
    padding: 80px 0px calc(100vw + 58vw);
  }
}

@media only screen and (max-width: 400px) {
  .pharmacists-page .demo-container {
    padding: 80px 0px calc(100vw + 72vw);
  }
}

.pharmacists-page .demo-text-wrapper {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

@media only screen and (max-width: 1300px) {
  .pharmacists-page .demo-text-wrapper {
    align-items: center;
  }
}

@media only screen and (max-width: 760px) {
  .pharmacists-page .demo-text-wrapper {
    max-width: 380px;
  }
}

@media only screen and (max-width: 1300px) {
  .pharmacists-page .demo-text {
    text-align: center;
  }
}

.pharmacists-page .demo-blue-padding.desktop {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  max-width: 58%;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .demo-blue-padding.desktop {
    display: none;
  }
}

.pharmacists-page .demo-blue-padding.mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .demo-blue-padding.mobile {
    display: block;
    width: 100%;
    padding: 0 30px;
    margin-top: -100px;
    z-index: 1;
  }
}

.pharmacists-page .demo-blue-container {
  width: 100%;
  padding: 80px 0px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pharmacists-page .demo-blue-container-text {
  width: 100%;
  max-width: 500px;
}

/* TRUSTED CHOICE CONTAINER */

.pharmacists-page .trusted-choice-container {
  width: 100%;
  max-width: 1440px;
  padding: 80px 30px 30px;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .trusted-choice-container {
    padding: 80px 0 30px;
  }
}

.pharmacists-page .trusted-choice-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding: 120px 60px 120px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/backgrounds/ConcreteWallBackground.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .trusted-choice-wrapper {
    padding: 0 0 40px;
    flex-direction: column;
  }
}

.pharmacists-page .trusted-choice-video {
  width: 60%;
  margin-left: -90px;
  box-shadow: rgba(23, 40, 94, 0.08) 0px 4px 24px;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .trusted-choice-video {
    width: 100%;
    margin-top: -50px;
    margin-bottom: 60px;
    margin-left: 0px;
  }
}

.pharmacists-page .trusted-choice-text-wrapper {
  width: 100%;
  max-width: 38%;
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .trusted-choice-text-wrapper {
    width: 100%;
    max-width: 500px;
    padding: 0;
  }
}

/* HANDOUTS CSS */
.pharmacists-page .guide-gradient-container {
  width: 100%;
  max-width: 1440px;
}

.pharmacists-page .guide-gradient {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 180px 0 220px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .guide-gradient {
    align-items: center;
    padding: 180px 0;
  }
}

.pharmacists-page .guide-text-wrapper {
  width: 100%;
  max-width: 45%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 0 0 0 30px;
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .guide-text-wrapper {
    max-width: 500px;
    padding: 0;
  }
}

.pharmacists-page .guide-image {
  position: absolute;
  top: -50px;
  right: 80px;
  width: 100%;
  max-width: 50%;
}

@media only screen and (max-width: 1440px) {
  .pharmacists-page .guide-image {
    top: inherit;
    right: calc(100vw - 96vw);
  }
}

@media only screen and (max-width: 1000px) {
  .pharmacists-page .guide-image {
    position: relative;
    width: 113%;
    max-width: 570px;
    right: inherit;
    left: 0;
    margin-top: -130px;
  }
}

/* SOLUTIONS PRICING GRID */

.solutions-pricing-container {
  width: 100%;
  max-width: 1440px;
  padding: 220px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 1000px) {
  .solutions-pricing-container {
    padding: 180px 0 100px;
  }
}

.solutions-pricing-header {
  width: 100%;
  max-width: 650px;
}

.solutions-pricing-copy {
  width: 100%;
  max-width: 650px;
  padding: 0 30px 60px;
}

/* Logo Bar */
.pharmacists-page .logo-bar-container {
  margin-bottom: -100px;
}
