/*HOME*/

/*HEADINGS*/
#White_Paper h1{
    font-size:48.83px;
    font-family: "Roboto", sans-serif;
    font-weight:700;
    line-height:60px;
    color:#830051;
}

#White_Paper h2{
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 34px;
    color:#830051;
}

#White_Paper h3{
    font-family: 'Roboto';
    font-size: 32px;
    line-height: 34px;
    color:#830051;
}

#White_Paper h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

#White_Paper h5{
    font-size: 20px;
    font-family: 'Roboto';
    line-height: 22px;
    font-weight: 500;
    color: #830051;
    margin-bottom: 15px;
    margin-top: 35px;
}

#White_Paper h6{
    font-size: 16px;
    font-family: 'Roboto';
    color: #293852;
    font-weight: bold;
    line-height: 18px;
    text-decoration: underline;
    margin-bottom: 22px;
    margin-top: 25px;
}

#White_Paper p{
    color:#000000;
}

/*DESKTOP STYLES*/
/*WRAPPER*/
#White_Paper #wP-mAin-bodyWrapper{
    width:100%;
    max-width:1024px;
    margin:0 auto;
}

/*SECTION-1*/
#White_Paper .cancer-care-content{
    margin:40px 0;
}
#wP-mAin-bodyWrapper .cancer-care-content .intro-text{
   color:#830051; 
   margin-bottom:20px;
   line-height:25px;
   font-size:16px;
   font-weight: 600;
}

#wP-mAin-bodyWrapper .cancer-care-content .In-response-para{
    margin:20px 0;
    font-size:16px;
    /*BUG-FIXES*/
    /*max-width: 80%;*/

}

#wP-mAin-bodyWrapper .cancer-care-content .to-gether-para{
    margin-bottom:20px;
    font-size:16px;
}
#wP-mAin-bodyWrapper .cancer-care-content .highlight-text{
    font-size:20px;
    line-height:30px;
    font-weight: 600;
}
#wP-mAin-bodyWrapper .cancer-care-content .highlight-text a{
    text-decoration:underline;
    cursor:pointer;
    color: #343A40;
    text-underline-offset: 3px;
}

#White_Paper .hr-line{
    border-bottom: 1px dashed #000000;
    margin-bottom: 40px;
    border-image: repeating-linear-gradient(
    to right,
    #000 0 4px,
    transparent 4px 8px
  ) 1;

}

#wP-mAin-bodyWrapper .whitepaper-card{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

#wP-mAin-bodyWrapper .whitepaper-card .card-content{
    /*max-width:733px;*/
    /*flex:1;*/
    flex:0 1 718px;
}
#wP-mAin-bodyWrapper .whitepaper-card.card1 .card-content{
    flex:0 1 733px;
}

#wP-mAin-bodyWrapper .whitepaper-card .card-content .read-more-btn{
    margin-top:20px;
    padding:12px 28px;
    border-radius:8px;
    border:1px solid #ccc;
    background:linear-gradient(to bottom,#ffffff,#e9e9e9);
    font-size:16px;
    cursor:pointer;
}

#wP-mAin-bodyWrapper .whitepaper-card .circle{
    flex:0 0 258px;
}
#wP-mAin-bodyWrapper .whitepaper-card.card1 h3{
    margin:20px 0;
    max-width: 733px;
}

#wP-mAin-bodyWrapper .whitepaper-card span{
    font-weight:700;
    line-height:18px;
    font-size:16px;
    font-family:"Roboto";
}

#wP-mAin-bodyWrapper .whitepaper-card p{
    margin-bottom:15px;
    font-weight:400;
}


#wP-mAin-bodyWrapper .whitepaper-card .btn{
    display: inline-block;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 21px 48px;
    border: 0.51px solid #23272B;
    border-radius: 6px;
    margin: 25px 0 40px 0;
    text-decoration: none;
    width: fit-content;
    color: #23272B;
    background-color: #E6CCDC;
    margin-left: auto;
}

#wP-mAin-bodyWrapper .whitepaper-card .btn img{
    pointer-events:none;
    display:none;
}

#wP-mAin-bodyWrapper .whitepaper-card .btn:hover{
    background-color:#830051;
    color:#FFFFFF;
}

/*#wP-mAin-bodyWrapper .whitepaper-card .btn:hover img{*/
/*    content:url("/content/dam/intelligentcontent/unbranded/cancercare2040/us/en/image/global/white_arrow_icon.png");*/
/*}*/

/*#wP-mAin-bodyWrapper .whitepaper-card .btn:active{*/
/*    color:#8D8F8F;*/
/*}*/

