.tcl-hero-section {
  position: relative;
  background: url("/images/t-cell/what-to-expect-hero-desktop.jpg") no-repeat;
}

body .cta-btn-blue {
  background: var(--banner-hover-gradient);
}

.t-cell-lymphomas .tcl-helpful-links-group .card-grouping .card .card-link > a:hover {
  font-weight: 700;
}

.t-cell-lymphomas .deep-component-title.tab-1-title,
.t-cell-lymphomas .deep-component-title.tab-2-title,
.t-cell-lymphomas .deep-component-title.tab-3-title,
.content-1,
.content-2,
.content-3 {
  display: none;
}

.t-cell-lymphomas .deep-component-title.tab-1-title.active,
.t-cell-lymphomas .deep-component-title.tab-2-title.active,
.t-cell-lymphomas .deep-component-title.tab-3-title.active,
.content-1.active,
.content-2.active,
.content-3.active {
  display: block;
}

.t-cell-lymphomas .science-steps-group .science-step .science-step-copy {
  margin: 20px auto 10px;
  width: 284px;
}

.ptcl-tab-slider h2.subhead {
  margin: 20px 0 32px;
}

.t-cell-lymphomas .science-steps-group .science-step .science-step-image {
  width: 284px;
  margin: 0 auto;
}
.ptcl-tab-slider .tab-column .bottom-tab-border {
  width: 80%;
  height: 5px;
  position: absolute;
  left: 10%;
  bottom: 0;
  transition: left 0.5s;
}

.ptcl-tab-slider .tab-column .bottom-tab-border {
  width: 100%;
  left: 0;
}

.PTCLTab2StudyResults .result-callout-container .result-study-img {
  margin: 0 0 64px;
  width: 100%;
}

.PTCLTab2StudyResults .result-callout-container .result-study-img.desktop {
  display: none;
}

.tcl-slider-group-section #slider-title-item-marker.item-2:after {
  margin-left: 45px;
  transform: translate3d(100%, 0, 0);
}

.tcl-slider-group-section #slider-title-item-marker.item-3:after {
  margin-left: 75px;
  transform: translate3d(200%, 0, 0);
}

.tcl-slider-group-section #slider-title-item-marker.blue.item-1:after,
.tcl-slider-group-section #slider-title-item-marker.blue.item-2:after,
.tcl-slider-group-section #slider-title-item-marker.blue.item-3:after {
  background-color: var(--bs-teal-anchor);
}

#what-to-expect-page
  .chl-slider-group-section
  #slider-title-item-marker.red:after {
  background-color: var(--bs-red-anchor);
}

.tcl-hero-section .mobile-bg {
  position: relative;
  padding-bottom: 90vw;
  background: url("/images/t-cell/hero-mobile-bg.jpg") 100% 100% no-repeat;
}

.t-cell-lymphomas .white-container.row .pl-lg-0.col,
.t-cell-lymphomas .PTCLTab1StudyResults .col-lg-10.offset-lg-1 {
  padding-right: 10px;
}

.t-cell-lymphomas #tabAnchor .Effects-Col .effects-list-title {
  margin: 0 0 8px;
}

.t-cell-lymphomas .no-bullets {
  list-style: initial;
}

.tcl-hero-section .mobile-bg::after {
  font-family: var(--font-montserrat_sans);
  font-size: 11px;
  line-height: 1;
  color: var(--bs-body-bg);
  text-shadow: var(--app-hero-text-shadow) 1px 1px 1px;
  content: "Model portrayal";
  display: block;
  position: absolute;
  bottom: 16px;
  right: 20px;
}

.result-callout-graph.desktop {
  display: none;
}

.tcl-hero-section .mobile-bg .col > div h1 {
  margin-top: 20px;
}

.tcl-hero-section .mobile-bg .col > div p {
  font-size: 1.125em;
}

.tcl-hero-section .cta-btn-blue {
  margin: 0px auto;
}

body .cta-btn-blue:hover {
  background: var(--banner-hover-gradient2);
  text-decoration: none;
}

.tcl-hero-section .cta-btn-blue span {
  padding-right: 30px;
  background: url("/images/t-cell/right-arrow-white.svg") 100% center no-repeat;
}

.tcl-section .tooltip-trigger {
  border-bottom-color: var(--bs-teal-anchor);
  color: var(--bs-teal-anchor);
}

.tooltip-trigger {
  border-bottom-width: 2px;
  border-bottom-style: dotted;
}

.tooltip-trigger:hover {
  cursor: pointer;
}

.tooltip-trigger.teal {
  border-bottom-color: var(--bs-teal-anchor);
  color: var(--bs-teal-anchor);
}

body .model-note {
  position: relative;
}

body .model-note::after {
  position: absolute;
  right: 20px;
  bottom: 16px;
  color: var(--bs-white);
  text-shadow: var(--app-hero-text-shadow) 1px 1px 2px;
  font-family: var(--font-montserrat_sans);
  font-size: 11px;
  line-height: 1;
  content: "Model portrayal";
}

section .icon-with-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

section .icon-with-heading img {
  margin-right: 20px;
}

section .icon-with-heading :not(img) {
  margin-bottom: 0;
}

