/* @media (-webkit-min-device-pixel-ratio: 1.5) {
  body {
    transform: scale(.7);
    transform-origin: top center;
  }
 header {
 
  }
} 
*/

@media (min-width: 768px) {
    .hcp .resource-container .row .col-md-6:nth-child(3) {
        padding-right: 8px;
    }
        #home_banner_wrapper {
        background-size: 460px;
    }
}

.hcp-asp-page #support-center-wrapper .column-splitter div[class="col-md-6"]:last-child .promo_resource_toolkit .field-promoicon2 img {
    display: none;
}

@media (max-width: 767px) {
    .hcp-asp-page #support-center-wrapper .column-splitter div[class="col-md-6"]:last-child .promo_resource_toolkit .field-promoicon img {
        display: none;
    }

    .hcp-asp-page #support-center-wrapper .column-splitter div[class="col-md-6"]:last-child .promo_resource_toolkit .field-promoicon2 img {
        display: block;
        width: 65px;
        left: -7px;
        position: relative;
    }

    .hcp-asp-page #support-center-wrapper .column-splitter .col-md-6:last-of-type .promo_resource_toolkit .promo-text h2 {
        margin-left: 3.99rem;
        margin-top: -3.5rem;
    }
    .bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    width: 12em !important;
    left: 0em !important;
    padding: 0.2em 0.5em .2em !important;
    border-radius: 0.50em .50em 0 0 !important;
    max-height: 14em;
    }

    .bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #ff5c35 !important;
    margin: .5em 0 !important;
    border-radius: .5em !important;
    font-size: 0.8em !important;
    }

}


@media (max-width: 767px) {
    .hcp.hcp-full-home-page .full-width-bottom-banner.nccn-recommended-banner:after {
        left: -15px;
        width: 100vw;
    }
}

.hcp-preparation-page .component.promo.promo-two-col.injection-prep-steps:nth-child(5) .promo-text {
    padding-left: 10px;
}

.hcp #menu-header-secondary .quantum-header__right:after {
    box-shadow: 0 0 0 100vmax rgb(109, 122, 160);
}

#home-nccn-container {
    position: relative;
    height: 51px;
}

#home-nccn-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1280px;
    width: 1133px;
    height: 100%;
    background: #ff5722;
    clip-path: polygon(0 0, 97.7% 0, 100% 100%, 0% 100%);
    animation: slideBg 2s forwards;
}

#home-nccn-container::after {
    content: "";
    position: absolute;
    right: 0;
    width: 100vw;
    height: 2px;
    background: #ff5722;
    box-shadow: 0 0 0 100vmax #ff5722;
    clip-path: inset(0 -132vmax);
}

#home-nccn-container .component-content {
    position: relative;
    width: 1280px;
    height: 100%;
    margin: 0 auto;
}

#home-nccn-container .component-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 100%;
    background-color: rgba(255, 87, 34, 0.3);
    /* box-shadow: 0 0 100vmax rgba(255, 87, 34, 1); */
    z-index: -1;
    animation: slideBg 2s forwards, showShadow 2s forwards;
}

@keyframes showShadow {
    from {
        box-shadow: -324px 0 0px rgba(255, 87, 34, 1);
    }

    to {
        box-shadow: -324px 0 0px rgba(255, 87, 34, 1);
    }
}

@keyframes slideBg {
    0% {
        left: -1280px;
    }

    100% {
        left: 0;
    }
}

#home-nccn-container .container.home-nccn-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    gap: 42px;
}

#home-nccn-container p {
    margin: 0;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

#home-nccn-container .nccn-logo-wrapper {
    display: flex;
    gap: 24px;
    position: relative;
    padding-top: 5px;
}

#home-nccn-container .nccn-logo-wrapper div {
    font-family: 'Overpass-Black';
    font-weight: 900;
    font-size: 30px;
    line-height: 27px;
    text-align: left;
    color: #fff;
}

#home-nccn-container .nccn-logo-wrapper p {
    font-family: var(--base-font-family);
    font-weight: normal;
    font-size: 10px;
    letter-spacing: -0.02em;
    line-height: 11.5px;
    text-align: left;
    color: #fff;
}

