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

/* --------------------- MASTER STRUCTURES --------------------- */

div#c3_chart_fig_2 table {
	display: none;
}

div#c3_chart_fig_2 {
	display: block;
	position: relative;
	width: 120%;
	margin-left: -10%;
	margin-bottom: 30px;
}

div#c3_chart_fig_2 figcaption {
	color: var(--c3_rose);
	font-size: 22px;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 200;
}

div#c3_chart_fig_2 div#c3_div_fig_2_container {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

div#c3_chart_fig_2 ul.c3_ul_key {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px;
	border-radius: 10px 10px 0px 0px;
	background-color: var(--c3_lightgrey);
}

div#c3_chart_fig_2 figcaption {
	margin-top: 10px;
	margin-bottom: 20px;
}

div#c3_chart_fig_2 ul.c3_ul_key li {
	display: block;
	position: relative;
	float: left;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	margin-right: 20px;
}

div#c3_chart_fig_2 ul.c3_ul_key li::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: black;
}

div#c3_chart_fig_2 ul.c3_ul_key li:nth-child(1)::before {
	transform: rotate(45deg);
	border-radius: 3px;
	background-color: var(--c3_tangerine);
}

div#c3_chart_fig_2 ul.c3_ul_key li:nth-child(2)::before {
	transform: rotate(45deg);
	border-radius: 3px;
	background-color: var(--c3_rose);
}

div#c3_chart_fig_2 ul.c3_ul_key li:nth-child(3)::before {
	background-color: rgba(125,125,125,0.4);
}

div#c3_chart_fig_2 div#c3_div_scroller {
	display: block;
	position: relative;
	overflow-y: scroll;
	width: 100%;
	height: 500px;
}

div#c3_chart_fig_2 div#c3_div_carrier {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
}

div#c3_chart_fig_2 small {
	display: block;
	position: relative;
	overflow: hidden;
	color: var(--c3_white);
	width: 100%;
	height: auto;
	line-height: 16px;
	margin: 0;
	padding: 20px;
	border-radius: 0px 0px 10px 10px;
	background-color: var(--c3_grey);
}

div#c3_chart_fig_2 ul.c3_ul_graph_list {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: auto;
	border-bottom: 1px var(--c3_lightgrey) solid;
	background-color: rgba(222,222,222,0.5);
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li:nth-child(even) {
	background-color: rgba(222,222,222,0.25);
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li:nth-child(2),
div#c3_chart_fig_2 ul.c3_ul_graph_list li:nth-child(3) {
	background-color: rgba(125,125,125,0.4);
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li strong {
	display: block;
	position: relative;
	overflow: hidden;
	font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 400;
	font-size: 14px;
	float: left;
	width: 30%;
	height: 60px;
	padding: 10px;
	text-align: right;
	line-height: 20px;
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li div.c3_div_bar_container {
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 70%;
	height: 60px;
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li div.c3_div_bar_container div {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-color: var(--c3_tangerine);
	border-radius: 5px;
	top: 50%;
	left: 20%;
	margin-top: -20px;
	margin-left: -20px;
	transform: rotate(45deg);
	z-index: 2;
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li div.c3_div_bar_container div:nth-of-type(2) { left: 20%; width: 40%; height: 4px; border-radius: 0px; margin-top: -2px; margin-left: 0px; background-color: var(--c3_lightgrey); transform: rotate(0deg); z-index: 1; }
div#c3_chart_fig_2 ul.c3_ul_graph_list li div.c3_div_bar_container div:nth-of-type(3) { left: 60%; color: var(--c3_white); background-color: var(--c3_rose);}

div#c3_chart_fig_2 ul.c3_ul_graph_list li div.c3_div_bar_container div span {
	display: block;
	position: absolute;
	overflow: hidden;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: 0px;
	left: 0px;
	transform: rotate(-45deg);
}

div#c3_chart_fig_2 ul.c3_ul_graph_list li div.c3_div_bar_container div.c3_div_difference {
	display: block;
    position: absolute;
    font-family: "PwC Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    color: var(--c3_mediumgrey);
    background-color: transparent;
    top: 0px;
    left: auto;
    right: 15px;
    width: calc(14% - 15px);
    height: 60px;
    margin: 0;
    padding: 0;
    height: 100%;
    border-radius: 0px;
    transform: rotate(0deg);
}

div#c3_chart_fig_2 div.c3_div_graduation_line {
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0px;
	left: 30%;
	border-left: 2px var(--c3_grey) dotted;
}

div#c3_chart_fig_2 div.c3_div_graduation_line:nth-child(2) { left: 45%; border-left: 1px var(--c3_grey) dotted; }
div#c3_chart_fig_2 div.c3_div_graduation_line:nth-child(3) { left: 60%; border-left: 1px var(--c3_grey) dotted; }
div#c3_chart_fig_2 div.c3_div_graduation_line:nth-child(4) { left: 75%; border-left: 1px var(--c3_grey) dotted; }
div#c3_chart_fig_2 div.c3_div_graduation_line:nth-child(5) { left: 90%; }

/* --------------------- Mobile styles --------------------- */

@media only screen and (max-width: 1200px) {
	
	/* ---------- Overrides ----------- */
	
	div#c3_chart_fig_2 {
		width: 150%;
		margin-left: -25%;
	}
}

@media only screen and (max-width: 992px) {
	
	/* ---------- Overrides ----------- */
	
	div#c3_chart_fig_2 {
		width: 100%;
		margin-left: 0%;
	}
	
	div#c3_chart_fig_2 ul.c3_ul_key li {
		float: none;
		margin-bottom: 12px;
	}
	
	div#c3_chart_fig_2 ul.c3_ul_key li:last-of-type {
		margin-bottom: 0px;
	}
	
	div#c3_chart_fig_2 ul.c3_ul_graph_list li strong {
		height: auto;
	}
	
	div#c3_chart_fig_2 ul.c3_ul_graph_list li div.c3_div_bar_container div.c3_div_difference {
		position: absolute;
		font-size: 14px;
		line-height: 60px;
		right: 0px;
		width: calc(20%);
		height: 70px;
		transform: rotate(90deg);
	}
}















