div#hero-carousel {
    position: relative;
    overflow: hidden;
    /*background: rgba(63, 0, 104, 1);*/
    background: #0054f5;
    /*background: linear-gradient(87deg, rgba(66,0,112,1) 56%, rgba(66,0,112,1) 91%);*/
}



@media screen and (max-width: 1599px) {
    video.marquee-vid {
        right: 0% !important;
    }
}

.carousel-inner {
    position: inherit;
    z-index: 1;
    padding: 4em 0;
}

@media screen and (max-width: 767px) {
    img.img-2 {
        transform: scale(1);
        opacity: 1;
        bottom: 0;
        ;
    }

    img.img-3 {
        opacity: 1;
        left: 0;
        bottom: 0;
    }

    .marquee-vid {
        display: none;
    }

    div#hero-carousel {
        background: url();
        background-size: cover;
        background-position: bottom;
    }
}


video.marquee-vid {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 0;
    height: 100%;
    width: 60%
}



@media screen and (max-width: 1599px) {
    video.marquee-vid {
        right: 0% !important;
    }
}


.chart-padding {
    padding-top: 1.5em;
}

.small-headline {
    font-size: 2.64rem;
    font-family: "Graphik Black", "Arial Black", Sans-Serif;
}


.data-card-text {
    font-size: 2.56rem;
    line-height: 2.88rem;
    font-family: Graphik bold !important;
}

.viz-card.vertical-wide-card .viz-content {
    padding-top: 0.7em;
    margin-top: 1.5em;
}

.quote-content {
    padding: 5%;
    background: #fff;
    font-family: "Graphik bold", Arial, Sans-Serif !important;
    font-size: 2.72rem !important;
    line-height: 2.72rem;
    position: relative;
    z-index: 1;
}

.purple-quote {
    font-size: 6.4rem;
    font-family: Arial, Sans-Serif !important;
    font-weight: 800;
    color: #a100ff;
}

.block-purple-quote p,
.block-purple-quote-right p {
    padding: 5%;
    background: #fff;
    font-family: "Graphik SemiBold", Arial, Sans-Serif;
    font-size: 2.4rem;
    line-height: 2.56rem;
    position: relative;
    z-index: 1
}

.block-purple-quote-no-box p {
    padding: 5%;
    background: #fff
}

.block-purple-quote:after {
    content: '';
    background: url(/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/afs-techvision-2020/Accenture-tech-vision-2020-purple-pattern.png);
    width: 70%;
    height: 52%;
    position: absolute;
    top: 50%;
    right: -10%;
    z-index: -1;
}

/*#block-purple-trend {
padding-top: 5%;
color: #fff !important;
position: relative;
padding-bottom: 40px;
width: 1200px;
}*/

#block-purple-section {
    background: #460073 !important;
    color: #fff !important;
}




#block-grey-section {

    background: url(/_acnmedia/Thought-Leadership-Assets/Images/afs-techvision-2020/Accenture-AFS-Techvision2020-Trend2-image1);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: top right;


}

.white {
    color: #fff;
}

.blue {
    color: #008EFF;
}


#block-blue-section {
    background-color: #004DFF;
     !important;
}


/*Accordion*/

.blue-acc-number {
    color: #00BAFF;
    margin-right: 10px;
    font-size: 22px;
}

.acc-title-text {
    font-size: 22px;
}

#accordion .panel {
    border: 0px;
    border-bottom: 1px solid #ddd;
}

#accordion .panel .panel-heading {
    background-color: #f2f2f2;
    position: relative;
}

#accordion .panel .panel-heading.isActive {
    border-left: 3px solid #A100FF;
}

#accordion .panel .panel-collapse {
    background-color: #fff;
}

#accordion .panel .panel-heading .panel-title {
    font-size: 1.76rem;
    line-height: 1.76rem;
    padding: 3%;
    border-left: 3px solid #00BAFF;
    cursor: pointer;
    margin-bottom: 0px;
}

#accordion .panel .panel-heading .panel-title.collapsed {
    border-left: 3px solid #fff;
}

#accordion .panel .panel-heading .panel-title .acc.fas {
    transform: rotate(-180deg);
    transition: transform 0.5s ease;
}

#accordion .panel .panel-heading .panel-title.collapsed .acc.fas {
    transform: rotate(0deg);
}

#accordion .panel .panel-heading .panel-title a.acc.purple {
    font-family: "Graphik SemiBold", "Arial", sans-serif;
    color: #A100FF !important;
}

