﻿p.topics {
    margin-bottom: 32px;
}
.topics span {
    padding-left: 0.25em;
    padding-right: 0.25em;
}

    .topics span.BI {
        border-bottom: 2px dashed #63B3CD;
        padding-bottom: 4px;
        margin-left: 0.5em;
        margin-right: 0.5em;

    }
        .topics span.BI:before {
            content: 'IMPROVE: ';
            font-weight: bold;
            font-size: 10pt;
        }
    .topics span.TS {
        border-bottom: 2px dashed #C78E92;
        padding-bottom: 4px;
        margin-left: 1em;
        margin-right: 1em;
    }
        .topics span.TS:before {
            content: 'TRANSFORM: ';
            font-weight: bold;
            font-size: 10pt;
        }
    .topics span.S {
        border-bottom: 2px dashed #9BB5A4;
        padding-bottom: 4px;
        margin-left: 1em;
        margin-right: 1em;
    }
.topics .topic {
    white-space: nowrap;
}
.topics span.S:before {
    content: 'ADAPT:\00a0';
    font-weight: bold;
    font-size: 10pt;
}
    .topics .topic:before {
        content: "\00a0";
        width: 1em;
        height: 1em;
        display: inline-block;
        margin-right: 0.5em;
        position: relative;
        background-color: #ccc;
        color: #fff;
        font-family: sans-serif;
        text-align: center;
        top: 0.5rem;
    }

    .topics .risks:before {
        background-color: #FFC5AE;
    }

    .topics .strategy:before {
        background-color: #317F98
    }
    .topics .plans:before {
        background-color: #80BF99
    }
    .topics .processes:before {
        background-color: #E0F0F5
    }
    .topics .capabilities:before {
        background-color: #AEE9DE
    }
    .topics .options:before {
        background-color: #5E697F
    }
    .topics .solutions:before {
        background-color: #DEAF00
    }
    .topics .transformation:before {
        background-color: #F5DCDD
    }

    .topics .resilience:before {
        background-color: #C78E92
    }

    .topics .closing:before {
        background-color: #B1D9E6
    }
    .topics .carbon:before {
        background-color: #9BB5A4
    }
    .topics .sustainability:before {
        background-color: #FFE47F
    }

