section#redesign-main {
    margin-top: 0px;
}

#block-header #header-topnav {
    box-shadow: 0 4px 12px -6px #c4c4c4
}

.content-module {
    margin-bottom: 0rem;
}

.section-container {
    width: 100%;
    position: relative;
}


/** Marquee **/

.marquee-header {
    color: #fff;
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cta-more .cta-more-marquee-1 {
    bottom: 50%!important;
}

.item .marquee-header h2 {
    color: #fff;
    font-size: 5.188rem;
    font-family: "Graphik Black", "Arial", Sans-Serif;
    position: relative;
    top: 40px;
    opacity: 0;
    transition: top 0.4s ease, opacity 0.7s ease;
    text-shadow: 1px 1px black;
}

.item .marquee_description {
    position: relative;
    top: 40px;
    opacity: 0;
    transition: top 0.4s ease, opacity 0.7s ease;
}

.item.active .marquee-header h2 {
    top: 0px;
    opacity: 1;
}

.item.active .marquee_description {
    top: 0px;
    opacity: 1;
}

.item .marquee-vid {
    width: 105%;
    min-height: 105%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.item.active .marquee-vid {
    width: 100%;
    min-height: 100%;
    transition: width 3s ease, min-height 3s ease, opacity 0.3s ease;
}


/* .carousel-fade .carousel-inner .item { */


/* opacity: 0; */


/* -webkit-transition-property: opacity; */


/* -moz-transition-property: opacity; */


/* -o-transition-property: opacity; */


/* transition-property: opacity; */


/* transition-duration: 0s; */


/* } */


/* .carousel-fade .carousel-inner .item.active { */


/* opacity: 1; */


/* } */


/* .carousel-fade .carousel-inner .active.left, */


/* .carousel-fade .carousel-inner .active.right { */


/* opacity: 0; */


/* z-index: 1; */


/* } */


/* .carousel-fade .carousel-inner .next.left, */


/* .carousel-fade .carousel-inner .prev.right { */


/* opacity: 1; */


/* } */


/* .carousel-fade .carousel-control { */


/* z-index: 2; */


/* } */

@media screen and (max-width: 1290px) {
    .item .marquee-vid,
    .item.active .marquee-vid {
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .item .marquee-vid {
        width: auto;
        height: 100%;
    }
    .item.active .marquee-vid {
        width: auto;
        height: 100%;
    }
}


/** Caousel IE **/

.zoom.disable {
    display: none;
}

.carousel.slide {
    width: 600px;
    position: relative;
    left: 18%;
}

.carousel.slide .carousel-inner .item {
    height: 600px;
}

.carousel.slide .carousel-inner .item .cta-btn {
    display: none;
}

.carousel.slide .carousel-inner .item img {
    height: 100%;
    width: auto;
}

.right.carousel-control,
.left.carousel-control {
    opacity: 0;
}


/** marquee carousel**/

#marqueeCarousel.carousel {
    width: 100vw;
    height: 100vh;
    position: relative;
    left: 0%;
    top: 50px;
}

#marqueeCarousel.carousel .carousel-inner {
    overflow: inherit;
    height: 100%;
}

#marqueeCarousel.carousel .carousel-inner .item {
    height: 100%;
    /* position: relative; */
    overflow: hidden;
    transition: transform 0s ease-in-out;
}

#marqueeCarousel .carousel-indicators {
    bottom: 80px;
}

#marqueeCarousel .carousel-indicators li {
    padding-left: 0.6rem;
}

#marqueeCarousel .carousel-indicators .active {
    margin: 1px;
}


/** This is animation **/

.animate_title {
    opacity: 0;
    position: absolute;
    text-align: center;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 2.4rem;
    line-height: 2.5rem;
}

.animate_title span:nth-child(1) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in, top 0.4s ease;*/
}

.animate_title span:nth-child(2) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.2s, top 0.4s ease 0.2s;*/
}

.animate_title span:nth-child(3) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.4s, top 0.4s ease 0.4s;*/
}

.animate_title span:nth-child(4) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
}

.animate_title span:nth-child(5) {
    position: relative;
    top: 15px;
    opacity: 0;
    /*transition: opacity 0.6s ease-in 0.6s, top 0.4s ease 0.6s;*/
}

.animate_title.isactive span:nth-child(1),
.animate_title.isactive span:nth-child(2),
.animate_title.isactive span:nth-child(3),
.animate_title.isactive span:nth-child(4),
.animate_title.isactive span:nth-child(5) {
    opacity: 1;
}

.animate_title.isactive {
    opacity: 1;
}

.animate_title.isactive span {
    top: 0px;
}

@media screen and (max-width: 820px) {
    .animate_title {
        font-size: 1.5rem !important;
        line-height: 1.5rem;
    }
}


/** IE **/

.IE .section-container-2,
.IE .section-container-3,
.IE .section-container-4,
.IE .section-container-5,
.IE .section-container-6,
.IE .section-container-9 {
    height: auto !important;
}

.IE .section-container-2 .panel,
.IE .section-container-3 .panel,
.IE .section-container-4 .panel,
.IE .section-container-9 .panel {
    position: relative!important;
}


/** Section 1**/

.section-container-1 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.panel {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
    background: transparent;
    border: none !important;
    box-shadow: none !important;
}

.section-container-1 .panel {
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
    transition: transform 0.2s ease;
    opacity: 0;
}

.section-container-1 .panel.isactive {
    opacity: 1;
}

.section-container-1 .panel.slide-up {
    transform: translate(0%, -100%) matrix(1, 0, 0, 1, 0, 0);
}

.panel-1 {
    z-index: 4;
}

.panel-2 {
    z-index: 3;
}

.panel-3 {
    z-index: 2;
}

.panel-4 {
    z-index: 1;
}

.panel-5 {
    z-index: 0;
}

.panel-1.isactive {
    z-index: 5;
}

.panel-2.isactive {
    z-index: 5;
}

.panel-3.isactive {
    z-index: 5;
}

.panel-4.isactive {
    z-index: 5;
}

.panel-5.isactive {
    z-index: 5;
}

.section-container-1 img.img-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-1 img.img-2 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-1 img.img-3 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-1 img.img-4 {
    width: auto;
    max-width: auto;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-1 img.img-5 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-1 .panel-1 .animate_title {
    color: #fff;
}

.section-container-1 .panel-2 .text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 40%;
    overflow: hidden;
}

.section-container-1 .panel-2 .animate_title {
    text-align: left;
    bottom: auto;
    transform: none;
    color: #fff;
}

.section-container-1 .panel-2 .animate_title.title-1 {
    position: relative;
    left: -10%;
    transition: left 1s ease 0.1s;
}

.section-container-1 .panel-2 .animate_title.title-1.isactive {
    left: 1%;
}

.section-container-1 .panel-2 .animate_title.title-2 {
    color: #5200FF;
    position: relative;
    left: -10%;
    transition: left 1.1s ease 0.2s;
}

.section-container-1 .panel-2 .animate_title.title-2.isactive {
    left: 5%;
}

.section-container-1 .panel-2 .animate_title.title-3 {
    position: relative;
    left: -10%;
    transition: left 1.2s ease 0.3s;
}

.section-container-1 .panel-2 .animate_title.title-3.isactive {
    left: 10%;
}

.arrow-down {
    position: absolute;
    text-align: center;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-1 .cta-more {
    color: #004DFF;
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: inline-block;
}

.section-container-1 .cta-more.isactive,
.section-container-1 .item.active .cta-more {
    opacity: 1;
    bottom: 25%;
}

.section-container-1 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-1 .cta-more-marquee-down .cta-more-box {
    position: relative;
    bottom: -50px;
}

.section-container-1 .cta-more.isactive .cta-more-box,
.section-container-1 .item.active .cta-more .cta-more-box {
    left: 0;
    top: 4px;
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-1 .cta-more.isactive:hover .cta-more-box,
.section-container-1 .item.active .cta-more:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

@media only screen and (min-width: 1025px) {
    .section-container-1 .cta-more.isactive:hover .cta-more-box,
    .section-container-1 .item.active .cta-more:hover .cta-more-box {
        width: 103%;
    }
}

.section-container-1 .cta-more-marquee-down.isactive:hover .cta-more-box,
.section-container-1 .item.active .cta-more-marquee-down:hover .cta-more-box {
    height: 36px;
    width: 36px;
    border-radius: 25px 25px 25px 25px;
}

.section-container-1 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    height: 15px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-1 .cta-more.isactive .cta-more-arrow,
.section-container-1 .item.active .cta-more-arrow {
    position: absolute;
    left: 20px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
}

.section-container-1 .cta-more .cta-more-arrow-down {
    position: relative;
    transform: rotate(90deg);
}

.section-container-1 .cta-more .img-arrow-right {
    width: 24px;
    position: absolute;
}

.section-container-1 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    text-align: left;
}

.section-container-1 .cta-more.isactive .cta-more-label,
.section-container-1 .item.active .cta-more .cta-more-label {
    opacity: 1 !important;
}

img.img-arrow-down {
    height: 25px;
    width: auto;
}

.cta-scroll {
    color: #ffffff;
    position: absolute;
    cursor: pointer;
    width: auto;
    padding: 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.cta-scroll.position-1 {
    bottom: 37%;
    right: 50%;
}

.cta-scroll.position-2 {
    bottom: 10%;
    right: 10%;
}

#marqueeCarousel .cta-scroll.position-1 {
    bottom: -5em;
    display: inline-block;
    position: relative;
    right: 0;
}

.cta-scroll.isactive,
.item.active .cta-scroll {
    opacity: 1 !important;
}

.cta-scroll .cta-scroll-box {
    position: absolute;
    transform: translateX(-50%);
    top: 7px;
    left: 50%;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.cta-scroll.isactive .cta-scroll-box,
.item.active .cta-scroll .cta-scroll-box {
    left: 50%;
    transform: translateX(-50%);
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    transition-delay: 0.2s;
}


/* .cta-scroll.isactive:hover .cta-scroll-box{ */


/* width: 116px; */


/* height: 36px; */


/* border-radius: 25px 25px 25px 25px; */


/* } */

.cta-scroll .cta-scroll-arrow {
    position: absolute;
    transform: rotate(90deg);
    left: 1px;
    top: -10px;
    opacity: 0;
    transition: all 0.4s ease;
}

.cta-scroll.isactive .cta-scroll-arrow,
.item.active .cta-scroll .cta-scroll-arrow {
    position: absolute;
    transform: rotate(90deg);
    left: 1px;
    top: 5px;
    opacity: 1;
    transition-delay: 0.6s;
}

.cta-scroll.isactive .cta-scroll:hover .cta-scroll-arrow {
    left: 10px;
}

.cta-scroll .img-arrow-right {
    width: 23px;
}

.cta-scroll .cta-scroll-label {
    width: max-content;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -100%;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.cta-scroll.isactive .cta-scroll-label,
.item.active .cta-scroll .cta-scroll-label {
    opacity: 1;
}

.cta-scroll .cta-scroll-arrow.goDown {
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: goDown;
    animation-name: goDown;
}

@-webkit-keyframes goDown {
    0%,
    100% {
        -webkit-top: 16px;
    }
    25% {
        -webkit-top: 27px;
    }
    50% {
        -webkit-top: 16px;
    }
    75% {
        -webkit-top: 27px;
    }
}

@keyframes goDown {
    0%,
    100% {
        top: 16px;
    }
    25% {
        top: 30px;
    }
    50% {
        top: 16px;
    }
    75% {
        top: 30px;
    }
}

@media screen and (max-width: 820px) {
    .section-container-1 img.img-1,
    .section-container-1 img.img-2,
    .section-container-1 img.img-2,
    .section-container-1 img.img-4,
    .section-container-1 img.img-5,
    .section-container-1 img.img-6 {
        width: auto;
        max-width: unset !important;
    }
    .arrow-down {
        bottom: 2%;
    }
    .read-it-container {
        display: none;
    }
    /*.section-container-1 .cta-more{
display: none;
}*/
    .cta-scroll.position-2 {
        right: 50%;
        transform: translateY(50%);
    }
    .marquee-vid.vid-4 {
        left: 0%;
    }
}


/** Section 2a **/

.section-container-2a {
    height: 20vh;
    background: #fff;
    overflow: hidden;
}


/*.section-container-2a .text-center {
padding-top: 20vh;
}*/


/*.section-container-2a .text-center h3.sectionTitle{
padding-top: 5px;
opacity: 0;
transition: all 0.6s ease-out;


.section-container-2a .text-center p:nth-child(1){
padding-top: 5px;
opacity: 0;
transition: all 0.6s ease-out 0.2s;
}

.section-container-2a .text-center p:nth-child(2){
padding-top: 5px;
opacity: 0;
transition: all 0.6s ease-out 0.3s;
}}*/

.section-container-2a .text-center p:nth-child(3) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.4s;
}

.section-container-2a .text-center p:nth-child(4) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.5s;
}


/*.section-container-2a .text-center.isactive p{
padding-top: 0px;
opacity: 1;
}*/

.section-container-2a .text-center.isactive h3.sectionTitle {
    padding-top: 0px;
    opacity: 1;
}


/** Section 2 **/

.section-container-2 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.section-container-2 .panel-1 .img-1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.section-container-2 .panel-1 .title-1 {
    bottom: 23%;
}

.section-container-2 .panel-1 .title-2 {
    bottom: 15%;
    font-family: "Graphik Light", "Arial", Sans-Serif;
    font-size: 1.25rem;
    line-height: 1.5vw;
}

.section-container-2 .panel-2 .title-1 {
    font-size: 1.275rem;
    line-height: 1.275rem;
}

.section-container-2 .panel-2 .white-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.6s ease 0.2s;
}