section .icon-with-heading.vertically-centered {
  align-items: center;
}

#the-science-of-adcetris-TCL {
  background-color: var(--pale-ice-blue);
  scroll-margin-top: 50px;
}

.ptcl-tab-slider .tab-column p:hover {
  color: var(--bs-teal-anchor);
}

.tcl-cta-banner-home {
  padding-top: 32px;
}

.tcl-cta-banner-home .relative-shell {
  position: relative;
}

.tcl-cta-banner-home .image {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.tcl-cta-banner-home h2 {
  margin: 0 0 16px;
}

.tcl-cta-banner-home p {
  margin-bottom: 1.2px;
}

.tcl-cta-banner-home .model-note::after {
  right: 32px;
}

.tcl-cta-banner-home .teal-boxed-message {
  background-color: var(--light-blue-gray);
  margin: 0 auto 32px;
  padding: 21px;
  border-radius: 12px;
  max-width: 90%;
}

.tcl-cta-banner-home .teal-boxed-message p {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.65;
}

.tcl-cta-banner-home .grouping .image-div {
  padding-left: 0;
  padding-right: 0;
}

.tcl-cta-banner-home p {
  margin-bottom: 20px;
}

.tcl-cta-banner-home {
  padding-bottom: 0;
}

.PTCLTab1StudyResults .result-title {
  padding-bottom: 32px;
}

.PTCLTab1StudyResults ul {
  padding: 0px 28px 40px 8px;
  margin: 0px;
}

.PTCLTab1StudyResults ul li {
  padding-bottom: 8px;
}

.PTCLTab1StudyResults .result-callout-container.untreated {
  padding: 48px 15px 25px;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container:first-of-type {
  margin-top: 32px;
}

.PTCLTab1StudyResults .result-callout-container.untreated .white-container ul {
  padding: 10px 0px 2px 15px;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container
  .results-percent-img-box {
  padding: 16px 10px;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container
  .results-percent-img {
  display: block;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container
  .results-percent-img-box {
  margin-top: 20px;
}

.ptcl-tab-slider {
  padding: 32px 0px;
  padding-bottom: 0;
}

.ptcl-tab-slider .tab-column .bottom-tab-border {
  width: 100%;
  left: 0px;
}

.ptcl-tab-slider .tab-column p {
  font-weight: 500;
}

.jumplinkholder .jumplinkanchor {
  position: relative;
  scroll-margin-top: 50px;
}

.PTCLTab1StudyResults .result-title,
.content-2 .result-title,
.content-3 .result-title {
  padding-bottom: 20px;
  font-family: var(--font-montserrat_sans);
  font-weight: 600;
  font-size: 18px;
}

.result-study-img.mobile {
  margin: 0 0 64px;
  width: 100%;
}

.PTCLTab1StudyResults ul {
  padding: 0px 28px 16px 8px;
  margin: 0px 0px 0px 10px;
  list-style: none;
}

.PTCLTab1StudyResults ul li {
  font-family: var(--font-roboto_sans);
  padding-bottom: 4px;
}

.PTCLTab1StudyResults ul li::before {
  content: "•";
  color: var(--cyf-teal-dark);
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.PTCLTab1StudyResults .result-callout-container.untreated {
  background: var(--app-light-gray);
  border-radius: 10px;
  padding: 0px 15px 25px;
}

.PTCLTab1StudyResults .result-callout-container.untreated .white-container {
  background-color: var(--bs-white);
  padding: 32px;
  border-radius: 9px;
  margin: 0px 0px 24px;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container:last-of-type {
  margin-bottom: 0px;
}

.PTCLTab1StudyResults .result-callout-container.untreated .white-container h4 {
  width: fit-content;
  margin-bottom: 24px;
  padding-bottom: 8px;
  letter-spacing: 1.3px;
}

.PTCLTab1StudyResults .result-callout-container.untreated .white-container ul {
  padding: 12px 0px 10px 15px;
  margin-left: 0px;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container
  .results-percent-img-box {
  display: flex;
  width: 100%;
  max-width: 542px;
  justify-content: center;
  align-items: center;
  background-color: var(--cyf-bg-teal-transparent);
  border-radius: 8px;
  padding: 16px 18px;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container
  .results-percent-img {
  max-width: 100%;
  margin: 0px auto;
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container
  .results-percent-img.mobile {
  display: none;
}

.PTCLTab1StudyResults .mt30 {
  margin-top: 30px;
}

.PTCLTab1StudyResults .mt30 .desktop {
  display: none;
}

#tabAnchor {
  position: relative;
  scroll-margin-top: 50px;
}

#tabAnchor .Effects-Col {
  background: var(--app-light-gray);
  border-radius: 5px;
  padding: 64px 40px;
  height: 100%;
}

#tabAnchor .Effects-Col .Effects-Icon {
  margin-bottom: 24px;
}

#tabAnchor .Effects-Col .Effects-Title {
  padding-bottom: 20px;
}

#tabAnchor .Effects-Col .body-paragraph {
  margin-bottom: 10px;
  font-weight: 400;
}

#tabAnchor .Effects-Col.long-bottom {
  display: flex;
  align-items: flex-start;
  padding: 28px 40px 24px;
  margin-top: 30px;
  margin-bottom: 32px;
  height: auto;
}

#tabAnchor .Effects-Col.long-bottom .Effects-Icon {
  margin-bottom: 0px;
}

#tabAnchor .content-1 .Effects-Col.long-bottom .Effects-Title,
#tabAnchor .content-1 .Effects-Col.long-bottom .body-paragraph {
  padding-bottom: 10px;
  margin-left: 32px;
}

#tabAnchor .Effects-Col .ml-40 {
  margin-left: 40px;
}

.ptcl-tab-slider h3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.ptcl-tab-slider .tab-column {
  cursor: pointer;
  position: relative;
}

.ptcl-tab-slider .tab-column .bottom-tab-border {
  width: 80%;
  height: 5px;
  position: absolute;
  left: 10%;
  bottom: 0px;
  transition: left 0.5s;
}

.ptcl-tab-slider .tab-column p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  font-family: var(--font-montserrat_sans);
  text-align: center;
  margin: 16px 0px;
}

