/* ========================================
   HERO MISDIAGNOSIS COMPONENT - START
   ======================================== */
.hero-misdiagnosis {
  position: relative;
  margin-top: 100px !important;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-misdiagnosis .container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 65px 20px;
  position: relative;
  width: auto;
  display: block;
  object-fit: contain;
  padding-left: 0;
  padding-right: 0;
}

.hero-image-mobile {
  display: none;
}

.hero-misdiagnosis .hero-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.hero-misdiagnosis picture {
  display: none;
}

.hero-misdiagnosis .hero-content {
  background-color: #e8f6f8;
  padding: 40px 30px;
  max-width: 560px;
  z-index: 2;
}

.hero-misdiagnosis blockquote {
  font-size: 18px;
  line-height: 1.5;
  color: var(--Dark-grey, #333);
  margin: 0 0 20px;
  text-align: center;
}

.hero-misdiagnosis .blockquote-content {
  position: relative;
  display: flex;
}

.hero-misdiagnosis p {
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 10px;
}

.hero-misdiagnosis h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
  margin-top: 5px;
  color: #333;
  line-height: normal;
  font-family: "Gudea", sans-serif;
}

.hero-misdiagnosis .signature {
  position: relative;
  display: flex;
  justify-content: center;
}

.hero-misdiagnosis .signature p {
  font-family: "Gudea", sans-serif;
  font-style: italic;
  margin-top: 10px;
  font-weight: 400;
}

.hero-misdiagnosis .quote-icon {
  position: absolute;
  left: -10px;
}

.hero-misdiagnosis .signature-icon {
  position: absolute;
  right: 0;
}

.hero-misdiagnosis .btn-container {
  display: flex;
  justify-content: center;
}

.hero-misdiagnosis .btn-uncover {
  background-color: #333;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  border: none;
}

.hero-misdiagnosis .btn-uncover span {
  color: #dfd75b;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .hero-misdiagnosis {
    margin-top: 0 !important;
    min-height: 300px;
    background-image: none;
    padding-bottom: 0 !important;
    background-image: none !important;
  }

  .hero-image-mobile {
    display: block;
    height: 350px;
  }

  .hero-misdiagnosis h2 {
    font-size: 24px;
  }

  .hero-misdiagnosis .container {
    padding-right: 0;
    padding-left: 0;
  }

  .hero-misdiagnosis .hero-inner {
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
  }

  .hero-misdiagnosis .hero-content {
    padding: 30px 20px;
    max-width: 100%;
  }

  .hero-misdiagnosis blockquote {
    font-size: 16px;
  }

  .hero-misdiagnosis .btn-uncover {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
/* ========================================
   HERO MISDIAGNOSIS COMPONENT - END
   ======================================== */

/* ========================================
   AHP SYMPTOMS SECTION COMPONENT - START
   ======================================== */

.ahp-symptoms-section {
  margin-top: 60px !important;
  padding: 40px 20px;
  font-family: "Open Sans", sans-serif;
  color: var(--Dark-grey, #333);
}

.ahp-symptoms__wrapper {
  max-width: 1024px;
  margin: 0 auto;
}

.ahp-symptoms__text {
  text-align: center;
  margin-bottom: 40px;
}

.ahp-symptoms__heading {
  font-size: 40px !important;
  color: #1da2bc !important;
  line-height: normal;
  font-weight: 700;
  margin-bottom: 10px !important;
  font-family: "Gudea", sans-serif !important;
}

.ahp-symptoms__heading span {
  display: block;
}

.ahp-symptoms__description {
  font-size: 18px;
  max-width: 600px;
  line-height: normal;
  margin: 20px auto;
  color: #333;
}

.ahp-symptoms__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.ahp-symptoms__image img {
  max-width: 100%;
  height: auto;
}

.ahp-symptoms__image {
  text-align: left;
  max-width: 375px;
}

.ahp-symptoms__symptoms-box {
  margin-top: 40px;
  background: #e7f6f9;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.ahp-symptoms__symptoms-box h3 {
  font-weight: 600;
  color: #333;
  text-align: left;
  font-size: 16px;
  margin-bottom: 24px;
}

.ahp-symptoms__symptoms-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  columns: 2;
  column-gap: 20px;
}

.ahp-symptoms__symptoms-box li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  font-size: 16px;
  break-inside: avoid;
}