#home-nccn-container .nccn-text-wrapper {
    font-family: var(--base-font-family);
    font-weight: bold;
    font-size: 14.5px;
    line-height: 18px;
    text-align: left;
    color: #fff;
    margin-top: 5px;
}
.header-nav #home-nccn-container .nccn-text-wrapper {
    max-width: 702px;
}
#home-nccn-container .nccn-logo-wrapper div::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 51%;
    transform: translateY(-50%);
    right: 57%;
    width: 2px;
    height: 30px;
    background-color: white;
}

.advancement-in-es-sclc-container>.component-content {
    border: 1px solid #414042;
    padding: 18px 16px 19px;
    margin-bottom: 62px;
}

.advancement-in-es-sclc-container p {
    margin-bottom: 0;
}

.bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item, .bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    background-color: #ff5c35  !important;
    margin: .5em 0  !important;
    border-radius: .5em  !important;
}
.bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    width: 15em  !important;
    left: -7em  !important;
    padding: 1.2em 1.5em .5em  !important;
    border-radius: 0.50em .50em 0 0 !important;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: rgba(43, 51, 63, .4) !important;
}
.bc-player-0bMcFqk43C_default .vjs-control-bar {
    background-color: #ff5c35 !important;
}
.bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-title {
    display: none;
}

.bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:active, .bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:focus, .bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:hover {
    text-shadow: none !important;
    background-color: #fff !important;
    color: #ff5c35 !important;
}
.bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item:focus:not(.vjs-selected) {
    background-color: #fff !important;
    color: #ff5c35 !important;
}
.bc-player-0bMcFqk43C_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
    background-color: #fff !important;
    color: #ff5c35 !important;
}

.advancement-in-es-sclc-container h3 {
    font-family: var(--base-font-family);
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #FF5C35;
    margin-top: 13px;
    margin-bottom: 0;
}

.advancement-in-es-sclc-container .video-js[tabindex="-1"] {
    outline: 0;
    width: auto;
    height: 575.76px;
    max-width: 100%;
}

#home-nccn-container a:hover {
    text-decoration: none;
}

.hcp .quantum-indications.quantum-container--light {
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.12));
}

.hcp-imdelltra-summary-page .nccn-recommended-banner,
.hcp-imdelltra-summary-page #nccn-container {
    background: var(--header-bg);
    margin-bottom: 0;
}

.hcp-imdelltra-summary-page .nccn-recommended-banner-wrapper {
    justify-content: flex-start;
    padding-left: 112px;
    padding-top: 0;
    gap: 52px;
}

.hcp-imdelltra-summary-page .nccn-recommended-banner .nccn-recommended-banner-logo+p {
    flex: 1;
}

@media (max-width: 767px) {
    .nccn-recommended-banner-wrapper {
        padding: 0;
    }

    .advancement-in-es-sclc-container .video-js[tabindex="-1"] {
        height: 163.22px;
    }

    .advancement-in-es-sclc-container h3,
    .advancement-in-es-sclc-container p {
        font-size: 18px;
        line-height: 24px;
    }

    .advancement-in-es-sclc-container>.component-content {
        padding: 10px 11px 18px;
        margin-bottom: 30px;
    }

    .hcp-imdelltra-summary-page .nccn-recommended-banner-wrapper {
        justify-content: center;
        flex-direction: column;
        padding-left: 0;
        padding-top: 0;
        gap: 30px;
    }

    .hcp-imdelltra-summary-page.hcp .full-width-bottom-banner.nccn-recommended-banner {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .hcp-imdelltra-summary-page.hcp .full-width-bottom-banner.nccn-recommended-banner::after {
        box-shadow: none;
    }
}

#top-navigation-full-website .quantum-drop-down-menu__list-item:first-child a {
    display: none;
}

.dark-orange-theme.nccn-recommended-banner {
    background: #FF5C35;
}

.dark-orange-theme.nccn-recommended-banner.full-width-bottom-banner {
    box-shadow: 0 0 0 100vmax #FF5C35;
    margin-top: 0;
    z-index: -1;
}
.hcp-full-home-page .dark-orange-theme#nccn::before{
    content: none;
}

