/***Graphic CSS***/
.graphic-card{
    margin-bottom: 60px;
    width: 100%;
    max-width: 100%;
}
.graphic-card .bg-color-enabled{
    padding: 60px 0;
}
.glider-graphic-card{
    padding-bottom:5px;
}
.graphic-card.bgColor-enabled {
    padding: 40px 0;
}
.graphic-card.bg-color-enabled {
    padding: 70px 0;
}
.glider-graphic-card:has(.text-graph-img.hidden) .text-graph-row, .glider-graphic-card:has(.graphic-img.hidden) .text-graph-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.glider-graphic-card:has(.text-graph-img.hidden) .text-graph-row .column-2, .glider-graphic-card:has(.graphic-img.hidden) .text-graph-row .column-2 {
    margin-top:0;
}
.graphic-card .glider-contain{
    margin:0;
    padding:0;
    /* margin-left:-15px; */
}

.graphic-card .text-graph-img img,
.graphic-card .graphic-img img{
    display: block;
    /* margin-left: auto; */
    /* margin-right: auto; */
}

.graphic-card .text-graph-img.graphic-image-enabled img{
    width: 100%;
    max-width: 100%;
}

.graphic-card .text-graphic{
    padding: 0;
    /* background: #000E56; */
    /* border: 1px solid #C4C9CB; */
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15); */
    border-radius: 8px;
    margin-right:15px;
    height: 100%;
}

/* .graphic-card .text-graphic:hover{
    background: #061F80;
} */

.graphic-card .text-graph-img, 
.graphic-card .graphic-img {
    margin-bottom: 24px;
    overflow: hidden;
}

.text-graph-img img, .graphic-img img{
    border-radius:8px;
    /* padding-left: 40px; */
    /* padding-right: 40px; */
}

.graphic-img {
    margin-top: 20%;
    padding-bottom: 16%;
}
/* .text-graph-img {
  padding-top: 40px;
} */

.text-graph-content {
    /* padding: 0px 44px 0px 44px; */
    word-break: break-word;
}
/*Mobile Design*/
.graphic-card .text-graph-title h4{
    font-family: 'RethinkSans-Bold';
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    /* color: #EDEBE4; */
    color: #000E56;
    word-wrap: break-word;
    margin-top: 0px;
    margin-bottom: 17px;
}

.graphic-card .text-graph-desc p{
    font-family: 'RethinkSans-Regular';
    font-size: 16px;
    line-height: 20px;
    text-align: left !important;
    /* color: #FFF; */
    color: #000E56;
    margin:0;
}

.graphic-card .text-graph-content-btn button.glider-graphic-card-prev span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/Slider-Arrow.png)
}

.graphic-card .text-graph-content-btn button.glider-graphic-card-next span {
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-right-arrow.png);
}
.glider-contain button.glider-graphic-card-prev.disabled span, .glider-contain button.glider-graphic-card-prev.disabled:hover span{
    background-image: url(/wp-content/themes/ipsen-main/dist/images/Slider-Arrow.png) !important;
}
.glider-contain .glider-graphic-card-prev span{
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-left-arrow.png) !important;
}
.glider-contain .glider-graphic-card-next span{
    background-image: url(/wp-content/themes/ipsen-main/dist/images/blue-right-arrow.png) !important;
}
.glider-contain button.glider-graphic-card-next.disabled span, .glider-contain button.glider-graphic-card-next.disabled:hover span{
    background-image: url(/wp-content/themes/ipsen-main/dist/images/Slider-Arrow-rigt.png) !important;
}


