@font-face {
  font-family: 'Roboto-Black';
  src: url('/etc/designs/code/physician-services/US/lynparza-hcp-branded/fonts/newfont/Roboto-Black.woff');
  src: url('/etc/designs/code/physician-services/US/lynparza-hcp-branded/fonts/newfont/Roboto-Black.otf?#iefix') format('embedded-opentype'), url('/etc/designs/code/physician-services/US/lynparza-hcp-branded/fonts/newfont/Roboto-Black.woff2') format('woff2'), url('/etc/designs/code/physician-services/US/lynparza-hcp-branded/fonts/newfont/Roboto-Black.woff') format('woff'), url('/etc/designs/code/physician-services/US/lynparza-hcp-branded/fonts/newfont/Roboto-Black.ttf') format('truetype');
}

/* common styles starts */
a:focus,
a:hover {
  color: inherit;
}

.mobile-only {
  display: none;
}

.text-nowrap {
  white-space: nowrap;
}

.text-break,
.break-all {
  word-break: break-all;
}

.skew10 {
  transform: skewX(10deg);
}

.skew-10 {
  transform: skewX(-10deg);
}

.skew8 {
  transform: skewX(8deg);
}

.skew-8 {
  transform: skewX(-8deg);
}

/* --------- */

.bg-green {
  background-color: #B2D234;
}

.bg-lt-green {
  background-color: #EFF6D4;
}

.bg-blue {
  background-color: #004D74;
}

.bg-lt-blue {
  background: #004D741A;
}

/* --------- */
.blue-color {
  color: #004D74;
}

.white-color {
  color: #FFFFFF;
}

/* --------- */
.ff-futura-pt-bold {
  font-family: "futura-pt-bold", sans-serif;
}

.ff-futura {
  font-family: "futura-pt", sans-serif;
}

.ff-roboto {
  font-family: 'Roboto-Regular', sans-serif;
}

.ff-roboto-bold {
  font-family: 'Roboto-Bold', sans-serif !important;
}

.ff-roboto-light {
  font-family: 'Roboto-Light', sans-serif !important;
}

.ff-roboto-black {
  font-family: 'Roboto-Black', sans-serif !important;
}

.ff-myriad {
  font-family: 'myriad-pro', sans-serif !important;
}

/* ------ */
.fw-thin {
  font-weight: 100;
}

.fw-exlight {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-smbold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-exbold {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.fs-normal {
  font-style: normal;
}

.fs-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-underline:hover {
  text-decoration: none;
}

.esmo-body .ss-mleft {
  margin-left: 3px;
}

/* common styles ends */

/* ----------- */

.oc-tumor-type .reference a,
.oc-tumor-type .references a,
.oc-tumor-type .esmo-ref-sec a {
  color: black;
  pointer-events: none;
}

/* carousel styles starts */



.mobile-nav-carousel.mobile-only::-webkit-scrollbar {
  display: none;
}

.carousel-body li {
  list-style: none;
  padding: 5px 5px;
  border-right: 1px solid #004D74;
}

.carousel-body .carousel-mob-sub-menu>ul li.dropdown-menu-item>a {
  padding: 0;
  white-space: break-spaces;
}

.carousel-body ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  background-color: #B2D234;
  overflow-x: scroll;
  overflow-y: visible;
  margin: 0;
  position: relative;
  width: 100%;
}

.carousel-body ul>li.carousel-mob-sub-menu ul {
  display: none;
}

.carousel-body li a:hover {
  text-decoration: none;
}

.carousel-body .dropdown-icon-span.show-subnav+ul.sub-nav {
  display: block;
}

.carousel-body li.carousel-mob-sub-menu.show-subnav {
  background-color: #DCE99F;
}

.carousel-body a,
.carousel-body li.carousel-mob-sub-menu {
  color: #004D74;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 11px;
  position: relative;
}

.carousel-body li.active>a {
  border-bottom: 2px solid #004D74;
}

.carousel-body ul>.arrow-button {
  display: flex;
  position: fixed;
  background: white;
  width: 26px;
  border-radius: 0 40px 40px 0;
  height: 35px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.carousel-body ul>span.arrow-button.right-arrow {
  border-radius: 40px 0 0 40px;
  right: 0;
}

.mobile-nav-carousel.mobile-only {
  position: sticky;
  top: 92px;
  background-color: #B2D234;
  z-index: 1;
  overflow-x: unset;
  overflow-y: visible;
  scroll-behavior: smooth;
  /* height: 30px; */
  box-shadow: 0px 4px 4px 0px #00000066;
}

#mob-carousel.left-end .carousel-body ul>span.left-arrow {
  display: none;
}

#mob-carousel.right-end .carousel-body ul>span.right-arrow {
  display: none;
}