.ptcl-tab-slider .tab-column p span {
  font-size: 18px;
}

.tab-main-container {
  box-sizing: border-box;
  border-radius: 0px 0px 2px 2px;
  border: 1px solid rgba(143, 143, 143, 0.5);
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .deep-component-title {
  padding: 32px 0px;
  text-align: center;
  font-weight: 600;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container {
  background: var(--app-very-light-gray);
  border-radius: 29px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  padding: 9.3px 0px;
  align-items: center;
  text-align: center;
  margin-bottom: 38px;
  transition: 0.2s;
  position: relative;
}

.slider-btn-container.global-slider {
  background: var(--app-very-light-gray);
  border-radius: 29px;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around;
  padding: 9.3px 0px;
  align-items: center;
  text-align: center;
  margin-bottom: 60px;
  transition: 0.2s;
  position: relative;
}

.slider-btn-container.global-slider .slider-btn.left,
.slider-btn-container.global-slider .slider-btn.right {
  background: var(--bs-body-bg);
  border-radius: 49px;
  position: absolute;
  width: 49%;
  height: 45.35px;
  transition: all 0.5s;
}

.slider-btn-container.global-slider .slider-btn.left {
  left: 0.5%;
}

.slider-btn-container.global-slider .slider-btn.right {
  left: 50.5%;
}

.slider-btn-container.global-slider p {
  z-index: 1;
  font-family: var(--font-montserrat_sans);
  margin-bottom: 0px;
  cursor: pointer;
}

.slider-btn-container.global-slider p:hover,
.slider-btn-container.global-slider p.active {
  color: var(--bs-teal-anchor);
}

.tcl-cta-banner1 {
  background-color: var(--pale-ice-blue);
  padding-top: 0;
  padding-bottom: 32px;
}

.tcl-cta-banner1 .relative-shell {
  position: relative;
}

.tcl-cta-banner1 .image {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
}

.tcl-cta-banner1 h2 {
  margin: 0 0 16px;
}

.tcl-cta-banner1 ul {
  padding-left: 16px;
}

.tcl-cta-banner1 ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

.tcl-cta-banner1 ul li::marker {
  color: var(--bs-teal-anchor);
}

.tcl-cta-banner1 ul li ul {
  margin-top: 4px;
}

.tcl-cta-banner1 ul li ul li {
  margin-bottom: 4px;
  font-family: var(--font-roboto_sans);
  font-size: 16px;
  list-style: none;
}

.tcl-cta-banner1 ul li ul li::before {
  content: "-";
  color: inherit;
  font-weight: var(--bs-body-font-weight-bolder);
  display: inline-block;
  width: 16px;
  margin-left: -16px;
  position: relative;
  top: -1px;
}

.tcl-cta-banner1 .model-note::after {
  right: 32px;
}

.tcl-cta-banner1 .copy {
  padding: 32px 0 0;
}

.tcl-cta-banner1 .image-div {
  padding-right: 0;
  padding-left: 0;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container:hover {
  cursor: pointer;
  transition: 0.2s;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container:hover
  p {
  cursor: pointer;
  color: var(--cyf-teal-dark);
  transition: 0.2s;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container
  .slider-btn.left {
  background: var(--bs-body-bg);
  border-radius: 49px;
  position: absolute;
  width: 49%;
  height: 45.35px;
  left: 0.5%;
  transition: all 0.5s;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container
  .slider-btn-left:hover {
  cursor: pointer;
  transition: all 0.2s;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container
  .slider-btn.right {
  background: var(--bs-body-bg);
  border-radius: 49px;
  position: absolute;
  width: 49%;
  height: 45.35px;
  left: 50.5%;
  transition: all 0.5s;
}

.internal-tab.active {
  background-color: var(--bs-body-bg);
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container
  .slider-btn.left:hover {
  cursor: pointer;
  transition: 0.2s;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container
  p {
  z-index: 1;
  font-family: var(--font-montserrat_sans);
  margin-bottom: 0px;
}

.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container
  p.active,
.ptcl-tab-slider
  .deep-component-container
  .sticky-tab-slider
  .slider-btn-container
  p.active,
.ptcl-tab-slider .tab-column.active p {
  color: var(--bs-teal-anchor);
  font-weight: bold;
}

.ptcl-tab-slider .tab-column.active .bottom-tab-border {
  background: var(--bs-teal-anchor);
  display: block;
}

.ptcl-tab-slider .tab-column:not(.active) .bottom-tab-border {
  background: transparent;
}

.ptcl-tab-slider .tab-column:not(.active) p {
  color: var(--dark-gray-color);
}

.tcl-slider-group-section {
  padding: 32px 0px;
}

.tcl-slider-group-section .heading {
  text-align: center;
}

.tcl-slider-group-section .heading h2 {
  margin-bottom: 20px;
}

.tcl-slider-group-section .subheading {
  text-align: center;
}

.tcl-slider-group-section .slider-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 20px;
}

.tcl-slider-group-section .slider-title .title-item {
  text-align: center;
}

.tcl-slider-group-section .slider-title .title-item a {
  cursor: pointer;
  font-family: var(--font-montserrat_sans);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--cyf-text-dark);
  text-decoration: none;
}

.tcl-slider-group-section .slider-title .title-item a span {
  font-size: 20px;
}

.tcl-slider-group-section .slider-title .title-item.active a,
.tcl-slider-group-section .slider-title .title-item:hover a {
  font-weight: 900;
  text-decoration: none;
}

.tcl-slider-group-section .slider-title.blue .title-item a:hover,
.tcl-slider-group-section .slider-title.blue .title-item.active a,
.tcl-slider-group-section .slider-title.teal .title-item a:hover,
.tcl-slider-group-section .slider-title.teal .title-item.active a {
  color: var(--bs-teal-anchor);
}

.tcl-slider-group-section #slider-title-item-marker {
  margin: 24px 0 0;
  padding: 0;
  border-bottom: 1px solid #909090;
  position: relative;
  width: 100%;
  height: 5px;
}

.tcl-slider-group-section #slider-title-item-marker::after {
  display: block;
  content: "";
  width: calc(33.33% - 30px);
  height: 5px;
  margin: 0px 0px 0px 15px;
  transform: translateZ(0px);
  transition: transform 0.5s;
}

.tcl-slider-group-section #slider-title-item-marker.item-1::after {
  transform: translateZ(0px);
}

.tcl-slider-group-section .slider-content {
  list-style-type: none;
  padding: 0px;
  margin: 32px 0px;
}

.tcl-slider-group-section .slider-content > li {
  position: relative;
  display: none;
}

.tcl-slider-group-section .slider-content > li.active {
  display: block;
}

.tcl-slider-group-section .slider-content h3 {
  font-family: var(--font-montserrat_sans);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin: 0px 0px 32px;
  color: var(--bs-teal-anchor);
  max-width: 900px;
}

.tcl-slider-group-section .slider-content .content-item {
  width: 100%;
}

.tcl-slider-group-section .slider-content .content-item .slider-control {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 200px;
  width: 46px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% center;
}

.tcl-slider-group-section
  .slider-content
  .content-item
  .slider-control.next-control {
  right: 15px;
  background-image: url("/images/t-cell/slider-group-icon-arrow-right.svg");
}

.tcl-slider-group-section
  .slider-content
  .content-item
  .slider-control.prev-control {
  left: 15px;
  background-image: url("/images/t-cell/slider-group-icon-arrow-left.svg");
}

.tcl-slider-group-section .slider-content .slider-icon-copy-pair {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 32px;
}

.tcl-slider-group-section .slider-content .slider-icon-copy-pair > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 32px;
}

.tcl-slider-group-section .slider-content .slider-icon-copy-pair > li img {
  display: block;
  width: 82px;
  height: auto;
  margin: 0px auto 24px;
}

.tcl-slider-group-section .slider-content .slider-icon-copy-pair > li p {
  text-align: center;
  margin: 0px;
}

.tcl-slider-group-section .slider-content .slider-icon-copy-pair + p {
  text-align: center;
  margin-top: 32px;
}

section .split-evenly-pair {
  display: flex;
  flex-direction: column;
}

.tcl-seagen-secure-brief {
  padding: 32px 0px 52px;
}

.tcl-seagen-secure-brief .heading,
.tcl-seagen-secure-brief .subheading {
  text-align: center;
  padding-bottom: 20px;
}

.tcl-seagen-secure-brief .subheading {
  font-weight: 400;
}

.tcl-seagen-secure-brief .copy p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: var(--font-montserrat_sans);
  font-weight: 500;
}

.tcl-seagen-secure-brief .copy .callout {
  max-width: 600px;
  color: var(--app-maroon-accent);
  font-weight: 500;
}

.tcl-seagen-secure-brief .copy .teal-bullets {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.tcl-seagen-secure-brief .copy .footnote {
  position: relative;
  font-size: 14px;
  max-width: 800px;
  margin: 0px auto;
}

.tcl-seagen-secure-brief .copy .footnote.hang-note {
  padding-left: 8px;
}

.tcl-seagen-secure-brief .copy .footnote.hang-note--ast {
  padding-left: 5px;
}

.tcl-seagen-secure-brief .copy .footnote.hang-note span {
  position: absolute;
  top: 0px;
  left: 0px;
}

.resources-triple-icon-and-copy-group .heading {
  color: var(--cyf-text-dark);
}

.tcl-helpful-links-group {
  padding: 32px 0px;
}

.tcl-helpful-links-group .heading,
.tcl-helpful-links-group .subheading {
  text-align: center;
}

.tcl-helpful-links-group .heading {
  margin-bottom: 32px;
}

.tcl-helpful-links-group .disclaimer {
  margin: 10px 0px 0px;
}

.tcl-helpful-links-group .disclaimer p.small-text {
  position: relative;
  font-size: 12px;
  padding-left: 8px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.tcl-helpful-links-group .disclaimer p.small-text span {
  position: absolute;
  left: 0px;
  top: -4px;
}

.tcl-helpful-links-group .card-grouping {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  width: 100%;
}

.tcl-helpful-links-group .card-grouping .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 20px 12px 0px;
  padding: 40px 20px;
  border-radius: 10px;
  background-color: var(--app-light-gray);
  border: none;
}

.tcl-helpful-links-group .card-grouping .card .card-image {
  margin-bottom: 20px;
}

.tcl-helpful-links-group .card-grouping .card .card-image img {
  height: 55px;
}

.tcl-helpful-links-group .card-grouping .card .card-link {
  margin: 16px 0px 10px;
}

.tcl-helpful-links-group .card-grouping .card .card-link > a {
  text-decoration: none;
  color: var(--bs-teal-anchor);
  font-weight: 400;
}

.care-apps-group {
  background-color: var(--bs-body-bg);
}

.tcl-cta-banner2 {
  background-color: var(--app-light-gray);
  padding-top: 32px;
  padding-bottom: 32px;
}

.tcl-cta-banner2 .relative-shell {
  position: relative;
}

.tcl-cta-banner2 .image {
  display: block;
  margin: 0px;
  width: 100%;
  height: auto;
}

.tcl-cta-banner2 h2 {
  margin: 0px 0px 16px;
}

.tcl-cta-banner2 p {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--font-montserrat_sans);
}

.tcl-cta-banner2 .copy {
  padding: 0px;
}

.tcl-cta-banner2 .image-div {
  padding-right: 0px;
  padding-left: 0px;
}

.tcl-cta-banner2 .cta-btn-blue {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 35px;
}

.glossary-container {
  padding: 56px 15px;
}

.glossary-container .glossary-content-container {
  display: flex;
  align-items: center;
  padding-bottom: 24px;
}

.glossary-container p {
  margin-bottom: 8px;
}

.glossary-container p:last-of-type {
  margin-bottom: 0px;
}

.PTCLTab1StudyResults .result-callout-container.untreated .white-container h4 {
  font-size: 16px;
}

.PTCLTab2StudyResults .result-title {
  padding-bottom: 20px;
  font-family: var(--font-montserrat_sans);
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 767.98px) {
  .PTCLTab1StudyResults .result-title,
  .PTCLTab2StudyResults .result-title,
  .PTCLTab3StudyResults .result-title {
    padding-bottom: 18px;
  }

  .PTCLTab1StudyResults ul {
    padding: 0px 0px 24px 15px;
    margin: 0px;
    list-style: none;
  }
  .PTCLTab1StudyResults ul li {
    font-family: var(--font-roboto_sans);
    padding-bottom: 8px;
  }

  .PTCLTab1StudyResults ul li::before {
    content: "•";
    color: var(--cyf-teal-dark);
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }

  .PTCLTab1StudyResults .result-callout-container {
    background: var(--cyf-light-gray);
    border-radius: 10px;
    padding: 48px 15px;
  }

  /* Untreated container */
  .PTCLTab1StudyResults .result-callout-container.untreated {
    padding: 0px 15px 20px;
  }

  .PTCLTab1StudyResults .result-callout-container.untreated .white-container {
    padding: 24px 16px;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container:first-of-type {
    margin-top: 24px;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container
    .results-percent-img-box {
    margin: 5px auto 0px;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container
    .results-percent-img-box
    .results-percent-img.mobile {
    display: block;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container
    .results-percent-img-box
    .results-percent-img.desktop {
    display: none;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container
    li {
    padding-bottom: 4px;
  }

  #tabAnchor .Effects-Col {
    padding: 48px 16px 24px;
    margin-bottom: 24px;
    height: auto;
  }

  #tabAnchor .Effects-Col.long-bottom {
    flex-direction: column;
    margin-top: 0px;
    padding: 45px 16px 0px;
  }

  #tabAnchor .Effects-Col.long-bottom .Effects-Icon {
    margin-bottom: 24px;
  }

  #tabAnchor .Effects-Col .Effects-Icon {
    margin-bottom: 42px;
  }

  #tabAnchor .Effects-Col .Effects-Title {
    padding-bottom: 24px;
  }

  #tabAnchor .Effects-Col .body-paragraph {
    margin-bottom: 24px;
  }

  #tabAnchor .Effects-Col ul {
    padding-bottom: 24px;
  }

  #tabAnchor .Effects-Col.long-bottom .Effects-Title,
  #tabAnchor .Effects-Col.long-bottom .body-paragraph {
    margin-left: 0px;
  }

  #tabAnchor .Effects-Col .ml-18,
  #tabAnchor .Effects-Col .ml-40 {
    margin-left: 0px;
    padding-left: 1.25rem;
  }
}