.ahp-symptoms__symptoms-box li span {
  background: #333;
  color: #fff;
  font-weight: bold;
  width: 26px;
  height: 26px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
}

.ahp-symptoms__footer {
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
}

.ahp-symptoms__footer strong {
  display: inline-block;
  font-weight: 700;
}

/* Mobile styles */
@media screen and (max-width: 768px) {
  .ahp-symptoms__description {
    max-width: 300px;
    font-size: 18px !important;
  }

  .ahp-symptoms__symptoms-box li {
    font-weight: 400;
    font-size: 18px;
  }

  .ahp-symptoms-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ahp-symptoms__content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
    font-family: "Gudea", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
  }

  .ahp-symptoms__symptoms-box {
    width: 100%;
  }

  .ahp-symptoms__symptoms-box ul {
    columns: 1;
  }

  .ahp-symptoms__symptoms-box li {
    width: 100%;
  }

  .ahp-symptoms__heading {
    font-size: 32px;
    line-height: 120%;
  }
}
/* ========================================
   AHP SYMPTOMS SECTION COMPONENT - END
   ======================================== */

/* ========================================
   DIAGNOSING PROCESS COMPONENT - START
   ======================================== */
.diagnosing-process {
  margin: 60px 0 !important;
}
.diagnosing-process img {
  max-width: 70px;
  height: auto;
}

.diagnosing-process h3 {
  font-size: 18px;
  margin: 22px 0;
  color: #5a395c;
}

.diagnosing-process li {
  font-size: 16px;
}

.diagnosing-process ul {
  padding-left: 30px;
}

