


#ESG-focus {
    position:relative;
}

#pageContent #ESG-focus ul li:before{
    font-size: 30px;
    transform: translateY(10px);
    line-height: 0;
    margin-left: 0;
}

#ESG-focus h5{
    color:#172962;
    font-size:0.9em;
    display:block;
}

#ESG-focus .ESG-table h5{
    margin-top:1em;
    margin-left: -1em;
}

.ESG-table {
    margin-left: 20px;
    border-left: 1px solid #172962;
}

.ESG-table:before{
    content: ' ';
    width: 0;
    height: 0;
    font-size: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 15px solid #172962;
    display: inline-block;
    position:absolute;
    top: -2px;
    left: 15px;
}

.ESG-table h5:before{
    content: ' ';
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 15px solid #172962;
    margin-right: 5px;
    display: inline-block;
}

#ESG-focus .ESG-table ul{
   columns: 2;
   margin-left: -1.67em;
}

.ESG-table div{
    overflow:auto;
    padding: 0 1em;
   width:100%;
}

#ESG-focus .ESG-Environmental:before{
    color:#50af47;
}

#ESG-focus .ESG-Social:before{
    color:#00b1eb;
}
#ESG-focus .ESG-Governance:before{
    color:#5a328a;
}

#ESG-focus .ESG-Harm:before{
    color:#e72582;
}

.ESG-Highest{
    background-color: #e6e0ee;
}
.ESG-Higher{
    background-color: #eeeaf3;
}
.ESG-High{
    background-color: #f6f4f9;
}

.ESG-Key h5, .ESG-Key li{
    float:left;
    margin-right: 2em;
}

.ESG-Key{
    margin-top: 1em;
}

.ESG-Key ul{
   columns: 2;
}

#ESG-focus .axisY{
    font-size: 1em;
    position: absolute;
    left: -240px;
    bottom: 50%;
    color: #172962;
    font-family: Arial, Helvetica, Sans-serif;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#ESG-focus .label-bottom, #ESG-focus .label-middle  {
    margin-right:20px;
}

#ESG-focus .label-bottom, #ESG-focus .label-top {
    font-weight: bold;
}