.section-container-2 .panel-2 .white-bg.isactive {
    opacity: 0.8;
}

.section-container-2 .panel-2 .img-3 {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.section-container-2 .panel-2 .cta-more {
    color: #004DFF;
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 10%;
    right: 43%;
    transform: translateY(50%);
    z-index: 10;
    opacity: 0;
    /*transition: opacity 0.6s ease;*/
}

.section-container-2 .panel-3 .cta-more-1 {
    color: #004DFF;
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 8.8em;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-2 .panel-3 .cta-more-2 {
    color: #004DFF;
    position: absolute;
    width: auto;
    padding: 10px;
    bottom: 6em;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-2 .panel-1 .cta-more {
    color: #004DFF;
    position: absolute;
    width: auto;
    bottom: -85%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    padding: 10px;
}

.section-container-2 .panel-1 .cta-more.isactive .cta-more-box {
    border: 1px solid #004DFF !important;
}

.section-container-2 .cta-more.isactive {
    opacity: 1;
}

.cta-more {
    cursor: pointer;
}

.section-container-2 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-2 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-2 .cta-more.isactive:hover .cta-more-box {
    /*    width: 116px;*/
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

.section-container-2 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-2 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-2 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-2 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-2 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-2 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.section-container-2 .cta-scroll {
    color: #C3C3C3;
}

.section-container-2 .cta-scroll.isactive .cta-scroll-box {
    border: 2px solid #C3C3C3;
}

.section-container-2 .cta-scroll .cta-scroll-arrow {
    position: absolute;
    transform: rotate(0deg);
    left: 4px;
    top: 5px;
    transition-delay: 0.6s;
}

.section-container-2 .cta-scroll.position-1 {
    bottom: -65%;
}

.IE .section-container-2 .panel-1 .img-1 {
    background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-dancing-gurl-bg');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section-container.section-container-2 {
        height: auto;
        overflow: hidden;
    }
    .section-container-2 .panel {
        position: relative;
        height: auto;
    }
    .section-container-2 .panel-1 .img-1 {
        background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-dancing-gurl-bg');
        background-position: 300px 100px;
        background-size: 100%;
        background-repeat: no-repeat;
        position: relative;
        width: 120%;
        top: 0%;
        left: -10%;
        transform: none;
    }
    .section-container-2 .panel-1 .height-inherit {
        position: absolute;
        bottom: 10%;
        width: 100%;
    }
    .section-container-2 .panel-2 .img-3 {
        width: 150%;
        position: relative;
        top: 0%;
        left: -15%;
        transform: none;
    }
    .section-container-2 .panel-2 .text-container {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.IE .section-container-2 .new-row.height-inherit {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 999px) {
    .section-container-2 .panel-1 {
        height: 80vh;
    }
    .section-container-2 .panel-1 .img-1 {
        width: 30%;
        left: 36%;
        background-image: none;
        position: relative;
        top: 10%;
        transform: none;
    }
    .section-container-2 .panel-2 .img-3 {
        width: 170%;
    }
    .animate_title.title-1.careers.isactive {
        transform: translate(-50%, 10%) !important;
    }
}

@media screen and (max-width: 540px) {
    .section-container-2 .panel-1 {
        height: auto;
    }
    .section-container-2 .panel-1 .img-1 {
        width: 50%;
        left: 25%;
        background-image: none;
        position: relative;
        top: 20%;
        transform: none;
    }
    .section-container-2 .panel-2 .img-3 {
        width: 250%;
        left: -25%;
    }
    .animate_title.title-1.careers.isactive {
        transform: translate(-10%, 10%) !important;
    }
}


/** Section 3 **/

.section-container-3 {
    height: 110vh;
    max-height: 800px;
    overflow: hidden;
}

.section-container-3 .panel {
    height: auto;
    box-shadow: none !important;
}

.section-container-3 .panel-1 .cta-more {
    color: #004DFF;
    position: relative;
    width: auto;
    padding: 10px;
    margin-bottom: 10px;
    bottom: 0%;
    right: 0%;
    transform: translateY(50%);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: inline-block;
    float: right;
}

.section-container-3 .cta-more.isactive {
    opacity: 1;
}

.section-container-3 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-3 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-3 .cta-more.isactive:hover .cta-more-box {
    /*   width: 116px; */
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

#block-section-3 .section-container-3 .cta-more.isactive:hover .cta-more-box {
    /*    width: 146px; */
}

.section-container-3 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-3 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-3 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-3 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-3 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-3 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.section-container-3 .img-container {
    width: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.7s ease;
}

.section-container-3 .img-container,
.section-container-3 .img-container a {
    cursor: none !important;
}

.section-container-3 .img-container.trigger {
    padding-top: 0px;
    height: 330px;
}

.section-container-3 .img-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.6s ease;
    opacity: 1;
    /* opacity: 0.8; */
    /* filter: brightness(50%); */
}

.section-container-3 .img-container.imgc-1.trigger {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.section-container-3 .img-container.imgc-2.trigger {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.section-container-3 .img-container.imgc-3.trigger {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.section-container-3 .img-container.imgc-4.trigger {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.section-container-3 .img-container:hover img {
    transform: scale(1.2) translateY(-50%);
    opacity: 1;
    /* filter: brightness(100%); */
}

.section-container-3 .img-container.imgc-2 {
    margin-top: 70px;
}

.section-container-3 .img-container.imgc-3 {
    margin-top: 140px;
}

.section-container-3 .img-container.imgc-4 {
    margin-top: 210px;
}

.section-container-3 .img-container .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: #0a91cf;
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1rem;
}

.section-container-3 .img-container.isactive .cta-btn {
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important;
    opacity: 0.9;
    border-radius: 50% !important;
    transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
}

.section-container-3 .img-container .cta-btn {
    opacity: 0;
}

.section-container-3 .img-container:hover .cta-btn {
    /* top: 70%; */
    /* left: 70%; */
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.section-container-3 .img-container .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
}

.section-container-3 .follow-cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0;
    border-radius: 50%;
    background: #0a91cf;
    position: absolute;
    padding: 5px;
    z-index: 10;
    line-height: 1rem;
}

.section-container-3 .follow-cta-btn.isactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .section-container-3 .follow-cta-btn.isactive {
        opacity: 0;
    }
}

.section-container-3 .follow-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
}

.text-content small {
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
    font-weight: bold;
    font-size: 0.8rem;
}

.text-content Label {
    font-family: "Graphik Thin", "Arial Black", Sans-Serif;
    font-size: 3rem;
    line-height: 2.8rem;
}

.text-content span {
    font-family: "Graphik Thin", "Arial Black", Sans-Serif;
    font-size: 1.3rem;
}

.section-container-3 .text-content p:nth-child(1) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.2s;
}

.section-container-3 .text-content p:nth-child(2) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.3s;
}

.section-container-3 .text-content p:nth-child(3) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.4s;
}

.section-container-3 .text-content p:nth-child(4) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.5s;
}

.section-container-3 .text-content.isactive p {
    padding-top: 0px;
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .section-container-3 {
        height: 110vh;
    }
}

@media screen and (max-width: 820px) {
    .section-container-3 {
        height: 280vh;
        max-height: 500vh;
    }
    .section-container-3 .img-container.imgc-2 {
        margin-top: 0px;
    }
    .section-container-3 .img-container.imgc-3 {
        margin-top: 0px;
    }
}


/** Section 4 **/

.section-container.section-container-4 {
    height: 100vh;
    overflow: hidden;
}

.section-container-4 .panel-1 .img-1,
.section-container-4 .panel-2 .img-2 {
    position: absolute;
}

.section-container-4 .panel-1 .img-1 {
    top: 50%;
    left: 50%;
    transform: translate(-49%, -46%);
}

.section-container-4 .panel-2 .vid-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-4 .panel-2 .vid-1.playing {
    width: 980px !important;
    transition: width 0.6s ease;
}

.section-container-4 .cta-more {
    color: #fff;
    position: absolute;
    top: 12px;
    left: 10px;
    width: auto;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-4 .cta-more.isactive {
    opacity: 1;
}

.section-container-4 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-4 .cta-more.isactive .cta-more-box {
    left: 0;
    top: -5px;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition-delay: 0.2s;
}

.section-container-4 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-4 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-4 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-4 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-4 .cta-more .cta-more-label {
    margin-left: 50px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-4 .cta-more.isactive .cta-more-label {
    opacity: 1;
}


/* .section-container-4 .white-border-top{ */


/* background: #fff; */


/* width: 100%; */


/* position: absolute; */


/* height: 25%; */


/* top: -1px; */


/* transition: height 0.6s ease; */


/* } */


/* .section-container-4 .white-border-top.isactive{ */


/* height: 20%; */


/* } */


/* .section-container-4 .white-border-bottom{ */


/* background: #fff; */


/* width: 100%; */


/* position: absolute; */


/* height: 10%; */


/* bottom: -2px; */


/* transition: height 0.6s ease; */


/* } */


/* .section-container-4 .white-border-bottom.isactive{ */


/* height: 5%; */


/* } */


/* .IE .section-container-4 .white-border-top, .IE .section-container-4 .white-border-bottom{ */


/* height: 10%; */


/* } */

.section-container-4 .cta-scroll {
    color: #004DFF;
}

.section-container-4 .cta-scroll.isactive .cta-scroll-box {
    border: 2px solid #004DFF;
}

.section-container-4 .cta-scroll.position-1 {
    bottom: 5%;
}

.IE .section-container-4 .panel-1 .img-1 {
    background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-eye-bg');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .section-container.section-container-4 {
        height: auto;
        overflow: hidden;
    }
    .section-container-4 .panel {
        position: relative;
        height: auto;
    }
    .section-container-4 .panel-1 .img-1 {
        background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-sun-bg');
        background-position: center center;
        background-size: 90%;
        background-repeat: no-repeat;
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }
    .section-container-4 .panel-2 .vid-1 {
        width: 100%;
        position: relative;
        top: 0%;
        left: 0%;
        transform: none;
    }
    .section-container-4 .white-border-top,
    .section-container-4 .white-border-bottom {
        opacity: 0;
    }
    .section-container-4 .cta-scroll {
        color: #FFF;
    }
    .section-container-4 .cta-scroll.isactive .cta-scroll-box {
        border: 2px solid #FFF;
    }
    .section-container-4 .cta-scroll.position-1 {
        bottom: 10%;
    }
}

@media screen and (max-width: 820px) {
    .section-container-4 img.img-4 {
        width: auto;
    }
    /* .section-container-4 .panel-1 .img-1, .section-container-4 .panel-2 .img-2{ */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* } */
    .section-container-4 .panel-2 .vid-1 {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 540px) {
    .section-container-4 .panel-2 .vid-1 {
        width: auto;
        height: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}


/** Section 5 **/

.section-container.section-container-5 {
    height: 100vh;
    overflow: hidden;
}

.section-container-5 img.img-1 {
    height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-container-5 .panel h1 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 60%;
    text-align: center;
}


/** Section 6 **/

.section-container.section-container-6 {
    height: 100vh;
    overflow: hidden;
}


/* .section-container-6 img.img-1{ */


/* width: 100%; */


/* position: relative; */


/* left: 0%; */


/* } */

.section-container-6 .img-boxes img {
    position: absolute;
    width: 100%;
    transform: scale(1);
    opacity: 0.8;
    transition: all 0.4s ease-out;
}

.section-container-6 .img-boxes:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.img-boxes {
    height: 160px;
    overflow: hidden;
    transition: all 0.6s ease-out 0.1s;
}

@media screen and (min-width: 1000px) and (max-width: 1299px) {
    .img-boxes {
        height: 145px;
    }
}


/*.section-container.section-container-6 .text-content{
padding: 0% 5%;
}*/

.section-container-6 .text-content h4.categoryTitle {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out;
}

.section-container-6 .text-content p:nth-child(1) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.2s;
}

.section-container-6 .text-content p:nth-child(2) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.3s;
}

