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

/* INTRO CSS */

.drug-monographs-page .intro {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  padding: 120px 0px 180px;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/drug-monographs/pro/DrugMonographs_Hero_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

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

.drug-monographs-page .drug-monographs-tag {
  margin: 0 30px 30px;
}

@media only screen and (max-width: 1100px) {
  .drug-monographs-page .intro {
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/drug-monographs/pro/DrugMonographs_Hero_Mobile.jpg);
    align-items: center;
    padding: 80px 0 25vw;
    background-position: bottom right;
  }
  .drug-monographs-page .intro-text-wrapper {
    align-items: center !important;
    padding: 0;
  }
  .drug-monographs-page .intro-text {
    text-align: center !important;
  }
}

@media only screen and (max-width: 600px) {
  .drug-monographs-page .intro {
    padding: 80px 0 110vw;
  }
}

/* VIDEO SECTION CSS */


.drug-monographs-page .information-section-container {
  width: 100%;
  max-width: 1440px;
  padding: 30px;
  margin-top: -120px;
  z-index: 1;
}

/* @media only screen and (max-width: 1100px) {
  .drug-monographs-page .information-section-container {
    padding: 0px;
    margin-top: 0;
  }
} */

.drug-monographs-page .information-section-wrapper {
  width: 100%;
  padding: 100px 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: rgba(7, 142, 227, 0.15) 0px 0px 40px;
}

@media only screen and (max-width: 1100px) {
  .drug-monographs-page .information-section-wrapper {
    padding: 60px 0 0;
  }
}

.drug-monographs-page .information-section-header {
  width: 100%;
  max-width: 700px;
  padding: 0 30px 30px;
}

.drug-monographs-page .information-section-copy {
  width: 100%;
  max-width: 650px;
  padding: 0 30px 60px;
}

.drug-monographs-page .information-section-video {
  width: 100%;
  max-width: 900px;
  height: 500px;
  margin-bottom: -50px;
  background-color: #F4F6FC;
}

@media only screen and (max-width: 900px) {
  .drug-monographs-page .information-section-video {
    margin-bottom: 0px;
  }
}

/* DRUG MONOGRAPHS INTRO CSS */

.drug-monographs-page .list-section-container {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 60px 320px;
  width: 100%;
  max-width: 1440px;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/drug-monographs/DrugMonographs_Desktop_AccessAnywhere.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left -200px;
}

@media only screen and (max-width: 1100px) {
  .drug-monographs-page .list-section-container {
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/drug-monographs/DrugMonographs_Mobile_AccessAnywhere.jpg);
    align-items: center;
    justify-content: flex-start;
    height: 2000px;
    padding: 280px 0px 0px;
    background-position: bottom;
  }
}

.drug-monographs-page .list-information {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  max-width: 48%;
  min-width: 580px;
  padding: 30px 30px 0;
}

@media only screen and (max-width: 1100px) {
  .drug-monographs-page .list-information {
    padding: 0;
  }
}

@media only screen and (max-width: 760px) {
  .drug-monographs-page .list-information {
    max-width: inherit;
    min-width: inherit;
    flex-direction: column;
    align-items: center;
    padding: 0 0 30px 0;
  }
}

.drug-monographs-page .list-icon {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 760px) {
  .drug-monographs-page .list-icon {
    padding: 0 0 30px 0;
  }
}

.drug-monographs-page .list-details-icon {
  width: 69px;
}

.drug-monographs-page .list-decisions-icon {
  width: 56px;
}

.drug-monographs-page .list-updates-icon {
  width: 61px;
}

.drug-monographs-page .list-text-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.drug-monographs-page .list-mobile-invisible-height {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .drug-monographs-page .list-mobile-invisible-height {
    display: flex;
    width: 100%;
    height: calc(200vw - 80vw);
  }
}

/* STICKY ICONS */

.drug-monographs-page .drug-monographs-calculator {
  width: 25px;
  height: 28px;
  margin: 0 10px 0 0;
}

.drug-monographs-page .drug-monographs-favorites {
  width: 25px;
  height: 27px;
  margin: 0 10px 0 0;
}

.drug-monographs-page .drug-monographs-notes {
  width: 25px;
  height: 27px;
  margin: 0 10px 0 0;
}

/* DISCLAIMER */

.drug-monographs-disclaimer-container {
  width: 100%;
  max-width: 1440px;
  padding: 80px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #D0D7E8;
}

.drug-monographs-disclaimer-text {
  width: 100%;
  max-width: 925px;
}
