@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
    font-size: 18px;
    --font-primary: "Lato", sans-serif;

    /* Color Variables */
    --color-orange: #DA4326;
    --color-amber-cll: #FFC21E;
    --color-teal-mcl: #337079;
    --color-maroon: #A73F11;
    --color-body-gray1: #535554;
    --color-body-black: #000000;
    --color-gray2: #939598;
    --color-gray3: #D1D3D4;
    --color-dark-gray: #414042;

    /* Gradient */
    --gradient-orange: linear-gradient(90deg, #DC4405 0%, #F99D1C 100%);
}


/* Text Color Classes */
.text-orange {
    color: var(--color-orange) !important;
}

.text-amber-cll {
    color: var(--color-amber-cll) !important;
}

.text-teal-mcl {
    color: var(--color-teal-mcl) !important;
}

.text-maroon {
    color: var(--color-maroon) !important;
}

.text-body-gray1 {
    color: var(--color-body-gray1) !important;
}

.text-body-black {
    color: var(--color-body-black) !important;
}

.text-gray2 {
    color: var(--color-gray2) !important;
}

.text-gray3 {
    color: var(--color-gray3) !important;
}
.text-dark-gray {
    color: var(--color-dark-gray) !important;
}


/* Background Color Classes */
.bg-orange {
    background-color: var(--color-orange) !important;
}

.bg-amber-cll {
    background-color: var(--color-amber-cll) !important;
}

.bg-teal-mcl {
    background-color: var(--color-teal-mcl) !important;
}

.bg-maroon {
    background-color: var(--color-maroon) !important;
}

.bg-body-gray1 {
    background-color: var(--color-body-gray1) !important;
}

.bg-body-black {
    background-color: var(--color-body-black) !important;
}

.bg-gray2 {
    background-color: var(--color-gray2) !important;
}

.bg-gray3 {
    background-color: var(--color-gray3) !important;
}


/* Gradient Background */
.bg-gradient-orange {
    background: var(--gradient-orange) !important;
}



[aria-hidden="true"] {
    visibility: visible;
}

:focus-visible,
.is-focused:focus {
    outline: 2px dotted var(--color-body-black) !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-padding-top: 185px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-primary);
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: var(--color-body-gray1);
    overflow-x:hidden;
}

body .cmp-text {
    padding: 0px;
    font-family: var(--font-primary);
}

div{
    position: relative;
}
div#CookieReportsPanel {  
    /*position: static !important;*/
    position: fixed !important;
    z-index: 32012 !important;
}

#CookieReportsPanel #CookieReportsBannerAZ {
    width: 100vw;
}

#CookieReportsPanel #CookieReportsBannerAZ:has(.wscrBannerDrawer[style="display: block;"]) {
    top: -95px !important;
}

sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
}

.register-mark {
    font-size: 90%;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

.font-lato {
    font-family: var(--font-primary);
}

#hidden,
.text:has(#hidden) {
    display: none;
}

a {
    position: relative;
    color: var(--color-orange);
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

button{
    cursor: pointer;
}

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

/*updated font-weight in 24-02-26 - MCL CFF */
h1, .h1-style {
    font-weight: 800;
    /*font-weight: 700;*/
    font-size: 40px;
    line-height: 46px;
    color: var(--color-orange);
}
.h1-style {
    font-weight: 700;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
}

h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
}

h5 {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
}

h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}

p {
    margin-bottom: 11px;
}

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

.mcl-nordic-eyebrow,
.cll-nordic-eyebrow {
    position: relative;
}

.nordic-title {
    margin-bottom: 12px;
    margin-left: 36px;
}

