@import url("tableStriping.css");

:root {
    --nav-offset: 0px;
    --sidebar-inline-size: clamp(19.5rem, 24vw, 21rem);
    --sidebar-menu-gutter: 1rem;
    --animation-duration: .42s;
    --animation-ease: cubic-bezier(.22, 1, .36, 1);
}

html,
body {
    overflow-x: clip;
    font-family: "locator-web", sans-serif;
}

tr td:first-child {
    font-weight: 600;
}

.mailston {
    font-family: 'mailstonregular';
}

h1 .mailston {
    font-size: inherit;
}

.bold-blue {
    color: #0579b8;
    font-weight: 700;
}

.btn-outline-primary {
    color: #0579b8;
    border-color: #0579b8;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    background-color: #0579b8 !important;
    border-color: #0579b8 !important;
}

.content .previous.btn,
.content .next.btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}

.content .btn-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 1rem;
    height: 1rem;
}

.content .btn-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

.marketing-illustrations-title {
    font-size: 1.75rem;
}

.marketing-illustration-card {
    border-radius: .5rem;
    overflow: hidden;
}

.marketing-illustration-card .card-img-top {
    height: clamp(10rem, 18vw, 12.5rem);
}

.marketing-illustration-card .card-body {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

.marketing-illustration-card .card-text {
    margin-bottom: 1rem;
}

.marketing-illustration-card .btn {
    align-self: flex-start;
    margin-top: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand,
.btn-toggle,
.sidebar .fs-3,
.section-title p,
th {
    font-family: "bebas-neue-pro-expanded", sans-serif;
}

h1 {
    font-weight: bold;
    color: #0579b8;
}

h2 {
    font-weight: bold !important;
    color: #0579b8;
}

* {
    font-size: large;
}

a {
    color: #0579b8;
}

a:hover {
    color: #023E5F;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 2000;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    box-sizing: border-box;
    padding: .625rem 1rem;
    color: #fff;
    font-family: "locator-web", sans-serif;
    font-size: 1rem !important;
    font-weight: 700;
    line-height: 1.25;
    text-decoration: underline;
    background-color: #303030;
    border: 3px solid #2daadf;
    border-radius: .25rem;
    box-shadow: 0 0 0 2px #fff, 0 .25rem .75rem rgba(0, 0, 0, .35);
}

.skip-link:hover,
.skip-link:focus,
.skip-link:focus-visible {
    color: #fff;
}

.skip-link:focus,
.skip-link:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 2px;
}

.skip-link:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

#tableOfContents .btn-toggle-nav a.toc-current {
    background-color: #2daadf;
}

#tableOfContents .btn-toggle-nav a.toc-current::before {
    content: "›";
    margin-right: 0.35rem;
}

.sidebar {
    background-color: #333333;
}

.page-shell {
    padding-top: 0;
}

.page-shell>.row {
    align-items: flex-start;
    flex-wrap: nowrap;
}

.sidebar {
    position: sticky;
    top: var(--nav-offset);
    flex: 0 1 var(--sidebar-inline-size);
    width: var(--sidebar-inline-size);
    height: calc(100vh - var(--nav-offset));
    height: calc(100dvh - var(--nav-offset));
    max-height: calc(100vh - var(--nav-offset));
    z-index: 1020;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: flex-basis var(--animation-duration) var(--animation-ease), width var(--animation-duration) var(--animation-ease), max-width var(--animation-duration) var(--animation-ease), height var(--animation-duration) var(--animation-ease), max-height var(--animation-duration) var(--animation-ease), padding var(--animation-duration) var(--animation-ease), opacity .28s ease, transform var(--animation-duration) var(--animation-ease), visibility 0s linear;
}

.main-content {
    margin-left: 0;
    min-width: 0;
}

.hero-image {
    width: 100%;
    height: clamp(180px, calc(35vh - var(--nav-offset)), 360px);
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
}

.navbar-brand {
    min-width: 0;
    white-space: normal;
}

.navbar-title-group {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
    flex: 1 1 auto;
}

.navbar-title-group .navbar-brand {
    margin-right: 0;
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #0E192D;
}

.sidebar-menu-button {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .65);
    border-radius: 4px;
}

.sidebar-menu-button:hover,
.sidebar-menu-button:focus {
    background-color: rgba(255, 255, 255, .12);
    border-color: #fff;
}

.sidebar-menu-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.sidebar-menu-icon,
.sidebar-menu-icon::before,
.sidebar-menu-icon::after {
    width: 1.35rem;
    height: 2px;
    display: block;
    background-color: currentColor;
    border-radius: 999px;
}

.sidebar-menu-icon {
    position: relative;
}