.section-container-6 .text-content p:nth-child(3) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.4s;
}

.section-container-6 .text-content p:nth-child(4) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.5s;
}

.section-container-6 .text-content.isactive p {
    padding-top: 0px;
    opacity: 1;
}

.section-container-6 .text-content.isactive h4.categoryTitle {
    padding-top: 0px;
    opacity: 1;
}

.section-container-6 .cta-more {
    color: #004DFF;
    position: absolute;
    width: auto;
    padding: 10px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.section-container-6 .cta-more.isactive {
    opacity: 1;
}

.section-container-6 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-6 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 7px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50%;
    transition-delay: 0.2s;
}

.section-container-6 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 3px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-6 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 3px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-6 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-6 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-6 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-6 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.section-container-6 .sc-6 {
    cursor: none;
    overflow: hidden;
}

.section-container-6 .sc-6:hover .cta-btn {
    width: 80px;
    height: 80px;
    opacity: 0.9;
    border-radius: 50%;
}

.section-container-6 .sc-6 .cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
}

.section-container-6 .img-boxes .cta-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10%;
    background: #5200FF;
    z-index: 1;
    opacity: 0;
    color: #fff;
    height: 10%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
}

.section-container-6 .img-boxes.isactive .cta-cover {
    opacity: 1;
    width: 200%;
    height: 200%;
    border-radius: 50%;
}

.section-container-6 .cta-cover span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 16px !important;
    font-family: Graphik semibold;
}

@media screen and (max-width: 820px) {
    .section-container.section-container-6 {
        height: 130vh;
    }
    .img-boxes {
        height: 100px;
    }
}


/**Section 7**/

.section-container-7 .text-center h3.sectionTitle {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out;
}

.section-container-7 .text-center p:nth-child(1) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.2s;
}

.section-container-7 .text-center p:nth-child(2) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.3s;
}

.section-container-7 .text-center p:nth-child(3) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.4s;
}

.section-container-7 .text-center p:nth-child(4) {
    padding-top: 5px;
    opacity: 0;
    transition: all 0.6s ease-out 0.5s;
}

.section-container-7 .text-center.isactive p {
    padding-top: 0px;
    opacity: 1;
}

.section-container-7 .text-center.isactive h3.sectionTitle {
    padding-top: 0px;
    opacity: 1;
}

.section-container.section-container-7 {
    min-height: 300px;
}

.section-container-8 .cta-more.isactive {
    opacity: 1;
    position: relative;
}

.section-container-8 .cta-more {
    cursor: pointer;
    display: inline-block;
    width: auto;
    padding: 10px;
}

.section-container-8 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-8 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}


/*.section-container-8 .cta-more.isactive:hover .cta-more-box{
width: 200px !important;
height: 36px;
border-radius: 25px 25px 25px 25px;
}*/

.section-container-8 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-8 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-8 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-8 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-8 .cta-more .cta-more-label {
    position: relative;
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    color: #004DFF;
}

.section-container-8 .cta-more.isactive .cta-more-label {
    opacity: 1;
}


/**Section 8**/

.section-container-8 .img-container .cta-btn {
    position: relative;
    /* width: 100%; */
    /* height: 100%; */
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    border-radius: 10%;
    background: #0a91cf;
    transform: translate(-50%, -50%);
    color: white;
    border-radius: 50%;
    opacity: 0;
    line-height: 1rem;
}

.section-container-8 .img-container.isactive .cta-btn {
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    width: 200% !important;
    height: 200% !important;
    opacity: 0.9;
    border-radius: 50% !important;
    transition: width 0.4s ease, height 0.4s ease, opacity 0.3s ease;
}

.section-container-8 .cards .cards-cta-btn {
    position: absolute;
}

.section-container-8 .cards .img-container:hover .cards-cta-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transform: scale(0.9);
    z-index: 1;
    opacity: 0.9;
}

.section-container-8 .cards .img-container:hover .cards-cta-btn.onactive {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .section-container-8 .cards .img-container:hover .cards-cta-btn.onactive {
        opacity: 0;
    }
}

.section-container-8 .cards .img-container .cards-cta-btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1 !important;
    font-size: 13px !important;
    font-family: Graphik semibold;
}

.section-container-8 .cards .img-container.isactive:hover .cards-cta-btn {
    width: 200%;
    height: 200%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
}

.section-container-8 .text-content h4.categoryTitle {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-8 .text-content h3.SubsectionTitle {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-8 .text-content p:nth-child(1) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-8 .text-content p:nth-child(2) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-8 .text-content p:nth-child(3) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-8 .text-content p:nth-child(4) {
    position: relative;
    top: 5px;
    opacity: 0;
}

.section-container-8 .text-content.isactive p {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.3s;
}

.section-container-8 .text-content.isactive h4.categoryTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.1s;
}

.section-container-8 .text-content.isactive h3.SubsectionTitle {
    transition: all 0.6s ease-out;
    top: 0px;
    opacity: 1;
    transition-delay: 0.2s;
}


/** Section 9**/

.section-container-9a {
    height: 50vh;
    background: #fff;
    overflow: hidden;
}


/** Section 9**/

.section-container-9 {
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.section-container-9 .panel-1 {
    z-index: 1;
}

.section-container-9 .panel-2 {
    z-index: 2;
}

.section-container-9 .panel-3 {
    z-index: 3;
}

.section-container-9 .panel.isactive {
    z-index: 4;
}

.section-container-9 .panel-1 .img-2 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.section-container-9 .panel-2 .img-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
}

.section-container-9 .panel-1 .vid-1 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
}

.cta-progress-bar {
    color: #676767;
    width: 80%;
    position: relative;
    margin-top: 30px;
}

.progress-bar {
    background-color: #004DFF;
}

.progress-bar-label {
    position: relative;
    right: 17%;
    top: -13px;
    font-size: 1rem;
    color: #4a4a4adb;
}

.section-container-9 .panel-1 .cta-more,
.section-container-9 .panel-3 .cta-more {
    color: #004DFF;
    position: absolute;
    width: auto;
    bottom: -85%;
    /*left: 50%;*/
    transform: translateX(-50%);
    z-index: 10;
    opacity: 0;
    padding: 10px;
}

.section-container-9 .panel-3 .cta-more.isactive .cta-more-box {
    border: 1px solid #FFF!important;
}

.section-container-9 .cta-more.isactive {
    opacity: 1;
}

.section-container-9 .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-9 .cta-more.isactive .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-9 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-9 .cta-more.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
    opacity: 1;
    transition-delay: 0.6s;
}

.section-container-9 .cta-more.isactive .cta-more:hover .cta-more-arrow {
    left: 10px;
}

.section-container-9 .cta-more .img-arrow-right {
    width: 24px;
}

.section-container-9 .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
}

.section-container-9 .cta-more.isactive .cta-more-label {
    opacity: 1;
}

.IE .section-container-9 .panel-2 .img-1 {
    background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-julie-bg');
    background-position: center center;
    background-size: 60%;
    background-repeat: no-repeat;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .section-container.section-container-9 {
        height: auto;
        overflow: hidden;
    }
    .section-container-9 .panel {
        position: relative;
        height: auto;
    }
    .section-container-9 .panel-2 .img-1 {
        background-image: url('/_acnmedia/Thought-Leadership-Assets/Images/mainpage/accenture-color-shade-bg');
        background-position: 350px 100%;
        background-size: 90%;
        background-repeat: no-repeat;
        position: initial;
        top: 0%;
        left: 0%;
        transform: none;
    }
    .section-container-9 .panel-1 .vid-1 {
        width: 110%;
        position: initial;
        top: 0%;
        left: 0%;
        transform: none;
    }
    .section-container-9 .panel.panel-3.isactive {
        position: absolute;
        top: -35%;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 999px) {
    .section-container-9 .panel-2 .img-1 {
        background-image: none;
        position: relative;
        width: 30%;
        top: 30%;
        left: 35%;
        overflow: hidden;
        transform: none;
    }
    .section-container-9 .panel-2 {
        height: 80vh;
    }
}

@media screen and (max-width: 540px) {
    .section-container-9 .panel.panel-3.isactive {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .section-container-9 .panel-1 {
        position: relative !important;
        height: 90vw !important;
        width: 100% !important;
        overflow: hidden !important;
    }
    .section-container-9 .panel-1 img {
        position: absolute;
        bottom: -5%;
    }
    .section-container-9 .panel-2 {
        height: 50vh;
    }
    .section-container-9 .panel-2 .img-1 {
        background-image: none;
        position: relative;
        width: 50%;
        top: 20%;
        left: 25%;
        overflow: hidden;
        transform: none;
    }
}


/**Progress Nav Bar**/

.progress-nav-bar {
    position: fixed;
    top: 70px;
    z-index: 10;
    width: 100%;
    height: 8px;
    background-color: #F2F2F2;
    transition: height 0.3s ease;
}

.progress-nav-bar-roller {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    height: 8px;
    width: 0%;
    transition: height 0.3s ease;
}

.progress-nav-bar.isactive {
    height: 3.5625rem;
}

.progress-nav-bar.isactive .progress-nav-bar-roller {
    height: 3.5625rem;
}

.progress-nav-bar:hover {
    height: 3.5625rem;
}

.progress-nav-bar:hover .progress-nav-bar-roller {
    height: 3.5625rem;
}

.progress-nav-bar-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.progress-nav-bar.isactive .nav-bar-menu,
.social-icon {
    outline: none !important;
}

.nav-bar-menu {
    width: auto;
    text-align: left;
    font-size: 0.8rem;
    float: left;
    opacity: 0;
    color: #fff;
    height: 3.5625rem;
    transition: all 0.3s ease;
    color: transparent;
    position: relative;
    padding: 0.3% 1.5%;
}

.nav-bar-menu span {
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
}

.nav-bar-menu.greybg {
    background-color: #F2F2F2;
}

.nav-bar-menu-0 {
    width: 5%;
    text-align: center;
    padding: 1.5em;
}

.nav-bar-menu-0 svg {
    transition: transform 0.6s ease;
    transform: rotate(0deg);
}

.nav-bar-menu-0.rotatesvg svg {
    transform: rotate(-90deg);
}

.progress-nav-bar.isactive .nav-bar-menu {
    transition-delay: 0.1s;
    opacity: 1;
    color: #111;
}

.progress-nav-bar:hover .nav-bar-menu {
    transition-delay: 0.1s;
    opacity: 1;
    color: #111;
}

.nav-bar-menu .bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #c3c3c3;
    z-index: -1;
}

.nav-bar-menu.run:after {
    transition: width 3s ease;
    width: 5%;
    z-index: -1;
}


/*.progress-nav-bar:hover .nav-bar-menu{
opacity: 1;
transition-delay: 0.3s;

}*/


/* .nav-bar-menu:hover{ */


/* background-color: #5200FF; */


/* color: white; */


/* transition-delay: 0.2s; */


/* opacity: 1; */


/* } */

@media screen and (max-width: 1200px) {
    .progress-nav-bar .progress-nav-bar-roller {
        background-color: #c4c4c4;
    }
}

@media screen and (max-width: 1024px) {
    .progress-nav-bar {
        top: 50px;
    }
    .progress-nav-bar.isactive {
        height: 40px;
    }
    .progress-nav-bar.isactive .nav-bar-menu {
        line-height: 16px;
    }
    .progress-nav-bar-menu {
        display: none;
    }
    #block-header #header-topnav .nav-submenu.panel {
        height: auto;
        width: auto;
    }
    .progress-nav-bar:hover {
        height: 8px;
    }
    .progress-nav-bar:hover .progress-nav-bar-roller {
        height: 8px;
    }
}


