.risk-bucket {
    margin-top: 20px;
    margin-bottom: 40px;
}

.risk-bucket ul {
    list-style-type: none;
    padding: 0;
}

.risk-bucket ul li {
    margin-top: 2px;
    margin-bottom: 2px;
    text-indent: 0;
}

.risk-bucket h3,
.risk-bucket h4 {
    margin-top: 0;
    margin-bottom: 0;
}


.risk-bucket h3 {
    line-height: 18px;
    font-size: 28px;
}


.risk-bucket h4 {
    text-transform: uppercase;
    font-size: 18px;
}

.risk-bucket h5 {
    margin: 0;
    font-size: 20px;
    color: #5a5a5a;
    font-weight: bold;
}

.risk-bucket h3 .risk-bucket-icon {
    color: #fff;
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/annual_report/icon_risk-bucket.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 7px 12px 0 12px;
}

.risk-bucket.risk-bucket-level-low h3 .risk-bucket-icon {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/annual_report/icon_risk-bucket-low.svg");
}

.risk-bucket.risk-bucket-level-medium h3 .risk-bucket-icon {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/annual_report/icon_risk-bucket-medium.svg");
}

.risk-bucket.risk-bucket-level-high h3 .risk-bucket-icon {
    background-image: url("/app/themes/murdock-serenity/resources/assets/images/annual_report/icon_risk-bucket-high.svg");
}

.risk-bucket.risk-bucket-level-low h3,
.risk-bucket.risk-bucket-level-low h4 {
    color: #025e6e;
}

.risk-bucket.risk-bucket-level-medium h3,
.risk-bucket.risk-bucket-level-medium h4 {
    color: #50c9b5;
}

.risk-bucket.risk-bucket-level-high h3,
.risk-bucket.risk-bucket-level-high h4 {
    color: #e0684a;
}

.risk-bucket .investment-management {
    width: 50%;
}