.section-hero-interior {
    background-image: url('/-/media/ems/conditions/rarediseases/brands/asmd/patient/hero/hero-interior-jeff'), linear-gradient(90deg, #5e2751 0%, #5e2751 34.999%, #71dbd4 35%, #71dbd4 100%);
  }
  @media (max-width:767px) {
    .section-hero-interior {
      background-image: url('/-/media/ems/conditions/rarediseases/brands/asmd/patient/hero/hero-interior-jeff-mobile'), linear-gradient(90deg, #5e2751 0%, #5e2751 34.999%, #71dbd4 35%, #71dbd4 100%);
      height: 105px;
      background-position: top left;
      background-size: contain;
    }
  }
  .section-asmd-presenting {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (max-width:991px) {
    .section-asmd-presenting {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .section-asmd-presenting > h3,
  .section-asmd-presenting > .h3 {
    margin-top: 0;
  }
  .section-commonly-mimic .text-component {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  @media (max-width:991px) {
    .section-commonly-mimic .text-component {
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }
  .section-commonly-mimic .text-component > h3,
  .section-commonly-mimic .text-component > .h3 {
    margin-top: 0;
  }
  .anatomy-symptom-wrap {
    position: relative;
  }
  @media (min-width:768px) {
    .anatomy-symptom-wrap {
      display: flex;
      margin: 50px 0;
      justify-content: center;
    }
  }
  .body-graphic {
    flex: 0 0 160px;
    position: relative;
  }
  .body-graphic > img {
    display: block;
    width: 100%;
  }
  .anatomy-symptom-wrap + aside {
    margin: 40px 0;
  }
  .hotspot-toggles {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hotspot-toggles > li.active a {
    color: #af1685;
  }
  .hotspot-toggles > li a {
    position: absolute;
    width: 27px;
    height: 27px;
    border: 3px solid;
    border-radius: 50%;
    background-color: #f0d2e6;
    color: #5a5a5a;
    text-decoration: none;
    transform: translate(-50%, -50%);
    transition: transform 50ms;
  }
  .hotspot-toggles > li a:hover {
    transform: translate(-50%, -50%) scale(1.15);
  }
  .hotspot-toggles > li a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f067";
    font-size: 19px;
    display: block;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0px;
    border: 2px solid transparent;
    top: -2px;
  }
  .hotspot-toggles > li a[href="#pulmonary"] {
    top: 140px;
    left: 56px;
  }
  .hotspot-toggles > li a[href="#hepatic"] {
    top: 220px;
    left: 60px;
  }
  .hotspot-toggles > li a[href="#splenic"] {
    top: 240px;
    left: 110px;
  }
  .hotspot-toggles > li a[href="#hematologic"] {
    top: 380px;
    left: 47px;
  }
  .hotspot-toggles > li a[href="#gastrointestinal"] {
    top: 280px;
    left: 80px;
  }
  .hotspot-toggles > li a[href="#neurological"] {
    top: 10px;
    left: 65px;
  }
  .hotspot-toggles > li a[href="#ophthalmologic"] {
    top: 40px;
    left: 90px;
  }
  .hotspot-toggles > li a[href="#cardiac"] {
    top: 155px;
    left: 105px;
  }
  .hotspot-toggles > li a[href="#skeletal"] {
    top: 480px;
    left: 106px;
  }
  .anatomy-name-toggles {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    margin-left: 30px;
    align-self: center;
    flex: 0 0 auto;
  }
  @media (max-width:991px) {
    .anatomy-name-toggles {
      font-size: 22px;
    }
  }
  .anatomy-name-toggles li:not(:last-child) {
    margin-bottom: 5px;
  }
  .anatomy-name-toggles li:nth-child(5) {
    margin-bottom: 20px;
    border-bottom: 1px solid #2bc4b6;
    padding-bottom: 25px;
  }
  .anatomy-name-toggles li a {
    color: #5e2751;
    text-decoration: none;
  }
  .anatomy-name-toggles li a:after {
    content: '';
    border-color: transparent;
    border-style: solid;
    border-width: 10px 15px;
    border-left-color: inherit;
    visibility: hidden;
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 10px;
  }
  .anatomy-name-toggles li.active a {
    color: #af1685;
  }
  .anatomy-name-toggles li.active a:after {
    visibility: visible;
  }
  .anatomy-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 60px;
    flex: 0 1 560px;
    position: relative;
  }
  @media (max-width:991px) {
    .anatomy-list {
      margin-left: 15px;
      margin-right: -15px;
    }
  }
  @media (max-width:767px) {
    .anatomy-list {
      margin: 0;
    }
  }
  .anatomy-list > li {
    border-width: 0 0 0 30px;
    margin: 0;
    box-shadow: none;
    border-color: #af1685;
    border-radius: 0;
    padding: 10px 45px;
    background: #e8ecf7;
  }
  @media (min-width:768px) {
    .anatomy-list > li {
      visibility: hidden;
      position: absolute;
      transform: translateX(20px);
      transition: all 300ms;
      opacity: 0;
      width: 100%;
    }
  }
  @media (max-width:991px) {
    .anatomy-list > li {
      padding: 10px 25px;
      border-left-width: 10px;
    }
  }
  @media (max-width:767px) {
    .anatomy-list > li {
      border: 0;
      background-color: #e9ecf6;
      margin-bottom: 10px;
    }
  }
  .anatomy-list > li:before {
    width: 110px;
    height: 110px;
    position: absolute;
    left: -15px;
    top: 50%;
    background-color: white;
    border: 6px solid #af1685;
    border-radius: 50%;
    transform: translate(-50%, -50%);
  }
  @media (min-width:992px) {
    .anatomy-list > li:before {
      content: '';
    }
  }
  @media (min-width:768px) {
    .anatomy-list > li.active {
      visibility: visible;
      transform: translateX(0px);
      opacity: 1;
      transition-delay: 300ms;
    }
  }
  @media (max-width:767px) {
    .anatomy-list > li.open {
      background-color: #5e2751;
    }
  }
  img.anatomy-icon {
    position: absolute;
    left: -15px;
    top: 50%;
    width: 64px;
    transform: translate(-50%, -50%);
  }
  @media (max-width:991px) {
    img.anatomy-icon {
      display: none;
    }
  }
  a.symptom-list-heading {
    padding: 10px 20px;
    font-size: 30px;
    color: #5e2751 !important;
    display: block;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    position: relative;
  }
  @media (max-width:991px) {
    a.symptom-list-heading {
      font-size: 20px;
      padding: 10px 30px 10px 0;
    }
  }
  a.symptom-list-heading:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    border: 2px solid;
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    right: 0;
    top: 10px;
    color: #af1685;
    background-color: #f0d2e6;
  }
  @media (max-width:767px) {
    a.symptom-list-heading:after {
      content: "\f068";
    }
  }
  .open a.symptom-list-heading:after {
    color: inherit;
    background-color: transparent;
  }
  @media (max-width:767px) {
    a.symptom-list-heading.collapsed:after {
      content: "\f067";
    }
  }
  .open a.symptom-list-heading {
    color: white !important;
  }
  a.symptom-list-heading em {
    font-size: 24px;
    color: #58595b;
  }
  @media (max-width:767px) {
    a.symptom-list-heading em {
      font-size: 16px;
      color: white;
    }
  }
  .symptom-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
  }
  @media (min-width:768px) {
    .symptom-list {
      display: block;
      height: auto !important;
    }
  }
  .symptom-list > li {
    padding: 10px 20px;
    font-size: 24px;
    border-top: 1px solid white;
    font-weight: 700;
    line-height: 1.2;
    color: #58595b;
  }
  @media (max-width:991px) {
    .symptom-list > li {
      font-size: 16px;
      padding: 10px 0;
    }
  }
  @media (max-width:767px) {
    .symptom-list > li {
      color: white !important;
    }
  }
  .regular {
    font-weight: 400;
    font-size: 20px;
  }
  .asmd-symptoms {
    padding: 60px 0;
  }
  .asmd-symptoms .text-component .bg-lilac {
    padding: 25px;
  }
  .signs-of-asmd {
    padding: 10px 30px 50px;
    margin: 30px 0;
  }
  @media (max-width:767px) {
    .signs-of-asmd {
      padding: 10px 15px 50px;
      margin: 30px -15px;
    }
  }
  .signs-of-asmd h3 {
    margin-bottom: 30px;
  }
  .signs-of-asmd .row.no-pad {
    margin-right: 0;
    margin-left: 0;
  }
  .signs-of-asmd .row.no-pad > [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(odd) .symptom:before {
    right: -15px;
  }
  .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(odd) .icon {
    margin-top: -15px;
  }
  @media (max-width:767px) {
    .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(odd) .icon {
      margin-top: 0;
      position: absolute;
      z-index: 3;
      left: 0;
    }
  }
  @media (max-width:767px) {
    .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(odd) .desc {
      position: absolute;
      z-index: 3;
      right: 0;
    }
  }
  .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(even) .symptom:before {
    left: -15px;
  }
  .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(even) .icon {
    margin-bottom: -15px;
  }
  @media (max-width:767px) {
    .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(even) .icon {
      margin-bottom: 0;
      position: absolute;
      z-index: 3;
      right: 0;
    }
  }
  @media (max-width:767px) {
    .signs-of-asmd .row.no-pad > [class*='col-']:nth-of-type(even) .desc {
      position: absolute;
      z-index: 3;
      left: 0;
    }
  }
  @media (max-width:767px) {
    .signs-of-asmd .row .symptom {
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
      height: 152px;
    }
    .signs-of-asmd .row .symptom:before {
      content: '';
      display: block;
      position: absolute;
      height: 92px;
      width: 75%;
      background-color: #af1685;
      z-index: 1;
    }
  }
  .signs-of-asmd .row .symptom .desc {
    background-color: #af1685;
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90px;
  }
  @media (max-width:767px) {
    .signs-of-asmd .row .symptom .desc {
      width: 195px;
      background: none;
      z-index: 2;
    }
  }
  .signs-of-asmd .row .symptom .desc p {
    margin-bottom: 0;
  }
  .signs-of-asmd .row .symptom .desc p span {
    display: block;
    font-size: 15px;
    font-weight: 400;
  }
  @media (min-width:768px) {
    .signs-of-asmd .row .symptom .desc p span {
      padding: 0 20px 5px;
    }
  }
  .signs-of-asmd .row .symptom .icon {
    display: flex;
    justify-content: center;
  }
  .section-asmd-presenting {
    margin: 0 0 60px;
  }
  .section-asmd-presenting .anatomy-symptom-wrap {
    margin: 60px 0;
  }
  .section-asmd-presenting .anatomy-symptom-wrap .body-graphic img {
    margin: 0 auto;
  }
  h2.subhead + h3 {
    margin-bottom: 12px;
  }
  .section-cta-2-col {
    padding-top: 0;
  }
  .text-underline {
    text-decoration: underline;
  }
  