.sidebar-menu-icon::before,
.sidebar-menu-icon::after {
    position: absolute;
    left: 0;
    content: "";
}

.sidebar-menu-icon::before {
    transform: translateY(-.45rem);
}

.sidebar-menu-icon::after {
    transform: translateY(.45rem);
}

body.sidebar-collapsed .sidebar {
    flex-basis: 0;
    width: 0;
    max-width: 0;
    height: 0;
    max-height: 0;
    padding: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-1.5rem);
    visibility: hidden;
    transition-delay: 0s, 0s, 0s, 0s, 0s, 0s, 0s, 0s, var(--animation-duration);
}

.navbar img {
    width: 280px;
    max-width: 280px;
    height: auto;
}

.btn-toggle::before {
    position: relative;
    z-index: 1;
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    flex-shrink: 0;
}

.btn-toggle {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    width: calc(100% + (var(--sidebar-menu-gutter) * 2)) !important;
    margin-inline: calc(var(--sidebar-menu-gutter) * -1);
    padding-inline: calc(var(--sidebar-menu-gutter) + .75rem);
}

.btn-toggle::after {
    position: absolute;
    inset: .18rem 0;
    z-index: -1;
    content: "";
    background-color: rgba(255, 255, 255, .12);
    border-radius: 4px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-.15rem);
    transition: opacity .2s ease, transform .2s ease;
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}


.sidebar .collapsing {
    transition: height var(--animation-duration) var(--animation-ease), visibility var(--animation-duration) var(--animation-ease);
}

.content .accordion-collapse.collapsing {
    transition: height var(--animation-duration) var(--animation-ease), visibility var(--animation-duration) var(--animation-ease);
}

.content .accordion-button:not(.collapsed) {
    background-color: var(--bs-accordion-btn-bg);
    box-shadow: none;
    color: var(--bs-accordion-btn-color);
}

.content .accordion-body {
    border-top: 1px solid var(--bs-accordion-border-color);
}

.btn-toggle-nav {
    margin-inline: calc(var(--sidebar-menu-gutter) * -1);
    padding-left: 0;
}

.btn-toggle-nav a {
    width: 100%;
    padding: .25rem var(--sidebar-menu-gutter) .25rem calc(var(--sidebar-menu-gutter) + 2.75rem);
}

.sidebar>ul>li {
    max-height: 36rem;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0);
    transition: max-height var(--animation-duration) var(--animation-ease), margin var(--animation-duration) var(--animation-ease), opacity .24s ease, transform var(--animation-duration) var(--animation-ease);
}

.sidebar>ul>li.toc-section-hidden {
    max-height: 0;
    margin-bottom: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-.65rem);
}

.toc-mobile-toggle {
    display: none;
}

.toc-search-label {
    display: block;
    margin-bottom: .35rem;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
}

#tocSearchCount {
    color: rgba(255, 255, 255, .6) !important;
}

.toc-search input {
    border-radius: 4px;
}

.toc-search input:focus {
    border-color: #ffffff;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.2);
}

.toc-search-results {
    display: grid;
    gap: .5rem;
    margin-top: .75rem;
    max-height: min(28rem, 52vh);
    overflow-y: auto;
    padding-right: .15rem;
    scrollbar-color: rgba(255, 255, 255, .42) rgba(255, 255, 255, .08);
}

.toc-search-results[hidden] {
    display: none;
}

.toc-search-results-empty {
    max-height: none;
    overflow: visible;
    padding-right: 0;
}

.toc-search-result-item {
    min-width: 0;
}

.toc-search-result {
    display: grid;
    gap: .15rem;
    min-width: 0;
    min-height: 2.75rem;
    padding: .55rem .6rem;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
}

.toc-search-result:hover,
.toc-search-result:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .32);
}

.toc-search-result:focus {
    outline: 3px solid #ffffff;
    outline-offset: -3px;
    box-shadow: none;
}

.toc-search-result:focus:not(:focus-visible) {
    outline: none;
}

.toc-search-result-title {
    color: #ffffff;
    font-size: .93rem;
    font-weight: 700;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.toc-search-result-title-divider {
    width: 100%;
    height: 0;
    margin: .04rem 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .28);
    opacity: 1;
}

.toc-search-result-meta {
    display: flex;
    flex-wrap: wrap;
    gap: .28rem .4rem;
    align-items: center;
    min-width: 0;
}

.toc-search-result-path {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1 1 100%;
    color: rgba(255, 255, 255, .82);
    line-height: 1.25;
}

.toc-search-result-path-part {
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

.toc-search-result-path-divider {
    width: 100%;
    height: 0;
    margin: .22rem 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .14);
    opacity: 1;
}