.carousel-body li:last-of-type {
  border: none;
}

.carousel-body ul li.carousel-mob-sub-menu.show-subnav ul {
  display: block;
  position: fixed;
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 11px;
  padding: 0 26px;
  box-shadow: 0px 16px 30px 0px #00000080;
  background-color: #DCE99F;
  border-radius: 0 0 10px 10px;
}

.carousel-body ul>li>ul li {
  border: none;
  border-bottom: 2px solid #004D74;
  padding: 20px 0;
}

.carousel-body .dropdown-icon-span {
  position: absolute;
  /* width: 10px; */
  /* height: 10px; */
  /* background-color: #004D74; */
  /* top: 10px; */
  right: 5px;
  color: #004D74;
  z-index: 1;
  cursor: pointer;
  vertical-align: middle;
}

.carousel-body li.carousel-mob-sub-menu.show-subnav span.dropdown-icon-span {
  transform: rotate(180deg);
}

.carousel-body .dropdown-icon {
  position: relative;
  padding-right: 20px;
}

.carousel-body ul>.arrow-button.right-arrow img {
  position: relative;
  right: -4px;


}

.carousel-body ul>.arrow-button.left-arrow img {
  transform: rotate(180deg);
  position: relative;
  left: -3px;
}

.carousel-body ul>span.arrow-button:after {
  content: "";
  width: 85px;
  height: 40px;
  position: absolute;
  background: linear-gradient(-45deg, #B2D234, transparent);
}

.carousel-body ul>.arrow-button img {
  z-index: 1;
  background-color: white;
  padding: 10px 11px;
  border-radius: 40px 0 0 40px;
}

.carousel-body ul>span.arrow-button.left-arrow:after {
  background: linear-gradient(45deg, #B2D234, transparent);
}

li.carousel-mob-sub-menu.text-nowrap.active:after,
li.carousel-mob-sub-menu.text-nowrap:has(.active):after {
  content: "";
  width: 85%;
  height: 2px;
  display: inline-block;
  background-color: #004D74;
  position: absolute;
  bottom: 7px;
  left: 5px;
  border-radius: 10px;
}

li.mob-car-select-txt {
  text-indent: -5px;
  position: absolute;
  background: #FFFFFF;
  width: 100%;
  left: 0;
  white-space: normal;
  box-shadow: 0px 16px 30px 0px #00000080;
  border-radius: 0 0 10px 10px;
  color: #000000;
  font-size: 13px;
  padding: 10px 26px !important;
  opacity: 0.9;
}

.carousel-body ul li.carousel-mob-sub-menu.show-subnav ul.sub-nav.has-select-txt {
  /*border-radius: 0;*/
  padding-bottom: 56px;
}

#mob-carousel-ul::-webkit-scrollbar {
  display: none;
}

.carousel-body ul li.carousel-mob-sub-menu.show-subnav ul.sub-nav.has-select-txt li:nth-child(3) {
  border-bottom: 0;
}

/* carousel styles ends */


/* ************************* esmo-3 update starts ************************** */
.pt-20 {
  padding-top: 20px;
}

.oc-home-banner-esmo .banner-section-esmo .banner-1-content .banner-container.esmo-3-update {
  max-width: 620px;
}

.esmo-body .esmo-3-update .esmo-3-heading {
  font-size: 54px !important;
  line-height: 64.8px !important;
  text-shadow: none;
  margin-bottom: 8px;
}

.esmo-body .esmo-3-update .esmo-3-subhead {
  font-size: 23px !important;
  line-height: 27.6px !important;
}

.esmo-body .esmo-3-update h2+p,
.esmo-body.paola-1-esmo3 .esmo-3-update .h2style {
  font-size: 16px !important;
  line-height: 19.5px !important;
  margin-bottom: 32px !important;
}

.esmo-body.paola-1-esmo3 .esmo-3-update h2+p {
  margin-bottom: 0 !important;
}

.esmo-body .esmo-3-update .esmo-3-endnote {
  font-size: 16px !important;
  line-height: 19.2px !important;
}

.home-esmo3 .celeb-sec-10ya-desktop.desktop-only.resize-img {
  left: -50px !important;
}

.esmo-ref-sec a {
  color: inherit;
  pointer-events: none;
}

/* ************************* esmo-3 update ends ************************** */

.esmo-body .footnote-symbol-left {
  margin-left: -1.5px;
  margin-right: 1.5px;
}

.esmo-max-width {
  margin: 0 auto;
  max-width: 1004px;
}

/***page section menu navigation starts here***/
.in-page-sec-menus ul.dropdown-menu,
.in-page-sec-menus .dropdown.open ul.dropdown-menu {
  padding: 0;
  display: flex;
  margin: 0;
  position: relative;
  border: 0;
  box-shadow: none;
  background: transparent;
  z-index: 1;
}

.in-page-sec-menus ul li {
  list-style-type: none;
}

.in-page-sec-menus .dropdown>a {
  display: none;
}

.in-page-sec-menus>ul {
  position: relative;
  width: 100%;
  display: flex;
  padding: 0;
}

.in-page-sec-menus {
  background: #EFEFED;
}

.in-page-sec-menus ul.dropdown-menu li>a {
  padding: 12px 0 !important;
  margin-right: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #544F40;
  font-family: 'Roboto-Bold';
}

.in-page-sec-menus ul.dropdown-menu li>a:hover,
.in-page-sec-menus ul.dropdown-menu li>a.section-active {
  color: #004D74;
}

.dropdown-backdrop {
  display: none;
}

.rich-text:has(.in-page-sec-menus) {
  position: sticky;
  top: 142px;
  z-index: 1;
}

/***page section menu navigation ends here***/

/* ************************* esmo-3 update starts ************************** */

@media screen and (min-width: 1004px) and (max-width: 1360px) {
  /* .home-esmo3 .celeb-sec-10ya-desktop.desktop-only.resize-img {
        left: -30px !important;
    } */
}

/* ************************* esmo-3 update ends ************************** */

@media screen and (min-width:1004px) {

  /***page section menu navigation starts here***/
  .in-page-sec-menus ul.dropdown-menu li>a:hover,
  .in-page-sec-menus ul.dropdown-menu li>a.section-active {
    background: none;
    border-bottom: 4px solid #004D74;
    padding-bottom: 8px !important;
  }

  /***page section menu navigation ends here***/
  .esmo-body.home-esmo3 .esmo-3-update .esmo-3-endnote span.ast-foot-symbol {
    margin: 0;
  }
}

@media screen and (min-width:1004px) and (max-width : 1100px) {
  .home-esmo3 .oc-home-banner-esmo .hero-banner-container {
    background-position-x: -30px;
  }

  .home-esmo3 .oc-home-banner-esmo .banner-section-esmo .banner-1-content .banner-container.esmo-3-update {
    padding-right: 10px;
    position: relative;
    left: 0px;
    padding-left: 10px;
    bottom: 20px;
  }

  .esmo-body.home-esmo3 .esmo-3-update .esmo-3-heading {
    font-size: 52px !important;
  }
}

@media screen and (min-width: 1004px) and (max-width: 1024px) {
  .home-esmo3 .ten-year-section {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1004px) and (max-width: 1070px) {

  .home-esmo3 .ten-year-section,
  .home-esmo3 .prescribed-parpi-section {
    padding: 0 30px !important;
    max-width: unset !important;
  }
}

@media screen and (min-width: 1004px) and (max-width: 1100px) {
  .home-esmo3 .ten-year-section {
    padding: 0;
  }

  .oc-efficacy-solo1.npp-solo-update #maincontent .orr-top-content p.center-text {

    padding-right: 0px;
  }

  .oc-home-npp .home-monotherapy .card {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
        .rich-text:has(.in-page-sec-menus) {
        top: 140px !important;
    }
}

@media screen and (max-width : 1003px) {
  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .esmo-body #maincontent {
    margin-top: 160px !important;
  }

  .esmo-max-width {
    padding: 0 20px;
  }

  .esmo-mob-max-width {
    padding: 0 20px;
  }

  .dosing-administration-oc.esmo-body.combination-therapy .common-headline {
    margin-top: 0 !important;
  }

  /***page section menu navigation starts here***/
  .in-page-sec-menus .dropdown>a {
    display: block;
    background-color: #EFEFED;
    font-size: 14px;
    line-height: 24px;
    color: #544F40;
    font-family: 'Roboto-Bold';
    text-decoration: none;
    padding: 12px 20px;
    background: url(/content/dam/physician-services/us/590-lynparza-hcp-branded/hcp-oc/oc-esmo/section-expand.svg)no-repeat #EFEFED center right 20px;
  }

  .in-page-sec-menus .dropdown.open>a {
    background: url(/content/dam/physician-services/us/590-lynparza-hcp-branded/hcp-oc/oc-esmo/section-collapse.svg)no-repeat #EFEFED center right 20px;
  }

  .in-page-sec-menus ul.dropdown-menu {
    flex-direction: column;
  }

  .in-page-sec-menus>ul>li,
  .in-page-sec-menus ul.dropdown-menu {
    width: 100%;
  }

  .in-page-sec-menus ul.dropdown-menu li>a,
  .in-page-sec-menus ul.dropdown-menu li>a {
    background: #FFFFFF;
    border-bottom: 1px solid #EFEFED;
    padding: 12px 20px !important;
    margin: 0;
  }

  .in-page-sec-menus ul.dropdown-menu li>a:hover,
  .in-page-sec-menus ul.dropdown-menu li>a.section-active {
    background: url(/content/dam/physician-services/us/590-lynparza-hcp-branded/hcp-oc/oc-esmo/section-active.svg)no-repeat center right 20px;
    background-color: #FFFFFF;
  }

  .in-page-sec-menus ul.dropdown-menu {
    display: none;
  }

  .in-page-sec-menus>ul {
    border-top: 1px solid #000000;
  }

  .in-page-sec-menus>ul:has(.dropdown.open) {
    border-bottom: 1px solid #000000;
    box-shadow: 0px 8px 16px 4px #544F404D;
  }

  .in-page-sec-menus:has(.dropdown.open) {
    padding-bottom: 16px;
    background: #EFF6D4;
  }

  .rich-text:has(.in-page-sec-menus) {
    top: 160px;
  }

  /***page section menu navigation ends here***/

  /* ************************* esmo-3 update starts ************************** */
  .esmo-body .esmo-3-update .esmo-3-heading,
  .esmo-body .esmo-3-heading {
    font-size: 46px !important;
    line-height: 46px !important;
  }

  .esmo-body .esmo-3-update .esmo-3-subhead {
    font-size: 19px !important;
    line-height: 22px !important;
  }

  .home-esmo3 .oc-home-banner-esmo .banner-section-esmo .banner-1-content {
    padding-bottom: 0;
  }

  .esmo-body .esmo-3-update h2+p,
  .esmo-body.paola-1-esmo3 .esmo-3-update .h2style {
    /* font-size: 18px !important; */
    /* line-height: 21px !important; */
    margin-bottom: 10px !important;
  }

  .esmo-body.home .esmo-3-heading {
    padding: 21px 20px 0 16px;
  }

  .home-esmo3 .oc-home-banner-esmo .banner-section-esmo .banner-1-content .oc-home-banner-img-sec img {
    bottom: 0;
  }

  .home-esmo3 .oc-home-banner-esmo .banner-section-esmo .banner-1-content .oc-home-banner-img-sec {
    max-width: 45%;
  }

  .home-esmo3.esmo-body .esmo-3-update .esmo-3-endnote,
  .home-esmo3.esmo-body .esmo-3-update .esmo-3-endnote+.not-real-patient {
    padding-left: 30px;
    margin-bottom: 0 !important;
  }

  .home-esmo3 .oc-home-banner-esmo .paola1-flag {
    bottom: 10px;
  }

  .home-esmo3 .banner-section-esmo {
    margin-bottom: 0;
  }

  .home-esmo3 .oc-home-banner-esmo .hero-banner-container .esmo-home-green-section {
    padding-top: 0;
  }

  .esmo-body.paola-1-esmo3 .esmo-3-update * {
    margin-bottom: 16px;
  }

  .home-esmo3 .esmo-home-green-section .bg-gradient {
    padding-top: 20px;
  }

  /* ************************* esmo-3 update ends ************************** */

  /* PPT issue */
    li.carousel-mob-sub-menu.text-nowrap.active:after,
  li.carousel-mob-sub-menu.text-nowrap:has(.active):after {

    width: calc(100% - 9px);
  }

.carousel-body li.carousel-mob-sub-menu>a{
    border-bottom:none !important;
}
}

@media screen and (max-width : 390px) {
  .home-esmo3 .oc-home-banner-esmo .paola1-flag {
    bottom: 0;
  }

  .paola-1-esmo3.esmo-body .esmo-3-update .esmo-3-heading {
    letter-spacing: -0.3px;
  }
}

@media screen and (max-width:370px) {
  .home-esmo3 .oc-home-banner-esmo .banner-section-esmo .banner-1-content .oc-home-banner-img-sec img {
    bottom: -50px;
  }

  .eff-paola1.paola-1-esmo3 .horline {
    padding-right: 10px !important;
  }

  .paola-1-esmo3 .oc-end-nav-button a {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }


}

@media only screen and (min-width: 1004px) and (max-width:1010px) {

  .npp-update-moa .isi-body .info-report p:has(a.isi-you-may-text),
  .esmo-body .isi-body .info-report p:has(a.isi-you-may-text) {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 478px) and (max-width:490px) {

  .npp-update-moa .isi-body .info-report p:has(a.isi-you-may-text),
  .esmo-body .isi-body .info-report p:has(a.isi-you-may-text) {
    padding-right: 25px;
  }
}

                        /*ISI PPT ISSUE CODE  */
@media screen and (min-width:1004px) and (max-width : 1265px) {
     .isi-tray .isi-tray-head h2 {
        font-size: 15px;
        max-width: 845px;
   letter-spacing: -0.01em;
    }
}
/*ISI PPT ISSUE CODE  */