.mcl-nordic-eyebrow:after {
    /*content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/mcl-eyebrow.svg');*/
    content: "";
    display: block;
    width: 100%;
    height: 43px;
    background-image: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/mcl-eyebrow.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.cll-nordic-eyebrow:after {
    /*content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/cll-eyebrow.svg');*/
    content: "";
    display: block;
    width: 100%;
    height: 43px;
    background-image: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/cll-eyebrow.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.graphic-eyebrow {
    position: relative;
}

.graphic-eyebrow::before {
    content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/graphic-eyebrow.svg');
    position: absolute;
    z-index: 0;
}

.graphic-eyebrow span {
    position: relative;
    z-index: 1;
    padding-left: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 46px;
    text-transform: uppercase;
}

.btn {
    position: relative;
    outline: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-radius: 8px;
    padding: 10px 20px;
    font-family: var(--font-primary);
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
}
a.btn:hover {
    text-decoration: none;
}

/*.btn.btn-primary-orange-outline.btn-iconlight-right {*/
/*    gap: 10px*/
/*}*/

.btn-primary-orange {
    background-color: var(--color-orange);
    color: #fff;
}

.btn-primary-orange:hover {
    background-color: var(--color-maroon);
}

.btn-primary-orange-outline {
    border: 1px solid var(--color-orange);
    background-color: #fff;
    color: var(--color-orange);
}

.btn-primary-orange-outline:hover {
    background-color: var(--color-orange);
    color: #fff;
}

.btn-icondark-left:before {
    content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/chevron-white-left.svg');
    display: block;
    height: 26px;
}

.btn-icondark-right:after {
    content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/chevron-white-right.svg');
    display: block;
    height: 26px;
}

.btn-iconlight-left:before {
    content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/chevron-orange-left.svg');
    display: block;
    height: 26px;
}

.btn-iconlight-left:hover:before {
    content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/chevron-white-left.svg');
}

.btn-iconlight-right:after {
    content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/chevron-orange-right.svg');
    display: block;
    height: 26px;
}

.btn-iconlight-right:hover:after {
    content: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/chevron-white-right.svg');
}


.wrapper {
    max-width: 955px;
    margin: 0 auto;
    padding: 15px 16px;
}

.letter-spacing{
    letter-spacing: 0.1px;
}

@media (min-width:992px) {
    #CookieReportsPanel #CookieReportsBannerAZ {
        width: calc(100vw - 15px);
    }
    
    #CookieReportsPanel #CookieReportsBannerAZ:has(.wscrBannerDrawer[style="display: block;"]) {
        top: -105px !important;
    }

    .wrapper {
        padding: 30px 0px;
    }
    
    .cll-nordic-eyebrow:after {
        width: 954px;
        
    }
}

@media (max-width: 991px) {
    h1, .h1-style  {
        font-size: 36px;
        line-height: 40px;
        font-weight: 700;
    }
    
    .btn {
        gap: 15px;
        padding: 7px 18px;
    }
    
    .register-mark {
        font-size: 70%;
        top: 2px;
    }
    
    .cll-nordic-eyebrow:after {
        background-image: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/mb_cll-eyebrow.svg);
        background-size: contain;
        width: calc(100dvw - 32px);
    }
    
    .graphic-eyebrow::before {
        background: url('/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/mb_graphic-eyebrow.svg') no-repeat !important;
    }

}


/*Pinch and zoom css*/
.pinch-and-zoom{
    position: absolute;
    right: 21px;
    font-family: 'Lato';
    font-size: 12px;
    line-height: 32px;
    color: #DA4326;
    gap: 7px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    top: 54px;
}
.pinch-and-zoom:before{
        content: "";
        display: inline-block;
        width: 22px;
        height: 22px;
        /*background-image: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/pinch-and-zoom.png);*/
        background-image: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/pinch-zoom.svg);
        background-size: 100%;
        background-repeat: no-repeat;
}
  #consistent-pfs .pinch-and-zoom{
        top: 89px;
    }
    #mOS .pinch-and-zoom{
        top: 64px;
    }
    #echo-covid-19 #pfs .pinch-and-zoom{
    top: 65px;
    }
    
    #echo-covid-19 #unique-name-one .pinch-and-zoom{
        top: 196px;
    }
    
#adverse-events #most-common-ars .pinch-and-zoom{
    top: 90px;;
}
#preclinical-moa .pinch-and-zoom{
    top: -30px;
}
#INV-assessed-PFS-zoom .pinch-and-zoom{
    top: 140px;
}

@media (min-width: 992px) {
   .pinch-and-zoom{
    display: none;
   }
}

@media (max-width: 991px){
    #cll-moa-image {
        margin-top: 30px;
}
.mobile_padding-top{
    padding-top: 10px;
}

#preclinical-moa #cll-moa-image .pinch-and-zoom {
    top: -30px;
    align-items: center;
    right: auto;
}

