.tile {
    font-size: 0;
}
.tile .cell {
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    height: 198px;
    margin-bottom: 19px;
    margin-left: 20px;
    box-sizing: border-box;
    padding: 25px 24px;
    position: relative;
    border-radius: 2px;
    font: 14px/26px Arial;
}
.tile .cell .title {
    color: #3c3e40;
    font-size: 18px;
    font-weight: bold;
    transition: color 0.2s ease 0s;
}
.tile .cell .links {
    position: absolute;
    bottom: 26px;
    left: 24px;
}
.tile .cell .links a,
.tile .cell .links span {
    border-bottom: 1px solid #bad1e7;
    padding-bottom: 2px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 2px;
}
.tile .cell .links a:hover,
.tile .cell .links span:hover {
    text-decoration: none;
    border: none;
    padding-bottom: 3px;
}
.tile .cell .links a:first-child,
.tile .cell .links span:first-child {
    margin-top: 0;
}
.tile .cell .links a:hover {
    text-decoration: none;
    border: none;
    padding-bottom: 2px;
}
.tile .cell .desc {
    color: #3189da;
    font: 14px/26px Arial;
    position: absolute;
    bottom: 26px;
    left: 24px;
}
.tile .hover-black {
    transition: background-color 0.2s ease 0s;
    -webkit-transition: background-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s;
}
.tile .cell.hover-black:hover {
    background-color: #3c3e40;
    color: #fff;
}
.tile .hover-black:hover .title,
.tile .hover-black:hover .desc {
    color: #fff;
}
.tile .links a {
    border-bottom: 1px solid #bad1e7;
    padding-bottom: 1px;
    text-decoration: none;
}
.tile .links a:hover {
    text-decoration: none;
    border: none;
    padding-bottom: 2px;
}
.tile .tabs {
    font-size: 0;
    position: absolute;
    bottom: 30px;
}
.tile .tabs > a,
.tile .tabs > span {
    font: 13px/32px Arial;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.5px;
    position: relative;
    color: #fff;
    text-decoration: none;
    margin: 0 13px;
}
.tile .tabs > a:hover,
.tile .tabs > span:hover {
    text-decoration: none;
}
.tile .tabs > a:after,
.tile .tabs > span:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 7px;
    left: 0;
    height: 1px;
    background-color: #6fade5;
}
.tile .tabs > a:hover {
    background-color: #3d3e40;
    margin: 0;
    letter-spacing: 0.5px;
    color: #fff;
    border-bottom: none;
    height: 32px;
    box-sizing: border-box;
    padding: 0 13px;
    border-radius: 4px;
}
.tile .tabs > a:hover:after {
    display: none;
}

.esgMainBlock .cell {
    width: 229px;
}

.esgMainBlock .cell.c1,
.esgMainBlock .cell.c4,
.esgMainBlock .cell.c7 {
    margin-left: 0;
}

.esgMainBlock .cell.c2,
.esgMainBlock .cell.c5,
.esgMainBlock .cell.c8 {
    margin-left: 21px;
}

.esgMainBlock .cell.c3,
.esgMainBlock .cell.c6,
.esgMainBlock .cell.c9 {
    margin-left: 20px;
}

.esgMainBlock .cell.c1,
.esgMainBlock .cell.c2,
.esgMainBlock .cell.c3,
.esgMainBlock .cell.c5,
.esgMainBlock .cell.c6,
.esgMainBlock .cell.c9 {
    background: #f6f5ea;
}

.esgMainBlock .cell.c4,
.esgMainBlock .cell.c7,
.esgMainBlock .cell.c8 {
    background: #edf6ff;
}

.tableRowBlue {
    background: #edf6ff;
    padding: 14px 8px 14px 8px !important;
}
.tableRowWhite {
    background: #ffffff;
    padding: 14px 8px 14px 8px !important;
}

.esgTotalMarker::before {
    width: 16px;
    height: 24px;
    background: transparent url("/esg/esg_main/esgTotalMarker.png") center center;
}
.esgTotalMarkerUp::before {
    width: 16.5px;
    height: 22px;
    background: transparent url("/esg/esg_main/esgTotalMarkerUp.png") center center;
}
.esgTotalMarkerDown::before {
    width: 16.5px;
    height: 22px;
    background: transparent url("/esg/esg_main/esgTotalMarkerDown.png") center center;
}
.esgTotal span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;    
    background-size: contain;
}
.esgTotal span {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    padding-left: 24px;
}

.esgGoalMarker::before {
    width: 16px;
    height: 14px;
    background: transparent url("/esg/esg_goals/esgGoalMarker.png") center center;
}
.esgGoal span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    left: 0;    
    background-size: contain;
}
.esgGoal span {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    padding-left: 24px;
}