/** audio controll**/

.audio-option {
    color: #fff;
    position: absolute;
    z-index: 6;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.7s ease;
}

.audio-option .volume,
.audio-option .option-replay {
    cursor: pointer;
}

.audio-option .volume .volume-on,
.audio-option .volume .volume-off {
    display: none;
}

.audio-option .volume .volume-on.isactive,
.audio-option .volume .volume-off.isactive {
    display: inline-block;
}

.audio-option.isactive {
    opacity: 1;
}

.label.volume,
.label.option-replay {
    top: 10px;
    left: -10px;
    position: relative;
}

.audio-option .option-replay.isclicked svg {
    animation-name: spin;
    animation-duration: 400ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


/** play controll**/

.play-option {
    position: relative;
    width: 100px;
    height: 50px;
    padding: 5px 30px 5px 0px;
    background: #004DFF;
    border-radius: 30px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.7s ease;
}

.play-option.isactive {
    width: 230px;
    opacity: 1;
    top: 50%;
}

.play-option.isactive.playing {
    top: 80%;
    opacity: 0;
    width: 210px;
}


/**alert section**/

.section-container-1b,
.section-container-1b .panel-1 {
    height: auto;
    overflow: hidden;
    position: relative;
}

.we-act-for-impact {
    position: relative;
}

.we-act-for-impact.isactive {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    padding: 50px 10px;
}

.we-act-for-impact .sectionTitle,
.we-act-for-impact .sectionDescription {
    opacity: 0;
    top: 15px;
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.we-act-for-impact .sectionTitle {
    margin-bottom: 0.5em;
}

.we-act-for-impact.isactive .sectionTitle,
.we-act-for-impact.isactive .sectionDescription {
    opacity: 1;
    top: 0px;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
}

.section-container-1b .cta-more {
    color: #004DFF;
    position: relative;
    width: auto;
    padding: 10px;
    bottom: 10%;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.6s ease;
    display: inline-block;
}

.section-container-1b .cta-more.isactive,
.section-container-1b .item.active .cta-more {
    opacity: 1;
    bottom: 25%;
}

.section-container-1b .cta-more .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.section-container-1b .cta-more.isactive .cta-more-box,
.section-container-1b .item.active .cta-more .cta-more-box {
    left: 0;
    top: 3px;
    width: 36px;
    height: 36px;
    border: 1px solid #004DFF;
    border-radius: 50px;
    transition-delay: 0.2s;
}

.section-container-1b .cta-more.isactive:hover .cta-more-box,
.section-container-1b .item.active .cta-more:hover .cta-more-box {
    height: 36px;
    border-radius: 25px 25px 25px 25px;
}

@media only screen and (min-width: 1025px) {
    .section-container-1b .cta-more.isactive:hover .cta-more-box,
    .section-container-1b .item.active .cta-more:hover .cta-more-box {
        width: 103%;
    }
}

.section-container-1b .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 8px;
    height: 15px;
    opacity: 0;
    transition: all 0.4s ease;
}

.section-container-1b .cta-more.isactive .cta-more-arrow,
.section-container-1b .item.active .cta-more-arrow {
    position: absolute;
    left: 20px;
    height: 15px;
    top: 8px;
    opacity: 1 !important;
    transition-delay: 0.6s;
}

.section-container-1b .cta-more .img-arrow-right {
    width: 24px;
    position: absolute;
}

.section-container-1b .cta-more .cta-more-label {
    margin-left: 45px;
    opacity: 0;
    transition: opacity 0.7s ease 0.8s;
    text-align: left;
}

.section-container-1b .cta-more.isactive .cta-more-label,
.section-container-1b .item.active .cta-more .cta-more-label {
    opacity: 1 !important;
}

.bell-container {
    position: absolute;
    top: 55%;
    left: 1%;
    z-index: 12;
    color: #111;
    font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
    cursor: pointer;
    transition: top 0.4s ease;
}

.bell-container.fixed {
    position: fixed;
    top: 28%;
}

.bell-container .bell-content {
    position: absolute;
    left: 24px;
    border: 1px solid blue;
    display: inline-block;
    background: #fff;
    border-radius: 12px;
    width: 0;
    opacity: 0;
    height: 0;
    transition: all 0.4s ease;
    bottom: -30px;
}

.bell-container.isactive .bell-content {
    bottom: -30px;
    left: 24px;
    width: 285px;
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    border: 1px solid blue;
    padding: 0 30px;
    line-height: 1.3;
}

.bell-container.isactive.fixed .bell-content {
    bottom: -140px;
    left: 20px;
}

.bell-container .bell-content span {
    opacity: 0;
}

.bell-container.isactive .bell-content span {
    opacity: 1;
    transition: opacity 0.4s ease 0.3s;
}

.bell-container .bell {
    /* display: inline-block; */
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
    height: 44px;
    width: 44px;
    border-radius: 25px;
    border: 1px solid #c4c4c4;
}

.we-act-for-impact.isactive .bell {
    /* display: inline-block; */
    position: absolute;
    top: 0px;
    left: 0px;
    background: blue;
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.bell-container .bell svg.bell-svg,
.we-act-for-impact.isactive .bell svg.bell-svg {
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.we-act-for-impact.isactive .bell {
    top: 10%;
    left: 4%;
}


/* .bell-container .bell:hover svg.bell-svg, .we-act-for-impact.isactive .bell:hover svg.bell-svg{ */


/* -webkit-animation: ring 4s .7s ease-in-out infinite; */


/* -moz-animation: ring 4s .7s ease-in-out infinite; */


/* animation: ring 4s .7s ease-in-out infinite; */


/* } */

@media screen and (max-height: 650px) {
    .bell-container.fixed {
        top: 20%;
    }
}

@media screen and (max-height: 500px) {
    .bell-container.fixed {
        top: 15%;
    }
}

@media screen and (max-width: 999px) {
    .bell-container {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 36px;
        bottom: auto!important;
        top: 60%;
    }
    .bell-container .bell-content {
        position: relative;
    }
    .bell-container.isactive {
        width: 315px;
    }
    .bell-container.isactive .bell-content {
        width: 330px;
        bottom: 5px;
        left: 24px;
        width: 315px !important;
        max-height: 70px;
        opacity: 1;
        padding: 10px 10px 10px 30px;
    }
    .bell-container .bell-content span {
        font-size: 14px;
    }
    .section-container-1b,
    .section-container-1b .panel-1 {
        height: auto;
        overflow: hidden;
        position: relative;
    }
    .section-container-1b.inactive .we-act-for-impact {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .bell-container {
        top: 50%;
        left: 45%;
    }
}

@-webkit-keyframes ring {
    0% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
    }
    1% {
        -webkit-transform: translate(-50%, -50%) rotateZ(30deg);
    }
    3% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-28deg);
    }
    5% {
        -webkit-transform: translate(-50%, -50%) rotateZ(34deg);
    }
    7% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-32deg);
    }
    9% {
        -webkit-transform: translate(-50%, -50%) rotateZ(30deg);
    }
    11% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-28deg);
    }
    13% {
        -webkit-transform: translate(-50%, -50%) rotateZ(26deg);
    }
    15% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-24deg);
    }
    17% {
        -webkit-transform: translate(-50%, -50%) rotateZ(22deg);
    }
    19% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-20deg);
    }
    21% {
        -webkit-transform: translate(-50%, -50%) rotateZ(18deg);
    }
    23% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-16deg);
    }
    25% {
        -webkit-transform: translate(-50%, -50%) rotateZ(14deg);
    }
    27% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-12deg);
    }
    29% {
        -webkit-transform: translate(-50%, -50%) rotateZ(10deg);
    }
    31% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-8deg);
    }
    33% {
        -webkit-transform: translate(-50%, -50%) rotateZ(6deg);
    }
    35% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-4deg);
    }
    37% {
        -webkit-transform: translate(-50%, -50%) rotateZ(2deg);
    }
    39% {
        -webkit-transform: translate(-50%, -50%) rotateZ(-1deg);
    }
    41% {
        -webkit-transform: translate(-50%, -50%) rotateZ(1deg);
    }
    43% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotateZ(0);
    }
}

