  
 .diclPrintWrapper #article-modal{
    text-align: initial !important;
}
/* .diclWrapper .container{
    margin-top: 100px;
} */
.diclPrintWrapper .modal {
    z-index: 9999 !important;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    text-align: initial !important;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.7);
    

  }
  
  .diclPrintWrapper  .article-modal-container {
    z-index: 9999 !important;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    text-align: initial !important;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .diclPrintWrapper .article-modal-close {
    color: #000;
    position: absolute;
    /* top: 10px; */
    right: 10px;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
  }
  .diclPrintWrapper .article-heading-row h1{
    font-size: 3.125rem !important;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}
.diclPrintWrapper .article-heading-row h2{
    font-size: 1.875rem !important;
    line-height: 1.1;
    color: #000000;
    margin: 20px 0 40px 0;
    font-weight: 400;
}
.diclPrintWrapper .article-text-container h3{
    font-size: 2rem;
    line-height: 1.57;
    margin-bottom: 15px;
}
.diclPrintWrapper .article-text-container p{
    font-size: 1.125rem !important;
}
.diclPrintWrapper .author-box{
    display: flex;
    margin-bottom: 25px;
}
.diclPrintWrapper .author-image_image{
    max-width: 90px;
    width: 100%;
    height: auto;
}
.diclPrintWrapper .author-description{
    padding-left: 20px;
}
/* .diclPrintWrapper .author-description h3{
    padding-top: 18px;
    font-size: 1rem !important;
} */

/* .article-authors-row {
    display: flex;
} */
.diclPrintWrapper .cmp-image__image{
    max-width: 840px;
    width: 100%;
    padding: 10px 50px 10px 15px;
    align-items: center;
}
.diclPrintWrapper .cmp-aside__content {
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #1f1f1f;
    padding: 2rem 1.6rem 0 1.8rem;
}
.diclPrintWrapper .cmp-aside__content h3{
    margin-bottom: 18px;
    line-height: 1.55rem !important;
    font-size: 1.375rem !important;
    font-weight: 700;
    color: #1f1f1f;
    font-family: adelle-sans-condensed,sans-serif;
}


.diclPrintWrapper .cmp-title .cmp-title__text{
    font-family: adelle-sans-condensed,sans-serif !important;
}
.diclPrintWrapper .cmp-component-header__title h2.cmp-title__text {
    font-family:linotype-sabon,sans-serif !important;
    font-style: italic !important;
    color: #1f1f1f;
}
/* .diclPrintWrapper.author-description h3,.author-description p{
    font-family: adelle-sans-condensed,sans-serif !important;
} */
.diclPrintWrapper .author-description h3{
    font-weight: 700;
}
.diclPrintWrapper .article-text-container h3{
    font-family: adelle-sans-condensed,sans-serif !important;
    font-weight: 800;
    color: #1f1f1f;
    font-size: 2rem !important;
    line-height: 1.57;
    margin-bottom: 15px;
}
.diclPrintWrapper .article-text-container h4{
    font-family: adelle-sans-condensed,sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.238;
    margin-bottom: 10px;
    font-weight: 800;
    color: #1f1f1f;
}
.diclPrintWrapper .article-text-container p, .cmp-aside__content li{
    font-family:linotype-sabon,sans-serif !important;
    font-size: 1.125rem !important;
    color: #1f1f1f;
    line-height: 1.571;
    padding: 0;
    border: 0;
}
.diclPrintWrapper .article-endnotes-container h2, .article-acknowledgements-container h2{ 
    font-family: adelle-sans-condensed,sans-serif !important;
    font-weight: 900;
    color: #1f1f1f;
    font-size: 2rem !important;
    line-height: 1.57;
    margin-bottom: 15px;
}
.diclPrintWrapper .article-endnotes-container p,.article-acknowledgements-container p{
    font-family:linotype-sabon,sans-serif !important;
    font-size: 18px !important;
    color: #1f1f1f;
    line-height: 22px;
    padding: 0;
    border: 0;
    margin-bottom: 5;
    
}
.diclPrintWrapper .cards-content h3{
    font-family: adelle-sans-condensed,sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    color: #1f1f1f;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
    max-width: 95%;
}
.diclPrintWrapper .cards-content p{
    font-family: linotype-sabon,sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -.01rem;
    color: #1f1f1f;
    margin-bottom: 10px;
    max-width: 85%;
}
.diclPrintWrapper .cards-content h3 :hover {
    color: #86bc25;
}
.diclPrintWrapper .endnotes-link{
    font-family: adelle-sans-condensed,sans-serif;
    font-style: italic!important;
    margin-left: 0!important;
}
.diclPrintWrapper .cards-content a{
    cursor: pointer;
}
.diclPrintWrapper .article-text-container
 li{
    font-family: linotype-sabon,sans-serif;
    font-size: 1.125rem !important;
    color: #000000;
    padding: 0 0 16px 5px;
    margin: 0;
    display: list-item;
   
 }
 .diclPrintWrapper .article-text-container ol {
    list-style-type: decimal !important;
    margin: 1rem 0 0 30px;
    font-size: 16px;
    margin-inline-start: 18px;
}
.diclPrintWrapper .article-text-container .cmp-aside__content{
    margin-bottom: 2rem;
}

.diclPrintWrapper .article-text-container ul{
    list-style-type: disc !important;
    margin: 1rem 0 0 30px;
    font-size: 16px;
    margin-inline-start: 18px;
}
.diclPrintWrapper .cmp-aside__content p{
    color: #1f1f1f;
    font-family: adelle-sans-condensed,sans-serif !important;
    font-size: 1rem!important;
    line-height: 1.5rem;
}
.diclPrintWrapper .article-endnotes-container .article-hyperlink{
    margin-left: 10px;
    font-family: linotype-sabon,sans-serif !important;
    font-style: italic !important;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos-theme-2 .cmp-component-header__title h1.cmp-title__text {
    font-size: 3.125rem !important;
}
.diclPrintWrapper .cmp-component-header__content .cmp-component-header__title h2.cmp-title__text{
    font-size: 1.875rem !important;
}

.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__title h1.cmp-title__text {
    font-size: 3.125rem !important;
}
.diclPrintWrapper .cmp-component-header__content .cmp-component-header__title h2.cmp-title__text{
    font-size: 1.875rem !important;
}

.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__content-type {
    font-size: 0.75rem !important; 
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__read-duration, .cmp-component-header--with-images-no-promos .cmp-component-header__publish-date {
    font-size: 0.75rem !important;
}


.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__content{
    display: flex;
    flex-direction: column;
    width: 840px;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__content-container {
    display: flex;
    justify-content: center;
    padding: 40px 0 0 0 !important;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__top-content {
    display: flex;
    margin-bottom: 20px;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__content-type {
    background-color: transparent;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff;
    padding: 8px;
    line-height: 14px;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__info {
    align-self: center;
    flex-grow: 1;
    text-align: right;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__read-duration, .cmp-component-header--with-images-no-promos .cmp-component-header__publish-date {
    font-family: adelle-sans-condensed,sans-serif !important;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000000;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__read-duration {
    font-weight: 600;
}
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__title {
    width: auto;
}
.diclPrintWrapper .cmp-component-header__banner{
    display: none;
}
.diclPrintWrapper .byline-row .col-lg-1 h5{
font-size: 16px;
line-height: 18px;
}
.diclPrintWrapper .byline-row .author-description h3{
    font-family: adelle-sans,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #1f1f1f;
    margin-bottom: 0;
}
.diclPrintWrapper .byline-row .author-description p{
    font-family: adelle-sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #1f1f1f;
    margin-bottom: 0;
}
.diclPrintWrapper .article-bg-light{
    background-color: #f8f8f8;
}
.diclPrintWrapper .article-bg-white{
    background-color: #fffff;
}
.diclPrintWrapper .dicl-data-header .green-border {
    border-top: 16px solid #86bc25;
    margin-bottom: 5px;
}
.diclPrintWrapper .article-margin-large {
    padding-top: 20px;
    padding-bottom: 0;
}
.diclPrintWrapper .article-footer {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    justify-content: center;
    margin-bottom: 5px;
}
.diclPrintWrapper .article-footer span {
    font-family: adelle-sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #707070;
}

.diclPrintWrapper .article-footer .black-dot {
    width: 3.5px;
    height: 3.5px;
    border-radius: 50%;
    background: #707070;
}

.diclPrintWrapper .di-logo{
    max-width: 15%;
    height: auto;
    margin-bottom: 40px;

}

.diclPrintWrapper .article-acknowledgements-container h2, .diclPrintWrapper .article-endnotes-container h2{
    font-family: adelle-sans,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px !important;
    line-height: 22px;
    color: #1f1f1f;

}

.article-acknowledgements-container .heading-row, .article-endnotes-container .heading-row {
    display: flex;
    justify-content: space-between;
}
.article-acknowledgements-container hr, .article-endnotes-container hr{
    margin-bottom: 20px;
}
/* diclWrapper CSS  */
#diclWrapper #explore .article-margin-default{
    padding-bottom: 46px;
}
#diclWrapper .cover-content h1 {
    max-width: 100%;
    margin-bottom: 15px
}
#diclWrapper .cover-content h6{
    max-width: 100%;
}
#diclWrapper #learn-more .article-heading-row h2 {
    font-family: "adelle-sans-condensed", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: 38px; /* 105.556% */
    color: var(--Soft-Black, #1F1F1F);
}
#diclWrapper #epilogue .article-heading-row h2{
    margin-bottom: 5px;
}
#diclWrapper #epilogue  .article-heading-row a{
    font-weight: 400;
}
#diclWrapper .article-epilogue .article-heading-row h6 {
    max-width: 70%;
}
#diclWrapper #epilogue  .article-heading-row p {
    font-family: "adelle-sans-condensed", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 118.182% */   
    max-width: 70% ;
}
#connected-consumer-study h2 {
    max-width: 70%;
}
#connected-consumer-study  {
    max-width: 70%;
}
#diclWrapper #explore .article-heading-row p{
    font-family: "adelle-sans-condensed", sans-serif;
    font-size: 22px;

    font-weight: 350;
    line-height: 26px;   
    max-width: 71%;
}

