@charset "UTF-8";
/* CSS Document */
/* ------------------------------------------------------- */
/* --------------- Quick colours ------------------------- */
/* ------------------------------------------------------- */

.c3_text_yellow { color: #ffb600 !important; }
.c3_box_yellow { background-color: #ffb600 !important; }
.c3_fill_yellow { fill: #ffb600 !important; }
.c3_stroke_yellow { stroke: #ffb600 !important; }
.c3_border_yellow { border-color: #ffb600 !important; }

.c3_text_tangerine { color: #eb8c00 !important; }
.c3_box_tangerine { background-color: #eb8c00 !important; }
.c3_fill_tangerine { fill: #eb8c00 !important; }
.c3_stroke_tangerine { stroke: #eb8c00 !important; }
.c3_border_tangerine { border-color: #eb8c00 !important; }

.c3_text_orange { color: #d04a02 !important; }
.c3_box_orange { background-color: #d04a02 !important; }
.c3_fill_orange { fill: #d04a02 !important; }
.c3_stroke_orange { stroke: #d04a02 !important; }
.c3_border_orange { border-color: #d04a02 !important; }

.c3_text_rose { color: #D93954 !important; }
.c3_box_rose { background-color: #D93954 !important; }
.c3_fill_rose { fill: #D93954 !important; }
.c3_stroke_rose { stroke: #D93954 !important; }
.c3_border_rose { border-color: #D93954 !important; }

.c3_text_red { color: #e0301e !important; }
.c3_box_red { background-color: #e0301e !important; }
.c3_fill_red { fill: #e0301e !important; }
.c3_stroke_red { stroke: #e0301e !important; }
.c3_border_red { border-color: #e0301e !important; }

.c3_text_lightgrey { color: #dedede !important; }
.c3_box_lightgrey { background-color: #dedede !important; }
.c3_fill_lightgrey { fill: #dedede !important; }
.c3_stroke_lightgrey { stroke: #dedede !important; }
.c3_border_lightgrey { border-color: #dedede !important; }

.c3_text_grey { color: #7d7d7d !important; }
.c3_box_grey { background-color: #7d7d7d !important; }
.c3_fill_grey { fill: #7d7d7d !important; }
.c3_stroke_grey { stroke: #7d7d7d !important; }
.c3_border_grey { border-color: #7d7d7d !important; }

.c3_text_mediumgrey { color: #464646 !important; }
.c3_box_mediumgrey { background-color: #464646 !important; }
.c3_fill_mediumgrey { fill: #464646 !important; }
.c3_stroke_mediumgrey { stroke: #464646 !important; }
.c3_border_mediumgrey { border-color: #464646 !important; }

.c3_text_darkgrey { color: #2d2d2d !important; }
.c3_box_darkgrey { background-color: #2d2d2d !important; }
.c3_fill_darkgrey { fill: #2d2d2d !important; }
.c3_stroke_darkgrey { stroke: #2d2d2d !important; }
.c3_border_darkgrey { border-color: #2d2d2d !important; }

.c3_text_black { color: #000000 !important; }
.c3_box_black { background-color: #000000 !important; }
.c3_fill_black { fill: #000000 !important; }
.c3_stroke_black { stroke: #000000 !important; }
.c3_border_black { border-color: #000000 !important; }

.c3_text_white { color: #FFFFFF !important; }
.c3_box_white { background-color: #FFFFFF !important; }
.c3_fill_white { fill: #FFFFFF !important; }
.c3_stroke_white { stroke: #FFFFFF !important; }
.c3_border_white { border-color: #FFFFFF !important; }

/* ------------------------------------------------------- */
/* ---------------------- Tables ------------------------- */
/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* --------------- Outer Structures ---------------------- */
/* ------------------------------------------------------- */


#c3_background-video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; 
    height: 100%; 
    object-fit: cover;
}

div.c3_custom_container_1 {
    overflow: visible;
}

div.c3_custom_container_1 section {
    background-color: #000000 !important;
}

div.c3_custom_container_1 section .text-component {
    z-index: 2;
    position: relative;
}

div.c3_custom_container_1 section .text-component h2 {
    color: #eb8c00;
}

div.c3_custom_container_1 section .text-component p {
    color: #ffffff;
}

div.c3_map_container {
    position: relative;
}

div.c3_map_container div.c3_city_map {
    display: block;
    position: relative;
    width: 35%;
    transform: translateX(50%);
    margin-top: -45%;
    margin-left: 50%;
    transition: all 0.5s ease;
}

div.c3_map_container div.c3_city_map.c3_enlarge_map {
    width: 50%;
    transform: translateX(50%);
    margin-top: 0%;
    margin-left: 0%;
}

@media only screen and (max-width: 991px) {
    div.c3_map_container div.c3_city_map.c3_enlarge_map {
        width: 80%;
        transform: translateX(10%);
    }
}

div.c3_map_container div.c3_city_map img {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.5s ease;
    opacity: 0;
}

div.c3_map_container div.c3_city_map img.c3_city_map_image_main {
    position: relative;
    opacity: 1;
}

div.c3_map_container div.c3_city_map img.c3_map_position_1 {width: 200%; margin-top: -79%; margin-left: -130%; }
div.c3_map_container div.c3_city_map img.c3_map_position_2 {width: 200%; margin-top: -35%; margin-left: -30%; }
div.c3_map_container div.c3_city_map img.c3_map_position_3 {width: 310%; margin-top: -190%; margin-left: -168%; }
div.c3_map_container div.c3_city_map img.c3_map_position_4 {width: 350%; margin-top: -108%; margin-left: -250%; }
div.c3_map_container div.c3_city_map img.c3_map_position_5 {width: 200%; margin-top: -70%; margin-left: -50%; }
div.c3_map_container div.c3_city_map img.c3_map_position_6 {width: 410%; margin-top: -200%; margin-left: -320%; }
div.c3_map_container div.c3_city_map img.c3_map_position_7 {width: 230%; margin-top: -110%; margin-left: -175%; }
div.c3_map_container div.c3_city_map img.c3_map_position_8 {width: 280%; margin-top: -137%; margin-left: -111%; }
div.c3_map_container div.c3_city_map img.c3_map_position_9 {width: 200%; margin-top: -110%; margin-left: -134%; }
div.c3_map_container div.c3_city_map img.c3_map_position_10 {width: 200%; margin-top: -20%; margin-left: -50%; }

@media only screen and (max-width: 991px) {
    div.c3_map_container div.c3_city_map img.c3_map_position_1 {width: 200%; margin-top: -29%; margin-left: -80%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_2 {width: 200%; margin-top: 11%; margin-left: -30%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_3 {width: 310%; margin-top: -146%; margin-left: -148%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_4 {width: 350%; margin-top: -68%; margin-left: -220%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_5 {width: 200%; margin-top: -24%; margin-left: -31%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_6 {width: 410%; margin-top: -160%; margin-left: -310%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_7 {width: 230%; margin-top: -47%; margin-left: -128%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_8 {width: 280%; margin-top: -80%; margin-left: -71%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_9 {width: 200%; margin-top: -66%; margin-left: -84%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_10 {width: 200%; margin-top: -10%; margin-left: -50%; }
}

@media only screen and (max-width: 500px) {
    div.c3_map_container div.c3_city_map img.c3_map_position_1 {width: 200%; margin-top: 61%; margin-left: -80%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_2 {width: 200%; margin-top: 117%; margin-left: -30%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_3 {width: 310%; margin-top: -56%; margin-left: -148%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_4 {width: 350%; margin-top: 12%; margin-left: -220%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_5 {width: 200%; margin-top: 56%; margin-left: -31%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_6 {width: 410%; margin-top: -100%; margin-left: -310%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_7 {width: 230%; margin-top: 3%; margin-left: -128%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_8 {width: 280%; margin-top: 10%; margin-left: -71%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_9 {width: 200%; margin-top: 30%; margin-left: -84%; }
    div.c3_map_container div.c3_city_map img.c3_map_position_10 {width: 200%; margin-top: 70%; margin-left: -50%; }
}

div.c3_map_container div.c3_map_nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 2;
}

div.c3_map_container div.c3_map_nav nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: block;
}

div.c3_map_container div.c3_map_nav ul {
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: right;
}

div.c3_map_container div.c3_map_nav ul.c3_ul_right {
    position: absolute;
    right: 0px;
    left: auto;
    top: 0px;
    text-align: left;
}

div.c3_map_container div.c3_map_nav ul li a {
    color: #ffffff !important;
    padding-right: 45px;
}

@media only screen and (max-width: 1199px) {
    div.c3_map_container div.c3_map_nav ul li a {
        font-size: 14px;   
    }
}

div.c3_map_container div.c3_map_nav ul.c3_ul_right li a {
    padding-right: 0px;
    padding-left: 45px;
}

@media only screen and (max-width: 991px) {
    div.c3_map_container div.c3_map_nav ul li {
        margin-bottom: 20px;  
    }
    
    div.c3_map_container div.c3_map_nav ul li a {
        font-size: 0px;   
    }
}


div.c3_map_container div.c3_map_nav ul li a span {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #777777;
    text-align: center;
    line-height: 30px;
    right: 0px;
}

@media only screen and (max-width: 991px) {
    div.c3_map_container div.c3_map_nav ul li a span {
        font-size: 18px; 
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}

div.c3_map_container div.c3_map_nav ul.c3_ul_right li a span {
    right: auto;
    left: 0px;
}

div.c3_map_container div.c3_map_nav div.c3_map_nav_content {
    width: 26%;
    margin-left: 45%;
    position: absolute;
    opacity: 0;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 1199px) {
    div.c3_map_container div.c3_map_nav div.c3_map_nav_content {
        width: 30%;
        margin-left: 40%;
    }
}

@media only screen and (max-width: 991px) {
    div.c3_map_container div.c3_map_nav div.c3_map_nav_content {
        width: calc(100% - 110px);
        margin-left: 55px;
        top: 0px;
    }
}

div.c3_map_container div.c3_map_nav div.c3_map_nav_content h3 {
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    div.c3_map_container div.c3_map_nav div.c3_map_nav_content h3 {
        font-size: 24px;
    }
}

div.c3_map_container div.c3_map_nav div.c3_map_nav_content p {
    color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    div.c3_map_container div.c3_map_nav div.c3_map_nav_content p {
        font-size: 14px;
    }
}

div.c3_map_container div.c3_map_nav div.c3_map_nav_content span {
    color: #ffffff;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background-color: #777777;
    margin-bottom: 10px;
}

div.c3_map_container ul.c3_map_endpoints {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    opacity: 0;
}

div.c3_enlarge_map ul.c3_map_endpoints {
    opacity: 1;
}

div.c3_zoom ul.c3_map_endpoints {
    opacity: 0;
}

div.c3_map_container ul.c3_map_endpoints li {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 14px;
    padding-top: 14px;
    background-color: #ffffff;
}

div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_1 { top: 46%; left: 79%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_2 { top: 16%; left: 21%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_3 { top: 76%; left: 54%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_4 { top: 35%; left: 76%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_5 { top: 55%; left: 29%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_6 { top: 55%; left: 81%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_7 { top: 63%; left: 78%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_8 { top: 64%; left: 43%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_9 { top: 63%; left: 69%; }
div.c3_map_container ul.c3_map_endpoints li.c3_map_endpoint_10 { top: 45%; left: 43%; }

div.c3_map_container svg.c3_dynamic_svg {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease;
}

div.c3_map_container svg.c3_dynamic_svg path {
    stroke-width: 2px;
    stroke: #ffffff;
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    transition: all 1s ease;
    transition-delay: 0.5s;
}

@media only screen and (max-width: 991px) {
    div.c3_map_container svg.c3_dynamic_svg path {
        stroke-width: 1px;
    }
}

div.c3_map_container svg.c3_dynamic_svg.c3_animate_lines {
    opacity: 1;
}

div.c3_map_container svg.c3_dynamic_svg.c3_animate_lines path {
    stroke-dashoffset: 0;
}

div.c3_zoom svg.c3_dynamic_svg {
    opacity: 0 !important;
}


div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_0 { stroke: #ffb600; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_1 { stroke: #eb8c00; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_2 { stroke: #d04a02; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_3 { stroke: #D93954; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_4 { stroke: #e0301e; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_5 { stroke: #ffb600; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_6 { stroke: #eb8c00; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_7 { stroke: #d04a02; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_8 { stroke: #D93954; }
div.c3_map_container svg.c3_dynamic_svg path.c3_map_line_9 { stroke: #e0301e; }

section.c3_container_plimpth {
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 965px;
}

div.c3_technology_offerings_diagram {
    display: block;
    position: absolute;
    width: 50%;
    height: 80%;
    overflow: hidden;
    bottom: 0px;
    max-width: 700px;
    max-height: 730px;
    right: 50%;
}

@media only screen and (max-width: 850px) {
    div.c3_technology_offerings_diagram {
        display: block;
        position: relative;
        width: 100%;
        height: 0%;
        padding-top: 110%; 
        overflow: hidden;
        bottom: auto;
        right: 0%;
        background-color: #f2f2f2;
    }
}

div.c3_technology_offerings_diagram div.c3_plimpth {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 35%;
    height: auto;
    transition: all 0.5s ease;
}

div.c3_technology_offerings_diagram div.c3_plimpth_1 { top: 60.6%; left: 6%;}
div.c3_technology_offerings_diagram div.c3_plimpth_2 { top: 57%; left: 59%;}
div.c3_technology_offerings_diagram div.c3_plimpth_3 { top: 41.3%; left: 32.2%;}
div.c3_technology_offerings_diagram div.c3_plimpth_4 { top: 21%; left: 59%;}
div.c3_technology_offerings_diagram div.c3_plimpth_5 { top: 21%; left: 6%;}
div.c3_technology_offerings_diagram div.c3_plimpth_6 { top: 5%; left: 32%;}

div.c3_technology_offerings_diagram div.c3_plimpth_1.c3_selected { top: 55.6%;}
div.c3_technology_offerings_diagram div.c3_plimpth_2.c3_selected { top: 52%;}
div.c3_technology_offerings_diagram div.c3_plimpth_3.c3_selected { top: 41.3%;}
div.c3_technology_offerings_diagram div.c3_plimpth_4.c3_selected { top: 16%;}
div.c3_technology_offerings_diagram div.c3_plimpth_5.c3_selected { top: 16%;}
div.c3_technology_offerings_diagram div.c3_plimpth_6.c3_selected { top: 0%;}


div.c3_technology_offerings_diagram div.c3_plimpth img.c3_original_highlight {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease;
}

div.c3_technology_offerings_diagram div.c3_plimpth img.c3_original {
    opacity: 1;
    transition: all 0.5s ease;
}

div.c3_technology_offerings_diagram div.c3_plimpth.c3_selected a img.c3_original_highlight {
    opacity: 1;
    
}

div.c3_technology_offerings_diagram div.c3_plimpth p {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 20%;
    left: 0%;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 850px) {
    div.c3_technology_offerings_diagram div.c3_plimpth p {
        font-size: 12px;
        line-height: 14px;
    }
}

div.c3_technology_offerings_diagram div.c3_plimpth_1 p { top: 30%; color: #ffffff; }
div.c3_technology_offerings_diagram div.c3_plimpth_2 p { top: 33%; color: #ffffff; }
div.c3_technology_offerings_diagram div.c3_plimpth_4 p { top: 28%; }
div.c3_technology_offerings_diagram div.c3_plimpth_5 p { top: 25%; }
div.c3_technology_offerings_diagram div.c3_plimpth_6 p { top: 22%; color: #ffffff; }

div.c3_technology_offerings_diagram div.c3_plimpth.c3_selected p {
    color: #ffffff;
}

div.c3_technology_offerings_detail {
    display: block;
    position: relative;
    width: 50%;
    padding-right: 60px;
    margin-top: 0;
    margin-left: 50%;
    padding-bottom: 50px;
    max-width: 770px;
}

@media only screen and (max-width: 850px) {
    div.c3_technology_offerings_detail {
        display: block;
        position: relative;
        width: auto;
        padding-right: 20px;
        margin-top: 0;
        margin-left: 20px;
        padding-bottom: 50px;
        max-width: 770px;
        padding-top: 20px;
    }
}

div.c3_technology_offerings_detail > div {
    display: none;
}

div.c3_technology_offerings_detail h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #d04a02;
}

div.c3_technology_offerings_detail ul li {
    padding-left: 20px;
    position: relative;
}

div.c3_technology_offerings_detail ul li::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #d04a02;
    position: absolute;
    top: 7px;
    left: 0px;
}

div.c3_technology_offerings_detail .cta-button-wrap, div.c3_technology_offerings_detail .cta-btn-primary {
    display: block;
}

a.c3_download {
    width: 216px;
    height: 50px;
    padding: 0 25px;
    font-size: 16px;
    font-family: inherit;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 10px;
    background-size: cover;
    border: 1px solid #000000;
    background-color: #fff;
    color: #000;
    transition: all .6s;
    position: relative;
    white-space: inherit;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
}

a.c3_download:hover {
    background-color: #eb8c00;
    border: 1px solid #eb8c00;
}

a.c3_download::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    display: inline-block;
    top: 37%;
    right: 24px;
    vertical-align: middle;
    background-image: url('https://www.pwc.com/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/common/cta-download.svg') !important;
}

section.c3_container_public_saftey_change {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/c3_cctv.jpg');
    background-size: cover;
    background-position: center;
}

section.c3_container_public_saftey_change .chapter-heading {
    padding-bottom: 0px;
}

section.c3_container_public_saftey_change span.chapter-heading-title span {
    background: #646566 !important;
}

section.c3_container_public_saftey_change .chapter-heading p {
    margin-top: 20px;
    max-width: 400px;
    display: block;
}

section.c3_container_public_saftey_change .chapterheading {
    margin-bottom: 0px;
    margin-top: 0px;
}

section.c3_container_public_saftey_change div.c3_public_saftey_change_stat {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

section.c3_container_public_saftey_change div.c3_public_saftey_change_stat strong {
    font-size: 80px;
    line-height: 86px;
    border-bottom: 1px solid #000000;
    padding-bottom: 15px;
    display: block;
    color: #000000;
    margin-bottom: 10px;
    padding-right: 100px;
}

section.c3_container_public_saftey_change div.c3_public_saftey_change_stat p {
    font-weight: bold;
    color: #000000;
}

section.c3_container_public_saftey_change .c3_download {
    clear: both;
    float: none;
}

div.c3_accordion {
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion {
        height: auto;
        display: block;
    }
}

div.c3_accordion .accordionv2__narrow>div {
    width: 100% !important;   
}

div.c3_accordion .accordionv2__narrow>div span {
    color: #ffffff !important;   
}

div.c3_accordion .accordionv2__narrow>div p {
    margin-bottom: 0px;
}

div.c3_accordion .accordionv2__narrow .cmp-accordion__button>.cmp-accordion__icon {
    background-image: url('https://www.pwc.com/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/common/Down_White_Chevron.svg')
}

div.c3_accordion .accordionv2__narrow .cmp-accordion__item {
    border-bottom: 1px solid #ffffff;   
}

div.c3_accordion p .btn.btn--transparent.btn-cta--external i {
    background-image: url('https://www.pwc.com/etc.clientlibs/pwc/clientlibs/rebrand-clientlibs/components-colors/resources/images/cta-btn-images/icon-external-link-white.svg');
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: all .3s ease;
}

div.c3_accordion p .btn.btn--transparent.btn-cta--external i+1 {
    background-image: none;
    display: none;
}

div.c3_accordion > div {
    display: block;
    position: relative;
    width: 25%;
    height: auto;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
    overflow: hidden;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion > div {
        width: 100%;
        float: none;
        height: auto;
    }
}

div.c3_accordion > div::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.5s ease;
}

@media only screen and (min-width: 1120px) {

    div.c3_accordion > div.c3_accordion_open {
        width: calc(100% - 270px);
        
    }
    
}



div.c3_accordion > div.c3_accordion_open::before {
    opacity: 0.8;
}

@media only screen and (min-width: 1120px) {

    div.c3_accordion > div.c3_accordion_closed {
        width: 90px;
    }
}


div.c3_accordion div.c3_accordion_section_1 {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/c3_accordion_1.jpg');
}

div.c3_accordion div.c3_accordion_section_2 {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/c3_accordion_2.jpg');
}

div.c3_accordion div.c3_accordion_section_3 {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/c3_accordion_3.jpg');
}

div.c3_accordion div.c3_accordion_section_4 {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/c3_accordion_4.jpg');
}

div.c3_accordion > div > a {
    text-decoration: none !important;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
    display: block;
    height: 100vh;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion > div > a {
        height: 200px;
    }
}

div.c3_accordion > div.c3_accordion_open > a {
    cursor: default !important;
    height: 160px;
}

div.c3_accordion > div > a h2.c3_accordion_h2 {
    display: inline-block;
    position: relative;
    margin-top: 0%;
    margin-left: 30px;
    background-color: #e0301e;
    color: #ffffff;
    padding: 15px;
    padding-left: 40px;
    max-width: 80%;
    text-decoration: none !important;
    transition: all 0.5s ease;
}

div.c3_accordion > div.c3_accordion_open > a h2.c3_accordion_h2  {
    background-color: #e0301e !important;
    color: #ffffff !important;
}

@media only screen and (min-width: 1120px) {

    div.c3_accordion > div.c3_accordion_closed > a h2.c3_accordion_h2 {
        padding: 0px;
    }

}

div.c3_accordion > div a h2.c3_accordion_h2 strong {
    font-weight: normal !important;
    transition: all 0.5s ease;
}

div.c3_accordion div.c3_accordion_section_1 > a h2.c3_accordion_h2  {
    margin-top: 75%;
}

div.c3_accordion div.c3_accordion_section_2 > a h2.c3_accordion_h2  {
    margin-top: 100%;
}

div.c3_accordion div.c3_accordion_section_3 > a h2.c3_accordion_h2  {
    margin-top: 40%;
}

div.c3_accordion div.c3_accordion_section_4 > a h2.c3_accordion_h2  {
    margin-top: 74%;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion div.c3_accordion_section_1 > a h2.c3_accordion_h2  {
        margin-top: 80px;
    }

    div.c3_accordion div.c3_accordion_section_2 > a h2.c3_accordion_h2  {
        margin-top: 80px;
    }

    div.c3_accordion div.c3_accordion_section_3 > a h2.c3_accordion_h2  {
        margin-top: 80px;
    }
    
    div.c3_accordion div.c3_accordion_section_4 > a h2.c3_accordion_h2  {
        margin-top: 80px;
    }
    
    div.c3_accordion div > a h2.c3_accordion_h2  {
        font-size: 20px;
        max-width: 90%;
    }
}

@media only screen and (min-width: 1120px) {

    div.c3_accordion > div.c3_accordion_open > a h2.c3_accordion_h2 {
        margin-top: 80px;
        margin-left: 80px;
    }
}

@media only screen and (min-width: 1120px) {

    div.c3_accordion > div.c3_accordion_closed > a h2.c3_accordion_h2 {
        margin-top: 45px;
        margin-left: 45px;
    }



    div.c3_accordion > div.c3_accordion_closed > a h2.c3_accordion_h2 strong {
        font-size: 0px;
    }
    
}

div.c3_accordion > div a:hover h2.c3_accordion_h2 {
    background-color: #2d2d2d;
}

div.c3_accordion > div a h2.c3_accordion_h2 span {
    display: block;
    position: absolute;
    top: -30px;
    left: -30px;
    color: #ffffff;
    background-color: #2d2d2d;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-family: "PwC Helvetica Neue",Arial,Sans-Serif;
    transition: all 0.5s ease;
}

div.c3_accordion > div a:hover h2.c3_accordion_h2 span {
    background-color: #e0301e;
}

div.c3_accordion > div.c3_accordion_open > a h2.c3_accordion_h2 span {
    background-color: #2d2d2d !important;
}

div.c3_accordion div.c3_accordion_content {
    display: flex;
    position: absolute;
    height: 0px;
    bottom: 0px;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.7s ease;
    transition-delay: 0.4s;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion div.c3_accordion_content {
        display: block;
    }
}

div.c3_accordion div.c3_accordion_open div.c3_accordion_content {
    opacity: 1;
    padding: 50px;
    padding-left: 80px;
    height: auto;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion div.c3_accordion_open div.c3_accordion_content {
        background-color: transparent;
    }
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion div.c3_accordion_open div.c3_accordion_content {
        height: auto;
        padding: 25px;
    }
}

div.c3_accordion div.c3_accordion_content > div {
    width: 50%;
    padding-right: 40px;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion div.c3_accordion_content > div {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 25px;
    }

}

div.c3_accordion div.c3_accordion_content > div * {
    color: #ffffff;
}

div.c3_accordion div.c3_accordion_content > div h3 {
    margin-bottom: 20px;
    clear: both;
}

div.c3_accordion div.c3_accordion_content > div h4 {
    margin-bottom: 20px;
    font-weight: normal;
    clear: both;
}

div.c3_accordion .videoplayer-v2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

div.c3_accordion img.c3_ooda_img {
    display: block;
    width: 250px;
    height: auto;
    filter: grayscale(1);
    float: right;
    margin-top: 10px;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion img.c3_ooda_img {
        float: none;
    }
}

div.c3_accordion p.c3_dice_1, div.c3_accordion p.c3_dice_2, div.c3_accordion p.c3_dice_3 {
    display: block;
    position: relative;
    padding-left: 120px;
    background-position: 0px 7px;
    background-size: 80px 80px;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    min-height: 90px;
}

div.c3_accordion p.c3_dice_1 {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/PwC_Pictograms_Presenter_White_RGB.png'); 
}

div.c3_accordion p.c3_dice_2 {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/PwC_Pictograms_Software_White_RGB.png'); 
}

div.c3_accordion p.c3_dice_3 {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/PwC_Pictograms_Wealth_White_RGB.png'); 
}

div.c3_accordion img.c3_patent {
    display: block;
    position: relative;
    width: 50%;
    background-color: #e0301e;
    padding: 5%;
    float: left;
    margin-bottom: 30px;
}

div.c3_accordion span.c3_patent_number {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font-weight: bold;
    background-color: #2d2d2d;
    color: #ffffff;
    text-align: center;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion .videoplayerv2.video-asset-details {
        display: none;
    }
}
@media only screen and (max-width: 1120px) {
    div.c3_accordion .videoplayerv2.asset-sharing-component.video-asset {
        padding: 0px !important;   
    }
    
}

div.c3_accordion a.c3_close_accordion {
    display: none;
    position: absolute;
    top: 50px;
    right: 50px;
    background-color: #000000;
    font-size: 0px;
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
    transition: all 0.5s ease;
}

@media only screen and (max-width: 1120px) {
    div.c3_accordion a.c3_close_accordion {
        display: none !important;
    }
}

div.c3_accordion div.c3_accordion_open a.c3_close_accordion {
    display: block;
}

div.c3_accordion div.c3_accordion_open a.c3_close_accordion:hover {
    background-color: #e0301e;
}

div.c3_accordion a.c3_close_accordion::before {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 25px;
    transform: rotate(45deg);
    background-color: #ffffff;
}

div.c3_accordion a.c3_close_accordion::after {
    content: "";
    width: 2px;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 25px;
    transform: rotate(-45deg);
    background-color: #ffffff;
}

p.c3_coming_soon {
    display: inline-block;
    position: relative;
    padding: 15px;
    background-color: #e0301e;
    font-size: 18px;
    font-weight: bold;
}

section#insights {
    background-color: #2d2d2d !important;
}

section#insights article *, section#insights div.filter *, section#insights .results, section#insights h2, section#insights button {
    color: #ffffff !important;
}
section#insights div.filter {
    background-color: #464646;
}

section#insights .search {
    color: #2d2d2d !important;
}

section#insights .collection-v3-listing__close-filter::before {
    background-color: #ffffff;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

section#insights .panel-body {
    background-color: #464646 !important;
}

section#insights .filter-options a {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/PwC_Pictograms_Observation_White_RGB.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding-left: 50px;
    height: 40px;
}

section#insights .filter-options a:first-of-type {
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/PwC_Pictograms_Calendar_White_RGB.png');
}

section.c3_container_meettheteam {
    background-color: #000000 !important;
    overflow: hidden;
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/c3_meet_the_team_graphic.jpg') !important;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 999px) {
    section.c3_container_meettheteam {
        height: 600px;
    }
}

@media only screen and (min-width: 999px) {

    section.c3_container_meettheteam article {
          transition: all 0.5s ease;
    }

    section.c3_container_meettheteam article:hover {
        background-color: #eb8c00 !important;
        padding-top: 18px;
    }
    
    section.c3_container_meettheteam article:hover a h4 span {
        color: #000000 !important;

    }
    
}

section.c3_container_meettheteam article h4{
    color: #ffffff !important;
}

section.c3_container_meettheteam .new-modal {
    background-color: #eb8c00 !important;
    background-image: url('/content/dam/pwc/m1/en/services/consulting/public-safety/c3_meet_the_team_graphic_inner.jpg') !important;
}

section.c3_container_meettheteam div.facetednavigation_modal-body {
    background-color: transparent !important;
}

section.c3_container_meettheteam div.c3_div_video_wrap {
    display: block;
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0px;
    left: 0%;
    overflow: hidden;
}

section.c3_container_meettheteam div.c3_div_video_wrap_1 {
    left: 100%;

}

section.c3_container_meettheteam div.c3_div_video_wrap_2 {
    left: 200%;

}

section.c3_container_meettheteam .collectionv2__content {
    overflow: hidden;   
}

section.c3_container_meettheteam div.c3_div_video_wrap > div {
    top: 0px !important;
    transition-duration: 0s !important;
    transform: translate3d(0px, 0px, 0px) !important;
}

section.c3_container_meettheteam a.c3_left, section.c3_container_meettheteam a.c3_right {
    display: none;
    width: 50px;
    height: 50px;
    font-size: 0px;
    position: relative;
    top: -20px;
}

section.c3_container_meettheteam a.c3_left {
    float: left;
}

section.c3_container_meettheteam a.c3_right {
    float: right;
}

section.c3_container_meettheteam a.c3_left::before, section.c3_container_meettheteam a.c3_right::before {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0px;
    left: 5px;
    transition: all 0.5s ease;
}

section.c3_container_meettheteam a.c3_left:hover::before, section.c3_container_meettheteam a.c3_right:hover::before {
    border-top: 3px solid #eb8c00;
    border-left: 3px solid #eb8c00;
}

section.c3_container_meettheteam a.c3_right::before {
    transform: rotate(135deg);
}

@media only screen and (min-width: 999px) {
    section.c3_container_meettheteam a.c3_left, section.c3_container_meettheteam a.c3_right {
        display: block;
    }
}


/* ------------------------------------------------------- */
/* --------------- C3 OVERIDES ---------------------- */
/* ------------------------------------------------------- */

.c3_chapter_heading_wrapper {
    margin: 0 !important; 
}

.c3_chapter_heading_wrapper span > span {
    background: #d04a02 !important;
}

.c3_chapter_heading_wrapper small {
    margin-bottom: -2px !important;
}

.c3_chapter_heading_wrapper_intro {
    position: relative;
    z-index: 2;
    margin: 0 !important;
    transition: all 0.5s ease;
    opacity: 1;
}

.c3_chapter_heading_wrapper_intro span > span {
    background: #eb8c00 !important;
    color: #2d2d2d !important;
}

.c3_container_accordion .chapter-heading span > span {
    background: #e0301e !important;
    color: #ffffff !important;
}

.c3_chapter_heading_wrapper_intro small {
    margin-bottom: -2px !important;
    background: #ffffff !important;
    color: #2d2d2d !important;
}

#content-free-1-cb3d.c3_overide_colours {
    background-color: #2d2d2d;   
}

#content-free-1-cb3d.c3_overide_colours * {
    color: #ffffff !important;   
}