@-moz-keyframes ring {
    0% {
        -moz-transform: translate(-50%, -50%) rotate(0);
    }
    1% {
        -moz-transform: translate(-50%, -50%) rotate(30deg);
    }
    3% {
        -moz-transform: translate(-50%, -50%) rotate(-28deg);
    }
    5% {
        -moz-transform: translate(-50%, -50%) rotate(34deg);
    }
    7% {
        -moz-transform: translate(-50%, -50%) rotate(-32deg);
    }
    9% {
        -moz-transform: translate(-50%, -50%) rotate(30deg);
    }
    11% {
        -moz-transform: translate(-50%, -50%) rotate(-28deg);
    }
    13% {
        -moz-transform: translate(-50%, -50%) rotate(26deg);
    }
    15% {
        -moz-transform: translate(-50%, -50%) rotate(-24deg);
    }
    17% {
        -moz-transform: translate(-50%, -50%) rotate(22deg);
    }
    19% {
        -moz-transform: translate(-50%, -50%) rotate(-20deg);
    }
    21% {
        -moz-transform: translate(-50%, -50%) rotate(18deg);
    }
    23% {
        -moz-transform: translate(-50%, -50%) rotate(-16deg);
    }
    25% {
        -moz-transform: translate(-50%, -50%) rotate(14deg);
    }
    27% {
        -moz-transform: translate(-50%, -50%) rotate(-12deg);
    }
    29% {
        -moz-transform: translate(-50%, -50%) rotate(10deg);
    }
    31% {
        -moz-transform: translate(-50%, -50%) rotate(-8deg);
    }
    33% {
        -moz-transform: translate(-50%, -50%) rotate(6deg);
    }
    35% {
        -moz-transform: translate(-50%, -50%) rotate(-4deg);
    }
    37% {
        -moz-transform: translate(-50%, -50%) rotate(2deg);
    }
    39% {
        -moz-transform: translate(-50%, -50%) rotate(-1deg);
    }
    41% {
        -moz-transform: translate(-50%, -50%) rotate(1deg);
    }
    43% {
        -moz-transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        -moz-transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes ring {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    1% {
        transform: translate(-50%, -50%) rotate(30deg);
    }
    3% {
        transform: translate(-50%, -50%) rotate(-28deg);
    }
    5% {
        transform: translate(-50%, -50%) rotate(34deg);
    }
    7% {
        transform: translate(-50%, -50%) rotate(-32deg);
    }
    9% {
        transform: translate(-50%, -50%) rotate(30deg);
    }
    11% {
        transform: translate(-50%, -50%) rotate(-28deg);
    }
    13% {
        transform: translate(-50%, -50%) rotate(26deg);
    }
    15% {
        transform: translate(-50%, -50%) rotate(-24deg);
    }
    17% {
        transform: translate(-50%, -50%) rotate(22deg);
    }
    19% {
        transform: translate(-50%, -50%) rotate(-20deg);
    }
    21% {
        transform: translate(-50%, -50%) rotate(18deg);
    }
    23% {
        transform: translate(-50%, -50%) rotate(-16deg);
    }
    25% {
        transform: translate(-50%, -50%) rotate(14deg);
    }
    27% {
        transform: translate(-50%, -50%) rotate(-12deg);
    }
    29% {
        transform: translate(-50%, -50%) rotate(10deg);
    }
    31% {
        transform: translate(-50%, -50%) rotate(-8deg);
    }
    33% {
        transform: translate(-50%, -50%) rotate(6deg);
    }
    35% {
        transform: translate(-50%, -50%) rotate(-4deg);
    }
    37% {
        transform: translate(-50%, -50%) rotate(2deg);
    }
    39% {
        transform: translate(-50%, -50%) rotate(-1deg);
    }
    41% {
        transform: translate(-50%, -50%) rotate(1deg);
    }
    43% {
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(0);
    }
}


/** Read it and See it **/

@media screen and (max-width: 999px) {
    .read-it-container,
    .read-it-container.inactive {
        display: none;
    }
    .section-container-1 {
        background: transparent !important;
    }
    .section-container {
        opacity: 1;
        transition: opacity 0.4s ease;
    }
    .section-container.inactive {
        opacity: 0;
        position: absolute;
    }
    .section-container.inactive.index {
        z-index: -5;
    }
    .scrollmagic-pin-spacer.inactive {
        display: none!important;
    }
    .read-it-container.isactive {
        display: block;
    }
}


/**Social media**/

.share-icons-container-marquee .icon-bar-marquee {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11
}

.share-icons-container-marquee .icon-bar-marquee.isActive {
    z-index: 3
}

.share-icons-container-marquee .icon-bar-marquee .social-icon {
    padding-bottom: 10px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px
}

.share-icons-container-marquee .icon-bar-marquee .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg {
    height: 100%;
    width: 100%;
}

.share-icons-container-marquee .icon-bar-marquee .social-icon .social-icon-trigger svg path {
    fill: #C3C3C3;
}

.share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    color: #fff
}

.share-icons-container-marquee .icon-bar-marquee .social-icon:hover .social-icon-trigger:hover svg path {
    fill: #fff;
}

.share-icons-container-section .icon-bar-section {
    position: fixed;
    top: 50%;
    left: 1%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.share-icons-container-section .icon-bar-section.isActive {
    z-index: 3
}

.share-icons-container-section .icon-bar-section .social-icon {
    padding-bottom: 10px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger {
    display: block;
    text-align: center;
    padding: 10px;
    color: #C3C3C3;
    ;
    border: 1px solid #C3C3C3;
    ;
    border-radius: 50%;
    font-size: 20px;
    height: 42px;
    width: 42px;
    position: relative;
    opacity: 0;
    cursor: pointer
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.twitter {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.linkedin {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.facebook {
    -webkit-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon .social-icon-trigger.mail {
    -webkit-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
    top: 2500px
}

.share-icons-container-section .icon-bar-section .social-icon.isActive .social-icon-trigger {
    top: 0;
    opacity: 1
}

.share-icons-container-section .icon-bar-section .social-icon:hover .social-icon-trigger:hover {
    background-color: #C3C3C3;
    ;
    color: #fff
}

#block-header #header-topnav .primary-nav .nav-content .nav-submenu {
    height: auto;
}

@media screen and (min-width: 1000px) {
    .new-row {
        max-width: 61.250em !important;
    }
}

.bell-content span a {
    color: blue !important;
}

.section-container-1b {
    margin-top: 5em;
}

.bell-container span {
    color: #111 !important;
}

.bell-container span.bell-text-blue {
    color: blue !important;
}

.marquee_description {
    font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
    font-size: 1.5rem !important;
    font-weight: normal !important;
    line-height: 1;
    margin-top: 1.6rem;
}

.item .marquee_description {
    text-shadow: 1px 1px 3px #4a4a4a;
}

.text_left: {
    text-align: left;
}

.section-container-3 .text-content {
    padding-right: 17%;
}

.sectionTitle {
    font-family: "Graphik SemiBold", "Arial", Sans-Serif !important;
    font-size: 3.29375rem !important;
    line-height: 1;
}

.sectionDescription {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.25rem !important;
    line-height: 1.2 !important;
}


/*Cards*/

.categoryTitle {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 0.75rem !important;
    line-height: 1 !important;
}

p.categoryTitle {
    font-family: "Graphik Semibold", "Arial", Sans-Serif !important;
    font-size: 0.75rem !important;
    line-height: 1 !important;
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.cardTitle {
    font-family: "Graphik Light", "Arial Black", Sans-Serif !important;
    font-size: 1.8rem;
    line-height: 0.9;
    font-weight: normal !important;
    margin-bottom: 1.2rem;
    margin-top: 1.5rem;
}

h3.cardTitle:hover {
    text-decoration: none;
    -webkit-transition: ease 0.1s !important;
    -o-transition: ease 0.1s !important;
    transition: ease 0.1s !important;
}

.section-container-3 .text-content .cardTitle {
    padding-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0.1s;
    -o-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s;
}

.section-container-3 .text-content.isactive .cardTitle {
    padding-top: 0px;
    opacity: 1;
}

.cardDescription {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.0125rem !important;
    line-height: 1.2 !important;
}


/*Override CSS*/

.section-container-1 .cta-more .cta-more-marquee-2.cta-more.isactive:hover .cta-more-box {
    cursor: pointer;
}

.cta-more-label,
.cta-more-label a {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 19px !important;
    line-height: 1.25;
}

.section-container-1 .cta-scroll.isactive .cta-scroll-label,
.section-container-1 .item.active .cta-scroll .cta-scroll-label {
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 19px;
    color: #fff;
}

.section-container-1 .cta-scroll.isactive .cta-scroll-box,
.section-container-1 .item.active .cta-scroll .cta-scroll-box {
    border: 2px solid #ffffff;
}

.cta-more-label:hover {
    cursor: pointer;
}

.card-nav .progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #CDCDCD;
}

.progress-bar {
    background-color: #004DFF !important;
}

.img-container.imgc-2.trigger {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.img-container.imgc-3.trigger {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.section-container-3 .text-content p.cardDescription {
    padding-top: 5px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0.1s;
    -o-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s;
}

.section-container-3 .text-content.isactive p.cardDescription {
    padding-top: 0px;
    opacity: 1;
}

.section-container-1 .cta-more {
    color: #fff;
}

.section-container-1 .cta-more.isactive .cta-more-box {
    border: 2px solid #fff;
}

.section-container-1 .cta-scroll.isactive .cta-scroll-arrow {
    left: 2px;
}

.section-container-1 .cta-scroll.position-2 {
    right: 15%;
}

.audio-option .label {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.3125rem;
    line-height: 1 !important;
    font-weight: normal;
    padding: .4em .4em 0.4em;
}

.join-us {
    position: relative;
    bottom: -60%;
}

.join-us .animate_title {
    opacity: 0;
    position: relative;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    font-size: 3.29375rem;
    line-height: 3.3rem;
    display: block;
    line-height: 1;
    margin-bottom: 1rem;
}

.join-us .animate_title.isactive {
    opacity: 1;
}

.join-us .cta-scroll {
    cursor: auto;
}

.section-container-3 .follow-cta-btn span {
    font-size: 13px !important;
    text-align: center;
}

.section-container-3 .img-container .cta-btn span {
    font-size: 13px !important;
    text-align: center;
}

#block-section-3b .animate_title.isactive span:nth-child(3) {
    -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
    -o-transition: opacity 0.6s ease-in, top 0.4s ease;
    transition: opacity 0.6s ease-in, top 0.4s ease;
}

#block-section-3b .animate_title.isactive span:nth-child(3) {
    -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
    -o-transition: opacity 0.6s ease-in, top 0.4s ease;
    transition: opacity 0.6s ease-in, top 0.4s ease;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

#block-section-3b .animate_title span:nth-child(7) {
    position: relative;
    top: 15px;
}

#block-section-3b .panel-1 .animate_title span:nth-child(1) {
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
}

#block-section-3b .panel-2 .animate_title.isactive span:nth-child(1),
#block-section-3b .panel-3 .animate_title.isactive span:nth-child(1),
.section-container-9 .panel-1 .animate_title.isactive span:nth-child(1) {
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
    opacity: 1;
}

#block-section-3b .panel-2 .animate_title.isactive span:nth-child(3),
#block-section-3b .panel-3 .animate_title.isactive span:nth-child(3) {
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
}

#block-section-3b .panel-2 .animate_title.isactive span:nth-child(5),
#block-section-4 .panel-3 .animate_title.isactive span:nth-child(5),
.section-container-9 .panel-1 .animate_title.isactive span:nth-child(5) {
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 1;
}

#block-section-3b .panel-2 .animate_title.isactive span:nth-child(7) {
    -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
    -o-transition: opacity 0.6s ease-in, top 0.4s ease;
    transition: opacity 0.6s ease-in, top 0.4s ease;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
    opacity: 1;
    top: 0;
}

#block-section-3b .panel-2 .animate_title span:nth-child(3),
.animate_title span:nth-child(5),
.animate_title span:nth-child(7) {
    opacity: 0;
}

#block-section-3b .panel-2 .animate_title.isactive span {
    display: block;
}

#block-section-4 {
    margin-top: 5em;
}

.section-container-7 .shared-container {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.shared-container .sectionTitle {
    margin-bottom: 20px;
}

#block-section-5 .panel-1 .animate_title span:nth-child(1) {
    -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
    -o-transition: opacity 0.6s ease-in, top 0.4s ease;
    transition: opacity 0.6s ease-in, top 0.4s ease;
}

#block-section-5 .panel-1 .animate_title.title-1 {
    bottom: 80%;
    position: relative;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-bottom: 2.5rem;
}

#block-section-5 .animate_title.title-2.sectionDescription.isactive {
    opacity: 1;
    position: relative;
    position: relative;
    bottom: 0;
    left: 0;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
}

.leading {
    position: relative;
    top: 15%;
}

@media screen and (min-width: 1025px) and (max-width: 1300px) {
    #block-section-5 .panel-1 .animate_title.title-2 {}
}

#block-section-5 .panel-3 .animate_title.title-1 {}

#block-section-5 .animate_title.title-2.sectionDescription.isactive {}

.max-row {
    max-width: 980px;
    height: 100vh;
    position: relative;
    margin: auto;
    width: 100%;
}

.cta-holder {
    float: right;
    width: 35%;
}


/*Carousel*/

.progress {
    width: 90%;
    height: 2px;
    margin-bottom: 2rem;
}

.carousel-text-content {
    padding-left: 15px;
}


/*.zoom {
overflow: hidden;
}*/


/*Navigation Arrows*/

.card-nav {
    margin-top: 40px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    font-family: Arial;
    font-size: 53px;
    color: white;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-transition: margin .5s;
    -o-transition: margin .5s;
    transition: margin .5s;
    /*margin-bottom: 2rem;*/
    text-align: center;
}

