.BoxBlueMediumText {
    color: #005a73 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: left !important;
    padding: unset !important;
}

.RichTextContentNarrow {
    padding: 24px 15px 15px 0px;
}

.RichTextContentNarrow ul {
    padding-left: 40px;
}

.RichTextContentNarrow p a,
.RichTextContentNarrow ul li a {
    color: #005a73 !important;
    text-decoration: none;
    font-weight: bold;
}

.RichTextContentNarrow p a:hover,
.RichTextContentNarrow ul li a:hover {
    text-decoration: underline !important;
}

.RichTextContentNarrow p img {
    float: none;
    margin-bottom: unset;
}

.dynamic-content .RichTextContentNarrow p a span {
    text-decoration: none;
}

.side-nav.side-panel {
    padding-top: 0;
}

.side-nav.side-panel li {
    padding: 15px 30px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 900;
    margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.side-nav.side-panel a {
    display: flex;
}

side-nav.side-panel a:focus {
    outline: 1px solid #005a73;
    padding: 2px;
    text-shadow: none;
    border-radius: 3px;
}

.side-nav.side-panel li:hover,
.side-nav.side-panel li.active {
    background-color: #f7f4e5;
}

.side-nav.side-panel .side-heading {
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fdb728;
    color: #424242;
    cursor: default;
}

.side-nav.side-panel .side-heading:hover {
    background-color: #fdb728;
}
.side-nav.side-panel .side-heading:active {
    background-color: #ec9f00;
}