#thesis-main-outer article a {
    color: #000;
    text-decoration: underline
}

#thesis-main-outer ol,
#thesis-main-outer p,
#thesis-main-outer ul {
    font-size: 1.125rem;
    line-height: 2
}

#thesis-main-outer .notation-separator,
#thesis-main-outer .notation-seperator {
    background-color: #cfddd2;
    height: 4px;
    margin-bottom: 15px;
    width: 42px
}

#thesis-main-outer .ol-bullet {
    border: 1px solid var(--cs-orange);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    height: 48px;
    justify-content: center;
    line-height: 2;
    margin-top: 5px;
    text-align: center;
    width: 48px
}

#thesis-main-outer article .ol-table th {
    width: 60px !important
}

.key-highlights {
    background-color: var(--cs-mint-20) !important;
    border-radius: 10px
}

.sources {
    background-color: var(--cs-almost-black-1) !important;
    border-radius: 10px
}

.key-highlights .h3,
.sources .h3 {
    color: var(--bs-teal) !important
}

#thesis-hero-outer .th-main-head {
    margin-bottom: 3rem
}

#outlook-disclaimer-wrapper p {
    color: var(--cs-almost-black-6);
    font-size: .75rem
}

@media (min-width:1025px) {
    #thesis-left-nav-outer,
    #thesis-right {
        align-self: flex-start;
        position: sticky;
        position: -webkit-sticky;
        top: 130px
    }
}

@media (max-width:1024px) {
    #thesis-left-nav,
    #thesis-left-nav-outer,
    #thesis-right {
        width: 100% !important
    }
    #thesis-main-outer>article .col-12,
    #thesis-main-outer>article .container-fluid {
        padding: 0
    }
}