/*#wP-mAin-bodyWrapper .whitepaper-card .btn:active img{*/
/*    content:url("/content/dam/intelligentcontent/unbranded/cancercare2040/us/en/image/global/grey_arrow_icon.png");*/
/*}*/

#wP-mAin-bodyWrapper .whitepaper-card .btn .read-m{
    display: inline-block;
    vertical-align: middle;
    font-family: "lexia";
    font-style:italic;
    line-height:24.44px;
    font-size:24.44px;
    font-weight:400;
}

#White_Paper .last-child{
    display:none;
}

#wP-mAin-bodyWrapper .whitepaper-card .btn::after {
    content: "";
    display: inline-block;
    width: 57px;
    height: 18px;
    margin-left: 20px;
    vertical-align: middle;
    background: url("/content/dam/intelligentcontent/unbranded/cancercare2040/us/en/image/global/right-arrow-icon.png") no-repeat center;
    background-size: contain;
}

#wP-mAin-bodyWrapper .whitepaper-card .btn:hover::after {
    background-image: url("/content/dam/intelligentcontent/unbranded/cancercare2040/us/en/image/global/white_arrow_icon.png");
}

#wP-mAin-bodyWrapper .acknowledgement-box{
    position:relative;
    padding:20px 30px;
    margin:40px 0 20px 0;
}

/*CARD*/
#wP-mAin-bodyWrapper .acknowledgement-box .ack-card{
    background:#830251;
    padding:15px 45px 15px 15px;
    margin:auto;
    
}
#wP-mAin-bodyWrapper .acknowledgement-box .ack-card p{
    font-size:24px;
    line-height:29.7px;
    font-family:"lexia";
    font-weight:400;
    color: #FFFFFF;
    /*padding-right:50px;*/
    /*padding-left:5px;*/
}
#wP-mAin-bodyWrapper .acknowledgement-box .ack-card h3{
    color:#FFFFFF;
    margin:15px 0;
    line-height:30px;
    font-weight:600;
    font-family:"lexia";
    margin-bottom: 10px;
    margin-top: 10px;
    font-size:30px;
}

/* ---------- TOP LEFT CORNER ---------- */
#wP-mAin-bodyWrapper .acknowledgement-box::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:70%;
    height:50%;
    border-top:1.29px solid #830251;
    border-left:1.29px solid #830251;
}


/* ---------- TOP RIGHT CORNER ---------- */
#wP-mAin-bodyWrapper .acknowledgement-box::after{
    content:"";
    position:absolute;
    top:0;
    right:0;
    width:20%;
    height:50%;
    border-top:1.29px solid #830251;
    border-right:1.29px solid #830251;
}

/* ---------- BOTTOM LEFT CORNER ---------- */
#wP-mAin-bodyWrapper .acknowledgement-box .ack-card::before{
    content:"";
    position:absolute;
    bottom:0px;
    left:0;
    width:35%;
    height:20%;
    border-bottom:1.29px solid #830251;
    border-left:1.29px solid #830251;
}

/* ---------- BOTTOM RIGHT CORNER ---------- */
#wP-mAin-bodyWrapper .acknowledgement-box .ack-card::after{
    content:"";
    position:absolute;
    bottom:0px;
    right:0;
    width:38%;
    /*height:60px;*/
    border-bottom:1.29px solid #830251;
    border-right:1.29px solid #830251;
}

/*contributors-wrapper*/
#wP-mAin-bodyWrapper .contributors-wrapper{
    display:flex;
    /*gap:194px;*/
    margin-top:30px;
    justify-content:space-between;
}

 #wP-mAin-bodyWrapper .contributors-wrapper .contributors-column h3{
    font-family:"lexia";
    margin-bottom:40px;
    font-weight:bold;
}

.contributors-wrapper .contributors-column .name{
    font-family:"Helvetica Neue";
    font-weight:bold;
}
.contributors-wrapper .contributors-column .pipe{
    font-weight:700;
}
.contributors-wrapper .contributors-column p{
    margin-bottom:15px;
    font-weight: 400;
    color:#000000;
}

.contributors-wrapper .contributors-column:first-child{
    /*flex:0 0 40%;*/
    width:100%;
    max-width:417px;
}

#White_Paper .contributors-wrapper .contributors-column:first-child p:nth-of-type(1){
    max-width: 415px;
}

.contributors-wrapper .contributors-column:last-child{
    /*flex:0 0 40%;*/
    width:100%;
    max-width:404px;
}

#White_Paper #hero-bannerr{
    position:relative;
}

#White_Paper #hero-bannerr img{
    width:100%;
    /*display:block;*/
}

#White_Paper #hero-bannerr .text{
    position:absolute;
    top:72%;
    left:32%;
    transform:translate(-50%, -50%);
    color:#fff;
}

