#cts-content {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  background-color: #F9F8F7;
  font-family: "Johnson Text Regular";
  position: relative;
}
#cts-content .container {
  max-width: 100%;
}
#cts-content h1,
#cts-content h2,
#cts-content h3,
#cts-content h4,
#cts-content h5,
#cts-content h6 {
  font-family: "Johnson Display Regular";
}
#cts-content h4 {
  font-size: 24px;
}
#cts-content .font-weight-bold {
  font-weight: 700;
}
#cts-content .font-weight-semibold {
  font-weight: 500 !important;
}
#cts-content .font-weight-medium {
  font-weight: 600 !important;
}
#cts-content strong a {
  font-weight: 700;
}
#cts-content ul {
  padding-left: 18px;
  margin: 0;
  list-style-type: disc !important;
}
#cts-content ul li {
  margin-bottom: 10px;
}
#cts-content ul li ul {
  list-style-type: circle !important;
}
#cts-content ul li ul li ul {
  list-style-type: square;
}
#cts-content a {
  color: #EB1700;
}
#cts-content .list-style-none {
  list-style-type: none !important;
}
#cts-content .footnote {
  font-size: 14px !important;
  line-height: 16px !important;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #cts-content .footnote {
    margin-top: 0;
  }
}
#cts-content .mb-30 {
  margin-bottom: 30px;
}
#cts-content .mb-10 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #cts-content .w-md-50 {
    width: 50% !important;
  }
}
#cts-content .navigation-section {
  width: 100%;
}
#cts-content .navigation-section .top-navigation {
  margin-bottom: 30px;
}
#cts-content .navigation-section .top-navigation .home_link {
  width: 57px;
  height: 56px;
  padding: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/home-icon.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 27px;
  border-bottom: 5px solid #EB1700;
  background-color: #F9F8F7;
}
#cts-content .navigation-section .top-navigation .home_link.active {
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/home-icon-white.png");
  background-color: #EB1700;
}
#cts-content .navigation-section .top-navigation .home_link:hover {
  background-color: #EB1700;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/home-icon-white.png");
}
@media only screen and (min-width: 768px) {
  #cts-content .navigation-section .top-navigation .home_link {
    width: 57px;
    height: 60px;
    margin-bottom: 0;
    background-size: 20px;
    border-bottom: 5px solid #EB1700;
  }
}
@media only screen and (min-width: 992px) {
  #cts-content .navigation-section .top-navigation .home_link {
    width: 57px;
    height: 60px;
    margin-bottom: 0;
  }
}
#cts-content .navigation-section .top-navigation .home_link.hide {
  display: none !important;
}
#cts-content .navigation-section .top-navigation .navbar {
  padding: 0;
}
#cts-content .navigation-section .top-navigation .navbar .selected_page {
  width: 100%;
}
#cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-brand {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  background-color: #f0f0f0;
  width: calc(100% - 70px);
  padding: 14px 0px 8px 0px;
  border-bottom: 5px solid #e8e8e8;
  color: #000000;
}
#cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-toggler {
  width: 70px;
  color: #333333;
  font-weight: 500;
  padding: 14px 10px 10px 0px;
  border-radius: 0;
  border: 0;
  border-bottom: 5px solid #EB1700;
  outline: none;
  box-shadow: none;
}
#cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-toggler:focus, #cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-toggler:active {
  outline: none;
  box-shadow: none;
  border: 0;
  border-bottom: 5px solid #EB1700;
}
#cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-toggler::after {
  content: "";
  position: absolute;
  top: 21px;
  background-color: #333333;
  width: 2px;
  height: 8px;
  right: 6px;
  transform: rotate(135deg);
}
#cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-toggler::before {
  content: "";
  position: absolute;
  top: 21px;
  background-color: #333333;
  width: 2px;
  height: 8px;
  right: 10px;
  transform: rotate(45deg);
}
#cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-toggler.collapsed::after {
  right: 5px;
  transform: rotate(45deg);
}
#cts-content .navigation-section .top-navigation .navbar .selected_page .navbar-toggler.collapsed::before {
  right: 9px;
  transform: rotate(-45deg);
}
#cts-content .navigation-section .top-navigation .navbar .navbar-collapse {
  box-shadow: rgb(191, 184, 191) 0px 10px 20px 0px;
  background-color: #F9F8F7;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #cts-content .navigation-section .top-navigation .navbar .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 100%;
    width: 100%;
  }
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav {
  width: 100%;
  box-shadow: 0px 8px 15px 3px #c2bebe;
}
@media only screen and (min-width: 768px) {
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav {
    box-shadow: none;
  }
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown {
  width: 100%;
  background-color: #F9F8F7;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown .dropdown-item {
  font-weight: 600;
  padding: 13px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  color: #333333;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown .dropdown-item:hover {
  color: #ffffff !important;
  text-decoration-line: none;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(1) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(1) .dropdown-item.active {
  color: #ffffff;
  background-color: #004685;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(2) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(2) .dropdown-item.active {
  color: #ffffff;
  background-color: #0070C6;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(3) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(3) .dropdown-item.active {
  color: #ffffff;
  background-color: #3B5A0D;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(4) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(4) .dropdown-item.active {
  color: #ffffff;
  background-color: #328714;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(5) .dropdown-item {
  color: #333333;
  word-break: break-word;
  white-space: normal;
  padding-left: 40px;
  padding-right: 7px;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/download-arrow.svg");
  background-position: left 15px center;
  background-repeat: no-repeat;
  background-size: 21px 19px;
  text-align: left;
}
#cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(5) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(5) .dropdown-item.active {
  color: #ffffff;
  background-color: #6E6259;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/download-arrow-white.svg");
}
@media only screen and (min-width: 768px) {
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown {
    width: 19%;
    box-shadow: none;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown .dropdown-item {
    text-align: center;
    font-size: 12px;
    padding: 9px 15px;
    border-bottom: 0;
    line-height: 18px;
    height: 100%;
    white-space: normal;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(1) {
    border-bottom: 5px solid #004685;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(1) .dropdown-item {
    color: #004685;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(1) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(1) .dropdown-item.active {
    color: #ffffff;
    background-color: #004685;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(2) {
    border-bottom: 5px solid #0070C6;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(2) .dropdown-item {
    color: #0070C6;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(2) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(2) .dropdown-item.active {
    color: #ffffff;
    background-color: #0070C6;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(3) {
    border-bottom: 5px solid #3B5A0D;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(3) .dropdown-item {
    color: #3B5A0D;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(3) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(3) .dropdown-item.active {
    color: #ffffff;
    background-color: #3B5A0D;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(4) {
    border-bottom: 5px solid #328714;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(4) .dropdown-item {
    color: #328714;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(4) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(4) .dropdown-item.active {
    color: #ffffff;
    background-color: #328714;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(5) {
    border-bottom: 5px solid #6E6259;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(5) .dropdown-item {
    color: #6E6259;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(5) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(5) .dropdown-item.active {
    color: #ffffff;
    background-color: #6E6259;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(6) {
    border-bottom: 5px solid #6E6259;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(6) .dropdown-item {
    color: #6E6259;
    word-break: break-word;
    white-space: normal;
    padding-left: 30px;
    padding-right: 7px;
    background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/download-arrow.svg");
    background-position: left 4px center;
    background-repeat: no-repeat;
    background-size: 21px 19px;
    text-align: left;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(6) .dropdown-item:hover, #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(6) .dropdown-item.active {
    color: #ffffff;
    background-color: #6E6259;
    background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/download-arrow-white.svg");
  }
}
@media only screen and (min-width: 992px) {
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown .dropdown-item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown .dropdown-item {
    white-space: nowrap;
  }
  #cts-content .navigation-section .top-navigation .navbar .navbar-nav .dropdown:nth-of-type(6) .dropdown-item {
    padding-left: 30px;
    white-space: nowrap;
    word-break: break-word;
    background-position: left 3px center;
  }
}
#cts-content .tab-content .pageContent .top_content_wrapper {
  margin-bottom: 30px;
  padding: 0px;
}
#cts-content .tab-content .pageContent .top_content_wrapper .top_title {
  color: #333;
  font-size: 28px;
  line-height: 32px;
  font-family: "Johnson Display Regular";
  margin-bottom: 10px;
}
#cts-content .tab-content .pageContent .top_content_wrapper p {
  font-family: "Johnson Text Regular";
  font-weight: 400;
  margin-bottom: 30px;
}
#cts-content #animated-image {
  max-width: 360px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #cts-content #animated-image {
    margin: 0;
  }
}
#cts-content .reload-icon {
  position: absolute;
  bottom: 5px;
  left: 5px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