.btn.btn-primary-orange-outline {
    line-height: 24px;
}
}
/*Pinch and zoom css*/
/*ISI*/
@media (min-width: 992px) {
    #isi .cmp-highlightinfo__content {
        width: 100%;
    }
    
    #isi .cmp-highlightinfo__button {
        width: 20px;
        height: 20px;
    }
}

/*#isi .wrapper-inn::before {*/
/*    content: "FPO";*/
/*    color: #ff3155;*/
/*    font-weight: bold;*/
/*    font-size: 200px;*/
/*    font-family: 'Lato';*/
/*    max-width: 950px;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    width: 100%;*/
/*    display: block;*/
/*    position: relative;*/
/*    top: 500px;*/
/*    opacity: 0.6;*/
/*    transform: rotate(-28deg);*/
/*}*/
/*@media screen and (max-width: 992px) {*/
/*    #isi .wrapper-inn::before {*/
/*        font-size: 100px;*/
/*        top: 150px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 600px) {*/
/*    #isi .wrapper-inn::before {*/
/*        font-size: 70px;*/
/*        top: 200px;*/
/*    }*/
/*}*/
/*ISI*/

#government-insured .extra-link:after{
    content: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/chevron-orange-right.svg);
    position: relative;
    display: inline;
    padding-left: 14px;
    margin-top: 10px;
}

#government-insured .extra-link{
    text-decoration: underline;
    align-items: center;
    justify-content: flex-start;
    display: inline-flex;
}




#rr-safety-data #long-term .nccn-preferred--container img{
    position: relative;
    top: -25px;
}

/*request an rep icon*/
 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/sign-up-arrow.svg");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 25px;
    background-size: 26px 16px;
  }
  /*request an rep icon*/
  

/*Search Page alignment issue*/

.cmp-searchbox__results-inner .cmp-searchbox__results-items li a{
    font-family: var(--font-primary);
    font-size: 28px;
    line-height: 50px;
    color: #535554;
    font-weight: 700;

}

.cmp-searchbox__results-cta-container{
    margin-top: 10px;
    font-family: var(--font-primary);
    font-size: 20px;
    line-height: 50px;
    color: #535554;
    font-weight: 700;
}

/*Search page alignment issue*/


#isi .text-indent-isi{
    text-indent: -7px;
    padding-left: 9px;
}


@media (min-width: 391px) and (max-width: 991px) {
    .cll-nordic-eyebrow:after {
        background-image: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/cll-eyebrow.svg);
        max-width: 940px;
    }
    
    h4.chart-title > br.mobile-only {
        display: none !important;
    }
}

.modal-box .transcript .underline{
    color: #383838;
}

.links-eop, .links-eop.pb-8 {
    padding-bottom: 40px !important;
}

.links-eop, .links-eop.pt-3 {
    padding-top: 0px !important;
}






/* 21-04-2026 */

/* Home and CLL Home Popup - STARTS */

/* Self Certification UPDATE */
.cmp-selfcertification.modal.modal--visible.modal--overflow {
    overflow-y: auto;
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0) !important;
    background: rgba(83, 83, 83, 0.7);
    padding: 0 0 0 0;
}

.cmp-selfcertification .modal-box {
    padding: 0 !important;
    -webkit-backdrop-filter: blur(0px) !important;
    backdrop-filter: blur(0) !important;
    background: rgba(83, 83, 83, 0.7);
    box-shadow: none;
    margin: 0 auto;
    overflow-y: scroll;
}

.cmp-selfcertification__content {
    margin: 30px auto;
}

/* Self Certification UPDATE */

#dual-cll-home--popup.echo-hcp-model {
    background: linear-gradient(63.17deg, #F99D1C 21.1%, #DC4405 102.92%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    width: 100%;
    max-width: 1440px;
    overflow-x: hidden;
}

#dual-cll-home--popup .echo-model-header {
    width: 100%;
    background: #fff;
    text-align: center;
    line-height: normal;
    padding: 8px 15px;
    min-height: 32px;
}

#dual-cll-home--popup .echo-model-header span {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

#dual-cll-home--popup .echo-model-banner {
    background: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/LogoHallmarkShape.png);
    background-repeat: no-repeat;
    text-align: right;
    margin-left: -3px;
    background-size: 45%;
    background-position: left 32px;
}

#dual-cll-home--popup .echo-model-banner a.close_button.self-certify-yes, 
#dual-cll-home--popup .echo-model-banner a.close_button {
    float: right;
    width: 100%;
    width: auto;
    text-align: right;
    margin: 16px 18px;
    z-index: 9;
    position: relative;
}