.diagnosing-process .title-heading {
  display: flex;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

.diagnosing-process .how p {
  font-size: 18px;
}

.diagnosing-process .item-wrapper {
  border-right: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .diagnosing-process .item-wrapper {
    border-right: 0;
    margin-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
  }
}
/* ========================================
   DIAGNOSING PROCESS COMPONENT - END
   ======================================== */

.living-ahp .page-title.purple {
  margin-bottom: 40px;
}

/* ========================================
   AHP ATTACKS COMPONENT - START
   ======================================== */
.living-ahp .ahp-attacks {
  margin: 70px 0;
}

.living-ahp .ahp-attacks .sub-heading {
  margin-bottom: 60px;
}

.living-ahp .ahp-attacks .item-wrapper {
  text-align: center;
}

/* Desktop borders */
.living-ahp .ahp-attacks .item-wrapper:nth-child(2),
.living-ahp .ahp-attacks .item-wrapper:nth-child(5) {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

.living-ahp .ahp-attacks .row1 {
  border-bottom: 1px solid #d9d9d9 !important;
  padding-bottom: 40px;
}

.living-ahp .ahp-attacks .row2 {
  margin-top: 40px;
}

/* Mobile borders */
@media screen and (max-width: 767px) {
  .living-ahp .ahp-attacks {
    margin: 0;
  }
  .living-ahp .ahp-attacks .item-wrapper:nth-child(2),
  .living-ahp .ahp-attacks .item-wrapper:nth-child(5) {
    border-left: none;
    border-right: none;
  }

  .living-ahp .ahp-attacks .row:first-child .item-wrapper {
    border-bottom: none;
  }

  .living-ahp .ahp-attacks .row1 {
    border-bottom: none !important;
    padding-bottom: 0;
  }

  .living-ahp .ahp-attacks .row2 {
    margin-top: 0;
  }

  .living-ahp .ahp-attacks .item-wrapper {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  .living-ahp .ahp-attacks .item-wrapper.last {
    border-bottom: none;
  }
}

.living-ahp .ahp-attacks img {
  height: 70px;
}

.living-ahp .ahp-attacks h3 {
  font-size: 18px;
  margin: 22px 0;
  color: #5a395c;
  text-align: center;
}

.living-ahp .ahp-attacks h2 {
  font-size: 32px;
  font-family: "Gudea", sans-serif;
  line-height: normal;
}

.living-ahp .ahp-attacks li,
.living-ahp .ahp-attacks p {
  font-size: 16px;
}

.living-ahp .ahp-attacks li {
  line-height: normal;
  list-style: none;
  margin-bottom: 5px !important;
  position: relative;
  padding-left: 20px;
  width: fit-content;
}

.living-ahp .ahp-attacks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

.living-ahp .ahp-attacks ul {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.living-ahp .ahp-attacks .title-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

/* ========================================
   AHP ATTACKS COMPONENT - END
   ======================================== */

/* ========================================
   PATIENT ORGANIZATIONS COMPONENT - START
   ======================================== */
.living-ahp .patient-organizations h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  font-family: "Gudea", sans-serif;
}

.living-ahp .patient-organizations .sub-heading-1 {
  font-size: 16px;
  margin-bottom: 30px;
}

.living-ahp .patient-organizations .sub-heading-2 {
  font-size: 18px;
  color: #503a5c;
  font-weight: 700;
  margin-bottom: 30px;
}

.living-ahp .patient-organizations .card-text {
  font-size: 16px;
  color: #333;
}

.living-ahp .patient-organizations {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.living-ahp .patient-organizations .card-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.living-ahp .patient-organizations .card {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 16px;
  margin-right: 16px;
  min-height: 306px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.living-ahp .patient-organizations .card img {
  width: auto;
  max-height: 80px;
  margin-bottom: 20px;
  display: block;
  object-fit: contain;
}

.living-ahp .patient-organizations .card-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.living-ahp .patient-organizations .card-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.living-ahp .patient-organizations .card-content .btn {
  margin-top: auto;
  width: 250px;
}
/* ========================================
   PATIENT ORGANIZATIONS COMPONENT - END
   ======================================== */

/* ========================================
   STAY IN TOUCH SECTION COMPONENT - START
   ======================================== */

.living-ahp .stay-in-touch-section .stat-card-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.living-ahp .stay-in-touch-section h2 {
  font-weight: bold;
  font-family: "Gudea", sans-serif;
  font-size: 32px;
  margin-bottom: 1rem;
  color: #503a5c;
  line-height: normal;
}

.living-ahp .stay-in-touch-section .intro-text {
  margin-bottom: 2rem;
  color: #333;
  text-align: left;
}

.living-ahp .stay-in-touch-section .stat-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  height: 100%;
  background-color: #f1f7fa;
  margin-bottom: 1.5rem;
  margin-right: 16px;
  min-height: 156px;
}

.living-ahp .stay-in-touch-section .stat-card h4 {
  font-weight: 700;
  font-family: "Gudea", sans-serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 1rem;
}

.living-ahp .stay-in-touch-section .stat-card p {
  color: #333;
  margin-bottom: 0;
}

.living-ahp .stay-in-touch-section .footnote {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .living-ahp .stay-in-touch-section .intro-text {
    text-align: left;
  }
  .living-ahp .stay-in-touch-section .stat-card {
    margin-right: 0;
  }
}
/* ========================================
   STAY IN TOUCH SECTION COMPONENT - END
   ======================================== */

/* ========================================
   REACH OUT COMPONENT - START
   ======================================== */

.living-ahp .reach-out {
  margin-bottom: 120px;
}

.living-ahp .reach-out .section-title {
  color: #503a5c;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
  font-family: "Gudea", sans-serif;
}

.living-ahp .reach-out .steps-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.living-ahp .reach-out .step-box {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.living-ahp .reach-out .step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #503a5c;
  flex-shrink: 0;
  display: block;
}

.living-ahp .reach-out .step-content {
  flex: 1;
}

.living-ahp .reach-out .step-title {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.living-ahp .reach-out .step-description {
  color: #666;

  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .living-ahp .reach-out {
    margin-bottom: 40px;
  }
  .living-ahp .reach-out .steps-row {
    flex-direction: column;
  }

  .living-ahp .reach-out .step-box {
    margin-bottom: 30px;
  }

  .living-ahp .reach-out .step-box:last-child {
    margin-bottom: 0;
  }
}
/* ========================================
   REACH OUT COMPONENT - END
   ======================================== */

/* ===== START VOICES HIGHLIGHT   COMPONENT ===== */

.voices-highlight {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

.voices-highlight.purple {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
  background-color: #5a395c;
  color: #fff;
}

.voices-highlight .video-highlight-wrapper {
  display: flex;
  flex-direction: row;
}

.voices-highlight .video-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.voices-highlight .content-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.voices-highlight .content {
  width: 100%;
}
.voices-highlight .btn-container {
  margin-top: 15px;
  max-width: 250px;
}

.voices-highlight .headline {
  font-size: 32px;
  font-family: "Gudea", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}

.voices-highlight.purple .headline {
  color: #fff;
}

.voices-highlight .subtext {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
  max-width: 500px;
}

.voices-highlight .media-placeholder {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.voices-highlight .media-placeholder.sm {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.voices-highlight .media-placeholder img {
  width: 100%;
  height: auto;
}

.voices-highlight .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 767px) {
  .voices-highlight {
    padding: 40px 0;
  }

  .voices-highlight .video-highlight-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .voices-highlight .video-container {
    display: flex;
    justify-content: center;
  }

  .voices-highlight .media-placeholder,
  .voices-highlight .media-placeholder.sm {
    margin-top: 30px;
  }

  .voices-highlight .video-container,
  .voices-highlight .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .voices-highlight .content {
    text-align: center;
  }

  .voices-highlight .headline {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .voices-highlight .subtext {
    font-size: 1rem;
  }
}
/* ===== END VOICES HERO COMPONENT ===== */

/* ===== START RESOURCES PAGE ===== */

.resources .patient .newQuoteSection {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .resources .patient .newQuoteSection {
    margin-top: 20px;
  }
}

/* ===== END RESOURCES PAGE ===== */

/* ========================================
   UTILITY HELPER CLASSES - START
   ======================================== */

/* Margin Top Helper Classes - Desktop Only */
@media (min-width: 768px) {
  .mt-xs {
    margin-top: 10px !important;
  }

  .mt-sm {
    margin-top: 20px !important;
  }

  .mt-md {
    margin-top: 40px !important;
  }

  .mt-lg {
    margin-top: 60px !important;
  }
}

/* Margin Bottom Helper Classes - Desktop Only */
@media (min-width: 768px) {
  .mb-xs {
    margin-bottom: 10px !important;
  }
  .mb-sm {
    margin-bottom: 20px !important;
  }

  .mb-md {
    margin-bottom: 40px !important;
  }

  .mb-lg {
    margin-bottom: 60px !important;
  }
}

/* Responsive Margin Top Helper Classes - Mobile Only */
@media (max-width: 767px) {
  .mt-sm-mobile {
    margin-top: 20px !important;
  }

  .mt-md-mobile {
    margin-top: 40px !important;
  }

  .mt-lg-mobile {
    margin-top: 60px !important;
  }
}

/* Responsive Margin Bottom Helper Classes - Mobile Only */
@media (max-width: 767px) {
  .mb-sm-mobile {
    margin-bottom: 20px !important;
  }

  .mb-md-mobile {
    margin-bottom: 40px !important;
  }

  .mb-lg-mobile {
    margin-bottom: 60px !important;
  }
}

/* ========================================
   UTILITY HELPER CLASSES - END
   ======================================== */

/* ===== START AHP info sheet COMPONENT ===== */

#ahp-info-sheet-top-content {
  padding: 0 20px;
}
.ahp-info-sheet {
  margin-bottom: 80px;
}

.ahp-info-sheet .column-content {
  display: flex;
  flex-direction: row;
}

.ahp-info-sheet .step-number {
  background: #1da2bc;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: bold;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px;
  font-size: 14px;
}

.full-width-thank-you-section {
  background-color: #5d385f;
  padding: 40px 40px;
  display: none;
  margin-top: 100px;
  position: relative;
  width: 100%;
}

.full-width-thank-you-section .thank-you-section-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 380px;
  padding: 80px 40px;
  justify-content: center;
}

.full-width-thank-you-section .thank-you-header {
  background-color: #1da2bc;
  margin-bottom: 40px;
  color: #ffffff;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  padding: 0.25em 1em;
  padding-left: 0.1em;
  position: relative;
  text-transform: none;
  font-family: "Gudea", sans-serif;
  z-index: 2;
}

.full-width-thank-you-section .thank-you-header::before {
  background-color: #1da2bc;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: -100vw;
  z-index: -1;
  width: 100vw;
}

.full-width-thank-you-section.contained .thank-you-header::before {
  width: 100%;
  top: 0;
  left: -80px;
}

.full-width-thank-you-section p {
  color: #fff;
  font-size: 16px;
  max-width: 700px;
}

.full-width-thank-you-section .btn {
  color: #000;
  background-color: #dbc845;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
  padding: 12px 50px;
  margin-top: 50px;
}

.ahp-info-sheet h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  font-family: "Gudea", sans-serif;
  color: #5d385f;
}

.ahp-info-sheet h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.ahp-info-sheet-form .form-submit {
  margin-top: 0;
}

.ahp-info-sheet .ahp-form-footer {
  font-size: 14px;
  margin: 40px 0;
}

.ahp-info-sheet input[type="date"] {
  border-radius: 0;
  height: 40px;
  font-family: "Open Sans", sans-serif;
}

.ahp-info-sheet textarea {
  border-radius: 0;
  font-family: "Open Sans", sans-serif;
}

.ahp-info-sheet .steps-wrapper {
  margin-top: 30px;
  display: flex;
  margin-left: -15px;
  justify-content: center;
  width: 100%;
}

.ahp-info-sheet .column-content p {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  max-width: 260px;
}

.ahp-info-sheet .sheet-description {
  font-size: 16px;
  margin: 56px 56px;
}

.ahp-info-sheet .care-plan-direction {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 60px;
}

.ahp-info-sheet-form {
  padding: 0 24px;
}

@media (max-width: 767px) {
  #ahp-info-sheet-top-content {
    padding: 0 0;
  }

  .ahp-info-sheet-form {
    padding: 0 0;
  }
  .ahp-info-sheet .steps-wrapper {
    margin-left: -15px;
  }

  .ahp-info-sheet .care-plan-direction {
    text-align: center;
  }

  .ahp-info-sheet .column-content p {
    max-width: none;
  }

  .ahp-info-sheet h2 {
    font-size: 28px;
  }
  .ahp-info-sheet .sheet-description {
    font-size: 16px;
    margin: 40px 0;
  }

  .ahp-info-sheet .steps-wrapper {
    flex-direction: column;
  }
  .ahp-info-sheet .thank-you-section .thank-you-header {
    font-size: 24px;
    padding: 10px 0 10px 2px;
  }

  .ahp-info-sheet .thank-you-section .thank-you-header::before {
    left: -60px;
  }

  .full-width-thank-you-section {
    margin-top: 145px;
  }

  .full-width-thank-you-section.contained .thank-you-header::before {
    left: -25px;
  }
  .full-width-thank-you-section .thank-you-header {
    font-size: 24px;
  }
}

/* ===== END ahp info sheet COMPONENT ===== */

.split-layout.last {
  margin-bottom: 50px;
}

:root {
  interpolate-size: allow-keywords;
}

@media screen and (min-width: 768px) {
  .flex.row {
    display: flex;
  }

  .flex.row.align-items-center {
    align-items: center;
  }

  .flex.row.justify-content-center {
    justify-content: center;
  }
}
.about-ahp .patient .border-box {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .about-ahp .patient .border-box {
    border: 1px solid #1da2bc;
    padding: 24px;
  }
}

.about-ahp .patient .headerAndOpeningText {
  margin-bottom: 80px;
}
.about-ahp .patient .signs-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-ahp .patient section.experienceSection {
  padding-top: 80px;
}

.about-ahp .patient .headerAndOpeningText h3.subhead {
  text-align: left;
  color: #5d385f;
}

.about-ahp .patient .purple-box {
  background-color: #5d385f;
  color: #fff;
  padding: 20px 38px;
  h3 {
    color: #fff;
  }
}

.about-ahp .patient section.blueSection.what-ahp-body {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-ahp .patient details {
  border-bottom: 1px solid #1da2bc;
  padding: 1rem;
  overflow: hidden;

  p {
    font-size: 16px;
    margin: 0;
    padding-block: 1rem;
    max-width: 820px;

    &:last-child {
      padding-block-end: 0;
    }
  }
}

.about-ahp details::details-content {
  height: 0;
  transition: height 0.4s ease-in-out, content-visibility 0.4s ease-in-out;
  transition-behavior: allow-discrete;
  padding: 0;
  margin: 0;
}

.about-ahp details[open]::details-content {
  height: auto;
}

.about-ahp summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  padding-right: 20px;
}

.about-ahp summary::marker,
.about-ahp summary::-webkit-details-marker {
  display: none;
}

.about-ahp summary::before {
  content: "+";
  position: absolute;
  font-size: 24px;
  right: 0;
  transition: transform 0.3s ease;
}

.about-ahp details[open] summary::before {
  content: "−";
}

.patient section.newQuoteSection {
  margin-top: 0;
  position: relative;
  margin-bottom: 0px;
  background-image: url("/themes/custom/porphyria/assets/images/patient/aboutAHP/quoteBackground.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 40px 0 0;
}

.patient section.newQuoteSection.home {
  margin-top: 100px;
  height: 540px;
}

.patient section.newQuoteSection.home .image-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
}

.patient section.newQuoteSection.home .quoteBox {
  margin-top: 45px;
}

.patient section.newQuoteSection .quoteBox {
  background: #e8f6f8;
  padding: 40px 43px;
  position: relative;
}

.patient section.newQuoteSection .quote-highlight {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  margin-top: 5px;
  color: #333;
  line-height: normal;
  font-family: "Gudea", sans-serif;
}

.patient section.newQuoteSection .btn-container {
  max-width: 400px;
  margin: 0 auto;
}

.patient section.newQuoteSection p {
  font-size: 18px;
  margin: 0 auto;
}

.patient section.newQuoteSection.home p {
  font-size: 16px;
}

.patient section.newQuoteSection .quoteBox::before {
  content: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.3809L4.5037 0.9375L8.09877 2.18425L4.81975 14.0284L0 12.3809ZM7.90123 12.3809L12.4049 0.9375L16 2.18425L12.721 14.0284L7.90123 12.3809Z' fill='%231DA2BC'/%3E%3C/svg%3E");
  position: absolute;
  top: 30px;
  left: 16px;
  width: 22px;
  height: 18px;
}

.patient section.newQuoteSection .quote-author {
  position: relative;
  margin-top: 20px;
  font-size: 18px;
  font-family: "Gudea", sans-serif;
}

.patient section.newQuoteSection .quote-author::after {
  content: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12.3809L4.5037 0.9375L8.09877 2.18425L4.81975 14.0284L0 12.3809ZM7.90123 12.3809L12.4049 0.9375L16 2.18425L12.721 14.0284L7.90123 12.3809Z' fill='%231DA2BC'/%3E%3C/svg%3E");
  position: absolute;
  bottom: 0;
  right: -10px;
  width: 22px;
  height: 18px;
  transform: rotate(180deg);
}

.patient section.newQuoteSection .btn-uncover span {
  color: #dfd75b;
  font-weight: 700;
}

.patient section.newQuoteSection .btn-uncover {
  background-color: #333;
  margin-top: 48px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 15px 25px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  border: none;
}

@media screen and (max-width: 767px) {
  section.newQuoteSection .flex.row {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .patient section.newQuoteSection.home .quote-highlight {
    font-size: 28px;
  }

  .patient section.newQuoteSection.home .image-wrapper {
    position: relative;
  }

  .patient section.newQuoteSection.home .quoteBox {
    margin-top: 0;
  }

  .patient section.newQuoteSection.home {
    height: auto;
    margin-top: 140px;
    margin-bottom: 50px;
  }

  section.newQuoteSection .container,
  section.newQuoteSection .col-md-6 {
    padding: 0;
  }

  .about-ahp .patient section.newQuoteSection .quoteBox::before {
    top: 20px;
    left: 12px;
    width: 15px;
    height: 16px;
  }

  .about-ahp .patient section.newQuoteSection .quoteBox::after {
    bottom: 32px;
    right: 12px;
    width: 15px;
    height: 16px;
  }
  .patient section.newQuoteSection.home .quote-highlight {
    font-size: 24px;
  }
}

.about-ahp .patient .experienceSection {
  h2 {
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    font-size: 25px;
    line-height: 1.25;
    color: #5d385f;
    margin-bottom: 30px;
  }
  h3 {
    text-align: left;
    color: #5d385f;
  }
}

.about-ahp .patient section.ctaSection {
  margin-bottom: 80px;
  padding-bottom: 0;
}

.about-ahp .patient .ahp-misdiagnosed {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-ahp .patient p.text-sm {
  font-size: 14px;
}

section.patient {
  .pel-cta {
    background-color: #5a395c;
    color: #fff;
    padding: 26px 40px;

    .cta-wrapper {
      display: flex;
      align-items: center;
      gap: 20px;
      justify-content: space-between;

      @media screen and (max-width: 767px) {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    .cta-content {
      flex: 0 0 50%;

      h3 {
        color: white;
        font-size: 24px;
        text-align: left;
      }
    }

    a {
      padding: 16px 24px;
      background-color: #dbc845;
      font-weight: 700;
      font-size: 16px;
      color: #333;
      text-decoration: none;
      min-width: 250px;
      text-align: center;
    }
  }
}