.arrow {
    cursor: pointer;
    -webkit-transition: margin .5s;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.arrow:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.arrow:active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.arrow-left {
    float: left;
}

.arrow-right {
    float: right;
}


/*Cards*/

.container {
    width: 420px;
    height: 350px;
    position: relative;
    -webkit-perspective: 1500px;
    perspective: 1450px;
    margin: auto;
    margin-top: 60px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cards {
    display: block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: margin .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateZ(900px);
    transform: translateZ(900px);
}

.cards li {
    display: block;
    position: absolute;
    width: 310px;
    height: 300px;
    /*border-radius: 3px;*/
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .1), 0 0 10px rgba(0, 0, 0, .1);
    font-family: "Open Sans", sans-serif;
    text-align: center;
    padding: 20px 10px 0 10px;
    background: white;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


/*Cards Mobile*/

@media screen and (max-width: 767px) {
    .section-container-7 .shared-container {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .section-container-2 .cta-more .cta-more-label {
        margin-left: 42px;
    }
    .cards li {
        width: 230px;
        height: 240px;
    }
    .container {
        width: 320px;
        height: 290px;
    }
    .carousel-img {
        height: 100%;
        width: auto;
    }
}

.cards .corner {
    font-size: 25px;
    position: absolute;
    left: 12px;
    top: 8px;
    font-family: Lora, serif;
}

.cards h2 {
    font-family: Lora, serif;
}

.cards h2::before {
    content: "";
    margin: auto;
    display: block;
    width: 350px;
    height: 1px;
    background: black;
}

.cards h2::after {
    content: "";
    margin: auto;
    display: block;
    width: 300px;
    height: 1px;
    background: black;
}

.section-container-8 .cta-more-box {
    position: relative;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #004DFF;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: inline-block;
}

.section-container-8 .cta-more-arrow {
    position: absolute;
    top: 28px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.section-container.section-container-8 {
    overflow: hidden;
}

.card-nav .img-arrow-right {
    width: 1.3em;
    padding: 0 20px;
    position: absolute;
}

.card-nav .img-arrow-left {
    width: 1.3em;
    padding: 0 20px;
    position: absolute;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.cta-more-box.arrow.arrow-right {
    float: right;
}

.cta-more-box.arrow.arrow-left {
    float: left;
}

.text-center,
.text-center-2 {
    text-align: center;
}

.section-container-8 .arrow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.carousel-img {
    width: 100%;
}

.cards li {
    overflow: hidden;
    padding: 0;
}

.cards .img-container,
.cards .img-container a {
    cursor: none !important;
}

.cards .img-container img {
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.cards .img-container:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.section-container-3 .cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
}

#block-section-2 .section-container-3 .cta-more.isactive:hover .cta-more-box {
    cursor: pointer;
}

@media only screen and (min-width: 1025px) {
    .cta-more.isactive:hover .cta-more-box {
        width: 103%;
    }
    .section-container-2a {
        margin-top: 5em;
        height: auto;
        position: relative;
        margin-bottom: 1em;
    }
}

.section-container-1 .cta-more.isactive .cta-more-box {
    top: 4px;
}

.section-container-1 .cta-more.isactive .cta-more-arrow {
    left: 23px;
}

.insights-text {
    opacity: 0;
}

.insights-text .sectionTitle {
    position: relative;
    top: 30px;
    opacity: 0;
}

.insights-text .sectionDescription {
    position: relative;
    top: 15px;
    opacity: 0;
}

.insights-text.isactive {
    opacity: 1;
}

.insights-text.isactive .sectionTitle {
    -webkit-transition: opacity 0.6s ease-in, top1s ease;
    -o-transition: opacity 0.6s ease-in, top1s ease;
    -webkit-transition: opacity 0.6s ease-in, top 1s ease;
    -o-transition: opacity 0.6s ease-in, top 1s ease;
    transition: opacity 0.6s ease-in, top 1s ease;
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.insights-text.isactive .sectionDescription {
    -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
    -o-transition: opacity 0.6s ease-in, top 0.4s ease;
    transition: opacity 0.6s ease-in, top 0.4s ease;
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

#block-section-3b .section-container-2 .cta-more.isactive .cta-more-arrow {
    left: 22px;
    top: 5px;
}

#block-section-3b .section-container-2 .cta-more.isactive .cta-more-box {
    top: 3px;
}

#block-section-3b .section-container-2 .cta-more.isactive:hover .cta-more-box {
    cursor: pointer;
}

@media only screen and (min-width: 1025px) {
    #block-section-3b .section-container-2 .cta-more.isactive:hover .cta-more-box {
        width: 103%;
    }
}

#block-section-3b .section-container-2 .panel-2 .animate_title,
.section-container-9 .panel-1 .animate_title {
    opacity: 1;
    position: relative;
    text-align: left;
    top: 50%;
    left: 0;
    color: white;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 33%;
    bottom: 0;
}

#block-section-3b .section-container-2 .panel-2 .cta-more,
.section-container-9 .panel-3 .cta-more {
    color: #fff;
    bottom: 13%;
    right: 64%;
    display: inline-block;
}

.section-container-7 .cta-more {
    color: #004DFF;
    bottom: 13%;
    right: 64%;
    display: inline-block;
}

#block-section-3b .section-container-2 .cta-more.isactive .cta-more-box {
    border: 1px solid #fff;
}

#block-section-3b .section-container-2 .panel-2 .white-bg.isactive {
    opacity: 0;
}

#block-section-5 .animate_title span:nth-child(1) {
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
}

.animate_title.careers {
    font-family: "Graphik Light", "Arial", Sans-Serif;
    line-height: 1.3 !important;
}

span.careers-large {
    font-size: 2.7rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    /*font-weight: bold;*/
}

.animate_title.title-1.careers.isactive {
    -webkit-transform: translate(-50%, 60%);
    -ms-transform: translate(-50%, 60%);
    transform: translate(-50%, 60%);
}

.cta-more.footer {
    color: #004DFF;
    position: relative;
    width: auto;
    bottom: 0%;
    right: 0%;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    padding: 10px;
    display: inline-block;
}

.cta-more.footer .cta-more-box {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cta-more .cta-more-arrow {
    position: absolute;
    left: 0px;
    top: 4px;
}

.section-container-3 .cta-more.isactive .cta-more-box {
    top: 3px;
}

.cta-more.footer.isactive .cta-more-box {
    left: 0;
    top: 6px;
    width: 46px;
    height: 46px;
    border: 2px solid #fff;
    border-radius: 50px;
}

.cta-more.footer.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 12px;
}

.cta-more.footer .img-arrow-right {
    width: 38px;
    position: absolute;
}

.cta-more.footer.isactive .cta-more-label {
    margin-left: 65px;
    font-family: "Graphik Medium", "Arial", Sans-Serif;
    font-size: 32px !important;
    line-height: 1.25;
    color: #fff;
}

.cta-more.footer.isactive:hover .cta-more-box {
    cursor: pointer;
    border-radius: 25px 25px 25px 25px;
}

@media only screen and (min-width: 1025px) {
    .cta-more.footer.isactive:hover .cta-more-box {
        width: 103%;
    }
}

.Subscribe-Eyebrow p {
    font-size: 22px;
    color: white;
}

#block-new-footer {
    background-color: black;
}

#footer-block .row:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0em solid #ccc;
    /* border-width: .063rem; */
    border-top: 0;
    margin: 0 .9375em;
}

#footer-block .row:after {
    border: 0em solid #ccc;
}

.row.footer-links-container:before {
    border: none !important;
}

@media screen and (min-width: 768px) {
    #block-new-footer .content-module {
        padding-left: 0;
    }
    #block-new-footer .row {
        padding: 0;
        max-width: 75rem;
        margin: 0 auto;
        padding-left: 1.07em;
    }
    #block-new-footer .row .block-content {
        padding: 1.88rem 0 0 !important;
    }
}

#block-section-2 p.sectionDescription {
    padding-top: 1em;
}

.section-container-2 .panel-1 .title-1 {
    margin-bottom: 2rem;
}

#block-section-5 .animate_title.title-1.isactive.change {
    bottom: 27%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}


/*Block 6*/

#block-section-5 .panel-1 .animate_title.title-1.isactive span {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
    -o-transition: opacity 0.6s ease-in, top 0.4s ease;
    transition: opacity 0.6s ease-in, top 0.4s ease;
}

#block-section-5 .animate_title.title-2.sectionDescription span {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#block-section-5 .animate_title.title-2.sectionDescription.isactive span {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in, top 0.4s ease;
    -o-transition: opacity 0.6s ease-in, top 0.4s ease;
    transition: opacity 0.6s ease-in, top 0.4s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#footer-block .body-content {
    margin-top: -1px;
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
    .animate_title.careers {
        font-size: 22px !important;
    }
    span.careers-large {
        font-size: 30px !important;
    }
}


/*Careers*/

.careersText {
    font-family: "Graphik Regular", "Arial", Sans-Serif !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}

.careers .cta-more-label a {
    color: #fff;
}

.SubsectionTitle {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.75rem !important;
    line-height: 1.1 !important;
    font-weight: normal;
    margin-bottom: 0.55em;
    margin-top: 0.65em;
}

h3.SubsectionTitle:hover {
    text-decoration: none;
    -webkit-transition: ease 0.1s !important;
    -o-transition: ease 0.1s !important;
    transition: ease 0.1s !important;
    color: #004dff;
}

.Subsectiondescription {
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 1.0125rem !important;
    line-height: 1.3 !important;
}

.animate_title {
    font-family: "Graphik Semibold", "Arial", Sans-Serif;
    font-size: 3.29375rem;
    line-height: 1;
}

.section-container-3 .cta-more-label a:hover {
    color: #004DFF;
}

.cta-more.careers.isactive {
    right: 0% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
}

.cta-more.careers .cta-more-arrow {
    left: 0px;
    top: 8px;
}

.cta-more.careers {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


/* .cta-more.careers .cta-more-label{
transition: opacity 0.6s ease;
transition-delay: 0.7s;
}*/

#block-section-3b .cta-more.careers.isactive .cta-more-arrow {
    position: absolute;
    left: 20px;
    top: 8px;
}

.careers .img-arrow-right {
    position: absolute;
    /* top: 9px; */
}

.section-container-9a {
    height: 25rem;
}

.section-container-2 .panel-2 .title-1 {
    font-size: 1.5rem;
}

.section-container-2 .cta-more.isactive .cta-more-label {
    -webkit-transition: opacity 0.6s ease-in;
    -o-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.cta-progress-bar {
    width: 100%;
}

.progress-bar-label {
    right: 0% !important;
    font-family: "Graphik Light", "Arial", Sans-Serif !important;
    font-size: 14px !important;
    top: 10px;
    line-height: 1 !important;
    display: block;
}

.cta-scroll .cta-scroll-label {
    font-family: Graphik medium;
    font-size: 18px;
    color: #6b6b6ba3;
}

@media screen and (min-width: 3000px) {
    .animate_title.title-1.careers.isactive {
        -webkit-transform: translate(-100%, 100%);
        -ms-transform: translate(-100%, 100%);
        transform: translate(-100%, 100%);
    }
}


/*Julie Let there be change*/

#block-section-5 .animate_title.title-1.film-julie {
    opacity: 1;
    position: relative;
    text-align: left;
    top: 50%;
    left: 0;
    color: white;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    width: 44%;
    bottom: 0;
}

.animate_title.title-1.film-julie p {
    font-size: 1.625rem !important;
    font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
    line-height: 1.5;
}