#dual-cll-home--popup .echo-model-banner a.close_button.self-certify-yes img, 
#dual-cll-home--popup .echo-model-banner a.close_button img {
    max-width: 40px;
}

.cmp-selfcertification__continue {
    float: right;
    width: 100%;
    width: auto !important;
    text-align: right;
    margin: 16px 18px;
    z-index: 9;
    position: relative;
    border: none !important;
    color: transparent !important;
    background-color: transparent !important;
    height: auto !important;
    min-width: fit-content !important;
}

.cmp-selfcertification__continue .close-icon {
    content: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/close-button.svg);
}

.cmp-selfcertification__continue:hover .close-icon {
    content: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/close-button-hover.svg);
}

body.self-certify-blur .root {
    opacity: 1;
    display: block !important;
}

#dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button img.hover-img, 
#dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button:hover img.normal-close {
    display: none;
}

#dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button:hover img.hover-img {
    display: block;
}

#dual-cll-home--popup p.wht-logo {
    width: 100%;
    text-align: right;
    margin: 0 18px 0 0;
}

#dual-cll-home--popup p.wht-logo a {
    cursor: default;
}

#dual-cll-home--popup .heading-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 4px;
}

#dual-cll-home--popup.echo-hcp-model h1 {
    width: 60%;
    max-width: 580px;
    font-size: 64px;
    font-weight: 800;
    line-height: 64px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
    display: inline-block;
    margin-right: 29px;
    text-transform: uppercase;
    /* margin-bottom: 7px; */
    /* padding-bottom: 7px; */
    /* border-bottom: 2px solid #fff; */
    margin-bottom: 13px;
    padding-bottom: 14px;
    position: relative;
    font-weight: 800;
    text-align: left;
}

#dual-cll-home--popup.echo-hcp-model h1:after {
    width: 97%;
    height: 2px;
    background: #fff;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 12px;
}

#dual-cll-home--popup .echo-isi {
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 0 82px 0 80px; */
    /* padding: 45px 74px 0 74px; */
    /* padding: 0px 74px 0 74px; */
    padding: 20px 74px 0 29px;
}

#dual-cll-home--popup .echo-isi .footnotes p:first-child {
    /* text-indent: -5px; */
    /* font-size: 19px; */
}

#dual-cll-home--popup .nowrap, .small-wrap {
    white-space: nowrap;
}

#dual-cll-home--popup .isi-text {
    margin: 0 0 0 0;
    position: relative;
    overflow: hidden;
}

#dual-cll-home--popup .isi-text > b {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 22.8px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 0 0;
    font-weight: 800;
}

#dual-cll-home--popup .isi-text p {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    line-height: 19.8px;
    text-align: left;
}

#dual-cll-home--popup .isi-text p > a {
    color: #fff;
    text-decoration: underline !important;
    text-shadow: none !important;
}

#dual-cll-home--popup .self-certiy-open .isi-text p.pi-link {
    font-weight: 800;
}

#dual-cll-home--popup p.pi-link {
    line-height: 30px;
    font-family: 'Lato';
    font-weight: 800;
    padding: 5px 0 3px 0;
}

#dual-cll-home--popup.echo-hcp-model.pop-up .pi-link.padding-extra-first a {
    font-family: 'Lato';
    font-weight: 800;
}

#dual-cll-home--popup p.fda-link {
    line-height: 30px;
    padding-bottom: 5px;
    font-style: italic;
}

#dual-cll-home--popup.echo-hcp-model.pop-up .img-popup-page {
    position: relative;
    left: 4px;
}

#dual-cll-home--popup .fa-external-link:before {
    content: "\f08e";
}

#dual-cll-home--popup.echo-hcp-model.pop-up .dot-popup-page {
    position: relative;
    left: 4px;
}

#dual-cll-home--popup.echo-hcp-model.pop-up .padding-extra-third b {
    font-size: 17px !important;
    line-height: 22px;
    font-weight: 700;
    font-family: 'Lato';
}

#dual-cll-home--popup sup {
    font-size: 65%;
    top: -0.5em;
}

#dual-cll-home--popup .echo-model-footer span {
    line-height: 16px;
    color: #fff;
    font-family: 'Lato';
    line-height: 16.8px;
    text-align: left;
    font-size: 12px;
    padding-top: 10px;
    letter-spacing: 0.4px;
}