.toc-search-result-path-level-1 {
    color: rgba(255, 255, 255, .66);
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .025em;
    text-transform: uppercase;
}

.toc-search-result-path-level-2 {
    color: rgba(255, 255, 255, .88);
    font-size: .78rem;
    font-weight: 600;
}

.toc-search-result-path-level-3 {
    color: rgba(255, 255, 255, .72);
    font-size: .74rem;
    font-weight: 500;
}

.toc-search-result-category,
.toc-search-result-heading {
    color: rgba(255, 255, 255, .7);
    font-size: .78rem;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.toc-search-result-heading::before {
    content: "/";
    margin-right: .45rem;
    color: rgba(255, 255, 255, .38);
}

.toc-search-result-type,
.toc-search-result-current,
.toc-search-result-match-note {
    padding: .08rem .28rem;
    color: rgba(255, 255, 255, .86);
    font-size: .66rem;
    line-height: 1.15;
    letter-spacing: 0;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 3px;
}

.toc-search-result-current {
    color: #ffffff;
    background-color: rgba(45, 170, 223, .3);
    border-color: rgba(45, 170, 223, .75);
}

.toc-search-result-match-note {
    color: #1d3557;
    background-color: #f7d86d;
    border-color: rgba(247, 216, 109, .9);
}

.toc-search-result-snippet {
    display: -webkit-box;
    overflow: hidden;
    color: rgba(255, 255, 255, .9);
    font-size: .84rem;
    font-weight: 400;
    line-height: 1.35;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.toc-search-highlight {
    padding: 0 .08em;
    color: #1d3557;
    background-color: #f7d86d;
    border-radius: 2px;
}

.toc-search-state {
    display: grid;
    gap: .18rem;
    padding: .65rem .7rem;
    color: #ffffff;
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 4px;
}

.toc-search-state-title {
    font-weight: 700;
    line-height: 1.25;
}

.toc-search-state-text {
    color: rgba(255, 255, 255, .76);
    font-size: .84rem;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.advisor-search-target {
    outline: 3px solid rgba(10, 107, 162, .45);
    outline-offset: 3px;
    scroll-margin-top: calc(var(--nav-offset) + var(--advisor-search-header-offset, 0px) + 1.5rem);
}

tr.advisor-search-target>th,
tr.advisor-search-target>td {
    background-color: rgba(10, 107, 162, .12) !important;
}

.section-title {
    background-color: #0579b8;
    border-bottom: 1px solid #ddd;
}

.section-title .row {
    --bs-gutter-x: 0;
}

.section-title p {
    flex: 1 1 auto;
    width: auto;
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: 1.15;
}

.content {
    width: 95%;
    margin: 0 auto;
}

.content .table-scroll {
    width: 100%;
    max-width: 100%;
}

.content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.content table th,
.content table td {
    overflow-wrap: anywhere;
    vertical-align: middle;
}

/* Add native table-header semantics without changing the legacy cell typography. */
.content table thead th.table-header-visual-match {
    font-family: inherit;
    font-weight: inherit;
    text-align: inherit;
}

.content table tbody th.table-row-header-visual-match {
    font-family: inherit;
    font-weight: 600;
    text-align: inherit;
}

.content table [id] {
    scroll-margin-top: calc(var(--nav-offset) + 4.5rem);
}

.content table thead th {
    position: sticky;
    top: var(--nav-offset);
    z-index: 1021;
    background-color: #0579b8;
    color: #fff;
    vertical-align: middle;
}

.content table thead td {
    position: sticky;
    top: var(--nav-offset);
    z-index: 1021;
    background-color: #0579b8;
    color: #fff;
    vertical-align: middle;
}

.content .dropdown {
    max-width: 100%;
    position: relative;
    z-index: 1022;
}

.content .dropdown .dropdown-toggle {
    max-width: 100%;
    white-space: normal;
}

.content .dropdown-menu {
    display: block;
    max-height: 18rem;
    opacity: 0;
    overflow-y: auto;
    translate: 0 -.75rem;
    transition: opacity .24s ease, translate var(--animation-duration) var(--animation-ease), visibility 0s linear .24s;
    visibility: hidden;
    z-index: 1025;
}

.dropdown-item {
    overflow-wrap: anywhere;
    white-space: normal;
}

.content .dropdown-menu.show {
    opacity: 1;
    translate: 0 0;
    transition-delay: 0s;
    visibility: visible;
}

.card-img-overlay {
    background-color: #0579b8;
    opacity: 40%;
}

.sidebar-menu-button,
.btn-toggle,
.btn-toggle-nav a,
.content .btn,
.content .accordion-button,
.dropdown-item {
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.btn-toggle:focus-visible,
.btn-toggle-nav a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: -2px;
    box-shadow: none;
}

.btn-toggle:focus-visible {
    background-color: transparent;
}

.btn-toggle:focus-visible::after {
    opacity: 1;
    transform: translateX(0);
}

@media (hover: hover) and (pointer: fine) {

    .sidebar-menu-button:hover,
    .sidebar-menu-button:focus-visible {
        transform: translateY(-1px);
    }

    .btn-toggle:hover,
    .btn-toggle:focus-visible {
        background-color: transparent;
    }

    .btn-toggle:hover::after,
    .btn-toggle:focus-visible::after {
        opacity: 1;
        transform: translateX(0);
    }

    .btn-toggle-nav a:hover,
    .btn-toggle-nav a:focus-visible {
        background-color: rgba(255, 255, 255, .12);
    }

    /*.content .btn:hover,
    .content .btn:focus-visible {
        transform: translateY(-2px);
    }*/

    .content .accordion-button:hover,
    .content .accordion-button:focus {
        background-color: #0579b8 !important;
        border-color: #0579b8 !important;
        color: #fff !important;
    }

    .content .accordion-button:hover::after,
    .content .accordion-button:focus::after {
        filter: brightness(0) invert(1);
    }

    .dropdown-item:hover,
    .dropdown-item:focus-visible {
        background-color: rgba(5, 121, 184, .1);
        color: #0E192D;
    }

}

@media (prefers-reduced-motion: reduce) {
    :root {
        --animation-duration: .01ms;
    }

    .sidebar {
        --animation-duration: .42s;
    }
}

@media (max-width: 767.98px) {
    .navbar {
        position: static;
    }

    .page-shell {
        padding-top: 0;
    }

    .page-shell>.row {
        flex-wrap: wrap;
    }


    .sidebar {
        position: static;
        flex-basis: 100%;
        width: 100%;
        height: auto;
        max-height: none;
    }

    body.sidebar-collapsed .sidebar {
        flex-basis: 0;
        height: 0;
        max-height: 0;
    }

    .main-content {
        flex-basis: 100%;
        margin-left: 0;
        width: 100%;
    }

    .hero-image {
        height: auto;
        min-height: 240px;
    }

    .content table thead th {
        position: static;
    }

    .navbar .container-fluid {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .navbar-title-group {
        width: 100%;
        align-items: flex-start;
    }

    .navbar img {
        width: min(180px, 58vw);
        margin-right: 0 !important;
    }

    .navbar-brand {
        flex: 1 1 auto;
        font-size: 1rem;
        line-height: 1.1;
    }

    .sidebar {
        max-width: 100%;
    }

    .toc-search-results {
        max-height: none;
        overflow-y: visible;
        padding-right: 0;
    }

    .toc-search-result {
        min-height: 2.9rem;
        padding: .65rem .7rem;
    }

    .btn-toggle,
    .btn-toggle-nav a {
        min-height: 2.75rem;
    }

    .btn-toggle-nav a {
        align-items: center;
    }

    .section-title p {
        margin-left: 0 !important;
        padding-inline: 1rem;
        width: 100%;
    }

    .content {
        width: 100%;
        padding-inline: .75rem;
    }

    .content .dropdown-menu {
        width: 100%;
        min-width: 0;
        max-width: calc(100vw - 1.5rem);
    }

    .content .table-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .content table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        table-layout: auto;
        font-size: .875rem;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .content table thead,
    .content table tbody {
        display: table;
        width: max(100%, 38rem);
        table-layout: fixed;
    }

    .content table th,
    .content table td {
        overflow-wrap: anywhere;
        white-space: normal;
        padding: .5rem;
    }

    .content table [id] {
        scroll-margin-top: 1rem;
    }

    .content .table-scroll table {
        display: table;
        width: max-content;
        min-width: 100%;
        max-width: none;
        overflow: visible;
        table-layout: auto;
        white-space: normal;
    }

    .content .table-scroll table thead {
        display: table-header-group;
        width: auto;
        table-layout: auto;
    }

    .content .table-scroll table tbody {
        display: table-row-group;
        width: auto;
        table-layout: auto;
    }

    .content .table-scroll table tr {
        display: table-row;
    }

    .content .table-scroll table th,
    .content .table-scroll table td {
        max-width: min(24rem, 72vw);
    }
}

@media (max-width: 575.98px) {
    .navbar {
        padding-block: 1rem !important;
    }

    .sidebar-menu-button {
        width: 2.75rem;
        height: 2.75rem;
    }

    .section-title p {
        font-size: 1.1rem !important;
    }

    .content {
        padding-inline: .5rem;
    }
}

/* PINNED LINKS IN THE TABLE OF CONTENTS */

#tableOfContents .toc-pinned-shell[hidden] {
    display: none !important;
}

#tableOfContents .toc-pinned-shell {
    padding-bottom: .35rem;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

#tableOfContents .toc-pinned-toggle,
#tableOfContents .toc-pinned-shell>.btn-toggle {
    margin-bottom: .15rem;
}

#tableOfContents .toc-pinned-heading {
    min-width: 0;
}

#tableOfContents .toc-pinned-count {
    min-width: 1.55rem;
    margin-left: auto;
    padding: .08rem .38rem;
    color: rgba(255, 255, 255, .92);
    font-family: "locator-web", sans-serif;
    font-size: .72rem;
    line-height: 1.25;
    text-align: center;
    background-color: rgba(255, 255, 255, .14);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
}

