.html-charts {
    padding: 0 16px;
}

.tb-hcharts-color-white {
    background: #FFF;
}

.tb-hcharts-bg-g1 {
    background: #E5243b;
}

.tb-hcharts-bg-g2 {
    background: #dda63a;
}

.tb-hcharts-bg-g3 {
    background: #4c9f38;
}

.tb-hcharts-bg-g4 {
    background: #c5192d;
}

.tb-hcharts-bg-g5 {
    background: #ff3a21;
}

.tb-hcharts-bg-g6 {
    background: #26bde2;
}

.tb-hcharts-bg-g7 {
    background: #fcc30b;
}

.tb-hcharts-bg-g8 {
    background: #a21942;
}

.tb-hcharts-bg-g9 {
    background: #fd6925;
}

.tb-hcharts-bg-g10 {
    background: #dd1367;
}

.tb-hcharts-bg-g11 {
    background: #fd9d24;
}

.tb-hcharts-bg-g12 {
    background: #bf8b2e;
}

.tb-hcharts-bg-g13 {
    background: #3f7e44;
}

.tb-hcharts-bg-g14 {
    background: #0a97d9;
}

.tb-hcharts-bg-g15 {
    background: #56c02b;
}

.tb-hcharts-bg-g16 {
    background: #00689d;
}

.tb-hcharts-bg-g17 {
    background: #19486a;
}

.tb-hcharts-ht-20 {
    height: 20px;
}

.tb-hcharts {
    padding: 0;
}

/* Protecting Essentials */

.tb-hcharts-pewrap {
    margin: 20px 0;
}

.tb-hcharts-pesec {
    display: flex;
    flex-direction: column;
}

.tb-hcharts-pesec.tb-hcharts-pesec--2 {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
}

.tb-hcharts-pesec.tb-hcharts-pesec--2 svg {
    max-width: 400px;
}

.tb-hcharts-pestextbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tb-hcharts-pestitle {
    font-weight: bold;
    font-size: 18px;
}

.tb-hcharts-peslist {
    margin: 12px 0 0 0;
}

.tb-hcharts-peslist li {
    position: relative;
    padding-left: 20px;
}

.tb-hcharts-peslist li:before {
    content: '\00BB';
    font-size: 28px;
    font-weight: bold;
    line-height: 0;
    position: absolute;
    top: 9px;
    left: 0;
}

.tb-hcharts-pescirclewrap {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tb-hcharts-pescircle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 250px;
    padding: 20px;
    color: #FFF;
    background: #998242;
    border-radius: 50%;
    font-size: 14px;
    /* font-weight: bold; */
    text-align: center;
}

.tb-hcharts-pesarrow {
    width: 0;
    height: 0;
    margin: 16px 0;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 35px solid #D5C5AB;
}

.tb-hcharts-pesflow {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.tb-hcharts-pesftext {
    font-size: 18px;
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    .tb-hcharts-pewrap {
        display: flex;
        align-items: flex-start;
    }

    .tb-hcharts-protecting-essentials {
        margin-top: 75px;
    }

    .tb-hcharts-pesec {
        flex-direction: column-reverse;
        align-items: flex-start;
        flex: 1 1;
        width: 30%;
    }

    .tb-hcharts-pesec.tb-hcharts-pesec--2 {
        margin-top: -75px;
    }

    .tb-hcharts-pesecgrp {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .tb-hcharts-pescirclewrap {
        flex-direction: column-reverse;
    }

    .tb-hcharts-pescircle {
        width: 150px;
        height: 150px;
    }

    .tb-hcharts-pesflow {
        flex-direction: row;
    }

    .tb-hcharts-pesec--1 .tb-hcharts-pestextbox {
        flex-direction: column-reverse;
    }

    .tb-hcharts-pesec--1 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
        transform: rotate(180deg);
        margin-right: 110px;
    }

    .tb-hcharts-pesec--1 .tb-hcharts-pesflow .tb-hcharts-pesarrow {
        transform: rotate(270deg);
    }

    .tb-hcharts-pesec--3 {
        flex-direction: column;
    }

    .tb-hcharts-pesec--3 {
        align-items: flex-end;
    }

    .tb-hcharts-pesec--3 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
        transform: rotate(180deg);
        margin-left: 92px;
    }

    .tb-hcharts-pesec--3 .tb-hcharts-pesflow .tb-hcharts-pesarrow {
        transform: rotate(270deg);
    }
}