#dual-cll-home--popup.echo-hcp-model.reminder a.learn-more:hover, 
#dual-cll-home--popup.echo-hcp-model.pop-up a.learn-more:hover {
    background-color: #fff;
}

#home-cll .modal-box__content > .has-dual-cll-home--popup > button.modal__close,
#dual-home .modal-box__content > .has-dual-cll-home--popup > button.modal__close{
    display: none;
}

/* CLL/MAIC */

@font-face{font-family:FlamaUltracond-Semibold;font-display:swap;src:url('/etc/designs/digital/overrides/css/hcp-cal/fonts/FlamaUltracond-Semibold.woff') format('woff')}

#pdf-viewer h3 {
    font-family: 'FlamaUltracond-Semibold', sans-serif;
    color: #DC4405;
    line-height: 45px;
    font-weight: 600;
}

#pdf-viewer a.download-pdf {
    color: #dc4405;
    width: 140px;
    white-space: nowrap;
    margin: 0;
    top: 3px;
    height: 41px;
    background-image: linear-gradient(98deg, #ff9e00 2%, #dc4405);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 6px 0;
    position: relative;
    display: inline-block !important;
    font-size: 18px !important;
    font-weight: 700;
    color: #fff !important;
    line-height: 27px;
    font-family: 'Lato';
    text-align: center;
    vertical-align: top;
    right: -10px;
    text-decoration: unset;
}

.cmp-pdfviewer {
    width: 100%;
    max-width: 955px;
    margin: 0 auto;
    padding: 0;
    padding-bottom: 46px;
}

.cmp-pdfviewer__content {
    height: 800px !important;
}

.sdk-HeaderFileInfoView-fileBreadCrumb {
    max-width: 300px !important;
    color: #FFF !important;
}

.sdk-HeaderFileInfoView-details,
.spectrum--light .PageNumberUI__totalPagesModern___wcFXK {
    color: #FFF !important;
}

.sdk-HeaderView-navSection, .Icon__icon___Cd0PC {
    background-color: #3c3c3c !important;
}

.PagesView__flexColumn___-WEpI {
    background-color: #282828 !important;
}

.cmp-pdf--image {
    display: flex;
    justify-content: center;
}

/* CLL/MAIC */