#tableOfContents .toc-pinned-list {
    max-height: min(17rem, 40vh);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: rgba(255, 255, 255, .42) rgba(255, 255, 255, .08);
}

#tableOfContents .toc-page-row,
#tableOfContents .toc-pinned-item {
    position: relative;
    min-width: 0;
}

#tableOfContents .toc-page-row>.toc-page-link,
#tableOfContents .toc-pinned-item>.toc-pinned-link {
    padding-right: 3.2rem;
}

#tableOfContents .toc-pinned-link {
    display: flex;
    min-height: 2.75rem;
    flex-direction: column;
    justify-content: center;
    gap: .08rem;
    color: #fff;
}

#tableOfContents .toc-pinned-link:hover,
#tableOfContents .toc-pinned-link:focus-visible {
    color: #fff;
    background-color: rgba(255, 255, 255, .12);
}

#tableOfContents .toc-pinned-link:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
}

#tableOfContents .toc-pinned-link.toc-pinned-current {
    color: #fff;
    background-color: #2daadf;
}

#tableOfContents .toc-pinned-link-title {
    display: block;
    font-size: .92rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

#tableOfContents .toc-pinned-link-category {
    display: block;
    color: rgba(255, 255, 255, .66);
    font-size: .68rem;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

#tableOfContents .toc-pinned-current .toc-pinned-link-category {
    color: rgba(255, 255, 255, .9);
}

