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

/* ------------------------------------------------------- */
/* ------------------ Font tests ------------------------- */
/* ------------------------------------------------------- */



/* ------------------------------------------------------- */
/* ------------------ Shared Assets ---------------------- */
/* ------------------------------------------------------- */

div#c3_timeline_container {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

div#c3_timeline {
    display: block;
    position: relative;
    background-color: #ffffff;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(/content/dam/pwc/us/en/america-in-motion/assets/PwC_primary_gradient_std_rgb.webp);
    background-size: 100% 100%;
    margin-left: 0%;
    transition: all 1.5s ease;
}

div#c3_timeline.c3_inview {
    margin-left: 0%;
}

div#c3_timeline::after {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 200px;
    left: 0px;
    transition: all 2s ease;
}

div#c3_timeline.c3_inview::after {
    width: calc(50vw + 205px);
}

div#c3_timeline::before {
    content: "";
    display: block;
    width: 100vw;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 200px;
    left: 0px;
}


div#c3_timeline div.c3_timeline_carrier {
    display: block;
    overflow: scroll;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
}

div#c3_timeline div.c3_timeline_carrier ul {
    white-space: nowrap;
    position: relative;
}

div#c3_timeline div.c3_timeline_carrier ul {
    margin-left: calc((100vw - 1400px) / 2);
}

@media only screen and (max-width: 1399px) {
    div#c3_timeline div.c3_timeline_carrier ul {
        margin-left: calc((100vw - 1200px) / 2);
    }
}

@media only screen and (max-width: 1199px) {
    div#c3_timeline div.c3_timeline_carrier ul {
        margin-left: calc((100vw - 1000px) / 2);
    }
}

@media only screen and (max-width: 991px) {
    div#c3_timeline div.c3_timeline_carrier ul {
        margin-left: 0px;
    }
}

div#c3_timeline div.c3_timeline_carrier ul::before {
    content: "";
    display: block;
    height: 70px;
    background-color: #ffffff;
    position: absolute;
    top: 164px;
    left: -719px;
    width: 1000px;
    filter: blur(9px);
    border-radius: 25%;
    z-index: 2;
}


div#c3_timeline div.c3_timeline_carrier ul li {
    display: inline-block;
    overflow: hidden;
    white-space: normal;
    width: 420px;
    margin-right: 50px;
    position: relative;
    vertical-align: top;
    z-index: 1;
}

div#c3_timeline div.c3_timeline_carrier ul li.c3_show {
    
}

div#c3_timeline div.c3_timeline_carrier ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #333333;
    top: calc(200px - 7px);
    left: calc(50% + 0px);
    z-index: 1;
    transition: all 0.5s ease;
}
div#c3_timeline div.c3_timeline_carrier ul li.c3_show::after {
    background-color: #fd5108;
}

div#c3_timeline div.c3_timeline_carrier ul li:first-child {
    vertical-align: top;
    z-index: 3;
}

div#c3_timeline div.c3_timeline_carrier ul li:last-child {
    margin-right: 50vw;
}

div#c3_timeline div.c3_timeline_carrier ul li:first-child::after {
    display: none;
}

div#c3_timeline div.c3_timeline_carrier ul li:first-child::before {
    content: "";
    display: block;
    width: 410px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 200px;
    left: 264px;
    
}

div#c3_timeline div.c3_timeline_carrier ul li:first-child h2 {
    display: block;
    position: relative;
    font-size: 30px;
    line-height: 36px;
    padding: 20px;
    padding-left: 30px;
    padding-top: 102px;
    width: 350px;
    z-index: 3;
}

div#c3_timeline div.c3_timeline_carrier ul li:first-child p {
    padding-left: 30px;
    display: inline-block;
    position: relative;
    background-image: url(https://www.pwc.com/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/cta-btn-images/Right-Chevron-black.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 20px;
}

div#c3_timeline div.c3_timeline_carrier ul li div.c3_year {
    display: block;
    position: relative;
    width: 420px;
    height: 200px;
    overflow: hidden;
}

div#c3_timeline div.c3_timeline_carrier ul li div.c3_year strong {
    display: block;
    position: absolute;
    bottom: -200px;
    left: -100px;
    font-size: 70px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    background-image: linear-gradient(45deg, #fa9e1a, #f15121);
    color: transparent;
    background-clip: text;
    opacity: 0;
    transition: all 0.7s ease;
}

div#c3_timeline div.c3_timeline_carrier ul li.c3_show div.c3_year strong {
    bottom: 0px;
    left: 0px;
    opacity: 1;
}

div#c3_timeline div.c3_timeline_carrier ul li div.c3_year img {
    display: block;
    position: absolute;
    width: auto;
    height: 200px;
    bottom: -300px;
    right: 300px;
    transition: all 0.7s ease;
    mix-blend-mode: multiply;
}

div#c3_timeline div.c3_timeline_carrier ul li.c3_show div.c3_year img {
    bottom: 0px;
    right: 0px;
}

div#c3_timeline div.c3_timeline_carrier ul li div.c3_detail {
    display: block;
    position: relative;
    width: 50%;
    padding-top: 15px;
    overflow: hidden;
}

div#c3_timeline div.c3_timeline_carrier ul li div.c3_detail div.c3_detail_inner {
    transform: translateY(-200%);
    transition: all 0.7s ease;
}

div#c3_timeline div.c3_timeline_carrier ul li.c3_show div.c3_detail div.c3_detail_inner {
    transform: translateY(0%);
}

div#c3_timeline div.c3_timeline_carrier ul li div.c3_detail div.c3_detail_inner h3 {
    font-size: 20px;
    line-height: 24px;
}

div#c3_timeline div.c3_timeline_carrier ul li div.c3_detail div.c3_detail_inner p {
    font-size: 16px;
    line-height: 20px;
}