#White_Paper .banner-content h1{
    font-size:72px;
    line-height:96px;
    font-weight:700;
    color:#FFFFFF;
    /*max-width:470px;*/
     max-width:495px;
    font-family:"lexia";
    vertical-align: middle;
    position: relative;
    /*left: 45px;*/
    top: 10px;
}

/*BUG FIXES*/

#White_Paper .contributors-wrapper .contributors-column .ext-int-cont{
    color:#830051;
    font-size:31.25px;
    line-height:34px;
}

/*a img{*/
/*    display:none;*/
/*}*/

/* Tablet & Mobile */
@media only screen and (max-width:991px){
    
    #White_Paper #wP-mAin-bodyWrapper{
    width:91%;
    max-width:991px;
    margin:0 auto;
    }
    #White_Paper #hero-bannerr .text{
    width:91%;
    max-width:991px;
    margin:0 auto;
    position:static;
    transform:none;
    margin-top:40px;
    }
   #White_Paper #hero-bannerr .banner-content h1{
    font-size:40px;
    line-height:48px;
    color:#830051;
    max-width:991px;
    font-weight:600;
    margin:0;
    position:unset;
   }
   
   #White_Paper #hero-bannerr .banner-content{
       max-width:77%;
   }
   #White_Paper .cancer-care-content {
    margin: 20px 0;
    margin-top:0px;
   }
   #wP-mAin-bodyWrapper .cancer-care-content .In-response-para{
       font-size:14px;
        /*BUG-FIXES*/
        /*max-width: 98%;*/

   }
   #wP-mAin-bodyWrapper .cancer-care-content .intro-text{
       font-size:16px;
       margin-bottom: 30px;
       line-height: 24px;
       font-weight:600;
   }
   #wP-mAin-bodyWrapper .cancer-care-content .to-gether-para {
       font-size:14px;
       margin-bottom: 30px;
   }
   #wP-mAin-bodyWrapper .cancer-care-content .highlight-text {
    font-size: 16px;
    font-weight: 600;
    line-height:24px;
   }
   #wP-mAin-bodyWrapper .whitepaper-card{
       display:flex;
       flex-direction:column;
       gap:0;
   }
   #White_Paper #wP-mAin-bodyWrapper .whitepaper-card h3 {
    margin-top: 15px;
    margin-bottom:15px;
    font-size:25px;
    line-height: 28px;
   }
   #White_Paper #wP-mAin-bodyWrapper .whitepaper-card.card4 h3{
          font-size:31px;
           line-height: 34px;
      }
    #White_Paper #wP-mAin-bodyWrapper .whitepaper-card.card1 p:first-of-type{
        max-width:99%;
    }
   #wP-mAin-bodyWrapper .whitepaper-card p {
    margin-bottom: 10px;
    font-size:14px;
    color: #000000;
   }
   #wP-mAin-bodyWrapper .whitepaper-card .circle{
        width: 100%;
        max-width: 199px;
        flex:0;
        margin:15px 0;
   }
   #wP-mAin-bodyWrapper .whitepaper-card.card1 .card-content{
       flex: 1;
   }
   #wP-mAin-bodyWrapper .whitepaper-card .card-content {
        flex: 1;
   }
   #wP-mAin-bodyWrapper .whitepaper-card .btn{
       margin-left:0;
       margin-bottom: 15px;
   }
   #White_Paper .hr-line {
    margin-bottom: 20px;
   }
   #wP-mAin-bodyWrapper .acknowledgement-box::before {
       display:none;
   }
   #wP-mAin-bodyWrapper .acknowledgement-box .ack-card::before {
       display:none;
   }
   #wP-mAin-bodyWrapper .acknowledgement-box .ack-card::after{
       display:none;
   }
   #wP-mAin-bodyWrapper .acknowledgement-box::after{
       display:none;
   }
   #White_Paper .last-child{
    display:block;
   }
   #wP-mAin-bodyWrapper .acknowledgement-box{
    width:100vw;
    margin-left:calc(-50vw + 50%);
    margin-right:calc(-50vw + 50%);
    padding: 0;
   }
   /*#wP-mAin-bodyWrapper .ack-card{*/
   /* width:100%;*/
   /*}*/
   #wP-mAin-bodyWrapper .acknowledgement-box .ack-card{
       width:100%;
       padding:30px;
   }
   #wP-mAin-bodyWrapper .acknowledgement-box .ack-card h3{
       margin-bottom:15px;
   }
   #wP-mAin-bodyWrapper .contributors-wrapper{
       display:flex;
       flex-direction:column;
       gap:0;
   }
   #wP-mAin-bodyWrapper .contributors-wrapper {
       margin-top:0;
       margin-bottom:20px;
   }
   #White_Paper #wP-mAin-bodyWrapper .contributors-wrapper .contributors-column h3 {
       font-family:"Roboto";
       font-size:25px;
       font-weight:700;
   }
   
   /*BUG FIXES*/
   #wP-mAin-bodyWrapper .whitepaper-card span{
       font-family:"lexia";
       font-weight: 600;
   }
   
    #wP-mAin-bodyWrapper .whitepaper-card.card2 .circle{
        margin-top:25px;
    }
    
    #wP-mAin-bodyWrapper .whitepaper-card.card2 .card-content h3{
        margin-top: 0;
        max-width: 93%;
    }
    #wP-mAin-bodyWrapper .whitepaper-card.card3 .card-content .btn{
        margin-bottom:25px;
    }
    #wP-mAin-bodyWrapper .whitepaper-card.card3 .circle{
        margin-bottom:0;
        }
    #wP-mAin-bodyWrapper .whitepaper-card.card4 .circle{
        margin-top: 30px;
    }
    #wP-mAin-bodyWrapper .whitepaper-card.card4 .card-content h3{
        margin-top: 0;
        font-size: 31px;
        line-height: 34px;
    }
    #wP-mAin-bodyWrapper .whitepaper-card.card4 .card-content .btn{
        margin-bottom:30px;
    }
    .contributors-wrapper .contributors-column:first-child, .contributors-wrapper .contributors-column:last-child{
            width: 100%;
            max-width: 100%;
    }
    #White_Paper .contributors-wrapper .contributors-column:first-child p:nth-of-type(1){
      max-width: 305px;
    }
    
   
    }
   
   