.graphic-card .text-graph-content-btn button span{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.graphic-card .text-graph-content-btn button{
    position: static;
    transform: translate(0, 0);
    width: 40px;
    height: 40px;
    background: transparent;
    padding: 0;
    appearance: none;
    cursor: pointer;
    border: none;
}

.graphic-card .text-graph-carousel{
    display: flex;
    flex-direction: column;
}
.graphic-card .text-graph-content-btn{
    display: flex;
    justify-content: right;
    position: absolute;
    top: 40px;
    right: 0;
}
.graphic-card .glider-graphic-card-prev {
    margin-right: 20px;
}
.graphic-card .text-graph-content-btn button.disabled{
    cursor: default;
    opacity: 0.7;
}
.graphic-card .text-graph-heading{
    max-width: 1020px;
    /* width: 85%; */
}
/* .graphic-card .text-graph-carousel{
    margin-top: 20px;
} */
.graphic-card .text-graph-heading h4{
    font-family: 'Rethinksans-bold';
    font-size: 25px;
    line-height: 30px;
    color: #292C31;
}
.graphic-card .text-graph-para{
    font-family: 'RethinkSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}
.graphic-card .more-section-btn a{
    text-decoration: none;
    color: #fff;
}
.graphic-card .more-result-btn{
    text-align: center;
}

.graphic-card .more-result-btn a.more-cta-link{
    font-family: 'RethinkSans-SemiBold';
    font-size: 18px;
    line-height: 22px;
    color: #224A81;
    margin-top: 20px;
    display: block;
    margin-top: 50px;
}
.graphic-card .more-result-btn a.more-cta-link:hover{
    font-family: 'RethinkSans-SemiBold';
    font-size: 18px;
    line-height: 22px;
    color: #2797D3;
    text-decoration: underline;
}

.graphic-card .text-graph-carousel .text-graph-content .text-graph-desc p a{
    text-decoration: underline;
}

/* Video card with veeva and vimeo type*/
.video, .graphic-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.video iframe, .graphic-video iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* Graphic Card New Design Center Alignment */
.center-graphics-layout .more-result-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
/* .graphic-card .text-graph-title h4,
.graphic-card .text-graph-desc p{
    text-align: center !important;
} */

/* fixed arrows for Mobile Devices*/
@media only screen and (max-width: 767px){
    .graphic-card .text-graph-inner{
    position: relative;
    }
    .graphic-card .text-graph-carousel>.glider-contain{
        position: unset;
    }
    .text-graph-carousel .text-graph-content-btn{
        justify-content: right;
        bottom: 0;
        top: 0 !important;
        width: 100%;
    }
    .graphic-card:has(.glider-contain) .container .glider-contain{
        position: relative;
    }
    .graphic-card :has(.text-graph-content-btn) .glider-contain{
        /* padding-bottom: 60px; */
        padding-bottom: 0px;
    }
    .graphic-img {
        margin-top: 20%;
        padding-bottom: 7%;
    }
    .graphic-card.bg-color-disabled.bg-image-disabled.graphics-new-layout .text-graph-heading p {
        padding-bottom: 24px;
    }
    /* .graphic-card .text-graph-content-btn{
        display: none;
    } */
}

/* desktop design */
@media only screen and (min-width: 992px){
    .graphic-card.bgColor-enabled:has(.text-graph-para.hidden) .text-graph-heading h2.visible{
        margin-bottom:21px;
    }
    .graphic-card:has(.text-graph-para.hidden) .text-graph-heading h2.visible{
        margin-bottom:21px;
    }
    .graphic-card:has(.text-graph-para.hidden) .text-graph-content-btn{
        top: 5px;
    }
    .graphic-card:has(.text-graph-para.hidden) .glider-graphic-card{
        margin-top: 30px;
    }
    .annual-graphic .glider-contain .glider-graphic-card {
        margin-top:0px !important;
    }
    .graphic-card .text-graph-inner{
        position: relative;
    }
    .graphic-card{
        margin-bottom: 100px; 
        width: 100%;
        max-width: 100%;
    }
    .graphic-card .text-graph-title h4{
        font-family: 'Rethinksans-bold';
        font-size: 25px;
        line-height: 30px;
        text-align: left;
        /* color: #EDEBE4; */
        color: #000E56;
        margin-top: 0px;
    }
    .graphic-card .text-graph-title h3:lang(fr){
        font-size: 26px;
        line-height: 34px;
    }
    .graphic-card .text-graph-desc p{
        font-family: 'RethinkSans-Regular';
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        /* color: #FFF; */
        color: #000E56;
        margin-bottom: 0;
    }
    .graphic-card .text-graph-title h5{
        margin-bottom: 17px;
    }
    .graphic-card .text-graph-carousel{
        flex-direction: column;
    }   
    .graphic-card .text-graph-content-btn{
        position: absolute;
        top: 0;
        justify-content: right;
    }
    /* .graphic-card .text-graph-carousel{
        margin: 45px 0px 45px 0px;
    } */
    .text-graph-carousel.no-titile-para{
        padding-top: 0px;
    }
    .graphic-card .text-graph-heading h4 {
        font-size: 39px;
        line-height: 46px;
        color: #000E56;
        padding: 0;
    }
    .graphic-card .text-graph-para {
        font-size: 16px;
        line-height: 20px;
    }
    .graphic-card .text-graphic{
        margin-right:30px;
        height: 100%;
        /* background-color: #000E56; */
    }
    .company .graphic-card .text-graphic{
        max-width: 431.25px;
        min-width: 431.25px;
    }
    .graphic-card .text-graph-carousel>.glider-contain{
        position: unset;
    }
}


/* ipad */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
{
    .text-graph-inner{
        position: relative;
    }
    .graphic-card{
        margin-bottom: 70px;
        width: 100%;
        max-width: 100%;
    }  
    .graphic-card .text-graph-carousel{
        flex-direction: column;
    }   
    .graphic-card .text-graph-content-btn{
        position: absolute;
        top: 0;
        justify-content: right;
    }
    .graphic-card .text-graph-carousel{
        margin-top: 30px;
    }
    .graphic-card .text-graph-heading h3 {
        font-size: 32px;
        line-height: 36px;
        color: #000E56;
    }
    .graphic-card .text-graphic{
        margin-right:30px;
        /* background-color: #000E56; */
    }
    .company .graphic-card .text-graphic{
        max-width: 431.25px;
        min-width: 308px;
    }
    .graphic-card .text-graph-carousel>.glider-contain{
        position: unset;
    }
    .graphic-card .more-result-btn a.more-cta-link {
        margin-top: 35px;
    }
}

@media only screen and (min-width: 768px){
    .graphic-card .text-graph-heading{
        max-width:85%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .graphic-card .text-graph-content-btn{
        top: -50px;
    }
}

/** Left Align Graphics card start here **/
.graphics-new-layout{
    margin: 60px 0;
    padding: 70px 0;
    /* background: #E7FAFF; */
}
.graphics-new-layout .text-graphic{
    margin: 0 30px 30px 0;
    padding: 70px 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    background: #000E56;
    cursor: default;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-new-layout{
    padding: 0;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-new-layout .text-graph-heading p{
    margin-bottom: 24px;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-new-layout .more-result-btn{
    margin-top: 45px;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-new-layout .more-result-btn a{
    display: block;
    align-content: center;
    margin: 0 auto;
    text-align: center;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-new-layout .glider-track {
    margin-bottom: 0px;
    cursor: auto;
}
.left-text-graph-img img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.left-text-graph-img{
    margin-bottom: 30px;
}
.left-text-graph-content h4,
.left-text-graph-content h5,
.left-text-graph-content p{
    font-family: 'Rethinksans-bold';
    /* font-weight: 700; */
    color: #ffffff;
    margin-bottom: 30px;
}
/*Mobile Design*/
.left-text-graph-title h3{
    font-family: 'Rethinksans-bold';
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #292C31;
}
.left-text-graph-desc p{
    font-family: 'RethinkSans-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    margin:0;
}

.left-text-graph-content-btn button.glider-hightlight-prev span{
    background-image: url(../images/blue-left-arrow.png);
}
.left-text-graph-content-btn button.glider-highlight-next span{
    background-image: url(../images/blue-right-arrow.png);
}
.left-text-graph-content-btn button span{
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.left-text-graph-content-btn button{
    position: static;
    transform: translate(0, 0);
    width: 37px;
    height: 34px;
    background: transparent;
    padding: 0;
    appearance: none;
    cursor: pointer;
    border: none;
}
.left-text-graph-img img{
    text-align: left;
    margin: 0;
}

.left-text-graph-content-btn{
    display: flex;
    justify-content: right;
    position: absolute;
    top: 40px;
    right: 10px;
}
.left-text-graph-content-btn button.disabled{
    cursor:default;
    opacity: 0.5;
}
.graphic-card.bg-image-enabled.graphics-new-layout h3,
.graphic-card.bg-image-enabled.graphics-new-layout p{
    margin-bottom: 24px;
}
.graphics-old-layout .text-graph-heading .heading-three{
    margin-bottom: 45px;
}

/* desktop design */
@media only screen and (min-width: 992px){
    .left-text-graph-title h3{
        font-family: 'Rethinksans-bold';
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #ffffff;
    }
    .left-text-graph-desc p{
        font-family: 'RethinkSans-Regular';
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #ffffff;
        margin: 0;
        text-align: left;
    }
    .left-text-graph-content-btn{
        position: absolute;
        top: 40px;
        justify-content: right;
    }
}

/* ipad */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  {
    .left-text-graph-content-btn{
        position: absolute;
        top: 40px;
        justify-content: right;
    }
}
/** Left Align Graphics card end here **/

.graphic-card.bg-color-disabled.bg-image-disabled.graphics-old-layout .text-graphic{
    border: 2px solid #EDEBE4;
    padding: 30px;
    margin-top: 0px;
}
.graphic-card.bg-color-enabled.bg-image-disabled.graphics-old-layout .text-graphic,
.graphic-card.bg-color-disabled.bg-image-enabled.graphics-old-layout .text-graphic,
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-old-layout.bg-video-enabled .text-graphic{
    background-color: #FFFFFF;
    padding: 30px;
    margin-top: 0px;
}
.graphic-card.bg-color-enabled.bg-image-disabled.graphics-old-layout .text-graph-heading h3,
.graphic-card.bg-color-enabled.bg-image-disabled.graphics-old-layout .text-graph-heading p,
.graphic-card.bg-color-disabled.bg-image-enabled.graphics-old-layout .text-graph-heading h3,
.graphic-card.bg-color-disabled.bg-image-enabled.graphics-old-layout .text-graph-heading p,
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-old-layout .text-graph-heading h3,
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-old-layout .text-graph-heading p{
    margin-bottom: 24px;
}
.graphic-card.graphics-old-layout .text-graphic .graphic-icon-enabled img{
    width: auto;
}
.graphic-card.graphics-old-layout .text-graphic .graphic-image-enabled img{
    width: 100%;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-old-layout .text-graph-heading h3,
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-old-layout .text-graph-heading p{
    margin-bottom: 24px;
}
.graphic-card.graphics-old-layout .more-result-btn{
    display: flex;
    justify-content: center;
}
.graphic-card.graphics-old-layout .more-result-btn a{
    margin-top: 40px;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-old-layout.bg-video-enabled .text-graph-heading .heading-three{
    color: #FFFFFF;
}
.graphic-card.bg-color-disabled.bg-image-disabled.graphics-new-layout.bg-video-enabled{
    padding: 70px 0 30px;
}
.page-id-53336 .graphic-card:has(.text-graph-para.hidden) .text-graph-carousel .text-graph-content-btn{
    position: inherit ;
}
.text-graph-heading h3 {
    margin-bottom:21px;
}
.text-graph-heading h4 {
    font-family: 'Rethinksans-bold';
    font-size: 25px;
    line-height: 30px;
    color: #292C31;
    margin-bottom:21px;
}
.text-graph-heading h5 {
    font-family: 'Rethinksans-bold';
    font-size: 20px;
    line-height: 24px;
    color: #292C31;
    margin-bottom:21px;
}
.text-graph-heading h6 {
    font-family: 'Rethinksans-bold';
    font-size: 20px;
    line-height: 24px;
    color: #292C31;
    margin-bottom:21px;
}
.graphic-card.graphics-new-layout .glider-graphic-card a{
    color: #FFFFFF;
    text-decoration: underline;
}
.graphic-card.graphics-old-layout.bg-color-disabled.bg-image-disabled.bg-video-disabled.bg-mobile-video-img-disabled:has(h3.hidden) .text-graph-content-btn,
.graphic-card.graphics-old-layout.bg-color-disabled.bg-image-disabled.bg-video-disabled.bg-mobile-video-img-disabled:has(p.hidden) .text-graph-content-btn,
.graphic-card.graphics-old-layout.bg-color-enabled.bg-image-disabled.bg-video-disabled.bg-mobile-video-img-disabled:has(h3.hidden) .text-graph-content-btn,
.graphic-card.graphics-old-layout.bg-color-enabled.bg-image-disabled.bg-video-disabled.bg-mobile-video-img-disabled:has(p.hidden) .text-graph-content-btn{
    position: relative;
}

/* Home Page Video Hidden in Mobile */
@media (max-width: 767px){
	section.bg-mobile-video-img-disabled video{
		display: none;
	}
    section.graphic-card.bg-mobile-video-img-enabled{
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
	}
}
@media (max-width: 1600px){
    section.bg-video-enabled video{	
        width: auto;
    }
}