#accordion .panel .panel-body {
    position: relative;
}

.panel-body:before {
    content: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(78, 78, 78, 0.4) 100%);
}

i.acc.fas.fa-chevron-down {
    position: absolute;
    top: 35%;
    right: 3%;
    font-size: 1.92rem;
}

.panel.panel-default a h4 {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    text-decoration: none !important;
    color: #111;
}

.panel.panel-default a:hover h4 {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    text-decoration: none !important;
    color: #111;
}

#accordion .panel .panel-heading .panel-title p.acc.purple {
    font-family: "Graphik Bold", "Arial", sans-serif !important;
    font-size: 18px;
    margin-bottom: 0 !important;
}

ol {
    margin: 0 0 1.5em;
    padding: 0;
    counter-reset: item;
}

ol>li {
    margin: 0;
    padding: 0 0 0 2em;
    text-indent: -2em;
    list-style-type: none;
    counter-increment: item;
}

ol>li:before {
    display: inline-block;
    width: 1.5em;
    padding-right: 0.5em;
    font-family: "Graphik Bold", "Arial", Sans-Serif !important;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

@media screen and (max-width: 767px) {
    #accordion .panel .panel-heading .panel-title p.acc.purple {
        font-size: 15px !important;
        width: 80%;
    }

    .small-headline {
        color: black;
    }
}

.panel-body {
    padding: 40px 30px 40px 30px;
}

p.big-text {
    font-family: "Graphik Bold", "Arial", Sans-Serif;
    font-size: 4.8rem;
    margin-bottom: 0px;
}

.panel-body:before {
    content: " ";
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(78, 78, 78, 0.4) 100%);
}

i.acc.fas.fa-chevron-down {
    position: absolute;
    top: 35%;
    right: 3%;
    font-size: 1.92rem;
}

/*.block-purple-quote {
margin-bottom: 4em;
}*/
@media screen and (min-width: 1024px) {
    .long-title-number {
        position: absolute;
    }

    .long-title {
        position: relative;
        left: 2em;
    }
}

#block-section-blue {
    background-color: #004DFF;
}

#block-blue-section p {
    color: white;
}

@media screen and (min-width: 1000px) {
    #multipage-nav .nav-articles {
        border-bottom: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hero-item-featureoverview {
        padding-bottom: 2em !important;
    }
}

#block-sectionpagezoneonecolumn {
    margin-top: -4em;
}

.quote-image {
    width: 100%;
    padding-left: 1em;
    margin-top: 8em;
    margin-bottom: 2em;
}

.chart {
    width: 45%;
    padding-left: 1em;
}

#block-section-are-agencies-ready {
    background: #F2F2F2;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    .block-purple-quote:after {
        right: -4%;
    }
}



.circle-chart-wrap {
    padding: 0px;
    text-align: center;
}

.circle-chart-wrap .circle-chart {
    margin: 00px 0px;
    display: inline-block;
    vertical-align: top;
}

.circle-chart,
.circle-chart * {
    box-sizing: border-box;
}

.circle-chart {
    width: 145px;
    height: 145px;
    position: relative;
    opacity: 0;
}

.circle-chart .chart-box {
    width: 100%;
    height: 100%;
    padding: 7px;
    position: relative;
}

.circle-chart .chart-circle-base {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-image: url(/content/dam/accenture/final/a-com-migration/custom/_acnmedia/thought-leadership-assets/images/afs-techvision-2020/Accenture-AFS-Bg-55.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 150%;
}

.circle-chart .chart-box svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: absolute;
    transform: rotateY(0deg) rotate(270deg);
}

svg.svg-circle-bg {
    top: -5px;
    left: 5px;
    z-index: 0;
}

svg.svg-circle {
    top: 0px;
    left: 0px;
    z-index: 1;
}

.chart-circle-progress {
    fill: transparent;
    stroke-width: 25;
    stroke: #A100FF;
}

.chart-circle-progress-bg {
    fill: transparent;
    stroke-width: 25;
    stroke: rgba(206, 122, 255, 0.5);
}

.circle-chart .per-num {
    width: 100%;
    margin: -17px 0 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Graphik SemiBold", "Arial", Sans-Serif;
    color: #A100FF;
    position: absolute;
    left: 0;
    top: 50%;
}

.circle-chart .per-num span {
    font-size: 25px;
    vertical-align: -1px;
}

.active.circle-chart {
    opacity: 1
}

.active .chart-circle-progress,
.active .chart-circle-progress-bg {
    -ms-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}