@charset "UTF-8";
/* CSS Document */
.dpecharts_title{
    /*font-size:1.2rem;*/
}
.dpecharts_legend{
    font-size:.9rem;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    width:100%;
    justify-content:flex-start;
    text-align:left;
    align-items:flex-start;
    line-height:1rem;
}
.dpecharts_legend > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;justify-content: flex-start;align-items: flex-start;flex: 1 0 25%;max-width: 25%;min-width: 150px;padding-bottom: 5px;
}
.dpecharts_legend_box{
    height:13px;
    width:13px;
	min-width: 13px;
}
.dpecharts_legend_label{
    padding:0 20px 0 5px;
    background-color:#ffffff00!important;
}
.dpecharts_chart_source{
    color:#000000;
    font-size:14px;
    width:100%;
    line-height:1.5;
    clear:both;
}
.dpecharts_bar_xlabel{
    font-size:1rem;
    font-family:"PwC Helvetica Neue","Helvetica",Arial,sans-serif;
    font-weight:100;
    width:100%;
    line-height:1.4em;
}
.dpecharts_num{
    background-color:#ffffff00!important;
    font-size:18px;
    font-weight:100;
    width:auto;
    position:relative;
}
.dpecharts_chart_deltaarrow{
    display:flex;
    flex-direction:column;
    width:100%;
}
.dpecharts_chart_delta_row{
    display:flex;
    flex-direction:row;
    width:100%;
    justify-content:space-between;
    flex-wrap:nowrap;
    align-items:center;
    padding:20px 0 20px 0;
}
.dpecharts_chart_delta_xaxis{
    font-size:1rem;
    width:50%;
}
.dpecharts_chart_delta_arrowup{
    width:20px;
    height:20px;
    background-image:url("https://dpe.pwc.com/content/dam/pwc/us/en/library/covid-19/assets/redarrow.svg");
    background-repeat:no-repeat;
    transform-origin:left center;
}
.dpecharts_chart_delta_arrowdown{
    width:20px;
    height:20px;
    background-image:url("https://dpe.pwc.com/content/dam/pwc/us/en/library/covid-19/assets/redarrowdown.svg");
    background-repeat:no-repeat;
}
.dpecharts_chart_delta_hr{
    border-top:1px solid #CBD1D6;
    width:100%;
}
.dpecharts_chart_solo_number{
    width:auto;
    text-align:right;
}
.dpecharts_chart_solo_number .dpecharts_num{
    padding:0;
}
.dpecharts_bar_hgroup .dpecharts_bar_wrapper:first-child{
    margin:5px 0 0 0;
}
.dpecharts_bar_hgroup .dpecharts_bar_wrapper:first-child .dpecharts_bar{
    height:40px;
}
.dpecharts_bar_hgroup .dpecharts_bar_wrapper:first-child .dpecharts_num{
    position:relative;
    top:12px;
}
.dpecharts_bar_hgroup .dpecharts_bar_wrapper:last-child{
    position:relative;
    top:-21px;
    margin:0;
}
.dpecharts_bar_hgroup .dpecharts_bar_wrapper:last-child .dpecharts_bar{
    position:relative;
    top:-12px;
    padding:0;
}
.dpecharts_bar_hgroup .dpecharts_bar_wrapper:last-child .dpecharts_num{
    position:relative;
    top:-24px;
}
.dpecharts_bar_hgroup_stacked .dpecharts_bar_wrapper{
    margin:0;
    padding:0;
}
.dpecharts_bar_hgroup_stacked .dpecharts_bar_wrapper .dpecharts_num{
    margin:0;
    padding-top:0;
    padding-bottom:0;
    line-height:22px;
}
.dpecharts_bar_hgroup_stacked .dpecharts_bar_wrapper .dpecharts_num *{
    margin:0;
    padding:0;
}
.dpecharts_bar_hgroup_stacked .dpecharts_bar_wrapper:first-child{
    margin:5px 0 0 0;
}
.dpecharts_bar_hgroup_stacked .dpecharts_bar_wrapper:last-child{
    margin:0 0 20px 0;
}
.dpecharts_bar_hgroup_stacked .dpecharts_bar_wrapper:last-child .dpecharts_bar{
    padding:0;
}
.dpecharts_donut_slice{
    display:none;
}
.highcharts-container{
    font-family:"PwC Helvetica Neue",Arial,Sans-Serif;
}
.highcharts-data-label{
    font-size:1.2em;
    font-weight:normal;
}
.dpecharts_chart_stacked_vert{
    width:100%;
    padding:0;
    margin:0;
    display:flex;
    flex-direction:row;
    justify-content:space-between;
}
.dpecharts_chart_stacked_vert_bar_wrapper{
    width:25%;
    max-width:100px;
    min-width:80px;
    margin-right:10%;
    margin-left:5%;
}
.dpecharts_chart_stacked_vert_legend_wrapper{
    width:auto;
}
.dpecharts_chart_stacked_vert_bar_datapoint{
    width:100%;
    color:#fff;
    font-size:1.2em;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:normal;
    overflow:visible;
    padding:0 10% 0 10%;
}
.dpecharts_chart_stacked_vert_bar_datapoint_left{
    justify-content:flex-start;
}
.dpecharts_chart_stacked_vert_bar_datapoint_right{
    justify-content:flex-end;
}
.dpecharts_chart_stacked_vert_bar_datapoint_stroke{
    -webkit-text-stroke:1px #000;
    font-size:1.3em;
    font-weight:bold;
}
.dpecharts_chart_stacked_vert_legend_label_wrapper{
    width:100%;
    display:flex;
    flex-direction:row;
    margin-bottom:10px;
    align-items:flex-start;
}
.dpecharts_chart_stacked_vert_legend_label{
    width:auto;
    margin-left:10px;
    line-height:1em;
}
.dpecharts_chart_stacked_vert_legend_icon{
    width:16px;
    min-width:16px;
    height:16px;
}
.dpecharts_chart_stacked_horiz{
    width:100%;
    padding:0;
    margin:0;
}
.dpecharts_chart_stacked_horiz_bar_wrapper{
    width:90%;
    display:flex;
    flex-direction:row;
    margin:20px 5% 20px 5%;
}
.dpecharts_chart_stacked_horiz_legend_wrapper{
    width:90%;
    display:flex;
    flex-direction:row;
    margin:20px 5% 20px 5%;
    justify-content:flex-start;
    flex-wrap:wrap;
}
.dpecharts_chart_stacked_horiz_bar_datapoint{
    color:#fff;
    font-size:1.2em;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:normal;
    height:50px;
    padding:5px 0 5px 0;
}
.dpecharts_chart_stacked_horiz_bar_datapoint_top{
    align-items:flex-start;
}
.dpecharts_chart_stacked_horiz_bar_datapoint_bottom{
    align-items:flex-end;
}
.dpecharts_chart_stacked_horiz_bar_datapoint_stroke{
    -webkit-text-stroke:1px #000;
    font-size:1.3em;
    font-weight:bold;
}
.dpecharts_chart_stacked_horiz_legend_label_wrapper{
    width:130px;
    display:flex;
    flex-direction:row;
    margin:0 10px 10px 0;
    align-items:flex-start;
}
.dpecharts_chart_stacked_horiz_legend_label{
    margin-left:10px;
    width:auto;
    line-height:1em;
}
.dpecharts_chart_stacked_horiz_legend_icon{
    width:16px;
    min-width:16px;
    height:16px;
}
.dpecharts_bar_vertical{
    width:100%;
}
.dpecharts_vert_container{
    width:100%;
    min-height:230px;
    display:flex;
    flex-direction:row;
    align-items:center;
    margin-bottom:0px;
    justify-content:space-around;
	gap:8%;
}
.dpecharts_vert_xaxis{
    display:flex;
    flex-direction:row;
    margin-bottom:20px;
    text-align:center;
    align-items: center;
    justify-content:space-around;
    gap: 8%;
	padding-top:8px;
	margin-top: -1px;
	border-top: 1px solid #CBD1D6;
}