.PTCLTab1StudyResults
  .result-callout-container.untreated
  .white-container
  h4.underline {
  border-bottom: 1px solid var(--bs-teal-anchor);
}

.row .tab-column p:hover {
  color: var(--bs-teal-anchor);
}

.PTCLTab2StudyResults .result-title {
  padding-bottom: 20px;
  font-family: var(--font-montserrat_sans);
  font-weight: 600;
  font-size: 18px;
}

.PTCLTab2StudyResults ul {
  padding: 0 28px 40px 8px;
  margin: 0 0 0 10px;
  list-style: none;
}

.PTCLTab2StudyResults ul li:before {
  content: "•";
  color: var(--cyf-teal-dark);
  font-weight: 700;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}

.PTCLTab2StudyResults ul li {
  font-family: var(--font-roboto_sans);
  padding-bottom: 4px;
}

.PTCLTab2StudyResults .result-callout-container.less-top-bottom {
  padding: 30px 0 10px;
}

.PTCLTab2StudyResults .result-callout-container {
  background: var(--app-light-gray);
  border-radius: 10px;
  padding: 64px 0;
}

.PTCLTab2StudyResults .result-callout-container h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

.PTCLTab2StudyResults .result-callout-container h4.underline {
  border-bottom: 1px solid var(--bs-teal-anchor);
}