.animate_title.title-1.film-julie p.marquee-profile {
    font-size: 1.125rem !important;
    font-family: "Graphik Medium", "Arial", Sans-Serif !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.animate_title.title-1.film-julie p {
    opacity: 0;
}

.animate_title.film-julie p {
    position: relative;
    top: 15px;
}

.animate_title.film-julie.isactive p {
    top: 0px;
}

.animate_title.title-1.film-julie.isactive p {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
}

.animate_title.title-1.film-julie.isactive p.marquee-profile {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in, top 0.8s ease;
    -o-transition: opacity 0.6s ease-in, top 0.8s ease;
    transition: opacity 0.6s ease-in, top 0.8s ease;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.cta-more.marquee-cta.isactive {
    right: 0% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity ease 0.8s;
    -o-transition: opacity ease 0.8s;
    transition: opacity ease 0.8s;
}

.cta-more.twitter.isactive,
.cta-more.linkedin.isactive {
    right: 0% !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity ease 0.8s;
    -o-transition: opacity ease 0.8s;
    transition: opacity ease 0.8s;
}

.cta-more.twitter.isactive .julie-social .twitter-icon,
.cta-more.linkedin.isactive .julie-social .linkedin-svg {
    position: absolute;
}

.julie-social .cta-more.twitter.isactive .twitter-icon,
.cta-more.linkedin.isactive .linkedin-svg {
    opacity: 1;
    /* transition-delay: 0.8s; */
    position: absolute;
    transition: all ease 0.3s 0.8s;
}

.julie-social .twitter-icon,
.julie-social .linkedin-svg {
    top: 50%;
    position: absolute;
    transform: translate(50%, -50%);
    opacity: 0;
}

.cta-more.twitter.isactive {
    margin-right: 5%;
}

.julie-social .img-arrow-right {
    width: 16px !important;
}

.section-container-9 .cta-more.twitter .cta-more-arrow,
.section-container-9 .cta-more.linkedin .cta-more-arrow {
    left: 20px;
}

.section-container-9 .cta-more.twitter.isactive .cta-more-arrow,
.section-container-9 .cta-more.linkedin.isactive .cta-more-arrow {
    left: 33px;
}

.read-it-container .cta-more.twitter.isactive .cta-more-arrow,
.read-it-container .cta-more.linkedin.isactive .cta-more-arrow {
    left: 33px;
}

@media screen and (min-width: 768px) and (max-width: 1040px) {
    #block-section-5 .animate_title.title-1.film-julie {
        width: 60%;
    }
    .animate_title.title-1.film-julie p {
        font-size: 1.4rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .section-container-9 .panel-1 .row.new-row {
        position: absolute;
        top: 0;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1040px) {
    .section-container-9 .panel-1 .row.new-row {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767px) {
    .animate_title.title-1.film-julie.isactive {
        top: 0 !important;
    }
    .animate_title.title-1.film-julie p {
        font-size: 1.2rem !important;
    }
    .animate_title.title-1.film-julie p.marquee-profile {
        font-size: 0.8rem !important;
    }
    #block-section-5 .animate_title.title-1.film-julie {
        width: 90%;
    }
    .section-container-9 .panel-1 {
        height: 100vh !important;
    }
    .section-container-9 .panel-1 img {
        position: absolute;
        bottom: -180px;
        left: -10%;
        height: 120% !important;
    }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
    .section-container-9 .panel-1 {
        height: 85vh !important;
        bottom: 0 !important;
    }
}

@media screen and (max-width: 320px) {
    #block-section-5 .animate_title.title-1.film-julie {
        width: 100%;
    }
    .animate_title.title-1.film-julie p {
        font-size: 1rem !important;
    }
    .animate_title.title-1.film-julie.isactive {
        top: 10px !important;
    }
}


/*For Desktop up*/

@media screen and (min-width: 1025px) {
    .mobile-ipad {
        display: none;
    }
    .section-container-3 {
        height: auto;
        max-height: none;
    }
    .section-container-3 .panel-1 {
        height: auto;
        position: relative;
    }
}

@media screen and (max-width: 1040px) {
    #block-section-3b .section-container-2 .panel-2 .animate_title {
        transform: translateY(50%);
    }
}


/*Ipad adjustments*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #block-section-4 {
        margin-top: 0;
    }
    .mobile-padding {
        padding: 0 8%;
    }
    .animate_title {
        font-size: 2em;
        line-height: 2rem;
    }
    .section-container-2 .panel-3 .cta-more-2 {
        bottom: 4em;
    }
    .animate_title {
        font-size: 2.5rem !important;
        line-height: 0.9 !important;
        width: 100%;
        bottom: 20% !important;
    }
    .animate_subtitle {
        font-size: 1.3rem !important;
    }
    .animate_title.title-1.careers.isactive {
        font-size: 1.3rem !important;
    }
    #block-section-5 .animate_title.title-2.sectionDescription.isactive {
        opacity: 1;
        font-size: 1.25em !important;
        line-height: 1 !important;
    }
    #block-section-5 .animate_title.title-2.sectionDescription.isactive {
        width: 80%;
    }
    .sectionTitle {
        font-size: 2.5rem !important;
    }
    .join-us .animate_title {
        margin-bottom: 1.75rem !important;
    }
    .section-container-2 .panel-1 .height-inherit {
        width: 100%;
    }
    .section-container-1 .cta-scroll.position-2 {
        right: 50% !important;
    }
    .section-container-2a {
        height: 35vh;
    }
    .section-container-2a .text-center,
    .section-container-2a .text-center-2 {
        padding-top: 10vh;
    }
    .section-container-9a {
        height: 40vh !important;
    }
    #block-section-5 .panel-1 .animate_title.title-1 {
        bottom: 90% !important;
    }
    #block-section-5 .panel-1 .animate_title.title-2 {
        bottom: 81%;
    }
    .section-container-2 .cta-scroll.position-1 {
        bottom: -70%;
    }
    .marquee-header h2 {
        font-size: 4.188rem !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .progress-nav-bar {
        top: 50px;
    }
    .section-container-3 .mobile-placeholder .follow-cta-btn-mobile {
        opacity: 0;
        -webkit-transition: opacity ease 0.4s;
        -o-transition: opacity ease 0.4s;
        transition: opacity ease 0.4s;
    }
    .section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile {
        bottom: -20px;
        right: 5%;
        width: 80px;
        height: 80px;
        opacity: 0;
        border-radius: 50%;
        background: #5200FF;
        position: absolute;
        padding: 5px;
        z-index: 10;
        line-height: 1rem;
        opacity: 1;
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .section-container-3 .follow-cta-btn-mobile span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        line-height: 1 !important;
        font-size: 13px !important;
        font-family: Graphik semibold;
        text-align: center;
    }
    .mobile-placeholder {
        position: relative;
    }
    .section-container-3 {
        height: auto;
        max-height: none;
    }
    #block-section-2 .section-container-3 .panel.panel-1.mobile-padding {
        position: relative;
    }
    .section-container-3 .panel-1 .cta-more {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .mobile-padding {
        padding: 0 5%;
    }
}

@media screen and (min-width: 2500px) {
    .carousel {
        overflow: hidden;
    }
    .leading {
        position: relative;
        top: 3%;
    }
}


/*For Ipad down*/

@media screen and (max-width: 1024px) {
    .no-mobile-ipad {
        display: none;
    }
    .leading {
        position: relative;
        top: 10%;
    }
    .section-container-2 .panel-2 .text-container {
        position: absolute;
        top: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    #block-section-3b .section-container-2 .panel-2 .animate_title,
    .section-container-9 .panel-1 .animate_title {
        opacity: 1;
        position: relative;
        text-align: left;
        /* top: 50%; */
        left: 0;
        color: white;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        width: 50%;
        bottom: 0;
    }
}


/*Override CSS for mobile*/

@media screen and (max-width: 767px) {
    .marquee-vid.vid-1 {
        left: -40%;
    }
    .section-container-3 .panel-1 .cta-more {
        float: left;
    }
    .section-container-1b .cta-more.isactive .cta-more-box,
    .section-container-1b .item.active .cta-more .cta-more-box {
        top: 1px;
    }
    .section-container-1b,
    .section-container-1b .panel-1 {
        height: auto;
        overflow: hidden;
        /* min-height: 60vh; */
        position: relative;
    }
    .we-act-for-impact.isactive .sectionTitle {
        margin-bottom: 0.5em;
    }
    .section-container-1b {
        margin-top: 2em;
    }
    .we-act-for-impact.isactive .bell {
        left: 50%;
        transform: translateX(-50%);
    }
    .we-act-for-impact.isactive {
        padding: 100px 10px 50px;
    }
    .bell-container {
        bottom: 20%;
    }
    .marquee-header {
        top: 40%;
    }
    .section-container-1 .item.active .cta-more {
        bottom: 35% !important;
    }
    .section-container-1 .item.active .cta-more.cta-more-marquee-3 {
        bottom: 33% !important;
    }
    .marquee_description {
        font-size: 1.3rem !important;
    }
    .section-container-4 .panel-1 {
        margin: 3em 0;
    }
    .marquee-header h2 {
        font-size: 2.5rem !important;
    }
    #block-section-3b .section-container-2 .panel-2 .animate_title,
    .section-container-9 .panel-1 .animate_title {
        width: 58%;
    }
    .section-container-3 .cta-more.isactive .cta-more-box {
        top: 3px !important;
    }
    .audio-option {
        top: 90% !important;
        width: 70%;
        transform: translateX(-50%) scale(0.5);
    }
    /*.audio-option .label.volume, .audio-option .label:nth-child(1) {
display: none!important;
}*/
    .section-container-2 .panel-1 {
        height: 80vh !important;
    }
    .section-container-2 .panel-2 .img-3 {
        left: -63%;
    }
    .progress-bar-label {
        top: 10px !important;
        display: block;
    }
    .cta-scroll.isactive .cta-scroll-box {
        top: 3px;
    }
    .section-container-2 .cta-scroll.position-1 {
        bottom: -100%;
    }
    .cta-scroll-label {
        font-size: 16px !important;
        ;
    }
    .section-container-2 .panel-1 .img-1 {
        margin-top: -3em;
    }
    #block-section-5 .section-container-9a {
        height: auto;
        margin-top: 3em;
    }
    #block-section-5 .panel.panel-1 {
        position: relative;
        height: auto;
        margin: 3em 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .card-nav {
        margin-bottom: 30px;
        margin-top: 0;
    }
    #block-section-5 .section-container-9 .panel {
        margin: 3em 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        overflow: visible;
    }
    .section-container-9 .panel.panel-3.isactive {
        position: absolute;
        top: 15%;
        left: 0;
        width: 100%;
        height: 100%;
    }
    #block-section-5 .section-container-9 .panel-2 {
        margin-bottom: 8em;
    }
    #block-section-5 .animate_title.title-1.isactive.change {
        bottom: 5% !important;
    }
    .animate_title.title-1.change.isactive {
        font-size: 2rem !important;
    }
    #block-section-4 .section-container-7 {
        margin-top: 4em;
    }
    .section-container-1 .cta-scroll.position-2 {
        right: 50% !important;
    }
    .cta-progress-bar {
        width: 100% !important;
        margin-top: 18px !important;
    }
    .progress-bar-label {
        right: 0% !important;
    }
    .progress {
        width: 90%;
    }
    .join-us .animate_title {
        font-size: 2rem !important;
        margin-bottom: 1.4rem !important;
    }
    .join-us .animate_title.title-1.isactive {
        margin-bottom: 1rem !important;
    }
    .join-us .animate_subtitle.animate_title.title-2 {
        font-size: 1rem !important;
        line-height: 1.1 !important;
    }
    .section-container-2a {
        height: auto;
    }
    .section-container-2a .text-center,
    .section-container-2a .text-center-2 {
        padding-top: 10vh;
    }
    .audio-option .label {
        font-size: 1rem !important;
        padding: .4em .5em 0.4em !important;
        border-radius: 0.65em !important;
    }
    .section-container-2 .panel-1 .cta-more {
        padding: 7px;
    }
    .section-container-2 .cta-more.isactive .cta-more-box {
        width: 36px;
        height: 36px;
        left: -3px;
    }
    #block-section-3b .section-container-2 .cta-more.isactive .cta-more-arrow {
        left: 22px;
        top: 5px;
    }
    .section-container-3 .img-container .cta-btn span .section-container-2 .cta-more .cta-more-arrow {
        top: 0px !important;
    }
    #block-section-3b .section-container-2 .cta-more.isactive .cta-more-box {
        top: 0px;
    }
    #block-section-3b .section-container-2 .cta-more.isactive:hover .cta-more-box {
        cursor: pointer;
        /*height: 26px;*/
    }
    .animate_title {
        font-size: 3.5rem !important;
        line-height: 1.5rem !important;
    }
    .animate_subtitle {
        font-size: 1.3rem !important;
    }
    .mobile-padding {
        padding: 0 5%;
    }
    .section-container-1 .cta-more {
        bottom: 5%;
    }
    p.categoryTitle {
        margin-top: 1rem !important;
    }
    .cardTitle {
        font-size: 2rem !important;
        margin: 0.1em 0 0.4em !important;
    }
    .cardDescription {
        font-size: 1rem !important;
        line-height: 1.1 !important;
    }
    .section-container-3 .img-container.trigger {
        height: 350px !important;
    }
    p.categoryTitle {
        margin-top: 0.5rem !important;
    }
    .no-mobile {
        display: none;
    }
    .careersText {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
    }
    .sectionTitle {
        font-size: 2.3rem !important;
    }
    .we-act-for-impact .sectionTitle {
        font-size: 2rem !important;
    }
    .sectionDescription {
        font-size: 1rem !important;
        line-height: 1rem !important;
    }
    .SubsectionTitle {
        font-size: 1.5rem !important;
        line-height: 1.2 !important;
    }
    .Subsectiondescription {
        font-size: 1.1rem !important;
        line-height: 1.1 !important;
    }
    .cta-holder {
        width: 95%;
    }
    .cta-more-label {
        font-size: 16px;
    }
    .section-container-3 .mobile-placeholder .follow-cta-btn-mobile {
        opacity: 0;
        -webkit-transition: opacity ease 0.4s;
        -o-transition: opacity ease 0.4s;
        transition: opacity ease 0.4s;
    }
    .section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile {
        bottom: -20px;
        right: 5%;
        width: 80px;
        height: 80px;
        opacity: 0;
        border-radius: 50%;
        background: #5200FF;
        position: absolute;
        padding: 5px;
        z-index: 10;
        line-height: 1rem;
        opacity: 1;
        -webkit-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s;
    }
    .section-container-3 .follow-cta-btn-mobile span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        line-height: 1 !important;
        font-size: 13px !important;
        font-family: Graphik semibold;
        text-align: center;
    }
    .mobile-placeholder {
        position: relative;
    }
    #block-section-6 .animate_title.title-2.sectionDescription.isactive {
        width: 90%;
    }
    .mobile-view-options {
        position: absolute;
        top: 60px;
        z-index: 99;
        width: 100%;
    }
    .button.active {
        border: 2px solid #fff;
        font-weight: normal !important;
    }
    .button span {
        color: white;
    }
    .mobile-view-options .button {
        border-radius: 40px;
        background: transparent;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        font-family: "Graphik Regular", "Arial", Sans-Serif !important;
        float: right;
        text-align: center;
        width: 5em;
        margin: 5px;
        line-height: 30px;
    }
    .mobile-view-options.isactive .button.active span {
        color: #004DFF;
    }
    .mobile-view-options.isactive .read-it-btn.button.active {
        border: 2px solid #004DFF;
    }
    .mobile-view-options.isactive .button span {
        color: #004DFF;
    }
    .section-container.section-container-6 {
        height: 95vh;
    }
    #block-section-2 .section-container-3 .panel {
        position: relative;
    }
    #block-section-2 .section-container-3 {
        height: auto;
    }
    .container {
        margin-top: 10px !important;
    }
    .section-container-2 .panel-2 .cta-more {
        right: 15%;
    }
    .section-container-3 .panel-1 .cta-more {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    #block-section-3b .section-container-2 .panel-2 .animate_title,
    .section-container-9 .panel-1 .animate_title {
        opacity: 1;
        position: relative;
        text-align: left;
        bottom: 50%;
        /* left: 10%; */
        color: white;
    }
    .animate_title.title-1.careers.isactive {
        font-size: 1.1rem !important;
    }
    .animate_title.title-1.careers.isactive {
        -webkit-transform: translate(0%, 30%);
        -ms-transform: translate(0%, 30%);
        transform: translate(0%, 30%);
    }
    span.careers-large {
        font-size: 1.5rem;
        line-height: 1.1;
        font-weight: bold;
    }
    #block-section-3b .section-container-2 .cta-more.careers.isactive .cta-more-arrow {
        top: 8px !important;
    }
    #block-section-3b .section-container-2 .cta-more.careers .cta-more-arrow {
        top: 8px !important;
    }
    #block-section-3b .section-container-2 .cta-more.careers.isactive .cta-more-box {
        top: 3px;
    }
    .section-container.section-container-9a .animate_title.title-1.isactive {
        font-size: 2rem !important;
        line-height: 1 !important;
        margin-bottom: 2rem !important;
    }
    #block-section-5 .animate_title.title-2.sectionDescription.isactive {
        width: 90%;
    }
    .section-container-9a {
        height: 50vh;
    }
    #block-section-5 .panel-1 .animate_title.title-1 {
        bottom: 90%;
    }
    #block-section-5 .panel-1 .animate_title.title-2 {
        bottom: 75%;
    }
    .section-container-9 .animate_title {
        font-size: 2.8rem !important;
        line-height: 0.9 !important;
        width: 90%;
    }
    .Subscribe-Eyebrow p {
        font-size: 18px;
        color: white;
        margin-bottom: 0 !important;
    }
    .cta-more.footer.isactive .cta-more-label {
        font-size: 28px !important;
        margin-bottom: 0;
    }
    .cta-more.footer {
        padding: 13px;
    }
}