.nccn-recommended-banner-wrapper {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    gap: 36px;
    padding: 12px 30px 3px;
    height: 100%;
}

.nccn-recommended-banner .nccn-recommended-banner-logo p {
    text-align: center;
    color: #fff;
    margin: 0 !important;
}

.dark-orange-theme.nccn-recommended-banner .nccn-recommended-banner-logo p:first-of-type,
.nccn-recommended-banner .nccn-recommended-banner-logo p:first-of-type {
    font-family: 'Overpass-Black';
    font-weight: 900;
    font-size: 55px;
    line-height: 1;
}

.dark-orange-theme.nccn-recommended-banner .nccn-recommended-banner-logo p:last-of-type,
.nccn-recommended-banner .nccn-recommended-banner-logo p:last-of-type {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
}

.dark-orange-theme.nccn-recommended-banner .nccn-recommended-banner-logo+p,
.nccn-recommended-banner .nccn-recommended-banner-logo+p {
    margin: 0 !important;
    font-family: var(--base-font-family);
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    color: #fff;
}

.nccn-recommended-banner .nccn-recommended-banner-logo {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 10px 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nccn-recommended-banner+.plain-html .foot-note {
    margin-top: 42px;
}

@media (max-width: 1024px) {


    #home-nccn-container::before {
        width: 100%;
    }

    #home-nccn-container .container.home-nccn-wrapper {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        height: 100%;
        gap: 7px;
        flex-direction: column;
        padding-inline: 0;
    }

    #home-nccn-container {
        position: relative;
        height: auto;
    }

    #home-nccn-container .component-content {
        width: 100%;
    }

    #home-nccn-container::before {
        background: #6E7BA0;
        clip-path: unset;
    }

    #home-nccn-container .nccn-logo-wrapper {
        background: var(--link-color);
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
        padding: 10px 30px 10px 16px;
    }

    .hcp-full-home-page .banner-hero-text:before {
        display: none;
    }

    #home-nccn-container .nccn-text-wrapper {
        margin-top: 5px;
        padding-bottom: 16px;
        padding-left: 16px;
    }

    #home-nccn-container::after {
        display: none;
    }

    .nccn-recommended-banner .nccn-recommended-banner-logo+p {
        font-size: 16px;
        line-height: 20px;
    }

    .nccn-recommended-banner-wrapper {
        padding: 0 15px 0;
        gap: 25px;
    }

    .hcp.hcp-full-home-page .full-width-bottom-banner.nccn-recommended-banner:after {
        box-shadow: none;
    }
}



.home-nccn-wrapper {
    position: relative;
}

.home-nccn-wrapper::after,
.home-nccn-wrapper::before {
    content: "";
    display: block;
    border-style: solid;
    height: 14px;
    width: 14px;
    border-color: white;
    transform: rotate(313deg);
    box-sizing: border-box;
    border-width: 0 0 2px 2px;
    position: absolute;
    animation: mouse-scroll 2s infinite;
    right: 110px;
}

.home-nccn-wrapper::after {
    top: 15px;
    animation-delay: 0.2s;
}

