    /* 15 May 2023 - 2:20 PM*/
    
    .rich-text li a:not(.btn),
    .rich-text p a:not(.btn) {
        font-weight: bold
    }
    .rich-text .scWebEditInput>h2:not(:first-child),
    .rich-text>h2:not(:first-child) {
        margin-top: 30px;
    }
    .rich-text .scWebEditInput>h2::before,
    .rich-text>h2::before,
    .related-links__link a::before {
        display: none;
    }
    .container__col--30 .promo .promo__title,
    .container__col--50 .promo .promo__title,
    .container__col--70 .promo .promo__title,
    .multi-promo .promo .promo__title,
    .promo__title,
    .connect-promo h3 {
        color: #53565a;
        font-size: 24px;
        line-height: 28px;
        border-bottom: none;
        padding-bottom: 0px;
        font-weight: 400;
        margin: 0
    }
    .container__col--30 .promo,
    .container__col--50 .promo,
    .container__col--70 .promo,
    .multi-promo .promo,
    .promo,
    .connect-promo {
        padding: 30px;
        background-color: #fff;
        border: 1.5px solid #d0d0ce;
        box-shadow: 0 12px 10px rgba(0, 0, 0, .2);
        margin-bottom: 30px
    }
    .connect-promo {
        margin-left: 0px;
    }
    .connect-promo a {
        font-size: 18px
    }
    ol.breadcrumb__list li.breadcrumb__item:first-child,
    ol.breadcrumb__list li.breadcrumb__item:last-child,
    ol.breadcrumb__list li.breadcrumb__item:nth-child(3) span.breadcrumb__separator,
    .page-banner__eyebrow.eyebrow,
    .page-metadata::after,
    .section-header__title::before {
        display: none;
    }
    .bento-tile__text {
        border-left: none;
        padding-left: 0px;
    }
    .container + .container {
        margin-top: 30px
    }
    .section-header__title {
        padding-left: 0px;
    }
    .callout {
        padding: 15px 30px;
        background: #f2f2f2;
        border-left: 4px solid #FFC600;
    }
    .callout p {
        margin: 0px
    }
    .callout p.quote {
        font-size: 24px;
        line-height: 32px;
    }
    .callout p.attribute {
        font-size: 16px;
        line-height: 18px;
        margin: 10px 0px 0px;
    }
    p.quote::before {
        content: '“';
        margin-right: 10px;
    }
    p.quote::after {
        content: '”';
        margin-left: 0px;
    }
    p.quote::before {
        display: inline-block;
        font-size: 45px;
        font-weight: 600;
        width: 15px;
        height: 15px;
        color: #FFC600;
        margin-top: 5px;
    }
    @media (min-width: 780px) {
        .rich-text .scWebEditInput>h2,
        .rich-text>h2,
        .section-header__title {
            font-size: 32px;
            line-height: 32px;
            font-weight: 500;
        }
        .page-banner__title {
            font-size: 38px;
        }
    }
    @media (min-width: 680px) {
        .page-banner__caption {
            margin: 30px auto;
        }
    }