.PTCLTab2StudyResults .result-callout-container ul {
  padding-left: 15px;
  padding-top: 12px;
  margin-left: 0;
}

#tabAnchor .Effects-Col a {
  text-decoration: none;
}

#tabAnchor .Effects-Col .ml-32 {
  margin-left: 32px;
}

.PTCLTab3StudyResults .result-title {
  padding-bottom: 10px;
  font-family: var(--font-montserrat_sans);
  font-weight: 600;
  font-size: 18px;
}

.PTCLTab3StudyResults .result-callout-container {
  background: var(--app-light-gray);
  border-radius: 10px;
  padding: 30px 20px;
}

.PTCLTab3StudyResults .result-callout-container h4.underline {
  border-bottom: 1px solid var(--bs-teal-anchor);
}

.PTCLTab3StudyResults .result-callout-container h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

.PTCLTab3StudyResults .result-callout-container .result-callout-graph {
  margin-bottom: 48px;
  width: 100%;
}

.PTCLTab3StudyResults .result-callout-container ul {
  padding-left: 20px;
}

.PTCLTab3StudyResults .blue-bullets {
  padding: 0 28px 0 16px;
  margin: 0;
  list-style: none;
}

.PTCLTab3StudyResults .lower-icon-container-after {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}

.PTCLTab3StudyResults .lower-icon-container-after .lower-title-icon {
  padding-right: 16px;
}

