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

/* INTRO CSS */

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

.solutions-page .intro-text-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

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

@media only screen and (max-width: 1100px) {
  .solutions-page .intro {
    background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/solutions/pro/Solutions_Mobile_Hero.jpg);
    background-position: bottom;
    align-items: center;
    padding: 120px 0 220px;
  }
}

/* PLANS BLOCKS */

.solutions-page .plan-blocks-container {
  width: 100%;
  max-width: 1080px;
  padding: 0 0 60px;
  margin: -140px 0 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width: 800px) {
  .solutions-page .plan-blocks-container {
    flex-direction: column;
  }
}

.solutions-page .plan-block-wrapper {
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 800px) {
  .solutions-page .plan-block-wrapper {
    padding: 15px 30px;
  }
}

.solutions-page .plan-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 30px 40px;
  border-radius: 10px 10px 0 0;
  background-color: #ffffff;
  box-shadow: rgb(5 144 213 / 20%) 0px 2px 24px;
}

@media only screen and (max-width: 500px) {
  .solutions-page .plan-block {
    padding: 40px 0px 40px;
  }
}

.solutions-page .plan-icon {
  width: 78px;
  height: 77px;
  margin: 0 0 30px;
}

.solutions-page .plan-line {
  width: 100%;
  height: 1px;
  background: #D0D7E8;
  margin: 20px 0 60px;
}

@media only screen and (max-width: 500px) {
  .solutions-page .plan-line {
    width: calc(100% - 60px);
  }
}

.solutions-page .plan-list-header {
  padding: 0 30px 20px;
}


@media only screen and (min-width: 1000px) {
  .solutions-page .plan-copy {
    min-height: 115px;
  }

  .solutions-page .plan-block-wrapper .plan-copy.bullet-subheader {
    min-height: 40px;
    padding-bottom: 15px;
   }
}

.solutions-page .plan-list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 30px 0 46px;
}

.solutions-page .plan-list-item {
  width: 100%;
  padding: 0 0 15px 0;
  font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #7E8BA8;
}

.solutions-page .plan-list-item:before {
  content: "•";
  color: rgb(5, 144, 213);
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 15px;
  margin-left: -15px;
}

.solutions-page .plan-button-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 70px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  background: linear-gradient(90deg, #0A2447, #183D85);
  transform: translateZ(0); /* Needed to force hardware accelleration on older devices in order to show the gradient */
}

.solutions-page .plan-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  background-color: rgba(23, 40, 94, 0);
  transition: 250ms all;
  text-decoration: none;
}

.solutions-page .plan-button-wrapper:hover {
  background-color: rgba(23, 40, 94, 0.5);
}

.solutions-page .plan-button-text {
  padding: 0 5px 0 0;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.4;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.solutions-page .plan-button-arrow {
  position: relative;
  left: 0;
  width: 23px;
  height: 10px;
  margin-left: 5px;
  transition: all 250ms;
}

.solutions-page .plan-button-wrapper:hover .plan-button-arrow {
  left: 8px;
}

/* SOLUTIONS ROLES */

.solutions-page .role-blocks-container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(https://cdn.brief.vet/plumbs/marketing-site/images/solutions/pro/Solutions_Background_Desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.solutions-page .role-blocks-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  padding: 0 30px 30px;
}

@media only screen and (max-width: 1200px) {
  .solutions-page .role-blocks-wrapper {
    padding: 0 15px 15px;
  }
}

.solutions-page .role-blocks-header {
  max-width: 700px;
}

.solutions-page .role-blocks-copy {
  max-width: 580px;
}

.solutions-page .role-block-padding {
  padding: 30px;
  width: 33.33%;
}

@media only screen and (max-width: 1200px) {
  .solutions-page .role-block-padding {
    padding: 30px;
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .solutions-page .role-block-padding {
    padding: 15px;
    width: 100%;
  }
}

.solutions-page .role-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 30px 60px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  text-decoration: none;
  transition: all 250ms;
}

.solutions-page .role-block:hover {
  box-shadow: rgb(23 40 94 / 8%) 0px 4px 24px;
}

.solutions-page .role-block-header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0 30px 10px;
}

.solutions-page .role-block-copy {
  padding: 0 30px 10px;
  max-width: 305px;
}

.solutions-page .solutions-veterinarian-icon {
  width: 65px;
  height: 71px;
  margin: 0 0 20px;
}

.solutions-page .solutions-practices-icon {
  width: 70px;
  height: 70px;
  margin: 0 0 20px;
}

.solutions-page .solutions-students-icon {
  width: 77px;
  height: 79px;
  margin: 0 0 20px;
}

.solutions-page .solutions-pharmacists-icon {
  width: 65px;
  height: 76px;
  margin: 0 0 20px;
}

.solutions-page .solutions-universities-icon {
  width: 78px;
  height: 69px;
  margin: 0 0 20px;
}

.solutions-page .role-blocks-laptop {
  width: 1350px;
  min-width: 1350px;
  position: absolute;
  left: -450px;
  bottom: -240px;
  pointer-events: none;
}

@media only screen and (max-width: 800px) {
  .solutions-page .role-blocks-laptop {
    display: none;
  }
}

/* SOLUTIONS CTA CSS */

.solutions-page .solutions-cta-text {
  max-width: 650px;
}