/*For SE and below*/

@media screen and (max-width: 320px) {
    .we-act-for-impact .sectionTitle {
        font-size: 1.8rem !important;
    }
    .bell-container.isactive .bell-content,
    .bell-container.isactive {
        width: 280px !important;
    }
    .bell-container .bell-content span {
        font-size: 12px;
        line-height: 1;
    }
    .section-container-2 .panel-2 .img-3 {
        width: 280%;
        left: -73%;
    }
    .section-container-9 .panel-1 img {
        left: -40%;
    }
    .section-container-9 .panel-1 {
        height: 130vh !important;
    }
    .section-container-1 .item.active .cta-more {
        bottom: 32% !important;
    }
    #block-section-3b .section-container-2 .panel-2 .animate_title,
    .section-container-9 .panel-1 .animate_title {
        width: 76%;
    }
    .section-container-3 .mobile-placeholder.trigger .follow-cta-btn-mobile {
        bottom: 0px !important;
    }
    .section-container-1 .cta-more {
        margin-left: 0 !important;
        bottom: 30% !important;
    }
    .cta-scroll.position-1 {
        bottom: 32%;
    }
    .audio-option {
        width: 70%;
    }
    .container {
        padding-left: 0;
        padding-right: 40px;
    }
}

@media screen and (max-width: 280px) {
    .audio-option {
        width: 80%;
    }
    .container {
        left: -22px;
    }
}

.height-inherit {
    height: inherit;
}


/*Ipad nav*/

@media only screen and (max-width: 1199px) and (min-width: 768px) {
    .progress-nav-bar.isactive {
        height: 8px;
    }
    .progress-nav-bar-menu {
        display: none;
    }
    .progress-nav-bar.isactive .progress-nav-bar-roller {
        height: 8px;
    }
}


/*Carousel ipad*/

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .container {
        width: 300px;
        height: 250px;
    }
    .cards li {
        width: 220px;
        height: 200px;
    }
    /*.card-nav .img-arrow-right, .card-nav .img-arrow-left {
width: 0.9em !important;
}
.section-container-8 .cta-more-arrow {
top: .35em !important;
}*/
}

@media only screen and (max-width: 1040px) and (min-width: 1000px) {
    .container {
        width: 330px;
    }
    .cards li {
        width: 220px;
        height: 200px;
    }
}

@media only screen and (max-width: 1320px) and (min-width: 1025px) {
    .zoom {
        overflow: hidden;
    }
}


/*Read it*/

@media only screen and (max-width: 767px) {
    .readit-marquee h2 {
        font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        font-size: 3.5rem !important;
        line-height: 1;
    }
    .read-it-subdesc {
        font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        font-size: 1.4rem !important;
        margin-bottom: 1.4rem !important;
        line-height: 1.3;
    }
    .read-it-container .cta-more {
        opacity: 1;
        bottom: 0;
        color: #004DFF !important;
        left: 0;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 10;
        padding: 10px;
    }
    .read-it-container .cta-more .cta-more-box {
        border: 2px solid #004DFF;
        top: 4px;
        left: 0;
        top: 1px;
        width: 36px;
        height: 36px;
        border: 1px solid #004DFF;
        border-radius: 50%;
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s;
        position: absolute;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .read-it-container .cta-more .cta-more-arrow {
        top: 8px;
        left: 20px;
        position: absolute;
        opacity: 1;
        -webkit-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .read-it-container .cta-more .img-arrow-right {
        width: 24px;
    }
    .read-it-container .cta-more .cta-more-label {
        margin-left: 45px;
        opacity: 1;
        -webkit-transition: opacity 0.7s ease 0.8s;
        -o-transition: opacity 0.7s ease 0.8s;
        transition: opacity 0.7s ease 0.8s;
    }
    .read-it-text {
        font-family: "Graphik Light", "Arial", Sans-Serif !important;
        font-size: 1rem !important;
        line-height: 1.1 !important;
    }
    .read-it-container hr {
        margin: 2em 0 1em;
    }
    .read-it-container.section-container-1 {
        margin-top: 150px;
        height: auto !important;
    }
    .read-it-container.section-container-1,
    .read-it-container.section-container-2,
    .read-it-container.section-container-3,
    .read-it-container.section-container-4,
    .read-it-container.section-container-5,
    .read-it-container.section-container-6,
    .read-it-container.section-container-7 {
        height: auto !important;
    }
    h2.submarquee {
        font-family: Palatino, "Palatino LT STD", "Book Antiqua", Georgia, serif !important;
        font-size: 2rem !important;
    }
    .sub-container {
        margin: 0 0 2.5em;
    }
    #block-section-4 {
        margin-top: 0 !important;
    }
    .cta-more-label,
    .cta-more-label a {
        font-size: 16px !important;
    }
    .read-it-cardtitle {
        font-family: "Graphik Light", "Arial Black", Sans-Serif;
        font-size: 1.3rem;
        line-height: 1.1;
        font-weight: normal;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-height: 700px) and (min-height: 400px) {
    .section-container-2 .panel-2 .title-1 {
        font-size: 1.3rem;
    }
    #block-section-3b .section-container-2 .panel-2 .animate_title {
        width: 70%;
        transform: translateY(-30%);
    }
}

@media only screen and (max-height: 700px) and (min-height: 400px) {
    .section-container-2 .panel-2 .title-1 {
        font-size: 1.3rem;
    }
    #block-section-3b .section-container-2 .panel-2 .animate_title {
        width: 70%;
        transform: translateY(-30%);
    }
    .section-container-3 {
        min-height: 700px;
    }
    .section-container-2a .text-center {
        padding-top: 15vh;
    }
    #marqueeCarousel .cta-scroll.position-1 {
        bottom: -2em;
    }
    #marqueeCarousel .carousel-indicators {
        bottom: 6%;
    }
    #block-section-5 .animate_title.title-1.film-julie {
        width: 65%;
        transform: translateY(-33%);
    }
    .no-low-height {
        display: none;
    }
}

@media screen and (max-device-width: 767px) {
    #block-section-5 .animate_title.title-1.film-julie {
        width: 100%;
    }
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    /* styles */
    .section-container-9 .panel-1 img {
        left: -20%;
    }
}


/*Iphone 678X*/

@media only screen and (max-width: 375px) and (min-width: 321px) {
    .section-container-2a .text-center {
        padding-top: 7vh;
    }
}

@media only screen and (max-width: 320px) and (min-width: 281px) {
    .bell-container {
        top: 47%;
    }
}


/*Fold*/

@media only screen and (max-width: 280px) {
    .bell-container.isactive .bell-content,
    .bell-container.isactive {
        width: 250px !important;
    }
    .we-act-for-impact .sectionTitle {
        font-size: 1.6rem !important;
    }
    .bell-container .bell-content span {
        font-size: 10px;
        line-height: 1.5;
        display: inline-block;
        margin-left: 20px;
    }
    .bell-container .bell-content {
        padding: 12px 5px 10px;
    }
    .audio-option {
        top: 87% !important;
    }
    .section-container-2 .panel-2 .img-3 {
        width: 350%;
        left: -110%;
    }
}