.section-1 {
  background: #ffffff;
  padding-bottom: 9rem;
}

.section-2 {
  background: var(--grey-light);
  padding: 9rem 0;
}

.page-header {
  padding-top: 5rem;
}

.page-header h1 {
  margin-bottom: 1.2rem;
}

.info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 8rem;
  margin-top: 4rem;
  gap: 0;
}

@media only screen and (min-width: 769px) {
  .info-section {
    flex-direction: row;
    gap: 8rem;
  }
}

@media only screen and (min-width: 1500px) {
  .info-section {
    padding: 0;
  }
}

.price-check-graphic {
  width: 76rem;
}

.info-section #right-panel h3 {
  margin-bottom: 1.8rem;
}

.info-section #right-panel p {
  margin-bottom: 2rem;
}

/*--------------------------------------------------------------
## STEPPER ##
--------------------------------------------------------------*/

.step-container {
  width: 100%;
}

.step-container h5 {
  margin-bottom: 4.3rem;
}

.step-indicators-container {
  max-width: 80rem;
  min-width: 60rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2.4rem;
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.step-indicators-container .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.step-indicators-container .step.active {
  cursor: default;
}

.step-indicators-container .step .step-indicator {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0.5rem 1.5rem;
  border-radius: 100px;
  background: rgba(187, 190, 220, 0.3);
  margin-bottom: 1.3rem;
  color: #7986a6;
  font-family: Capitana;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 3.86rem;
  letter-spacing: -0.773px;
  transition: color 150ms ease-in-out;
}

.step-indicators-container .step:hover .step-indicator {
  color: var(--blue-indgo);
  transition: color 150ms ease-in-out;
}

.step-indicators-container .step.active .step-indicator {
  background: linear-gradient(180deg, var(--teal-bright) 0%, var(--teal-bright) 100%);
  color: var(--blue-indgo);
}

.step-indicators-container .step h3 {
  color: #bbbedc;
  text-align: center;
  font-family: Capitana;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  transition: color 150ms ease-in-out, text-decoration 150ms ease-in-out;
}

.step-indicators-container .step.active h3 {
  color: var(--blue-indigo);
  text-decoration: none !important;
}

.step-indicators-container .step:hover h3 {
  color: var(--blue-indigo);
  text-decoration: underline;
  transition: color 150ms ease-in-out, text-decoration 150ms ease-in-out;
}

.step-indicators-container .horizontal-divider {
  width: 8.4rem;
  height: 0.2rem;
  background: #d7d9eb;
  align-self: end;
  margin-bottom: 2.7rem;
}

/* SLIDE 2 */

#slide-2 h5 {
  margin-bottom: 2.5rem;
}

#slide-2 p {
  margin-bottom: 3rem;
}

#slide-2 button {
  margin-top: 1.5rem;
}

/* SLIDE 4 */

#slide-4 h6 {
  color: var(--blue-indigo);
  font-family: Capitana;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.8rem;
  margin-right: 0.5rem;
  text-transform: uppercase;
}

.drug-pricing-header h5 {
  margin-bottom: 0;
  margin-top: 2.4rem;
}

.drug-pricing-header h3 {
  color: var(--blue-indigo);
  margin-bottom: 2rem;
}

.drug-info-header {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.drug-info-header .cell {
  display: flex;
  align-items: start;
}

.drug-info-header .cell p {
  font-size: 1.8rem;
  line-height: 3.5rem;
}

#pricing-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

#pricing-compare-table th,
#pricing-compare-table td {
  border: 1px solid #bbbedc !important;
  text-align: left;
  border-left: none !important;
  border-right: none !important;
}

#pricing-compare-table th {
  border-top: none !important;
  border-bottom: 3px solid var(--blue-dark) !important;
  padding: 0.5rem 0 !important;
}

#pricing-compare-table td {
  padding: 1.5rem 0 !important;
}

#pricing-compare-table tr:last-child td {
  border-bottom: none !important;
}

#pricing-compare-table .program-column {
  width: 78%;
}

