.annualreport-risk-buckets {
	padding: 80px 20px !important;
	margin: 0 auto !important;
}

.annualreport-risk-buckets #donut-chart_target-allocation svg,
.annualreport-risk-buckets #donut-chart_actual-allocation svg {
	width: unset;
	margin: 0 auto;
	max-width: 255px;
}

.risk-buckets {
    font-family: calluna_sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.risk-buckets h2 {
    text-align: center;
    margin-top: 40px;
}

.risk-buckets .bar-label
{
    margin-top: 20px;
    margin-bottom: 0;
}

.risk-buckets .total-bar {
    display: flex;
    min-height: 20px;
    margin-bottom: 40px;
}

.risk-buckets .total-bar div {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.risk-buckets .total-bar .low-bar {
    background-color: #025e6e;
}

.risk-buckets .total-bar .medium-bar {
    background-color: #50c9b5;
}

.risk-buckets .total-bar .high-bar {
    background-color: #e0684a;
}

.donut-chart svg .nv-pieLabels .nv-label text {
    fill: rgb(255, 255, 255) !important;
    font-size: 10px;
}

.annualreport-risk-buckets .container .row > .col-md-4 {
	margin-left: 0;
	padding-left: 0;
}

.annualreport-risk-buckets-design-2020 .row {
	margin: 30px 0 0;
}

.annualreport-risk-buckets-design-2020 .row:nth-of-type(1) .col-md-4:nth-of-type(1) {
	flex: 0 0 45%;
	max-width: 45%;
	line-height: 28px;
}

@media only screen and (max-width: 850px) {

	.annualreport-risk-buckets-design-2020 .row:nth-of-type(1) .col-md-4:nth-of-type(1) {
		flex: 0 0 58%;
		max-width: 58%;
		line-height: 28px;
	}

}

@media only screen and (max-width: 768px) {

	.annualreport-risk-buckets .container .row > .col-md-4 {
		margin: 20px auto;
		width: auto !important;
		text-align: center;
	}

	.annualreport-risk-buckets .container .row > .col-md-4:nth-of-type(2),
	.annualreport-risk-buckets .container .row > .col-md-4:nth-of-type(3) {
		max-width: 290px;
		/* margin: 15px auto 15px; */
	}

	.annualreport-risk-buckets .container .risk-bucket {
		margin-left: 20vw !important;
	}

	.annualreport-risk-buckets-design-2020.annualreport-risk-buckets .container .risk-bucket {
		margin-left: auto !important;
	}

} /* end 768px */

@media only screen and (max-width: 750px) {

	.annualreport-risk-buckets .container .row > .col-md-4 {
		max-width: none !important;
		width: 100% !important;
		flex: unset !important;
	}

} /* end 750px */

@media only screen and (max-width: 600px) {

	.annualreport-risk-buckets .container .risk-bucket {
		margin-left: initial !important;
	}

} /* end 600px */