@media (min-width:1440.9px) and (max-width:1650px){
      #White_Paper .banner-content h1{
         left: calc(100% - 6.7em);
    }
}

@media (min-width:1650.9px) and (max-width:1919.9px){
      #White_Paper .banner-content h1{
         left: calc(100% - 5.9em);
    }
}

@media (min-width:2150px) {
      #White_Paper .banner-content h1{
         left: calc(100% - 4.6em);
    }
}

@media (min-width:2560px){
      #White_Paper .banner-content h1{
         left: calc(100% - 4.4em);
    }
}

   /*COMPATABILITY FIXES START*/
   
   @media screen and (min-width:320px) and (max-width:389px){
       #wP-mAin-bodyWrapper .whitepaper-card .btn{
           padding: 21px 47px;
       }
       #wP-mAin-bodyWrapper .acknowledgement-box .ack-card{
           padding: 18px;
       }
   }
   
   
   @media screen and (min-width:991px) and (max-width:1040px){
       #White_Paper #wP-mAin-bodyWrapper{
           max-width:96%;
           
       }
   }
   
   
   #error-500 .error-page-container, #error-404 .error-page-container, #error-403 .error-page-container
{
width: 92%;
    max-width: 1024px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    #error-500 .error-page-container, #error-404 .error-page-container, #error-403 .error-page-container {
        width: 93%;
        max-width: 991px;
        margin: 0 auto;
    }
}





@media only screen  and (min-width:1920px){
    #hero-bannerr img{
        width: 100%;
        /*height: 80rem;*/
        height: 849px;
        object-fit: cover;
        aspect-ratio: 16 / 9
    }
    #WhITe_paper  #hero-bannerr img , #factsheet #hero-bannerr img, #casestudy #hero-bannerr img, #glossary #hero-bannerr img, #contact-us #hero-bannerr img{
        height: 425px;
    }
    #White_Paper .banner-content h1{
         left: calc(100% - 5.7em);
         width: 80%;
    }
}

@media only screen  and (min-width:1499px){
    #WhITe_paper  #hero-bannerr img , #factsheet #hero-bannerr img, #casestudy #hero-bannerr img, #glossary #hero-bannerr img, #contact-us #hero-bannerr img{
        height: 425px;
    }
}

@media only screen and (max-width:767px){

    #White_Paper #hero-bannerr img{
        max-height: 241px;
        object-fit: cover;

    }
}
    
#wP-mAin-bodyWrapper .whitepaper-card .btn:active::after {
    background-image: url(/content/dam/intelligentcontent/unbranded/cancercare2040/us/en/image/global/white_arrow_icon.png);
}


#wP-mAin-bodyWrapper .whitepaper-card .btn:active .read-m{
    color:#fff;
}
#wP-mAin-bodyWrapper .whitepaper-card .btn:active{
        background-color: #830051;
}



:focus-visible {
    outline: 2px solid #000;
    outline-offset: 2px;
}

a:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible
input:focus-visible{
outline: 2px solid #000 !important;
outline-offset: 2px !important;
}