#cts-content .reload-icon2 {
  position: absolute;
  bottom: 35px;
  left: 25px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
#cts-content .landing_page {
  padding-bottom: 30px;
  min-height: 600px;
}
#cts-content .landing_page .landing-title {
  font-size: 40px;
  color: #000000;
}
#cts-content .landing_page .index_description {
  width: 100%;
  margin-bottom: 30px;
}
#cts-content .landing_page .index_description:nth-of-type(5) {
  display: none;
}
#cts-content .landing_page .index_description .tab_border {
  border-bottom: 1px solid hsla(0, 0%, 51%, 0.2);
  padding-bottom: 15px;
}
#cts-content .landing_page .index_description .tab_img {
  height: 25px;
}
#cts-content .landing_page .index_description .tab_description {
  color: #333;
  opacity: 1;
  font-family: "Johnson Text Regular";
  font-weight: 400;
  margin-top: 15px;
}
#cts-content .landing_page .darkblue_highlight_border {
  border-left: 4px solid #019edc;
  padding-left: 5px;
}
#cts-content .landing_page .landing_page_header {
  color: #333;
  opacity: 1;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  #cts-content .landing_page .index_description {
    width: 45%;
    margin-bottom: 30px;
  }
  #cts-content .landing_page .index_description:nth-child(even) {
    margin-left: 50px;
  }
}
#cts-content .landing_page .landing-image {
  max-width: 131px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #cts-content .landing_page .landing-image {
    max-width: 162px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  #cts-content .landing_page .landing-image {
    max-width: 208px;
    margin-top: 20px;
  }
}
#cts-content .common-html-section {
  margin-bottom: 30px;
}
#cts-content .common-html-section .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 20px;
  background-color: #F9F8F7;
}
#cts-content .common-html-section .card-body {
  padding: 0;
  position: relative;
  padding-top: 25px;
}
@media (min-width: 768px) {
  #cts-content .common-html-section .card-body {
    padding: 0;
    padding-top: 35px;
    overflow: hidden;
  }
}
#cts-content .common-html-section .tab-list-wrapper {
  position: relative;
}
#cts-content .common-html-section .tab-list-wrapper #mobile-dropdown {
  display: block;
  width: 100%;
  background-color: #F1EFED;
  padding: 20px 35px 20px 20px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #333333;
  border-bottom: 4px solid #004685;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/arrow-down.png");
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 15px;
}
#cts-content .common-html-section .tab-list-wrapper #mobile-dropdown.active {
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/arrow-up.png");
}
@media (min-width: 768px) {
  #cts-content .common-html-section .tab-list-wrapper #mobile-dropdown {
    display: none;
  }
}
#cts-content .common-html-section .tab-list-wrapper .nav-tabs {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  background-color: #F1EFED;
  padding: 0;
  align-content: stretch;
  list-style-type: none !important;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  z-index: 1;
}
#cts-content .common-html-section .tab-list-wrapper .nav-tabs.active {
  display: flex;
}
@media (min-width: 768px) {
  #cts-content .common-html-section .tab-list-wrapper .nav-tabs {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
  }
}
#cts-content .common-html-section .tab-list-wrapper .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 0;
}
#cts-content .common-html-section .tab-list-wrapper .nav-tabs .nav-item .nav-link {
  background-color: #F1EFED;
  cursor: pointer;
  text-align: center;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 700;
  color: #818181;
  padding: 18px 10px;
  outline: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-color: transparent;
  border-bottom: 4px solid #dddddd;
}
#cts-content .common-html-section .tab-list-wrapper .nav-tabs .nav-item .nav-link:hover {
  text-decoration-line: none;
}
#cts-content .common-html-section .tab-list-wrapper .nav-tabs .nav-item .nav-link.active {
  cursor: pointer;
  color: #333333;
}
@media (min-width: 1024px) {
  #cts-content .common-html-section .tab-list-wrapper .nav-tabs .nav-item .nav-link {
    padding: 18px 1px;
  }
}
#cts-content .common-html-section .tab-list-wrapper .nav-tabs .nav-item:nth-last-of-type(1) .nav-link {
  border-bottom: 0;
}
@media (min-width: 768px) {
  #cts-content .common-html-section .tab-list-wrapper .nav-tabs .nav-item:nth-last-of-type(1) .nav-link {
    border-bottom: 4px solid #dddddd;
  }
}
#cts-content .subheader {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
#cts-content .instruction-wrap {
  max-width: 420px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #cts-content .instruction-wrap {
    margin-left: auto !important;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #cts-content .instruction-wrap {
    max-width: none;
  }
}
#cts-content .instructions_box {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 10px 10px;
  background-color: rgba(163, 153, 146, 0.1019607843);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  #cts-content .instructions_box {
    padding: 10px 17px;
  }
}
#cts-content .instructions_box .color-red {
  color: #EB1700;
}
#cts-content .instructions_box.green {
  border-left: 10px solid #69C600;
}
#cts-content .instructions_box.red {
  border-left: 10px solid #EB1700;
}
#cts-content .instructions_box.light-red {
  border-left: 10px solid #d36360;
}
#cts-content .instructions_box.gray {
  border-left: 10px solid #6E6259;
}
#cts-content .instructions_box strong {
  font-weight: 600;
}
@media (min-width: 768px) {
  #cts-content .overview-section .tab-list-wrapper .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px solid #004685;
  }
}
#cts-content .overview-section .ip-image {
  margin: 0 auto;
}
@media (min-width: 768px) {
  #cts-content .preparation-section .tab-list-wrapper .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px solid #0070C6;
  }
}
#cts-content .preparation-section .lh {
  line-height: 0;
  margin-bottom: 10px;
}
#cts-content .preparation-section .gathering-supplies {
  max-width: 507px;
  margin: 0 auto;
}
#cts-content .preparation-section .gathering-supplies .border-bottom-1 {
  border-bottom: 2px solid #6E6259;
}
#cts-content .preparation-section .gathering-supplies .instructions_box .number {
  font-size: 28px;
  color: #ffffff;
  background-color: #6E6259;
  width: 29px;
  height: 29px;
  text-align: center;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}