.home-nccn-wrapper::before {
    top: 20px;
    animation-delay: 0.3s;
    content: none;
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 1024px) {
    .hcp-imdelltra-summary-page .nccn-recommended-banner.full-width-bottom-banner {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.hcp-full-home-page .imp-dosing-container+.fieldpromotext2.container {
    background: white;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .nccn-recommended-banner-wrapper {
        flex-direction: column;
    }

    #home-nccn-container .nccn-logo-wrapper div {
        font-size: 12px;
        line-height: 1;
        height: 10px;
    }

    #home-nccn-container .nccn-logo-wrapper p {
        font-size: 7px;
        line-height: 8px;
    }

    #home-nccn-container .nccn-logo-wrapper div::after {
        top: 47%;
        right: 67%;
        width: 2px;
        height: 15px;
    }

    #home-nccn-container .nccn-logo-wrapper {
        background: var(--link-color);
        clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
        padding: 5px 25px 5px 16px;
    }

    #home-nccn-container .nccn-text-wrapper {
        margin-top: 3px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 67px;
        font-size: 12px;
        line-height: 14px;
    }

    .home-nccn-wrapper::after {
        top: 28px;
    }

    .home-nccn-wrapper::after,
    .home-nccn-wrapper::before {
        right: 26px;
    }

    .home-nccn-wrapper::before {
        top: 18px;
    }

    #home-nccn-container::before,
    #home-nccn-container .component-content::before {
        animation: none;
    }

    .nccn-logo-wrapper {
        animation: slideBg 1.5s forwards;
    }

    #home-nccn-container .component-content {
        background: #6E7BA0;
    }

    .dark-orange-theme.nccn-recommended-banner .nccn-recommended-banner-logo+p,
    .nccn-recommended-banner .nccn-recommended-banner-logo+p {
        font-size: 16px !important;
        line-height: 20px !important;
    }

    .dark-orange-theme.nccn-recommended-banner.full-width-bottom-banner {
        padding-top: 55px;
        padding-bottom: 25px;
        margin-bottom: 31px;
    }

    .hcp.hcp-imdelltra-summary-page .promo-brand .field-promoicon2 {
        margin-left: -24px;
    }

    .dark-orange-theme.nccn-recommended-banner .nccn-recommended-banner-logo p:first-of-type,
    .nccn-recommended-banner .nccn-recommended-banner-logo p:first-of-type {
        font-size: 43px;
    }

    .dark-orange-theme.nccn-recommended-banner .nccn-recommended-banner-logo p:last-of-type,
    .nccn-recommended-banner .nccn-recommended-banner-logo p:last-of-type {
        font-size: 16px;
    }

    .hcp.hcp-imdelltra-summary-page .promo-container .col-md-3:not(:last-of-type),
    .hcp.hcp-imdelltra-summary-page .promo-container .col-md-6 .col-md-6:not(:last-of-type),
    .hcp.hcp-imdelltra-summary-page .four-col-promo .field-promotext2 {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .dark-orange-theme.nccn-recommended-banner.full-width-bottom-banner {
        padding-top: 51px;
        padding-bottom: 38px;
    }

    .hcp-imdelltra-summary-page .full-width-bottom-banner.nccn-recommended-banner {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .hcp-imdelltra-summary-page .nccn-recommended-banner-wrapper {
        padding-left: 0;
    }

    #home-nccn-container::before,
    #home-nccn-container .component-content::before {
        animation: none;
    }

    .nccn-logo-wrapper {
        animation: slideBg 1.5s forwards;
    }

    #home-nccn-container .component-content {
        background: #6E7BA0;
    }

    #home-nccn-container .container.home-nccn-wrapper {
        margin-inline: 0;
    }

    #home-nccn-container .nccn-logo-wrapper {
        padding: 10px 40px 10px 37px;
    }

    #home-nccn-container .nccn-text-wrapper {
        padding-left: 37px;
    }
}

@media (max-width: 767px) {
    #home-nccn-container .nccn-logo-wrapper p {
        font-size: 9px;
        line-height: 1.3;
        height: 10px;
    }

    #home-nccn-container .nccn-logo-wrapper p br {
        display: none;
    }

    #home-nccn-container .nccn-logo-wrapper div::after {
        right: 79%;
    }

    .hcp-imdelltra-summary-page.hcp .promo-container .col-md-6:first-of-type .field-promotext {
        padding-bottom: 10px
    }

    .hcp-resources-for-your-practice-page .advancement-in-es-sclc-container .video-js[tabindex="-1"] {
        height: 100% !important;
        width: 100% !important;
        padding: 0px !important;
    }
    .video-js .vjs-tech {
        position: relative !important;
    }
    .vjs-poster img {
    object-fit: cover !important;
}

    .hcp-imdelltra-summary-page .mid-heading {

        font-size: 16px;

        line-height: 20px;
    }

    .hcp-imdelltra-summary-page .full-width-bottom-banner .field-promotext>ul {
        padding-left: 20px;
        font-weight: 300;
    }
}