#tableOfContents .toc-pin-button {
    position: absolute;
    top: 50%;
    right: .35rem;
    z-index: 2;
    display: inline-flex;
    width: 2.25rem;
    height: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: rgba(255, 255, 255, .7);
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    transform: translateY(-50%);
    transition:
        background-color .2s ease,
        box-shadow .2s ease,
        color .2s ease,
        opacity .2s ease;
}

#tableOfContents .toc-pin-button:hover,
#tableOfContents .toc-pin-button:focus-visible {
    color: #fff;
    background-color: rgba(255, 255, 255, .14);
}

#tableOfContents .toc-pin-button:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .2);
}

#tableOfContents .toc-pin-button.is-pinned {
    color: #2daadf;
}

#tableOfContents .toc-pinned-current+.toc-pin-button.is-pinned,
#tableOfContents .toc-page-link.toc-current+.toc-pin-button.is-pinned,
#tableOfContents .toc-pinned-link:hover+.toc-pin-button.is-pinned,
#tableOfContents .toc-pinned-link:focus-visible+.toc-pin-button.is-pinned,
#tableOfContents .toc-page-link:hover+.toc-pin-button.is-pinned,
#tableOfContents .toc-page-link:focus-visible+.toc-pin-button.is-pinned {
    color: #fff;
}

#tableOfContents .toc-pin-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    flex: 0 0 auto;
    background: none;
    -webkit-mask: none;
    mask: none;
}

#tableOfContents .toc-pin-icon-svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    #tableOfContents .toc-page-row>.toc-pin-button:not(.is-pinned) {
        opacity: .52;
    }

    #tableOfContents .toc-page-row:hover>.toc-pin-button,
    #tableOfContents .toc-page-row:focus-within>.toc-pin-button,
    #tableOfContents .toc-pin-button:hover,
    #tableOfContents .toc-pin-button:focus-visible {
        opacity: 1;
    }
}

@media (max-width: 767.98px) {

    #tableOfContents .toc-page-row>.toc-page-link,
    #tableOfContents .toc-pinned-item>.toc-pinned-link {
        min-height: 2.9rem;
        padding-right: 3.45rem;
    }

    #tableOfContents .toc-pin-button {
        right: .2rem;
        width: 2.75rem;
        height: 2.75rem;
        opacity: 1;
    }

    #tableOfContents .toc-pin-icon {
        width: 1.1rem;
        height: 1.1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    #tableOfContents .toc-pin-button {
        transition-duration: .01ms;
    }
}