.PTCLTab3StudyResults .lower-icon-content-after {
  margin: 6px 0 0 14px;
}

.t-cell-lymphomas .app-copy ul {
  margin: 0;
  padding: 0 28px 0 16px;
  list-style: none;
}

.t-cell-lymphomas .care-apps-group {
  background-color: var(--pale-ice-blue);
  padding: 32px 0;
}

.tcl-cta-banner2 .model-note:after {
  right: 32px;
}

.PTCLTab3StudyResults .lower-icon-content-after .blue-bullets {
  padding-top: 10px;
}

.content-3 .result-callout-container ul {
  padding-left: 20px;
}

.result-study-img.mobile {
  display: none;
}

.result-study-img.desktop {
  margin: 0 0 64px;
  width: 100%;
}

.result-callout-container.less-top-bottom {
  background: var(--app-light-gray);
  border-radius: 10px;
  padding: 30px 0 10px;
}

.result-callout-container h4.underline {
  border-bottom: 1px solid var(--bs-teal-anchor);
}

.result-callout-container h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
  padding-bottom: 8px;
  letter-spacing: 1px;
}

.content-2 .result-callout-container ul {
  padding-left: 15px;
  padding-top: 12px;
  margin-left: 0;
}

.content-2 ul {
  padding: 0 28px 40px 8px;
  margin: 0 0 0 10px;
  list-style: none;
}

.content-2 ul:not(.no-bullets) li::before {
  content: "•";
  color: var(--cyf-teal-dark);
  font-weight: 700;
  display: inline-block;
  width: 16px;
  margin-left: -16px;
}

.content-2 ul.no-bullets {
  margin-bottom: 16px;
  padding: 0;
  margin-left: 18px;
  padding-left: 32px;
}

.content-2 .no-bullets li {
  font-family: var(--font-roboto_sans);
}

#tabAnchor .Effects-Col a:hover {
  text-decoration: none;
  font-weight: 700;
}

#tabAnchor .content-2 .Effects-Col.long-bottom .Effects-Title,
#tabAnchor .content-2 .Effects-Col.long-bottom .body-paragraph,
#tabAnchor .content-3 .Effects-Col.long-bottom .Effects-Title,
#tabAnchor .content-3 .Effects-Col.long-bottom .body-paragraph {
  padding-bottom: 10px;
}

