/* CANCER CARE TEAM CSS */

.content-container {
    max-width: 938px;
    margin: 0 auto;
    padding: 0;
  }
  
  section.heading {
    margin: 40px 0;
    padding-top: 40px;
  }
  
  h1.heading__title {
    font-family: "Filson Pro";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: 0.4px;
    text-box: trim-both cap alphabetic;
    color: #354d4e;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  section.team {
    padding: 64px 0;
  }
  
  .team--core {
    background: #354d4e;
  }
  
  p.main-content__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-box: trim-both cap alphabetic;
    margin: 0;
    padding: 0;
    color: #333;
  }
  
  h3.main-content__heading {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-box: trim-both cap alphabetic;
    margin: 0;
    padding: 0;
    color: #354D4E;
  }
  
  section.team--core h3.main-content__heading {
    margin-bottom: 40px;
    color: #fff;
  }
  
  section.team--core p.main-content__text {
    margin-bottom: 24px;
    color: #fff;
  }
  
  .team-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  
  .team-list__item {
    background: #fff;
    padding: 32px;
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }
  
  .team-list__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }
  
  img.team-list__icon {
    width: 80px;
    height: 80px;
    margin-bottom: auto;
  }
  
  h3.team-list__heading {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    text-box: trim-both cap alphabetic;
    margin: 0;
    padding: 0;
    color: #354d4e;
  }
  
  p.team-list__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-box: trim-both cap alphabetic;
    margin: 0;
    padding: 0;
    color: #354d4e;
    color: #333;
  }
  
  section.advisory-banner {
    background: #ffdfd6;
    padding: 64px 0;
  }
  
  .advisory-banner__item {
    display: flex;
    gap: 24px;
    justify-content: flex-start;
    align-items: center;
    max-width: 875px;
    margin: 0 auto;
  }
  
  img.advisory-banner__icon {
    width: 64px;
    height: 64px;
    margin-bottom: auto;
  }
  
  h3.advisory-banner__heading {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-box: trim-both cap alphabetic;
    margin: 0;
    padding: 0;
    color: #354d4e;
  }
  
  p.advisory-banner__text {
    font-family: "Filson Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-box: trim-both cap alphabetic;
    margin: 0;
    padding: 0;
    color: #333;
  }
  
  .advisory-banner__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  
  .team--support {
    background-color: #fff2ee;
  }
  
  section.team--support h3.main-content__heading {
    margin-bottom: 40px;
  }
  
  .advisory-banner--nutritionist .advisory-banner__item {
    max-width: none;
  }
  
  .advisory-banner--nutritionist .advisory-banner__content {
    gap: 32px;
  }
  
  section.advisory-banner--nutritionist h3.advisory-banner__heading {
    font-size: 24px;
    letter-spacing: 0.24px;
  }
  
  section.advisory-banner--nutritionist p.advisory-banner__text {
    /*color: #354d4e;*/
  }
  
  section.download-cta {
    padding: 51px 0;
  }
  
  .download-cta__wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position:relative;
  }
  
   .download-cta__wrapper.pink-bracket::before {
       border-width: 8px;
      width: 20px;
      top: 0;
      left: 0;
      transform: translate(-40px, -20px);
      height: calc(100% + 40px);
      position: absolute;
      border: 8px solid #FA00FF;
      content: "";
      border-right: none;
      z-index: 9;
      transform: translate(-53px, -20px);
      display:none;
  }
  
  .download-cta__wrapper.pink-bracket::after {
       border-width: 8px;
      width: 20px;
      top: 0;
      right: 0;
      transform: translate(-40px, -20px);
      height: calc(100% + 40px);
      position: absolute;
      border: 8px solid #FA00FF;
      content: "";
      border-left: none;
      z-index: 9;
      display:none;
  }
  
  h3.download-cta__heading {
    font-family: "Filson Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    text-box: trim-both cap alphabetic;
    margin: 0;
    padding: 0;
    color:#354D4E;
  }
  
  a.download-cta__btn {
    display: flex;
    gap: 16px;
    height: 50px;
    max-width: max-content;
    background: #ff595a;
    padding: 8px 24px;
    font-family: "Filson Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    align-items: center;
    transition: 150ms ease;
  }
  
  img.download-cta__btn-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }
  
  a.download-cta__btn:hover,
  a.download-cta__btn:focus {
    background: #ff9091;
    color: #354d4e;
  }
  
  a.download-cta__btn:active {
    transform: scale(0.95);
    transition: transform 0.15s linear;
  }
  
  section.end-of-page-cta {
    background: #354d4e;
    padding: 40px 0;
  }
  
  .banenr-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
  h3.banner-cta__text {
    font-family: "Filson Pro";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.24px;
    text-box: trim-both cap alphabetic;
    color: #fff;
    margin: 0;
    padding: 0;
    max-width: 379px;
  }
  
  a.banner-cta__btn {
    display: flex;
    gap: 16px;
    height: 50px;
    max-width: max-content;
    background: #ff595a;
    padding: 8px 24px;
    font-family: "Filson Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    align-items: center;
    transition: 150ms ease;
  }
  
  img.banner-cta__btn-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    transition: linear 0.15s;
    left: 0;
  }
  
  a.banner-cta__btn:hover,
  a.banner-cta__btn:focus {
    background: #ff9091;
    color: #354d4e;
  }
  
  a.banner-cta__btn:hover img.banner-cta__btn-icon,
  a.banner-cta__btn:focus img.banner-cta__btn-icon {
    content: url("/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/imf-arrow.svg");
    position: relative;
    left: 8px;
  }
  a.banner-cta__btn:active {
    transform: scale(0.95);
    transition: transform 0.15s linear;
  }
  
  p.footnote-end {
    font-family: "Filson Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-box: trim-both cap alphabetic;
    color: #333;
  }
  
  .end-of-page-footnote {
    padding: 32px 0;
    max-width: 1144px;
    margin: 0 auto;
  }
  
  a.download-cta__btn:hover img,
  a.download-cta__btn:focus img {
      content: url(/content/dam/website-services/us/498-rwd-imfinzi-com/gc-gejc-full/desktop/download-hover-img.png)
  }
  
  .cancer-care-team .bottom-fn {
      padding: 27px 15px;
  }
  /* MOBILE Only*/
  
  @media screen and (max-width: 991px) {
    section.heading {
      padding: 0 15px;
    }
  
    h1.heading__title {
      font-size: 30px;
      line-height: 34px;
      letter-spacing: 0.3px;
    }
  
    .content-container {
      width: 100%;
      padding: 0 15px;
    }
  
    .team--core .team-list__item:nth-child(1) img.team-list__icon {
      width: 75px;
      height: 75px;
    }
  
    .team-list__item {
      gap: 24px;
      justify-content: stretch;
    }
  
    .team--core .team-list__item:nth-child(1) .team-list__text {
      /*max-width: 197px;*/
    }
  
    .team--core .team-list__item:nth-child(2) .team-list__text {
      max-width: 200px;
    }
  
    .advisory-banner__item {
      flex-direction: column;
    }
  
    img.advisory-banner__icon {
      margin-right: auto;
    }
  
    a.download-cta__btn {
      height: auto;
      text-align: center;
    }
  
    .banenr-cta {
      flex-direction: column;
    }
  
    a.banner-cta__btn {
      width: 360px;
      max-width: 100%;
      justify-content: center;
    }
    .end-of-page-footnote {
      padding: 32px 15px;
    }
  
    .download-cta__wrapper.pink-bracket::before {
          transform: translate(-10px, -20px);
     }
  
    .download-cta__wrapper.pink-bracket::after {
          transform: translate(10px, -20px);
      }
  
      section.heading .content-container {
          padding: 0;
      }
  
      .cancer-care-team .bottom-fn {
          padding: 17px 15px;
      }
  
      p.main-content__text {
          width: 102%;
      }
  
      .team--core .team-list__item:nth-child(1) .team-list__text {
              width: 95%;
      }
      
      .team--core .team-list__item:nth-child(3) .team-list__text,
      .team--core .team-list__item:nth-child(4) .team-list__text,
      .team--core .team-list__item:nth-child(5) .team-list__text,
      .team--support ul.team-list li.team-list__item:nth-child(1) p.team-list__text {
              width: 102%;
      }
  
      .team--support ul.team-list li.team-list__item:nth-child(2) p.team-list__text {
          width: 101%;
      }
  
  }
  
  /* MOBILE Only END*/
  
  /* CT */
  
  @media screen and (min-width: 500px) and (max-width: 991px) {
    .team--core .team-list__item:nth-child(1) .team-list__text {
      max-width: 100%;
    }
  
    .team--core .team-list__item:nth-child(2) .team-list__text {
      max-width: 100%;
    }
  }
  
  
  @media screen and (min-width: 992px) {
      section.team--core p.main-content__text {
          width: 101%;
      }
      
      .team--support ul.team-list li.team-list__item:last-child p {
          width: 90%;
      }
  
      .advisory-banner__item {
          gap: 32px;
      }
  
  }
  
  /* CT END */
  