@charset "UTF-8";
/* CSS Document */

/* ---- BDO Overrides ---- */

/* Global Styles */

div.c3_article_read_more_comp {
    display: block;
    position: relative;
    height: auto;
    overflow: hidden;
    padding-bottom: 150px;
    transition: all 0.5s ease;
    margin-bottom: 65px;
}

@media only screen and (max-width: 770px) {
   div.c3_article_read_more_comp {
       padding-top: 150px;
       padding-bottom: 0px;
    }
}

div.c3_article_read_more_comp::after {
    content: "";
    display: block;
    position: absolute;
    top: 300px;
    left: calc(55% - 290px);
    width: 100px;
    height: 100px;
    background-image: url(assets/c3-plus.svg);
    z-index: 3;
    transition: all 0.5s ease;
    transform: rotate(0deg);
}

@media only screen and (max-width: 770px) {
    div.c3_article_read_more_comp::after {
        display: none;
    }
}

div.c3_article_read_more_comp.c3_open::after {
    transform: rotate(-90deg);
}

div.c3_article_read_more_comp.c3_open {
    padding-bottom: 0px;
}

div.c3_article_read_more_comp div.c3_article_read_more_content_1 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 7%;
    height: 350px;
    display: block;
    position: relative;
    width: 55%;
    background-image: url(assets/c3-articlereadmore-graphic-1-gray.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 1500px;
    transform: translateX(-100%);
    transition: all 0.5s ease;
    z-index: 2;
}

@media only screen and (max-width: 1100px) {
    div.c3_article_read_more_comp div.c3_article_read_more_content_1 {
        width: 75%;
    }
}

@media only screen and (max-width: 770px) {
    div.c3_article_read_more_comp div.c3_article_read_more_content_1 {
        width: 100%;
        height: auto;
        background-color: var(--c3-color-charcoal);
        background-position: right 36% bottom 0%;
    }
}

div.c3_article_read_more_comp.c3_inview div.c3_article_read_more_content_1 {
    transform: translateX(0%);
}

div.c3_article_read_more_comp h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    height: 80px;
}

@media only screen and (max-width: 770px) {
    div.c3_article_read_more_comp h3 {
        height: auto;
    }
}

div.c3_article_read_more_comp div.c3_article_read_more_content_1 p {
    margin-bottom: 15px;
    color: #ffffff;
    transition: all 0.4s ease;
    width: 55%;
}

div.c3_article_read_more_comp.c3_open div.c3_article_read_more_content_1 p {
    color: var(--c3-color-charcoal);
    margin-top: 322px;
}

@media only screen and (max-width: 1300px) {
    div.c3_article_read_more_comp div.c3_article_read_more_content_1 p {
        width: 80%;
    }
    
    div.c3_article_read_more_comp.c3_open div.c3_article_read_more_content_1 p {
        margin-top: 0px;
        color: #ffffff;
    }
}

div.c3_article_read_more_comp a.c3_readmore {
    display: block;
    position: relative;
    font-weight: 800;
    margin-bottom: 0px;
    color: #ffffff;
}

div.c3_article_read_more_comp a.c3_readmore::after {
    content: "";
    display: block;
    position: absolute;
    left: 95px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    transform: rotate(225deg);
    transition: all 0.5s ease;
}

div.c3_article_read_more_comp a.c3_readmore:hover::after {
    top: 7px;
}

div.c3_article_read_more_comp.c3_open a.c3_readmore {
    display: none;
}

div.c3_article_read_more_comp div.c3_article_read_more_image_carrier {
    display: block;
    position: absolute;
    width: calc(45% + 350px);
    top: 150px;
    left: calc(55% - 350px);
    height: 350px;
    overflow: hidden;
    clip-path: polygon(246px 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 0.5s ease;
    transform: translateX(100%);
    z-index: 1;
}

@media only screen and (max-width: 770px) {
    div.c3_article_read_more_comp div.c3_article_read_more_image_carrier, div.c3_article_read_more_comp.c3_open div.c3_article_read_more_image_carrier {
        height: 150px !important;
        top: 0px !important;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        width: calc(55% + 350px) !important;
        left: calc(45% - 350px) !important;
    }
}

div.c3_article_read_more_comp.c3_inview div.c3_article_read_more_image_carrier {
    transform: translateX(0%);
}

div.c3_article_read_more_comp.c3_open div.c3_article_read_more_image_carrier {
    top: 0px;
    left: calc(55% - 245px);
    width: calc(45% + 245px);
}

@media only screen and (max-width: 1100px) {
    div.c3_article_read_more_comp.c3_open div.c3_article_read_more_image_carrier {
        left: calc(75% - 245px);
    }
}


div.c3_article_read_more_image_carrier img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

div.c3_article_read_more_comp div.c3_article_read_more_content_2 {
    display: none;
    position: relative;
    padding: 50px;
    padding-top: 100px;
    height: auto;
    padding-left: calc(56% - 250px);
    background-image: url(assets/c3-articlereadmore-graphic-2-lightgray.svg);
    background-position: calc(3380px + 55%) 0px;
    background-repeat: no-repeat;
    background-size: 10000px;
    /*transition: all 0.5s ease;
    transition-delay: 1s; 
    transform: translateX(-100%);*/
}

@media only screen and (max-width: 770px) {
    div.c3_article_read_more_comp div.c3_article_read_more_content_2 {
       padding: 5%; 
        background-color: #efefef;
    }
}

div.c3_article_read_more_comp.c3_open div.c3_article_read_more_content_2 {
    /*transition-delay: 1s; 
    transform: translateX(0%);*/
}

/*div.c3_article_read_more_comp div.c3_article_read_more_content_2 div.c3_article_read_more_content_2_carrier {
    display: block;
    position: relative;
    transition: all 5.5s ease;
    transition-delay: 1s; 
    transform: translateX(-100%);
}

div.c3_article_read_more_comp.c3_open div.c3_article_read_more_content_2 div.c3_article_read_more_content_2_carrier {
    transform: translateX(0%);
}*/


div.c3_article_read_more_comp div.c3_article_read_more_content_2 p {
    display: block;
    position: relative;
    color: var(--c3-color-charcoal);
    margin-bottom: 15px;
    margin-top: 0px !important;
}