body:not(.hcp-full-home-page) #home-nccn-container {
    display: none;
}
.hcp-asp-page .promo_resource_toolkit .sc_content_block ul {
    padding-left: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hcp .link-list-container:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    box-shadow: 0 0 0 100vmax #F5F5F5;
    clip-path: inset(0 -100vmax);
    z-index: -1;
}

#top-navigation-full-website::before {
    content: "";
    display: block;
    position: absolute;
    height: inherit;
    top: 0;
    box-shadow: 0 0 0 100vmax rgb(255, 255, 255);
    clip-path: inset(0 -100vmax);
    z-index: -8;
}

#home-nccn-container::after {
    z-index: 20;
}

#home-nccn-container>.component-content::after {
    content: "";
    display: block;
    position: absolute;
    height: inherit;
    top: 0;
    box-shadow: 0 0 0 100vmax rgb(255, 255, 255);
    clip-path: inset(0 -100vmax);
    z-index: -8;
}

@media (min-width: 1024px) {
    #home_banner_wrapper {
        background-position: right -30px;
    }
}

@media (min-width: 414px) and (max-width: 425px) {
    .hcp-resources-for-your-practice-page .advancement-in-es-sclc-container .video-js[tabindex="-1"] {
        /* height: 202.22px !important; */
    }
}


@media (max-width: 767px) {

    #home_banner_wrapper {
        background-position: right -53px;
    }

    .cstm-top-space {
        margin-top: 40px;
    }
}

@media (max-width: 376px) {

    #home_banner_wrapper {
        background-position: 100px -53px;
    }
}

.home-banner-bold-text {
    font-family: 'Overpass-Black';
    font-weight: 900;
}

div#atl-wrapper {
    /* // display: none; */
}

.hcp-resources-for-your-practice-page .reference-section-for-your-practice {
    display: block !important;
    margin-top: -1px !important;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #414041;
}

.hcp .foot-note.reference-section-for-your-practice p {
    display: block;
}
#durable-efficacy-container .col-md-6:nth-of-type(3) {
    display: none;
}
#durable-efficacy-container .col-md-6:nth-of-type(1) {
    border-right: 1px solid #6d7aa0;
}

.hcp-asp-page #menu-header-secondary .quantum-drop-down-menu__list-item:nth-child(5) .quantum-drop-down-menu__link:before {
    visibility: visible;
    opacity: 1;
}


@media (max-width: 767px) {
    .hcp-asp-page .container>.component-content>.promo_resource_toolkit.financial-support-promo{
        margin-top: 10px;
    }
   
    .hcp-asp-page .container#container_copay>.component-content>.promo_resource_toolkit{
        margin-top: 18px;
    }
    #durable-efficacy-container .col-md-6:nth-of-type(1) .four-col-promo{
border-bottom: 1px solid #6d7aa0;
margin-bottom: 20px;
    }
    .hcp.hcp-imdelltra-summary-page .four-col-promo .field-promotext2{
        border-top: 1px solid #ff5c35;
        width: 70%;
        margin: 11px auto;
    }
    .hcp.hcp-imdelltra-summary-page .narrow-text {
        font-weight: normal;
        font-size: 18px;
        text-align: center;
        color: #414041;
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .hcp .resource-container.blue-download-conainer .row .col-md-6:last-of-type .resource-promo .promo-text {
        gap: 16px;
    }
}
#support-center-wrapper .component-content .col-md-6:last-child div.component:last-child{
display: none;
}

#therapy-locator-supportplus {
    background-color: #F5F5F5;
    color: #414041;
    padding-top: 50px;
    padding-bottom: 50px;
	
}


.nccn-recommended-banner .nccn-recommended-banner-text .line-white{
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    margin: 18px 0;
}
.nccn-recommended-banner .nccn-recommended-banner-text p{
    margin: 0 !important;
    padding: 0;
    font-weight: bold;
}
.nccn-recommended-banner .nccn-recommended-banner-text p span{
    font-weight: 900;
}

.hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c>div{
    display: flex;
    flex-direction: column-reverse;
}
.hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c h2{
    font-size: 23px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: #414041;
    margin: 0 0 20px;
    padding: 4px 0 0;
}
.hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c .video-js.myPlayerID {
    width: 827px;
    height: 512.5px;
    margin-left: 0;
    position: relative;
    outline: solid 1px #414042;
    border: 23px solid #ffffff;
}

.hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c{
    position: relative;
    padding-bottom: 72px;
    max-width: 873px;
}
.hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c::before{
    position: absolute;
    content: '';
    bottom: 52px;
    width: 100%;
    height: 1.5px;
    background-color: #ff5c35;
    left: 0;
    bottom: 23px;
}
.hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c::after{
    position: absolute;
    content: '';
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: 4px;
    width: 40px;
    height: 40px;
    border: 1.5px solid #ff5c35;
    border-top: 0;
    border-left: 0;
}
.hcp-resources-for-your-practice-page .advancement-in-es-sclc-container{
  
}
.hcp-resources-for-your-patients-page .resource-promo .field-promolink .dropdown-links {
    position: relative;
}
.hcp-resources-for-your-patients-page .resource-promo .field-promolink  .dropdown-links{
    position: absolute;
    z-index: 999;
    width: 100%;
    height: auto;
    display: block;
    background: #ffffff;
    color: #ff5c35;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #d3d3d3
}
.hcp-resources-for-your-patients-page .resource-promo .field-promolink .dropdown-links .language-options{
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999999;
    position: absolute;
    background: #fff;
}
.hcp-resources-for-your-patients-page .resource-promo .field-promolink .dropdown-links a{
    background: #fff3f0;
    color: #ff5c35;
}
.hcp-resources-for-your-patients-page .resource-promo .field-promolink .dropdown-links a.select{
    background: #ffffff;
    color: #ff5c35;
}
.hcp-resources-for-your-patients-page .resource-promo .field-promolink .dropdown-links a::after{
    display: none;
}
.hcp-resources-for-your-patients-page .resource-container .column-splitter{
        gap: 60px 0;
}
.hcp-resources-for-your-patients-page .resource-container  .promo.resource-promo:hover:hover{
    transform: none;
}
.hcp #fullIsi .foot-note.global-reference.asco_reference p{
    max-width: 1041px;
}




@media screen and (max-width: 768px) {
    .hcp-resources-for-your-patients-page .resource-promo .field-promolink .dropdown-links{
        box-shadow: none;
        border: none;
        margin-left: -22px;
        position: relative;
    }
    .hcp-resources-for-your-patients-page .resource-promo:hover{
        transform: none;
    }
    .hcp-resources-for-your-patients-page .resource-promo .field-promolink .btn-gtm-download-pgb{
        margin-bottom: 5px;
    }
    .hcp-resources-for-your-patients-page .resource-promo .field-promolink .dropdown-links a{
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.37px;
        text-align: center;
        color: #ff5c35;
        padding: 10px 10px;
    }
    .hcp-resources-for-your-patients-page .resource-container .column-splitter {
        gap: 0;
    }
    .header-nav #home-nccn-container .nccn-text-wrapper{
        padding-left: 16px;
        padding-right: 44px;
        max-width: 370px;
        margin-top: 4px;
    }
    .nccn-recommended-banner .nccn-recommended-banner-text .line-white{
        width: 200px;
        height: 1px;
        background-color: #ffffff;
        margin: 15px auto 11px;
    }
    .hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c .video-js.myPlayerID{
        width: 100%;
        height: 180px;
    }
    .hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c .video-js.myPlayerID .bc-player-0bMcFqk43C_default .vjs-big-play-button{
        width: 63px;
        height: 63px;
    }
    .hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c::after{
        bottom: 11px;
        width: 25px;
        height: 25px;
    }
    .hcp-mechanism-of-action-page #video-812b467f-7b50-453c-9719-94201aa4df4c{
        padding-bottom: 56px;
    }
}

@media screen and (max-width: 450px) {
    .nccn-recommended-banner .nccn-recommended-banner-text p{
        max-width: 263px;
        margin: auto;
    }
}