.dpecharts_bar_vertical[flip] .dpecharts_vert_container{
	gap:4px;
}
.dpecharts_bar_vertical[flip] .dpecharts_vert_xaxis{
    gap:4px;
}

.dpecharts_bar_vertical .dpecharts_bar{
    height:1px;
    width:100%;
    min-width:42px;
    background-color:#FD5108;
    margin: 0;
}
.dpecharts_bar_vertical .dpecharts_bar_group{
    display:flex;
    flex-direction:row;
    align-items:flex-end;
    text-align:center;
    align-self:flex-end;
	flex-grow: 1;
}
.dpecharts_bar_vertical .dpecharts_vert_upper{
	width: 100%;
}


.dpecharts_bar_vertical .dpecharts_bar_group.dpecharts_bar_vert_overlay{
	width: auto;
    padding: 0;
	justify-content: center;
}
.dpecharts_bar_vertical .dpecharts_bar_group.dpecharts_bar_vert_overlay .dpecharts_vert_upper{
	width: auto;
}


.dpecharts_bar_vert_overlay .dpecharts_vert_upper:first-child{
    position:relative;
    right:-21px;
}
.dpecharts_bar_vert_overlay .dpecharts_vert_upper:first-child .dpecharts_bar{
    width:42px;
}
.dpecharts_bar_vert_overlay .dpecharts_vert_upper:first-child .dpecharts_num{
    left:-15px;
}
.dpecharts_bar_vert_overlay .dpecharts_vert_upper:last-child{
    position:relative;
    left:-10px;
}
.dpecharts_bar_vert_overlay .dpecharts_vert_upper:last-child .dpecharts_bar{
    width:20px;
    min-width:0;
}
.dpecharts_bar_vert_overlay .dpecharts_vert_upper:last-child .dpecharts_num{
    right:-15px
}
.dpecharts_bar_horizontal{
    width:100%;
    text-align:left;
    align-items:center;
    line-height:1.35em;
}
.dpecharts_bar_horizontal .dpecharts_bar{
    height:34px;
    width:1px;
    background-color:#FD5108;
}
.dpecharts_bar_horizontal .dpecharts_bar_wrapper{
    display:flex;
    flex-direction:row;
    width:100%;
    margin:0;
    align-items:center;
}
.dpecharts_bar_horizontal .dpecharts_num{
    padding-left:5px;
}
.dpecharts_bar_horizontal .dpecharts_bar_group{
    margin-bottom:10px;
}
.dpecharts_bar_horizontal .dpecharts_bar_horiz_overlay .dpecharts_bar_group{
    margin-bottom:0;
}
.dpecharts_bar_horiz_overlay .dpecharts_bar_wrapper:first-child .dpecharts_bar{
    height:35px;
}
.dpecharts_bar_horiz_overlay .dpecharts_bar_wrapper:first-child .dpecharts_num{
    position:relative;
    top:-11px;
}
.dpecharts_bar_horiz_overlay .dpecharts_bar_wrapper:last-child .dpecharts_bar{
    position:relative;
    top: -28px;
    height: 20px;
}
.dpecharts_bar_horiz_overlay .dpecharts_bar_wrapper:last-child .dpecharts_num{
    position:relative;
    top:-20px;
}
@media(max-width:767px){
    .dpecharts_num{
        font-size:inherit;
    }
    .dpecharts_bar_vertical .dpecharts_bar{
        min-width:30px;
    }
}

.dpecharts_countup{
    font-weight: bold;
}

.dpecharts_countup_wrapperlg {
    border-top: 4px solid #CBD1D6;
    border-bottom: 1px solid #CBD1D6;
	padding: 30px 0;
}

.dpecharts_countup_large{
	font-size: 120px;
	margin-bottom: 0px;
	font-family: "PwC Helvetica Neue Light", Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: #FD5108;
	line-height: 1;
}

.dpecharts_countup_medium{
	font-family: "PwC Helvetica Neue Light", Arial, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    color: #FD5108;
	font-size: 40px;
	line-height: 48px;
	position: relative;
    display: block;
    padding-top: 19px;
}
.dpecharts_countup_large .dpecharts_countup,
.dpecharts_countup_medium .dpecharts_countup{
    font-weight: normal;
}

.dpecharts_countup_medium::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 4px;
	background-color: #FD5108;
}

.dpecharts_countup_desc {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 30px;
}
.dpecharts_countup_wrapperlg .dpecharts_countup_desc {
    margin-bottom: 5px;
}

@media(max-width:1200px){
    .dpecharts_countup_large{
        font-size: 70px;
		line-height: 1;
    }
}