@media only screen and (min-width: 1440px) {
    .tb-hcharts-pescircle {
            width: 200px;
            height: 200px;
        }
    
    .tb-hcharts-protecting-essentials {
        margin-top: 120px;
    }

    .tb-hcharts-pesec.tb-hcharts-pesec--2 {
        margin-top: -120px;
    }

        .tb-hcharts-pesec--1 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
            margin-right: 50px;
        }

        .tb-hcharts-pesec--3 .tb-hcharts-pestextbox .tb-hcharts-pesarrow {
            margin-left: 50px;
        }
}

/* Key Stakeholders */

.tb-hcharts-kswrapinner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tb-hcharts-ksmgroup {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.tb-hcharts-ksgroup--noline:before {
    display: none;
}

.tb-hcharts-kscitem {
    flex: 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 100px;
    margin-top: -50px;
}

.tb-hcharts-kscarrow {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

.tb-hcharts-kscarrowline {
    width: 6px;
    height: 150px;
    background: #998242;
    margin: 0 -6px;
}

.tb-hcharts-kscarrow:before {
    content: '';
    display: block;
    width: 60px;
    height: 100px;
    border-top: 6px solid #998242;
    border-right: 6px solid #998242;
    border-top-right-radius: 100px;
}

.tb-hcharts-kscarrow:after {
    content: '';
    display: block;
    width: 60px;
    height: 100px;
    border-top: 6px solid #998242;
    border-left: 6px solid #998242;
    border-top-left-radius: 100px;
}

.tb-hcharts-ksgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    flex: 1 1 auto;
}

.tb-hcharts-ksgroup:first-child:before {
    display: none;
}

.tb-hcharts-ksgroup:before {
    content: '';
    margin-bottom: -10px;
    width: 6px;
    height: 80px;
    background: #998242;
}

.tb-hcharts-kscircle {
    width: 80px;
    height: 80px;
    border: 5px solid #FFF;
    border-radius: 50%;
    background: #998242;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #FFF;
}

.tb-hcharts-kscircle svg {
    display: block;
}
.tb-hcharts-kstext {
    color: #998242;
    margin: 4px 0 8px 0;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.tb-hcharts-ksgitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tb-hcharts-ksarrow {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tb-hcharts-ksarrow:before {
    content: '';
    display: block;
    width: 6px;
    height: 80px;
    background: #998242;
}

.tb-hcharts-ksarrow:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #998242;
}

.tb-hcharts-kstextbox {
    margin-top: 16px;
    padding: 12px;
    background: #D7CCBA;
    max-width: 300px;
}

@media only screen and (min-width: 375px) {
    .tb-hcharts-kstext {
        font-size: 12px;
    }
}

@media only screen and (min-width: 767px) {
    .tb-hcharts-kswrapinner {
        flex-direction: row;
        position: relative;
    }

    .tb-hcharts-ksmgroup {
        width: 25%;
        flex-direction: column-reverse;
        margin: 0;
        flex: 1 1 auto;
    }

    .tb-hcharts-kscitem {
        margin-top: 0;
        margin-left: -90px;
    }

    .tb-hcharts-kscitem:last-child {
        flex-direction: column-reverse;
    }

    .tb-hcharts-kscarrow {
        flex-direction: column;
        width: 100%;
    }

    .tb-hcharts-kscarrowline {
        width: 100%;
        height: 16px;
        margin: -16px 0;
    }

    .tb-hcharts-kscarrow:before {
        width: 100px;
        height: 120px;
        border-top: 16px solid #998242;
        border-right: 16px solid #998242;
        border-top-right-radius: 100px;
        transform: rotate(180deg);
    }

    .tb-hcharts-kscarrow:after {
        width: 100px;
        height: 120px;
        border-top: 16px solid #998242;
        border-left: 16px solid #998242;
        border-top-left-radius: 100px;
    }

    .tb-hcharts-ksgroup {
        flex-direction: row;
        width: 20%;
        margin-top: 60px;
    }

        .tb-hcharts-ksgroup:first-child,
        .tb-hcharts-ksgroup--noline {
            flex: 0 0;
        }

    .tb-hcharts-ksgroup:before {
        height: 16px;
        margin-bottom: 0;
        width: 100%;
        margin-top: -34px;
    }

    .tb-hcharts-kscircle {
        width: 100px;
        height: 100px;
        padding: 20px;
    }

    .tb-hcharts-kstext {
        font-size: 16px;
    }

    .tb-hcharts-kscitem:last-child .tb-hcharts-kstext {
        width: 135px;
    }

    .tb-hcharts-ksarrow {
        flex-direction: row;
        margin-top: 30px;
        width: 20%;
        flex: 1 1;
            min-width: 150px;
    }

    .tb-hcharts-ksarrow:before {
        width: 100%;
        height: 16px;
    }

    .tb-hcharts-ksarrow:after {
        width: 0;
        height: 0;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #998242;
    }

    .tb-hcharts-kstextbox {
        position: absolute;
        right: 25px;
        bottom: 0;
    }
}

/* Sustainability Charts */

.tb-hcharts-boxtitle {
    font-weight: bold;
    overflow: hidden;
}

.tb-hcharts-boxtitle:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-left: 10px;
    margin-right: -100%;
    border-bottom: 3px solid #998242;
}

.tb-hcharts-boxwrap {
    margin-bottom: 16px;
}

.tb-hcharts-boxgrp {
    display: flex;
    margin: 0 -16px;
    flex-wrap: wrap;
}

.tb-hcharts-boxitem {
    padding: 0 16px;
    width: 50%;
    margin: 16px 0;
}

.tb-hcharts-boxiimage img {
    width: 100%;
    height: 100%;
}

.tb-hcharts-boxirect {
    color: #FFF;
    padding: 4px 0;
    margin-top: 12px;
    font-weight: 700;
    text-align: center;
}

.tb-hcharts-arrow {
    display: flex;
    flex-direction: column;
}

.tb-hcharts-arrowitem {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 84px;
    background: #998242;
    vertical-align: middle;
    color: #FFF;
    position: relative;
    margin: 10px 0;
    margin-top: 30px;
    }
    
    .tb-hcharts-arrowitem:first-child {
        margin-top: 0;
}

.tb-hcharts-arrowitem:before {
    position: absolute;
    z-index: 3;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 42px 0 42px 30px;
    left: 0;
    border-color: transparent transparent transparent #FFF;
}

.tb-hcharts-arrowitem:after {
    content: '';
    position: absolute;
    z-index: 4;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #998242;
        bottom: -20px;
}

.tb-hcharts-arrowitem:last-child:after {
    border: none;
}

@media only screen and (min-width: 767px) {
    .tb-hcharts-boxitem {
        max-width: 175px;
    }
}

@media only screen and (min-width: 1024px) {
    .tb-hcharts-boxitem {
        width: 12.5%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .tb-hcharts-arrow {
        flex-direction: row;
        margin-left: -10px;
    }

    .tb-hcharts-arrowitem {
        padding-left: 40px;
        margin: 0 10px;
    }

    .tb-hcharts-arrowitem:before,
    .tb-hcharts-arrowitem:after {
        content: '';
    }
.tb-hcharts-arrowitem:after,
.tb-hcharts-arrowitem:last-child:after {
    top: 0;
    border-style: solid;
    border-width: 42px 0 42px 30px;
    right: -30px;
    border-color: transparent transparent transparent #998242;
}

.tb-hcharts-arrowitem:last-child {
    margin-right: 30px;
}
}