/* =========================================================
   PINNED LINKS: ALIGNMENT AND HOVER CORRECTIONS
   Paste after all other Pinned Links / TOC styles.
   ========================================================= */

/*
    Align the count badge with the center of the pin buttons.

    The Pinned Links heading uses the same full-width negative-margin
    layout as the normal TOC headings, so the count is positioned
    absolutely rather than relying on margin-left: auto.
*/
#tableOfContents .toc-pinned-shell>.btn-toggle {
    position: relative;
    padding-right: calc(var(--sidebar-menu-gutter) + 3rem) !important;
}

#tableOfContents .toc-pinned-count {
    position: absolute;
    top: 50%;
    right: 0.7rem;

    display: inline-flex;
    width: 1.55rem;
    height: 1.35rem;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;

    font-size: 0.72rem !important;
    line-height: 1;

    transform: translateY(-50%);
}


/* =========================================================
   USE ONE HOVER BACKGROUND FOR EACH COMPLETE ROW
   ========================================================= */

/*
    Hovering either the page title or its pin now highlights the
    complete link row.
*/
#tableOfContents .toc-page-row:hover>.toc-page-link:not(.toc-current),
#tableOfContents .toc-page-row:focus-within>.toc-page-link:not(.toc-current),
#tableOfContents .toc-pinned-item:hover>.toc-pinned-link:not(.toc-pinned-current),
#tableOfContents .toc-pinned-item:focus-within>.toc-pinned-link:not(.toc-pinned-current) {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.12);
}


/*
    Preserve the existing blue current-page highlight.
*/
#tableOfContents .toc-page-row>.toc-page-link.toc-current,
#tableOfContents .toc-pinned-item>.toc-pinned-link.toc-pinned-current {
    color: #fff;
    background-color: #2daadf;
}


/*
    Remove the separate gray rectangle from around the pin.

    The parent link row supplies the hover background, while the pin
    itself only changes color.
*/
#tableOfContents .toc-pin-button,
#tableOfContents .toc-pin-button:hover,
#tableOfContents .toc-pin-button:focus {
    background-color: transparent !important;
    box-shadow: none;
}

#tableOfContents .toc-pin-button:hover {
    color: #fff;
}


/*
    Keep keyboard focus visible without restoring the large gray box.
*/
#tableOfContents .toc-pin-button:focus-visible {
    background-color: transparent !important;
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: -4px;
    box-shadow: none;
}


/*
    Pinned icons remain blue normally. They turn white with the rest
    of the row during hover or keyboard focus.
*/
#tableOfContents .toc-pin-button.is-pinned {
    color: #2daadf;
}

#tableOfContents .toc-page-row:hover>.toc-pin-button.is-pinned,
#tableOfContents .toc-page-row:focus-within>.toc-pin-button.is-pinned,
#tableOfContents .toc-pinned-item:hover>.toc-pin-button.is-pinned,
#tableOfContents .toc-pinned-item:focus-within>.toc-pin-button.is-pinned {
    color: #fff;
}


/*
    Keep the icon itself visually centered and prevent any inherited
    transform from shifting it.
*/
#tableOfContents .toc-pin-icon {
    display: block;
    margin: 0;
    transform: none;
}


/* Mobile uses a larger pin touch target, so move the count slightly. */
@media (max-width: 767.98px) {
    #tableOfContents .toc-pinned-count {
        right: 0.8rem;
    }
}

/* =========================================================
   MATCH STANDARD TOC ROWS TO PINNED ROW HOVER SIZE
   Keeps all existing hover, current-page, pin, focus, and mobile behavior.
   ========================================================= */

#tableOfContents {
    --toc-link-row-min-height: 2.75rem;
}

/*
    Use one shared minimum height for pinned and unpinned page rows.
    Long or wrapped labels can still grow naturally beyond this height.
*/
#tableOfContents .toc-page-row>.toc-page-link,
#tableOfContents .toc-pinned-item>.toc-pinned-link {
    min-height: var(--toc-link-row-min-height);
    box-sizing: border-box;
}

/* Vertically center single-line, unpinned page labels like pinned rows. */
#tableOfContents .toc-page-row>.toc-page-link {
    display: flex;
    align-items: center;
}

/*
    Lightly separate child links in expanded TOC sections. The inset
    follows the page-label alignment and leaves top-level headings clean.
*/
#tableOfContents .btn-toggle-nav>.toc-page-row+.toc-page-row::before {
    position: absolute;
    top: 0;
    right: var(--sidebar-menu-gutter);
    left: calc(var(--sidebar-menu-gutter) + 2.75rem);
    height: 1px;
    content: "";
    background-color: rgba(255, 255, 255, .14);
    pointer-events: none;
}