#diclWrapper .article-heading-row .first-element a {
    max-width: 100%;
    margin-top: 30px;
}
@media screen and (min-width: 991px){
    #diclWrapper .cover-content {
        max-width: 80%;
    }
}
@media screen and (max-width: 991px) {
    #diclWrapper #dicl-cover .banner-col{
        max-width: 90%;
    }
    #connected-consumer-study{
        max-width: 100% !important;
    }
    #diclWrapper #explore .article-heading-row p{
        max-width: 100% !important;
    }
    #diclWrapper #explore .first-element {
        padding-right: 0 !important;
    }
    #diclWrapper .article-epilogue .article-heading-row h6 {
        max-width: 100% !important;
      } 
      #diclWrapper .article-epilogue .article-heading-row p{
        max-width: 90% !important;
      }
      #diclWrapper #learn-more .article-heading-row h2{
        max-width: 100%;
      }
      #diclWrapper #learn-more .article-heading-row p{
        max-width: 100%;
      }
      #diclWrapper #learn-more .bw-275 {
        margin-top: 30px;
      }
    
}
/* .cmp-component-header__content .di-logo{
    width: 100%;
    height: auto;
} */
@media print{
    #sidebar-root{display: none;}
}

/* .diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__title h1.cmp-title__text {
    font-size: 30px;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 30.215px ;
    margin-bottom: 10px;
    max-width: 80%;
}
.diclPrintWrapper .cmp-component-header__content .cmp-component-header__title h2.cmp-title__text{
    font-size: 11.621px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 13.945px !important;
    max-width: 70%;
} */
.diclPrintWrapper .cmp-component-header--with-images-no-promos .cmp-component-header__title h1.cmp-title__text {
line-height: 1em !important; }