.t-cell-lymphomas .pad-mb-after {
  padding-right: 16px;
}

.t-cell-lymphomas .pad-mb {
  padding-right: 15px;
}

.t-cell-lymphomas .care-app-item .pad-right-mb {
  padding-right: 30px;
}

.t-cell-lymphomas .pad-desk {
  padding-right: 17px;
}

#tabAnchor .content-2 .Effects-Col.long-bottom .Effects-Title,
#tabAnchor .content-2 .Effects-Col.long-bottom .body-paragraph,
#tabAnchor .content-3 .Effects-Col.long-bottom .Effects-Title,
#tabAnchor .content-3 .Effects-Col.long-bottom .body-paragraph {
  margin-left: 32px;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }

  .t-cell-lymphomas .pad-mb-after {
    padding-right: 18px;
  }

  .t-cell-lymphomas .no-pad-bottom li:last-child {
    padding-bottom: 8px;
  }

  .t-cell-lymphomas .care-apps-group {
    padding: 60px 30px;
  }

  .content-2 ul:not(.no-bullets) li {
    font-family: var(--font-roboto_sans);
    padding-bottom: 4px;
  }

  .t-cell-lymphomas .science-steps-group .science-step .science-step-image,
  .t-cell-lymphomas .science-steps-group .science-step .science-step-copy {
    width: 270px;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container
    h4 {
    font-size: 18px;
  }

  .tcl-cta-banner-home .grouping .image-div {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .tcl-cta-banner1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tcl-cta-banner1 .image-div {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .ptcl-tab-slider
    .deep-component-container
    .sticky-tab-slider
    .slider-btn-container {
    margin-bottom: 56px;
  }

  .tcl-cta-banner-home {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .tcl-cta-banner-home p {
    margin-bottom: 32px;
  }

  section .split-evenly-pair {
    flex-direction: row;
    justify-content: space-between;
  }

  section .split-evenly-pair .half {
    width: calc(50% - 15px);
  }

  .tcl-seagen-secure-brief {
    padding: 60px 0px;
  }

  .tcl-helpful-links-group .card-grouping {
    max-width: 540px;
  }

  .tcl-helpful-links-group .card-grouping .card {
    margin: 20px 15px 0px;
    padding: 40px;
  }

  .tcl-helpful-links-group {
    padding: 60px 0px;
  }

  .tcl-helpful-links-group .card-grouping {
    max-width: 720px;
    margin-top: 10px;
  }

  .tcl-cta-banner2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tcl-cta-banner2 p {
    margin-bottom: 32px;
  }

  .tcl-cta-banner2 .cta-btn-blue {
    max-width: 346px;
    margin-bottom: 0;
  }

  .tcl-cta-banner2 .image-div {
    padding-right: 12px;
    padding-left: 12px;
  }

  .t-cell-lymphomas section.tcl-hero-section .mobile-bg {
    background-size: 100%;
    padding-bottom: 46vw;
  }

  .tcl-hero-section .mobile-bg .col > div {
    padding-bottom: 55px;
  }

  .result-callout-graph.mobile {
    display: none;
  }

  .result-callout-graph.desktop {
    display: block;
  }

  .PTCLTab2StudyResults .result-callout-container .result-study-img {
    display: none;
  }

  .PTCLTab2StudyResults .result-callout-container .result-study-img.desktop {
    display: block;
  }

  section .ptcl-tab-slider {
    padding-top: 54px;
    padding-bottom: 0;
  }

  .ptcl-tab-slider
    .deep-component-container
    .sticky-tab-slider
    .slider-btn-container {
    margin-bottom: 56px;
  }

  .tcl-slider-group-section {
    padding: 60px 0px;
  }

  .tcl-slider-group-section .slider-title {
    padding-top: 30px;
  }

  .tcl-slider-group-section .slider-content .slider-icon-copy-pair > li {
    flex-direction: row;
    justify-content: flex-start;
  }

  .tcl-slider-group-section .slider-content .slider-icon-copy-pair > li img {
    margin: 0px 20px 0px 0px;
  }

  .tcl-slider-group-section .slider-content .slider-icon-copy-pair > li p {
    text-align: left;
  }

  .tcl-slider-group-section .slider-content .slider-icon-copy-pair + p {
    margin-top: 48px;
    text-align: left;
    margin-left: 102px;
  }

  #tabAnchor {
    scroll-margin-top: 60px;
  }

  .peds-treatment {
    padding: 60px 0px;
  }

  .jumplinkholder .jumplinkanchor.tcl {
    scroll-margin-top: 80px;
  }

  .jumplinkholder.tcl-slider-group-section .jumplinkanchor.tcl {
    scroll-margin-top: 160px;
  }
}

@media (min-width: 992px) {
  .ptcl-tab-slider h2.subhead {
    margin: 36px 0px;
  }
  .t-cell-lymphomas .care-apps-group {
    padding: 80px 0;
  }

  .t-cell-lymphomas .care-app-item .pad-right-mb {
    padding-right: 28px;
  }

  .tcl-cta-banner1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tcl-cta-banner1 h2 {
    margin-bottom: 20px;
  }

  .tcl-cta-banner1 .copy {
    padding-top: 0;
  }

  .tcl-cta-banner-home h2 {
    margin-bottom: 20px;
  }

  .tcl-cta-banner-home .teal-boxed-message {
    margin: 32px auto;
    max-width: unset;
  }

  #tabAnchor .Effects-Col.long-bottom {
    margin-bottom: 60px;
  }

  .ptcl-tab-slider
    .deep-component-container
    .sticky-tab-slider
    .deep-component-title {
    padding: 75px 0px 32px;
  }

  .ptcl-tab-slider .tab-column .bottom-tab-border {
    width: 100%;
    left: 0px;
  }

  .ptcl-tab-slider .tab-column p {
    margin: 28px 0px 32px;
  }

  .ptcl-tab-slider .tab-column p span {
    font-size: 24px;
  }

  .tcl-seagen-secure-brief {
    padding: 80px 0px;
  }

  .tcl-seagen-secure-brief .heading,
  .tcl-seagen-secure-brief .subheading {
    padding-bottom: 32px;
  }

  .tcl-seagen-secure-brief .copy .callout {
    margin: 20px auto;
    text-align: center;
  }

  .tcl-helpful-links-group {
    padding: 50px 0px;
  }

  .tcl-helpful-links-group .disclaimer {
    margin-top: 32px;
  }

  .tcl-helpful-links-group .card-grouping {
    max-width: 960px;
    flex-flow: wrap;
  }

  .tcl-helpful-links-group .card-grouping .card {
    margin: 30px 15px 0px;
    padding: 40px 30px;
    width: calc(33.3% - 30px);
  }

  .tcl-helpful-links-group .card-grouping .card.halfy {
    width: calc(50% - 30px);
    padding-right: 56px;
  }

  .tcl-helpful-links-group .card-grouping .card.halfy .card-content p {
    margin-bottom: 133px;
  }

  .tcl-cta-banner2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tcl-cta-banner2 h2 {
    margin-bottom: 20px;
  }

  .tcl-cta-banner2 .copy {
    padding-top: 0px;
  }

  .tcl-hero-section {
    background-position: 50% center;
    background-size: cover;
  }

  .t-cell-lymphomas .tcl-hero-section div.mobile-bg {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    background-size: 0px 0px;
    min-height: 496px;
  }

  .tcl-hero-section .cta-btn-blue {
    margin: unset;
  }

  .tcl-slider-group-section #slider-title-item-marker::after {
    width: 33.33%;
    margin-left: 0;
  }

  .tcl-slider-group-section #slider-title-item-marker.item-2:after,
  .tcl-slider-group-section #slider-title-item-marker.item-3:after {
    margin-left: 0;
  }

  .tcl-slider-group-section .slider-title .title-item a span {
    font-size: 24px;
  }

  .ptcl-tab-slider {
    padding: 80px 0px 112px;
  }

  .ptcl-tab-slider h2.subhead {
    margin: 36px 0px;
  }

  .ptcl-tab-slider .tab-column .bottom-tab-border {
    width: 100%;
    left: 0px;
  }

  .ptcl-tab-slider .tab-column p {
    margin: 28px 0px 32px;
  }

  .ptcl-tab-slider .tab-column p span {
    font-size: 24px;
  }

  .ptcl-tab-slider
    .deep-component-container
    .sticky-tab-slider
    .deep-component-title {
    padding: 75px 0px 32px;
  }

  /* Slider content */
  .tcl-slider-group-section {
    padding: 80px 0px 60px;
  }

  .tcl-slider-group-section .heading h2 {
    margin-bottom: 30px;
  }

  .tcl-slider-group-section .slider-content {
    margin: 60px 0px 40px;
  }

  .tcl-slider-group-section .slider-content .content-item {
    width: 65%;
    margin: 0px auto;
  }

  .tcl-slider-group-section .slider-content .content-item .slider-control {
    display: block;
  }

  .tcl-slider-group-section .slider-content .slider-icon-copy-pair + p {
    margin-top: 60px;
  }

  .PTCLTab1StudyResults .mt30 {
    margin-top: 0px;
  }

  .PTCLTab1StudyResults .mt30 .mobile {
    display: none;
  }

  .PTCLTab1StudyResults .mt30 .desktop {
    display: block;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container
    .results-percent-img-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .PTCLTab1StudyResults
    .result-callout-container.untreated
    .white-container
    .results-percent-img {
    max-width: 100%;
  }

  /* Effects and treatments */
  #tabAnchor {
    scroll-margin-top: 80px;
  }

  #tabAnchor .Effects-Col.long-bottom {
    margin-bottom: 60px;
  }

  .peds-treatment {
    padding: 80px 0px;
  }

  .peds-treatment h2 {
    margin-bottom: 80px;
  }

  .peds-treatment .child-img {
    margin-bottom: 0px;
  }

  .peds-treatment .text-col {
    padding-right: 3rem;
  }

  .peds-treatment .step-wrapper:last-of-type {
    margin-bottom: 50px;
  }

  .peds-card-container .card.doctor-card {
    display: flex;
    flex-direction: row;
  }

  .peds-card-container .card .icon {
    padding-right: 20px;
  }
}