/* Preserve the larger touch target already used on mobile. */
@media (max-width: 767.98px) {
    #tableOfContents {
        --toc-link-row-min-height: 2.9rem;
    }
}

/* =========================================================
   NORMAL TOC ROWS: MATCH PINNED LINKS END-TO-END
   ========================================================= */

/*
    Expand each top-level TOC section to the sidebar edges.

    Equal internal padding preserves the existing position of the
    heading text, arrows, page labels, and pin buttons.
*/
#tableOfContents>ul.list-unstyled>li {
    box-sizing: border-box;
    width: calc(100% + (var(--sidebar-menu-gutter) * 2));
    margin-inline: calc(var(--sidebar-menu-gutter) * -1);
    padding-inline: var(--sidebar-menu-gutter);
}
.big-text {
    font-size: 1.17rem !important;
    font-weight: bold;
    font-family: "bebas-neue-pro-expanded", sans-serif;
}

@media (max-width: 374.98px) {
    #tableOfContents .btn-toggle[data-bs-target="#auto-collapse"],
    #tableOfContents .btn-toggle[data-bs-target="#home-collapse"] {
        padding-inline: .5rem;
    }
}

/* =========================================================
   ACCESSIBLE CONTRAST USING THE EXISTING BRAND PALETTE
   ========================================================= */

/* Keep the standard brand blue on white; use the existing darker blue in table bodies. */
.content table tbody a,
.content table tbody .bold-blue,
.content table tbody [style*="color:#0579" i] {
    color: #0A6BA2 !important;
}

/* Blue table headers use white text, including links and legacy inline color declarations. */
.content table thead th,
.content table thead td,
.content table thead th a,
.content table thead td a,
.content table thead .bold-blue {
    color: #fff !important;
}

/* Preserve the cyan current-page highlight and use the existing navy foreground. */
#tableOfContents .toc-page-row>.toc-page-link.toc-current,
#tableOfContents .toc-pinned-item>.toc-pinned-link.toc-pinned-current,
#tableOfContents .toc-pinned-current .toc-pinned-link-category,
#tableOfContents .toc-page-link.toc-current+.toc-pin-button,
#tableOfContents .toc-pinned-link.toc-pinned-current+.toc-pin-button {
    color: #0E192D !important;
}

/* Keep keyboard focus visible against the cyan current-page background. */
#tableOfContents .toc-page-link.toc-current:focus-visible,
#tableOfContents .toc-pinned-link.toc-pinned-current:focus-visible {
    outline: 2px solid #0E192D;
    outline-offset: -2px;
    box-shadow: none;
}

#tableOfContents .toc-page-link.toc-current+.toc-pin-button:focus-visible,
#tableOfContents .toc-pinned-link.toc-pinned-current+.toc-pin-button:focus-visible {
    outline-color: #0E192D;
}

/* =========================================================
   BRAND-AWARE LIGHT AND DARK COLOR MODES
   ========================================================= */

:root,
[data-bs-theme="light"] {
    --advisor-content-accent: #0579B8;
    --advisor-content-accent-hover: #023E5F;
    --advisor-table-link: #0A6BA2;
}

[data-bs-theme="dark"] {
    --advisor-content-accent: #2DAADF;
    --advisor-content-accent-hover: #FFFFFF;
    --advisor-table-link: #2DAADF;
    --bs-link-color: #2DAADF;
    --bs-link-color-rgb: 45, 170, 223;
    --bs-link-hover-color: #FFFFFF;
    --bs-link-hover-color-rgb: 255, 255, 255;
    --bs-focus-ring-color: rgba(45, 170, 223, .45);
}

/* Preserve the established light search field against the charcoal sidebar. */
#tableOfContents .toc-search .form-control {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #DEE2E6;
}

#tableOfContents .toc-search .form-control::placeholder {
    color: #6C757D;
    opacity: 1;
}

/* Keep the hero loading surface and section divider responsive to the active mode. */
.main-content {
    background-color: var(--bs-body-bg);
}

.main-content>.position-relative.bg-light {
    background-color: var(--bs-tertiary-bg) !important;
}

.section-title {
    border-bottom-color: var(--bs-border-color);
}

/* Separate the footer from the dark page surface while retaining the brand palette. */
[data-bs-theme="dark"] footer .bg-dark {
    background-color: #0E192D !important;
    border-top: 1px solid rgba(45, 170, 223, .45);
}