#cts-content .preparation-section .gathering-supplies .instructions_box p {
  width: calc(100% - 37px);
}
@media only screen and (min-width: 768px) {
  #cts-content .preparation-section .gathering-supplies .instructions_box .number {
    margin-right: 16px;
  }
  #cts-content .preparation-section .gathering-supplies .instructions_box p {
    width: calc(100% - 29px);
  }
}
#cts-content .preparation-section .svg-animation p {
  margin-bottom: -25px;
}
#cts-content .preparation-section .svg-animation #Arms-Button-Mobile,
#cts-content .preparation-section .svg-animation #Arms-Button-Desktop,
#cts-content .preparation-section .svg-animation #Thigh-Button-Mobile,
#cts-content .preparation-section .svg-animation #Thigh-Button-Desktop,
#cts-content .preparation-section .svg-animation #Stomach-Button-Desktop,
#cts-content .preparation-section .svg-animation #Stomach-Button-Mobile {
  cursor: pointer;
}
#cts-content .preparation-section .svg-animation #Stomach-Mobile,
#cts-content .preparation-section .svg-animation #Stomach-Desktop,
#cts-content .preparation-section .svg-animation #Arms-Mobile,
#cts-content .preparation-section .svg-animation #Arms-Desktop,
#cts-content .preparation-section .svg-animation #Thigh-Mobile,
#cts-content .preparation-section .svg-animation #Thigh-Desktop {
  display: none;
  cursor: pointer;
}
#cts-content .preparation-section .svg-animation #Stomach-Mobile.show,
#cts-content .preparation-section .svg-animation #Stomach-Desktop.show,
#cts-content .preparation-section .svg-animation #Arms-Mobile.show,
#cts-content .preparation-section .svg-animation #Arms-Desktop.show,
#cts-content .preparation-section .svg-animation #Thigh-Mobile.show,
#cts-content .preparation-section .svg-animation #Thigh-Desktop.show {
  display: block;
}
#cts-content .preparation-section .mobile-liquid-window .nav-tabs {
  margin-left: 0;
  padding-left: 0;
  border: 0;
  width: 100%;
  background-color: #F1EFED;
  margin-bottom: 30px;
}
#cts-content .preparation-section .mobile-liquid-window .nav-tabs .nav-item {
  list-style-type: none;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#cts-content .preparation-section .mobile-liquid-window .nav-tabs .nav-item .nav-link {
  border: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  font-size: 24px;
  line-height: 28px;
  border-bottom: 4px solid #E5E5E5;
  font-weight: 600;
  color: #818181;
}
#cts-content .preparation-section .mobile-liquid-window .nav-tabs .nav-item .nav-link span {
  display: block;
  font-size: 18px;
}
#cts-content .preparation-section .mobile-liquid-window .nav-tabs .nav-item .nav-link.active {
  color: #333333;
  border-color: #0070C6;
  background-color: transparent;
}
#cts-content .preparation-section .liquid-section {
  max-width: 889px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #cts-content .preparation-section .liquid-section {
    height: 600px;
    margin-bottom: 30px;
  }
}
#cts-content .preparation-section .liquid-section .okay-use-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cts-content .preparation-section .liquid-section .okay-use-wrap .ouw-button {
  border: 2px solid #5d6367;
  background-color: #ffffff;
  border-radius: 10px 10px;
  margin-bottom: 10px;
  color: #333333;
  padding: 5px 15px;
  width: 220px;
}
#cts-content .preparation-section .liquid-section .okay-use-wrap .ouw-button.active {
  color: #5CB933;
  border-color: #5CB933;
  font-weight: 600;
}
#cts-content .preparation-section .liquid-section .okay-use-wrap .ouw-button:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #cts-content .preparation-section .liquid-section .okay-use-wrap {
    border-left: 4px solid #5CB933;
    align-items: start;
    height: 456px;
  }
  #cts-content .preparation-section .liquid-section .okay-use-wrap .ouw-button {
    margin-bottom: 40px;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    width: 180px;
  }
}
@media only screen and (min-width: 992px) {
  #cts-content .preparation-section .liquid-section .okay-use-wrap .ouw-button {
    width: 220px;
  }
}
#cts-content .preparation-section .liquid-section .selected_image {
  max-width: 238px;
  margin: 0 auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  #cts-content .preparation-section .liquid-section .selected_image {
    max-width: 238px;
    margin: 0 auto;
  }
}
#cts-content .preparation-section .liquid-section .not-okay-use-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cts-content .preparation-section .liquid-section .not-okay-use-wrap .ouw-button {
  width: 220px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #5d6367;
  color: #333333;
  padding: 5px 10px;
}
#cts-content .preparation-section .liquid-section .not-okay-use-wrap .ouw-button.active {
  color: #b93333;
  border-color: #b93333;
  font-weight: 600;
}
#cts-content .preparation-section .liquid-section .not-okay-use-wrap .ouw-button:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  #cts-content .preparation-section .liquid-section .not-okay-use-wrap {
    border-right: 4px solid #B93333;
    align-items: end;
    height: 456px;
  }
  #cts-content .preparation-section .liquid-section .not-okay-use-wrap .ouw-button {
    width: 180px;
    border-right: 0;
    border-right: 0;
    margin-bottom: 55px;
    border-radius: 10px 0 0 10px;
  }
}
@media only screen and (min-width: 992px) {
  #cts-content .preparation-section .liquid-section .not-okay-use-wrap .ouw-button {
    width: 220px;
  }
}
#cts-content .preparation-section .liquid-section .heading {
  height: 60px;
  font-family: "Johnson Text Regular";
}
#cts-content .preparation-section .liquid-section .heading.green {
  color: #5CB933;
  font-weight: 600;
}
#cts-content .preparation-section .liquid-section .heading.red {
  font-weight: 600;
  color: #B93333;
}
#cts-content .preparation-section .arrow-section {
  margin-top: 110px;
}
#cts-content .preparation-section .arrow-section p {
  position: relative;
  text-align: center;
}
#cts-content .preparation-section .arrow-section p img {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #cts-content .preparation-section .arrow-section {
    margin-top: 0;
  }
  #cts-content .preparation-section .arrow-section p {
    text-align: right;
  }
  #cts-content .preparation-section .arrow-section p img {
    left: 67%;
  }
}
#cts-content .brown {
  color: #B93333;
}
#cts-content .red {
  color: #000000;
}
#cts-content .injection-section .tab-list-wrapper .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #3B5A0D;
}
#cts-content .injection-section .carousel {
  position: relative;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #cts-content .injection-section .carousel {
    padding-top: 80px;
  }
}
#cts-content .injection-section .carousel .stepper-section {
  margin-bottom: 40px;
}
#cts-content .injection-section .carousel .stepper-section > div {
  width: 32%;
  display: flex;
  justify-content: end;
  align-items: center;
}
#cts-content .injection-section .carousel .stepper-section > div:nth-of-type(1) {
  width: 36px;
}
#cts-content .injection-section .carousel .stepper-section > div.active .number {
  background-color: #3B5A0D;
}
#cts-content .injection-section .carousel .stepper-section > div.active .line {
  background-color: #3B5A0D;
}
#cts-content .injection-section .carousel .stepper-section > div .number {
  width: 36px;
  height: 36px;
  background-color: #E5E5E5;
  color: #ffffff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
