.waste-hierarchy td {
    text-align: center;
    font-weight: bold;
    font-size: 2.5em;
    border: none;
}
ul.appendix2 {
    padding: 0;
    margin: 0;
}
ul.appendix2 li {
    list-style: none;
}
td > ul {
    padding: 0;
}

ul li h4 {
    font-size: 1em;
}

.policy {
    background: #287cb31A;
    padding: 2em;
    border-radius: 2em;
}

.policy > .table {
    background: #fff;
}

.id-navigation p {
    color: #fff;
}

/* HIGHLIGHT */

.highlight {
    display: block;
    overflow: hidden;
    padding: 2em;
    margin: 4em 0;
    background-color: #EEE;
}

.dark-mode .highlight {
    background-color: #111;
}

.highlight>*:first-child {
    margin-top: 0 !important;
}

.highlight>*:last-child {
    margin-bottom: 0 !important;
}

/* AMBITION HIGHLIGHTS */

.highlight.financially-secure,
.highlight.healthy-and-well,
.highlight.connected-to-jobs,
.highlight.part-of-strong-communities,
.highlight.targeting-support {
    padding-left: 10em;
    position: relative;
}

.highlight.financially-secure.h3,
.highlight.healthy-and-well.h3,
.highlight.connected-to-jobs.h3,
.highlight.part-of-strong-communities.h3,
.highlight.targeting-support.h3 {
    padding-left: 8em;
}

.highlight.financially-secure::before,
.highlight.healthy-and-well::before,
.highlight.connected-to-jobs::before,
.highlight.part-of-strong-communities::before,
.highlight.targeting-support::before {
    content: '';
    font-size: 3em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    position: absolute;
    top: 0.666em;
    left: 0.666em;
    display: block;
    overflow: hidden;
    background-color: #FFF;
    color: #000;
    border-radius: 50%;
    font-family: 'FontAwesome';
    font-weight: 300;
    text-align: center;
}

.highlight.financially-secure.h3::before,
.highlight.healthy-and-well.h3::before,
.highlight.connected-to-jobs.h3::before,
.highlight.part-of-strong-communities.h3::before,
.highlight.targeting-support.h3::before {
    font-size: 2em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    top: 50%;
    left: 1em;
    transform: translate(0,-50%);
}

#section-appendix .highlight.h3::before,
.highlight.targeting-support.h3::before {
    transform: none;
    top: 1em;
}

.highlight.financially-secure::before {
    content: '\f0e9';
    color: #2eb0c5;
}

.highlight.healthy-and-well::before {
    content: '\f809';
    color: #7e5fa8;
}

.highlight.connected-to-jobs::before {
    content: '\f2c1';
    color: #cc4a9b;
}

.highlight.part-of-strong-communities::before {
    content: '\f0c0';
    color: #f68c37;
}

.highlight.targeting-support::before {
    content: '\f52c';
    color: #efbc2f;
}


.highlight.financially-secure,
.dark-mode .highlight.financially-secure {
    background-color: #2eb0c5;
}

.highlight.financially-secure *,
.dark-mode .highlight.financially-secure * {
    color: #000
}

.highlight.healthy-and-well,
.dark-mode .highlight.healthy-and-well {
    background-color: #7e5fa8;
}

.highlight.healthy-and-well *,
.dark-mode .highlight.healthy-and-well * {
    color: #FFF;
}

.highlight.connected-to-jobs,
.dark-mode .highlight.connected-to-jobs {
    background-color: #cc4a9b;
}

.highlight.connected-to-jobs *,
.dark-mode .highlight.connected-to-jobs * {
    color: #000;
}

.highlight.part-of-strong-communities,
.dark-mode .highlight.part-of-strong-communities {
    background-color: #f68c37;
}

.highlight.part-of-strong-communities *,
.dark-mode .highlight.part-of-strong-communities * {
    color: #000;
}

.highlight.targeting-support,
.dark-mode .highlight.targeting-support {
    background-color: #efbc2f;
}

.highlight.targeting-support *,
.dark-mode .highlight.targeting-support * {
    color: #000;
}

.highlight.h3 h3 span {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
}
/*
section > .table {
    max-width: 1330px;
}
.table.overflowing .scrollpane {
    width: 1310px;
}
*/