/* The control is appended after the existing navigation to preserve sidebar behavior. */
.sidebar-theme-control {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.sidebar-theme-toggle {
    display: flex;
    align-items: center;
    gap: .65rem;
    width: 100%;
    min-height: 2.75rem;
    padding: .55rem .65rem;
    color: #FFFFFF;
    font-family: "locator-web", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
    background-color: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 4px;
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.sidebar-theme-toggle:hover {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .4);
}

.sidebar-theme-toggle:focus-visible {
    color: #FFFFFF;
    outline: 0;
    border-color: #FFFFFF;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .22);
}

.sidebar-theme-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
}

.sidebar-theme-icon::before,
.sidebar-theme-icon::after {
    content: "";
    position: absolute;
    inset: .05rem;
    display: block;
    width: 1.05rem;
    height: 1.05rem;
    background-color: currentColor;
    opacity: 0;
    transition: opacity .2s ease;
}

.sidebar-theme-icon::before {
    -webkit-mask: url("../images/svg/moon-stars-fill.svg") center / contain no-repeat;
    mask: url("../images/svg/moon-stars-fill.svg") center / contain no-repeat;
    opacity: 1;
}

.sidebar-theme-icon::after {
    -webkit-mask: url("../images/svg/sun-fill.svg") center / contain no-repeat;
    mask: url("../images/svg/sun-fill.svg") center / contain no-repeat;
}

[data-bs-theme="dark"] .sidebar-theme-icon::before {
    opacity: 0;
}

[data-bs-theme="dark"] .sidebar-theme-icon::after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .sidebar-theme-toggle:hover {
        transform: translateY(-1px);
    }
}

@media (max-width: 767.98px) {
    .sidebar-theme-toggle {
        min-height: 2.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sidebar-theme-toggle,
    .sidebar-theme-icon::before,
    .sidebar-theme-icon::after {
        transition-duration: .01ms;
    }
}

@media print {
    .sidebar-theme-control {
        display: none !important;
    }
}

/* Remap only content colors that do not have sufficient contrast on dark surfaces. */
[data-bs-theme="dark"] h1,
[data-bs-theme="dark"] h2,
[data-bs-theme="dark"] .bold-blue,
[data-bs-theme="dark"] .btn-outline-primary {
    color: var(--advisor-content-accent);
}

[data-bs-theme="dark"] .btn-outline-primary {
    border-color: var(--advisor-content-accent);
}

[data-bs-theme="dark"] .content a:not(.btn):not(.dropdown-item) {
    color: var(--advisor-content-accent);
}

[data-bs-theme="dark"] .content a:not(.btn):not(.dropdown-item):hover,
[data-bs-theme="dark"] .content a:not(.btn):not(.dropdown-item):focus {
    color: var(--advisor-content-accent-hover);
}

[data-bs-theme="dark"] .content table tbody a,
[data-bs-theme="dark"] .content table tbody .bold-blue,
[data-bs-theme="dark"] .content table tbody [style*="color:#0579" i],
[data-bs-theme="dark"] .content table tbody [style*="color:#0A6B" i]:not([style*="background-color:#0A6B" i]) {
    color: var(--advisor-table-link) !important;
}

[data-bs-theme="dark"] .content table tbody [style*="background-color:#EBEBEB" i] {
    color: var(--bs-emphasis-color) !important;
    background-color: var(--bs-tertiary-bg) !important;
}

[data-bs-theme="dark"] tr.advisor-search-target>td {
    background-color: rgba(45, 170, 223, .18) !important;
}

/* Render the theme symbols as regular background images so they remain visible
   in browsers that do not support SVG masking. */
.sidebar-theme-icon::before,
.sidebar-theme-icon::after {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: brightness(0) invert(1);
    -webkit-mask: none;
    mask: none;
}

.sidebar-theme-icon::before {
    background-image: url("../images/svg/moon-stars-fill.svg");
}

.sidebar-theme-icon::after {
    background-image: url("../images/svg/sun-fill.svg");
}

/* Keep interactive text legible when dark-mode buttons use the brand-blue fill. */
[data-bs-theme="dark"] .btn-outline-primary:hover,
[data-bs-theme="dark"] .btn-outline-primary:focus,
[data-bs-theme="dark"] .btn-outline-primary:focus-visible,
[data-bs-theme="dark"] .btn-outline-primary:active,
[data-bs-theme="dark"] .btn-outline-primary.show {
    color: #FFFFFF !important;
}

/* The light-mode hover foreground is navy; dark dropdowns need a light foreground. */
[data-bs-theme="dark"] .dropdown-item:hover,
[data-bs-theme="dark"] .dropdown-item:focus,
[data-bs-theme="dark"] .dropdown-item:focus-visible {
    color: #FFFFFF;
    background-color: rgba(45, 170, 223, .22);
}