@media (min-width: 992px) {
    
    /* Self Certification UPDATE */

    #dual-cll-home--popup.echo-hcp-model {
        zoom: 78%;
        margin: 0 auto;
    }
    
    .selfCertification_wrapper .cmp-selfcertification__continue {
        margin: 17px 16px;
    }
    
    .cmp-selfcertification__continue .close-icon {
        max-width: 46px;
    }
    
    /* Self Certification UPDATE */


    #home-cll .modal-box__content > .has-dual-cll-home--popup,
    #dual-home .modal-box__content > .has-dual-cll-home--popup {
        padding-top: 0px !important;
        box-shadow: none;
        margin: 30px auto;
        max-width: 1440px;
        zoom: 80%;
    }

    #dual-cll-home--popup.echo-hcp-model.reminder .echo-model-header, 
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-header {
        min-height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 15px;
    }

    #dual-cll-home--popup.echo-hcp-model.reminder .echo-model-header span, 
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-header span {
        font-size: 24px !important;
        line-height: 100% !important;
        color: #000000;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-header span {
        font-size: 20px !important;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner {
        background: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/LogoHallmarkShape.png);
        margin-left: 0px;
        background-size: 46%;
        background-position: left 130px;
        background-repeat: no-repeat;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button.self-certify-yes, 
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button {
        margin: 17px 16px;
    }

    #dual-cll-home--popup.echo-hcp-model.reminder .echo-model-banner a.close_button.self-certify-yes img, 
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button.self-certify-yes img, .echo-hcp-model.reminder .echo-model-banner a.close_button img, .echo-hcp-model.pop-up .echo-model-banner a.close_button img {
        max-width: 46px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up p {
        width: 100%;
        max-width: max-content;
        font-size: 24.7px;
        line-height: 38px;
        margin-right: 60px;
        color: #fff;
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        position: relative;
        font-weight: inherit;
        font-family: Lato;
        font-weight: 400;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner p.wht-logo a img {
        margin-top: 22px;
        margin-right: -116px;
        max-width: 364px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up a.cll-button {
        background: #FFC21E;
        font-size: 32px !important;
        min-width: 186px;
        min-height: 50px;
        align-content: center;
        color: #414042;
        border-radius: 0px;
        padding: 0px 27px 0px 27px;
        font-weight: 600 !important;
        margin: -48px 504px 0px 0px;
        width: 158px;
        height: 39px;
        font-family: Lato;
        line-height: 23px;
        text-align: left;
        text-shadow: none !important;
        border-top-left-radius: 27px;
        clip-path: polygon(10% 0%, 116% 0%, 89% 100%, -10% 100%);
        pointer-events: none;
        text-decoration: none;
        border: none;
        outline: none;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up h1 {
        width: 100%;
        max-width: max-content;
        font-size: 76.4px;
        line-height: 104px;
        margin-right: 64px;
        letter-spacing: 0;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .vene-text {
        display: block;
        font-size: 46px;
        line-height: 86%;
        font-family: 'Lato';
        font-weight: 700;
        letter-spacing: 0.4px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up h1:after {
        visibility: visible;
        bottom: -18px;
        width: 100%;
        position: relative;
        left: 3px;
        display: block;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up a.learn-more {
        /* background: url(/content/dam/open-digital/hcp-cal/us/en/echo-popup/black-vector.svg) no-repeat 92% center #FFC21E; */
        background: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/black-vector.svg) no-repeat 92% 58% #FFC21E;
        font-size: 29.78px !important;
        min-width: 199px;
        min-height: 50px;
        align-content: center;
        color: #414042;
        border-radius: 12px;
        padding: 0px 22px 0px 16px;
        font-weight: 600 !important;
        margin: 22px 64px 0px 0px;
        line-height: 100%;
        background-size: 7%;
        letter-spacing: -0.5px;
        text-decoration: none;
        border: none;
        outline: none;
        text-align: left;
        width: 163px;
        height: 39px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi {
        padding: 0px 60px 0 59px;
        margin: 3px 0px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .footnotes p {
        display: block;
        /* font-size: 16px; */
        font-size: 18px;
        line-height: 112%;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .footnotes p:nth-child(1) {
        /* width: 474px; */
        width: 534px;
        text-indent: -7px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .isi-text {
        padding-top: 8px;
        display: block;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .isi-text b {
        font-size: 20px;
        padding-top: 3px;
        line-height: 22px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .isi-text p {
        font-size: 18px;
        padding-top: 0px;
        line-height: 19px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .pi-link.padding-extra-first {
        display: block;
        font-size: 19px !important;
        /* letter-spacing: 0.55px; */
        padding-bottom: 10px;
        margin-top: 2px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up p.fda-link.padding-extra-second {
        font-size: 17px !important;
        letter-spacing: -0.6px;
        padding-bottom: 5px;
        font-style: italic;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up p.padding-extra-third {
        font-size: 17px !important;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer {
        max-width: 100%;
        justify-content: flex-start;
        text-align: center;
        gap: 7px;
        background: #FFC21E;
        margin-top: 6px;
        padding: 0px 10px 0px 26px;
        align-items: center;
        display: flex;
        flex-direction: row;
        height: 50px;
    }

    #dual-cll-home--popup.echo-hcp-model.reminder .echo-model-footer .AZ-logo-footer, 
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer .AZ-logo-footer {
        content: '';
        width: 104px;
        height: 35px;
        background-image: url(/content/dam/intelligentcontent/brands/calquencehcp/us/en/images/global/astrazeneca-vector-logo.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    #dual-cll-home--popup.echo-hcp-model.reminder .echo-model-footer span, 
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer span {
        color: #414042;
        font-size: 14px;
        line-height: 100%;
        font-weight: 400;
        letter-spacing: 0px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer span {
        font-size: 15px;
    }
}


@media (min-width: 992px) and (max-width: 1199.98px) {
    #home-cll .modal-box__content > .has-dual-cll-home--popup,
    #dual-home .modal-box__content > .has-dual-cll-home--popup{
        zoom: 60%;
    }
    
    .cmp-selfcertification .modal-box {
        max-width: none !important;
        margin: 0 auto !important;
    }
    
    #dual-cll-home--popup.echo-hcp-model {
        max-width: 991px;
        zoom: 73%;
        margin: auto;
    }
}

@media (max-width: 991px) {
    /* Self Certification UPDATE */
    .cmp-selfcertification .modal-box {
        margin: auto !important;
    }
    
    #dual-cll-home--popup.echo-hcp-model {
        max-width: 96%;
        margin: auto;
    }
    
    .selfCertification_wrapper .cmp-selfcertification__continue {
        float: right;
        text-align: right;
        margin: 7px 8px;
        width: 4%;
        min-width: fit-content !important;
    }
    
    .cmp-selfcertification__continue .close-icon {
        max-width: 16px;
    }
    
    /* Self Certification UPDATE */
    
    #home-cll .modal-box__content > .has-dual-cll-home--popup,
    #dual-home .modal-box__content > .has-dual-cll-home--popup {
        padding-top: 0;
        box-shadow: none;
        max-width: 390px;
        width: 100%;
        margin: 20px auto;
        zoom: 85%;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-header {
        min-height: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px 15px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-header span {
        font-size: 10px !important;
        line-height: 120% !important;
        color: #000000;
        font-weight: 500;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner {
        background: none;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button {
        float: right;
        text-align: right;
        margin: 7px 8px;
        width: 4%;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button.self-certify-yes img, 
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner a.close_button img {
        max-width: 16px;
    }
        
    #dual-cll-home--popup.echo-hcp-model.pop-up p.wht-logo {
        text-align: right;
        margin: 0 18px 0 0;
        position: absolute;
        left: 0;
        top: 21px;
        width: 65%;
        right: 0;
        margin: auto;
        z-index: 1;
        width: 100%;
        max-width: 220px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner p.wht-logo a img {
        margin-top: -7px;
        margin-right: -65px;
        max-width: 173px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up img.logoshape.mobile-only {
        height: 84px;
        margin: 10px 0 0 0px;
        float: left;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .heading-text {
        width: 100%;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up a.cll-button {
        background: #FFC21E;
        font-size: 13px !important;
        min-width: 78px;
        align-content: center;
        color: #414042;
        border-radius: 0px;
        /* padding: 0px 13px 0px 13px; */
        padding: 4px 11px 4px 11px;
        font-weight: 600 !important;
        /* margin: -6px 190px 0px 0px; */
        margin: -6px 202px 0px 0px;
        width: 80px;
        height: 22px;
        font-family: Lato;
        line-height: 120%;
        text-align: left;
        text-shadow: none !important;
        border-top-left-radius: 0px;
        clip-path: polygon(10% 0%, 115% 0%, 89% 100%, -10% 100%);
        pointer-events: none;
        text-decoration: none;
        border: none;
        outline: none;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up h1 {
        width: 100%;
        /* max-width: max-content; */
        max-width: 260px;
        font-size: 30px;
        line-height: 36px;
        margin-right: 24px;
        margin-bottom: 0px;
        padding-bottom: 0px;
        margin-top: 0px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .vene-text {
        display: block;
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up h1:after {
        visibility: visible;
        bottom: -4px;
        height: 1px;
        width: 99%;
        position: relative;
        left: 1px;
        display: block;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner p:nth-child(3) {
        width: 100%;
        /* max-width: max-content; */
        font-size: 14px;
        line-height: 18px;
        margin-right: 24px;
        color: #fff;
        display: inline-block;
        margin-bottom: 0px;
        padding-bottom: 0px;
        position: relative;
        font-weight: inherit;
        font-family: Lato;
        /* width: 262px; */
        margin-top: 8px;
        letter-spacing: 0.1px;
        width: 268px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up a.learn-more {
        /* background: url(/content/dam/open-digital/hcp-cal/us/en/echo-popup/black-vector-mob.svg) no-repeat 92% center #FFC21E; */
        background: url(/content/dam/open-digital/hcp-cal/us/en/echo-popup/black-vector-mob.svg) no-repeat 92% 58% #FFC21E;
        font-size: 14px !important;
        min-width: 100px;
        min-height: 24px;
        align-content: center;
        color: #414042;
        border-radius: 4.75px;
        padding: 3px 8px 4px 6px;
        font-weight: 600 !important;
        margin: 5px 24px 4px 0px;
        width: 98px;
        height: 23px;
        line-height: 18px;
        letter-spacing: 0.3px;
        text-decoration: none;
        border: none;
        outline: none;
        text-align: left;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi {
        padding: 8px 16px 3px 8px;
        margin: 1px 0px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .footnotes p {
        display: block;
        /* font-size: 6px; */
        font-size: 7px;
        line-height: 120%;
        color: #FFFFFF;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .footnotes p:nth-child(1) {
        /* width: 178px; */
        width: 208px;
        text-indent: -3px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .isi-text {
        padding-top: 0px;
        display: block;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .isi-text b {
        /* font-size: 7.2px; */
        font-size: 8px;
        padding-top: 3px;
        line-height: 9px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-isi .isi-text p {
        font-size: 7.2px;
        padding-top: 0px;
        line-height: 8px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    
    #dual-cll-home--popup .isi-text p > a {
        text-underline-offset: 1px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .pi-link.padding-extra-first {
        display: block;
        font-size: 7.6px !important;
        padding-bottom: 5px;
        margin-top: 6px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up p.pi-link, 
    #dual-cll-home--popup.echo-hcp-model.pop-up p.fda-link {
        padding: 10px 0 0 0;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up p.fda-link.padding-extra-second {
        font-size: 6.8px !important;
        letter-spacing: -0.2px;
        padding-bottom: 6px;
        font-style: italic;
        margin-top: 1px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .img-popup-page {
        position: relative;
        left: 0px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .dot-popup-page {
        position: relative;
        left: 0px;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up p.padding-extra-third {
        font-size: 6.8px !important;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .padding-extra-third b {
        font-size: 6.8px !important;
        line-height: 8px;
        font-weight: 700;
        font-family: 'Lato';
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer {
        max-width: 100%;
        justify-content: center;
        text-align: center;
        gap: 1px;
        background: #FFC21E;
        margin-top: 75px;
        padding: 0px 0px 0px 7px;
        display: flex;
        margin: 0 auto;
        min-height: 21px;
        height: 21px;
        margin-left: 0px;
        align-items: center;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer .AZ-logo-footer {
        content: '';
        width: 37px;
        height: 12.11px;
        background-image: url(/content/dam/open-digital/hcp-cal/us/en/echo-popup/astrazeneca-vector-logo-mob.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: flex;
        margin: 0 auto;
        flex-shrink: 0;
    }

    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer span {
        color: #414042;
        font-size: 5px;
        line-height: 120%;
        font-weight: 400;
        padding-top: 2px;
        margin-left: 0px;
        padding-right: 0px;
        font-family: 'Lato';
        text-align: left;
        letter-spacing: 0;
        margin-top: 1px;
        width: 100%;
        display: block;
    }

}

@media (max-width: 644px) {
    
    /* CLL/MAIC */
    #pdf-viewer a.download-pdf {
        display: block !important;
        margin: 0 auto;
        right: unset;
    }
    /* CLL/MAIC */
}

@media (max-width: 339px) {
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-footer span {
        font-size: 4.7px;
    }

    #home-cll .modal-box__content > .has-dual-cll-home--popup,
    #dual-home .modal-box__content > .has-dual-cll-home--popup{
        zoom: 0.8;
    }
    
    #dual-cll-home--popup.echo-hcp-model.pop-up .echo-model-banner p.wht-logo a img {
        margin-top: -7px;
        margin-right: -56px;
        max-width: 168px;
    }
}

@media (min-width: 380px) and (max-width: 589px) {
    #home-cll .modal-box__content > .has-dual-cll-home--popup,
    #dual-home .modal-box__content > .has-dual-cll-home--popup{
        max-width: 96%;
        zoom: 96%;
    }
}

@media (min-width: 590px) and (max-width: 991px) {
    #home-cll .modal-box__content > .has-dual-cll-home--popup,
    #dual-home .modal-box__content > .has-dual-cll-home--popup{
        zoom: 160%;
    }
    
    .cmp-selfcertification__content {
        padding: 0 24px !important;
    }
    
    #dual-cll-home--popup.echo-hcp-model {
        max-width: 390px;
        zoom: 160%;
    }
}

/* Home and CLL Home Popup - ENDS */

#amplify-data h1 {
    width: 96%;
    padding: 15px 0px;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    line-height: 35px;
    font-weight: 900;
    color: #DC4405;
}

#amplify-data #pdf-viewer a.download-pdf {
    top: -2px;
}