/* new css */
.diclPrintWrapper .article-text-container a {
    font-family: linotype-sabon,sans-serif !important;
    font-size: 1.125rem !important;
    
    line-height: 1.571;
    padding: 0;
    border: 0;
  }
  .diclPrintWrapper .article-endnotes-container a {
    font-family: linotype-sabon,sans-serif !important;;
  }
  .diclPrintWrapper .article-text-container sup{
    font-family: linotype-sabon,sans-serif !important;
    font-size: 0.75rem !important;
    color: #0076a8;
    line-height: 1.571;
    padding: 0;
    border: 0;
  }
  .diclPrintWrapper .article-endnotes-container p, .article-acknowledgements-container p {
    line-height: 30px !important;
  }
  .article-acknowledgements-container p strong{
    font-family: "adelle-sans-condensed", sans-serif;
  }

  /* New CSS */

  .diclPrintWrapper {
    display: none;
  }
  .diclPrintWrapper
    .cmp-component-header--with-images-no-promos
    .cmp-component-header__content-container {
    display: flex !important ;
    justify-content: center !important;
    padding: 80px 0 20px 0 !important;
  }
  .diclPrintWrapper.cmp-component-header--with-images-no-promos
    .cmp-component-header__content,
  .diclPrintWrapper.cmp-component-header--with-images-no-promos
    .cmp-component-header__content-container {
    display: block !important ;
  }

  .diclPrintWrapper .article-endnotes-container a i {
    font-family:linotype-sabon,sans-serif ;
    }
    .diclPrintWrapper .article-text-container a i{
    font-family: linotype-sabon,sans-serif !important;
    font-size: 1.125rem !important;
    line-height: 1.571;
    padding: 0;
    border: 0;
}
.diclPrintWrapper .article-acknowledgements-container p b{
    font-family: Adelle Sans Condensed,Calibri,sans-serif
}
.diclPrintWrapper .article-endnotes-container   ol li {
    font-family: linotype-sabon,sans-serif !important;
    font-size: 18px !important;
}
.diclPrintWrapper .article-text-container h2{
    font-family: adelle-sans-condensed,sans-serif !important;
    font-size: 2.25rem !important;
    line-height: 38px !important;
    font-weight: 800;
    color: #1f1f1f;
    margin-bottom: 15px;
}
.diclPrintWrapper .article-text-container p u,.diclPrintWrapper .article-text-container p i,.diclPrintWrapper .article-text-container p b {
    font-family: linotype-sabon,sans-serif !important;
    font-size: 1.125rem !important;
    color: #1f1f1f;
    line-height: 1.571;
    padding: 0;
    border: 0;
}


.diclPrintWrapper .article-text-container li,.diclPrintWrapper .article-text-container li b {
    font-family: linotype-sabon,sans-serif !important;
    font-size: 1.125rem !important;
}
.diclPrintWrapper .article-text-container li b {
    font-weight: 700 !important;
}
.diclPrintWrapper .article-acknowledgements-container p{
    font-family: adelle-sans-condensed,sans-serif !important;
    line-height: 1.5;
}
.diclPrintWrapper .article-text-container sup a {
    font-size: 0.75rem !important;
}