#cts-content .injection-section .carousel .stepper-section > div .line {
  width: calc(100% - 36px);
  height: 5px;
  background-color: #E5E5E5;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #cts-content .injection-section .carousel .stepper-section {
    display: none;
  }
}
#cts-content .injection-section .carousel .heading-slide {
  font-size: 24px;
}
#cts-content .injection-section .carousel .carousel-indicators {
  top: 0;
  bottom: auto;
  width: 100%;
  margin: 0;
  display: none;
}
#cts-content .injection-section .carousel .carousel-indicators li {
  height: 60px;
  text-indent: 0;
  background-color: #e5e5e5;
  position: relative;
  padding-left: 40px;
  color: #818181;
  background-clip: unset;
  font-weight: 600;
  border: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  transition: none;
  opacity: 1;
  font-size: 18px;
  line-height: 20px;
}
#cts-content .injection-section .carousel .carousel-indicators li.active {
  color: #ffffff;
  background-color: #3B5A0D;
}
#cts-content .injection-section .carousel .carousel-indicators li.active span {
  border-left: 25px solid #3B5A0D;
}
#cts-content .injection-section .carousel .carousel-indicators li:nth-of-type(1) {
  width: 220px;
}
#cts-content .injection-section .carousel .carousel-indicators li:nth-of-type(2) {
  width: 385px;
}
#cts-content .injection-section .carousel .carousel-indicators li:nth-of-type(3) {
  width: 327px;
}
#cts-content .injection-section .carousel .carousel-indicators li:nth-of-type(4) {
  width: 170px;
}
#cts-content .injection-section .carousel .carousel-indicators li .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 31px solid rgba(0, 0, 0, 0);
  border-left: 25px solid #e5e5e5;
  border-bottom: 31px solid rgba(0, 0, 0, 0);
  right: -24px;
  z-index: 1;
}
#cts-content .injection-section .carousel .carousel-indicators li .arrow::after {
  position: absolute;
  top: -16px;
  right: -9px;
  width: 43px;
  height: 2px;
  background-color: #fff;
  content: "";
  z-index: 1;
  transform: rotate3d(1, 1, 1, 67deg);
}
#cts-content .injection-section .carousel .carousel-indicators li .arrow::before {
  position: absolute;
  bottom: -17px;
  right: -8px;
  width: 42px;
  height: 2px;
  background-color: #fff;
  content: "";
  z-index: 1;
  transform: rotate3d(1, 0, 1, -82deg);
}
@media screen and (min-width: 768px) {
  #cts-content .injection-section .carousel .carousel-indicators {
    display: flex;
    padding-right: 25px;
  }
  #cts-content .injection-section .carousel .carousel-indicators li {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  #cts-content .injection-section .carousel .carousel-indicators {
    padding-right: 60px;
  }
}
#cts-content .injection-section .carousel .carousal-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 280px;
  height: 50px;
  transform: translateX(-50%);
}
#cts-content .injection-section .carousel .carousal-controls .carousel-control-prev {
  opacity: 1;
  background-color: #3B5A0D;
  width: 135px;
  height: 50px;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/white-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: left 12px center;
  background-size: 8px;
  border-radius: 5px;
  text-align: right;
  justify-content: end;
  padding-right: 10px;
  font-weight: 500;
  opacity: 0.5;
  font-size: 16px;
}
#cts-content .injection-section .carousel .carousal-controls .carousel-control-next {
  opacity: 1;
  text-align: left;
  background-color: #3B5A0D;
  width: 135px;
  height: 50px;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/white-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 8px;
  border-radius: 5px;
  justify-content: start;
  padding-left: 25px;
  font-weight: 500;
  font-size: 16px;
}
#cts-content .video-section .tab-list-wrapper .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #6E6259;
}
@media (min-width: 768px) {
  #cts-content .video-section .tab-list-wrapper .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px solid #6E6259;
  }
}
#cts-content .video-section .carousel {
  position: relative;
}
@media screen and (min-width: 768px) {
  #cts-content .video-section .carousel {
    padding-top: 80px;
  }
}
#cts-content .video-section .carousel .stepper-section {
  margin-bottom: 40px;
}
#cts-content .video-section .carousel .stepper-section > div {
  width: 32%;
  display: flex;
  justify-content: end;
  align-items: center;
}
#cts-content .video-section .carousel .stepper-section > div:nth-of-type(1) {
  width: 36px;
}
#cts-content .video-section .carousel .stepper-section > div.active .number {
  background-color: #6E6259;
}
#cts-content .video-section .carousel .stepper-section > div.active .line {
  background-color: #6E6259;
}
#cts-content .video-section .carousel .stepper-section > div .number {
  width: 36px;
  height: 36px;
  background-color: #E5E5E5;
  color: #ffffff;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