#pricing-compare-table .price-column {
  width: 22%;
}

.liviniti-pbm-price {
  display: flex;
  justify-content: end;
  align-items: center;
}

.liviniti-pbm-price h4 {
  color: var(--blue-indigo);
  margin-right: 2rem;
}

.liviniti-pbm-price #price-box {
  /* box styles */
  padding: 3rem;
  background: var(--brand-yellow);
  border: 3px solid var(--blue-indigo);
  border-radius: 3px;
  /* text styles */
  color: var(--blue-indigo);
  font-family: "neue-haas-unica";
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 3.8rem;
}

.potential-savings-header {
  margin-top: 4.5rem;
  margin-bottom: 1.6rem;
}

.potential-savings-header h5 {
  margin-bottom: 1rem;
}

#potential-savings-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}

#potential-savings-table th,
#potential-savings-table td {
  border: 1px solid #bbbedc !important;
  text-align: left;
  border-left: none !important;
  border-right: none !important;
}

#potential-savings-table th {
  border-top: none !important;
  border-bottom: 3px solid var(--blue-dark) !important;
  padding: 0.5rem 0 !important;
}

#potential-savings-table td {
  padding: 1.5rem 0 !important;
}

#potential-savings-table tr:last-child td {
  border-bottom: none !important;
}

#potential-savings-table .program-column {
  width: 78%;
}

#potential-savings-table .drug-price-column {
  width: 22%;
}

.lets-talk-box {
  padding: 3rem;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 4rem;
}

.lets-talk-box h5 {
  margin-bottom: 1rem;
}

.lets-talk-box p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 2.4rem;
}

ol {
  color: #414141;
  font-family: "neue-haas-unica";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  opacity: 0.6;
}

ol li {
  margin-bottom: 0.8rem;
}

.search-again-btn {
  border: none;
  background: transparent;
  color: var(--blue-royal);
  font-family: Capitana;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-top: 1.6rem;
  margin-bottom: 3.6rem;
}

.search-again-btn i {
  color: var(--blue-indigo);
  font-size: 2.5rem;
  margin-right: 0.6rem;
}

/*--------------------------------------------------------------
## reCAPTCHA ##
--------------------------------------------------------------*/

#reCAPTCHA-container {
  position: relative;
}

.g-recaptcha {
  margin-bottom: -5rem;
  transform: scale(0.55);
  transform-origin: 0 0;
}

@media only screen and (min-width: 481px) {
  .g-recaptcha {
    transform: scale(0.55);
    margin-bottom: -2rem;
  }
}

@media only screen and (min-width: 769px) {
  .g-recaptcha {
    transform: scale(0.77);
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1025px) {
  .g-recaptcha {
    transform: scale(0.77);
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1201px) {
  .g-recaptcha {
    transform: scale(0.77);
  }
}

@media only screen and (min-width: 1500px) {
  .g-recaptcha {
    transform: scale(1);
    margin-bottom: 4rem;
  }
}

/* #g-recaptcha-error {
  display: none;
  position: absolute;
  bottom: 1.7rem;
  font-size: 1.6rem;
  color: var(--error);
} */

/*--------------------------------------------------------------
## DRUG DATA TABLE ##
--------------------------------------------------------------*/

#drug-search-content {
  font-size: 1.8rem;
  margin-bottom: 4.3rem;
}

#drug-search-content .description-text {
  display: none;
}

#drug-search-content .description-text-left {
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}

#tierTable {
  width: unset !important;
}

select[name="tierTable_length"] {
  font-size: 1.6rem !important;
}

#txt-firstname,
#txt-lastname,
#txt-email,
#txt-account-group,
#txt-quantity,
#txt-daysSupply {
  font-size: 1.6rem !important;
}

#txt-quantity {
  margin-left: 0;
}

.pagination li:hover,
.pagination li:active {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.pagination li a {
  color: var(--blue-indigo);
}

.pagination li.active a {
  font-weight: bold;
  color: var(--blue-indigo);
}