#cts-content .video-section .carousel .stepper-section > div .line {
  width: calc(100% - 36px);
  height: 5px;
  background-color: #E5E5E5;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #cts-content .video-section .carousel .stepper-section {
    display: none;
  }
}
#cts-content .video-section .carousel .carousel-indicators {
  top: 0;
  bottom: auto;
  width: 100%;
  margin: 0;
  padding-right: 60px;
  display: none;
}
#cts-content .video-section .carousel .carousel-indicators li {
  height: 60px;
  text-indent: 0;
  background-color: #e5e5e5;
  position: relative;
  padding-left: 40px;
  color: #818181;
  background-clip: unset;
  font-weight: 600;
  border: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  transition: none;
  opacity: 1;
  font-size: 18px;
  line-height: 20px;
  width: 18%;
}
#cts-content .video-section .carousel .carousel-indicators li.active {
  color: #ffffff;
  background-color: #6E6259;
}
#cts-content .video-section .carousel .carousel-indicators li.active span {
  border-left: 25px solid #6E6259;
}
#cts-content .video-section .carousel .carousel-indicators li .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 31px solid rgba(0, 0, 0, 0);
  border-left: 25px solid #e5e5e5;
  border-bottom: 31px solid rgba(0, 0, 0, 0);
  right: -24px;
  z-index: 1;
}
#cts-content .video-section .carousel .carousel-indicators li .arrow::after {
  position: absolute;
  top: -16px;
  right: -9px;
  width: 43px;
  height: 2px;
  background-color: #fff;
  content: "";
  z-index: 1;
  transform: rotate3d(1, 1, 1, 67deg);
}
#cts-content .video-section .carousel .carousel-indicators li .arrow::before {
  position: absolute;
  bottom: -17px;
  right: -8px;
  width: 42px;
  height: 2px;
  background-color: #fff;
  content: "";
  z-index: 1;
  transform: rotate3d(1, 0, 1, -82deg);
}
@media screen and (min-width: 768px) {
  #cts-content .video-section .carousel .carousel-indicators {
    display: flex;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  #cts-content .video-section .carousel .carousel-indicators {
    padding-right: 60px;
  }
}
#cts-content .video-section .carousel .carousel-control-prev {
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/slide-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  height: 25px;
  width: 25px;
  opacity: 1;
  top: 60%;
  transform: translateY(-50%) rotate(180deg);
  left: 5%;
  display: none;
}
@media screen and (min-width: 768px) {
  #cts-content .video-section .carousel .carousel-control-prev {
    background-size: 53px;
    height: 55px;
    width: 55px;
    left: 21px;
  }
}
#cts-content .video-section .carousel .carousel-control-next {
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/slide-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  height: 25px;
  width: 25px;
  opacity: 1;
  top: 60%;
  transform: translateY(-50%);
  right: 5%;
}
@media screen and (min-width: 768px) {
  #cts-content .video-section .carousel .carousel-control-next {
    background-size: 53px;
    height: 55px;
    width: 55px;
    right: 26px;
  }
}
#cts-content .after-injection-section .tab-list-wrapper #mobile-dropdown {
  border-bottom-color: #328714;
}
@media (min-width: 768px) {
  #cts-content .after-injection-section .tab-list-wrapper .nav-tabs .nav-item .nav-link.active {
    border-bottom: 4px solid #328714;
  }
}
#cts-content .after-injection-section .carousel {
  position: relative;
  padding-bottom: 80px;
}
#cts-content .after-injection-section .carousel .carousal-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 50px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
#cts-content .after-injection-section .carousel .carousal-controls .carousel-control-prev {
  opacity: 1;
  background-color: #328714;
  width: 185px;
  height: 50px;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/white-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 8px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  padding-right: 20px;
  font-weight: 500;
  padding-left: 30px;
  font-weight: 500;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#cts-content .after-injection-section .carousel .carousal-controls .carousel-control-next {
  opacity: 1;
  text-align: left;
  background-color: #328714;
  width: 300px;
  height: 50px;
  background-image: url("https://edge.sitecorecloud.io/johnson-a2f05cf8/media/janssenscience/medinfohtml/images/tremfya/us-sr-13355/white-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 8px;
  border-radius: 5px;
  justify-content: start;
  padding-left: 15px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#cts-content .footer {
  border-top: 1px solid #6E6259;
  padding-top: 20px;
  margin-top: 30px;
}
#cts-content .footer p {
  font-size: 14px;
}