 .line-accent:after {
        visibility: hidden;
    }

    .card-img-top {
        display: none;
    }

    .bga-primary {
        background: linear-gradient(to right bottom,
                rgba(255, 255, 255, 0.6),
                rgba(144, 185, 223, 0.3));
        border-radius: 10px;
        padding: 5px;
        align-items: center;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        /* Glass effect */
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(12px);
        border: 0px solid rgba(255, 255, 255, 0.3);
    }

    .page-header.page-header--imagebg .page-header--caption_title {
        color: #0f2542;
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 3.5em;
    }

    @media (max-width: 768px) {
        .page-header--imagebg {
            width: 100%;
            height: 200%;
            position: relative;
            object-fit: cover;
            object-position: center center;
        }

        .bga-primary {
            background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.6), rgba(144, 185, 223, 0.3));
            border-radius: 10px;
            padding: 5px;
            align-items: center;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(12px);
            border: 0px solid rgba(255, 255, 255, 0.3);
        }
    }

    @media (max-width: 768px) {
        .page-header.page-header--imagebg .page-header--caption_title {
            color: #0f2542;
            font-family: 'Roboto';
            font-weight: 700;
            font-size: 1.9em;
            height: 100%;
            min-height: 90px;
            padding-top: 3rem !important;
            padding-bottom: 3rem !important;
            padding-left: 1rem !important;
            padding-right: 1rem !important;

        }
    }

    .arrow {
        float: right;
        color: #005BA5;
        font-size: 40px;
        padding-right: 25px;
    }

    .column {
        float: left;
        padding: 10px;
    }

    .left {
        width: 35%;
    }

    .right {
        width: 65%;
    }

    #navbar {
        display: flex;
        align-items: center;
        justify-content: center;
        position: sticky;
        top: 148px;
        z-index: 500;
        background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(144, 185, 223, 0.3));
        border-radius: 10px;
        padding: 5px 10px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.3);
        /* REMOVE position: relative; */
    }

    #navbarToggle {
        display: none;
        background: none;
        border: none;
        outline: none;
        position: absolute;
        top: 10px;
        right: 18px;
        width: 36px;
        height: 36px;
        z-index: 2;
        cursor: pointer;
        padding: 0;
    }

    #navbarToggle .navbar-toggler-icon.hamburger {
        display: block;
        width: 36px;
        height: 36px;
        margin-left: 14px;
        background: url(/themes/custom/brown_advisory_d8/images/brown-hamburger.svg) center center no-repeat;
        background-size: 28px 28px;
        opacity: 1;
    }

    #navbarMenu {
        display: flex;
        flex-direction: row;
    }

    #navbar .nav-link {
        background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.5), rgba(144, 185, 223, 0.15));
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #163963;
        font-family: Arial, Roboto, Helvetica Neue, Verdana, sans-serif;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 2px;
        padding: 14px 24px;
        border-radius: 8px;
        margin: 6px;
        cursor: pointer;
        transition: background 0.2s, color 0.2s, box-shadow 0.2s;
        box-shadow: 0 2px 10px rgba(144, 185, 223, 0.1);
        outline: none;
        border-width: 0;
    }

    #navbar .nav-link:hover,
    #navbar .nav-link.active,
    #navbar .nav-link:focus-visible {
        background-color: #8abcef;
        color: #fff;
        box-shadow: 0 4px 18px rgba(144, 185, 223, 0.2);
        border: 1px solid #8abcef;
    }

    @media (max-width: 768px) {
        #navbar {
            background: transparent !important;
            box-shadow: none !important;
            border: none !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
            transition: background 0.2s, box-shadow 0.2s, border 0.2s, backdrop-filter 0.2s;
        }

        #navbar.open {
            background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(144, 185, 223, 0.3)) !important;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3) !important;
            border: 1px solid rgba(255, 255, 255, 0.3) !important;
            backdrop-filter: blur(8px) !important;
            -webkit-backdrop-filter: blur(12px) !important;
        }

        #navbarToggle {
            display: block;
        }

        #navbarMenu {
            display: none;
            /* These are only needed when menu is open */
            flex-direction: column;
            align-items: center;
            width: 100%;
            margin: 0 auto 0 auto;
            border-radius: 0 0 10px 10px;
            box-shadow: none;
            transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s;
            overflow: hidden;
            opacity: 0;
            pointer-events: none;
        }



        #navbar.open #navbarMenu {
            display: flex;
            max-height: 500px;
            opacity: 1;
            pointer-events: auto;
            margin-bottom: 10px;
        }

        #navbar .nav-link {
            width: 80%;
            margin: 0;
            font-size: 18px;
            padding: 8px 8px;
            border-radius: 0;
            border-bottom: 1px solid rgba(144, 185, 223, 0.18);
        }
    }

    @media (max-width: 768px) {
        h3 {
            font-size: 24px;
            padding-top: 15px;
            padding-bottom: 10px;
        }

        .full-cta p,
        .tab-pane p {
            padding-right: 15px;
        }

        .tab-pane h2 {
            font-size: 20px;
            line-height: 28px;
        }

        .row {
            display: flex;
            flex-direction: column;
        }

        .row .col-4,
        .row .col-8 {
            flex: 1 1 auto;
            max-width: 100%;
        }

        .list-group-item {
            font-size: 16px;
            padding: 10px;
        }
        
    }


    .tab-pane {
        display: none;
    }

    .tab-pane.show.active {
        display: block;
    }

    /* Page content */
    .content {
        padding: 16px;
    }

    /* Smooth scrolling behavior */
    html {
        scroll-behavior: smooth;
    }




    .display-3 {
        background-color: #163963;
        color: #ffffff;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        color: #ffffff;
        font-size: 16px;
        line-height: 25px;
        border-radius: 5px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);

    }




    h3 {
        font-weight: 600;
        font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
        color: #163963;

    }

    table {
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        margin-bottom: 40px;
        width: 100%;
    }

    th {
        border: 1px solid #1d4b82;
        border-bottom: 2px;
        color: #fff;
        padding: .75rem;
        background-color: #004d8a;
        font-weight: 400;
        font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
    }

    td {
        font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
        padding: .7rem .5rem;
        color: #0f2542;

    }

    tr:nth-child(even) {
        background-color: #f2f7fd;
    }

    @media (max-width: 768px) {
        .table-responsive {
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        #performance_table {
            box-shadow: none !important;
        }

        /* No padding needed here */
    }

    /* Remove box-shadow from table if previously set */
    #performance_table {
        box-shadow: none;
        border-radius: 0;
    }

    #share_class_select {
        font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
        font-size: 0.8em;
        font-weight: 400;
        letter-spacing: 2px;
    }

    p,
    .table-disclosures-sector .table-disclosures-characteristics .table-disclosures-performance .table-disclosures-holdings {
        font-size: 80%;
        font-weight: 400;
    }

    div#top_holdings_count {
        color: #163963;
        font-weight: 600;
        font-family: Roboto, Helvetica Neue, Arial, Verdana, sans-serif;
        margin-bottom: 20px;
    }

    .bootstrap-select .dropdown-item.active,
    .bootstrap-select .dropdown-item:active {
        background-color: #8ABCEF;
    }

    .bootstrap-select .btn,
    .bootstrap-select .subcription-form-popup .submit input,
    .subcription-form-popup .submit .bootstrap-select input {
        font-size: 14px;
        font-family: 'Roboto';
    }

    body.toolbar-horizontal.toolbar-fixed.toolbar-tray-open #navbar.affix {
        top: 148px;
    }

    .fade-container--in {
        opacity: 1;
        transition-delay: .51s;
    }

    .fade-container {
        transition: opacity .5s;
        position: relative;
        z-index: 1;
    }

    .parallax-bg .container {
        z-index: 2;
        position: relative;
    }

    .row {
        display: flex;
        flex-wrap: wrap;
    }

    .quote {
        width: 180px;
        margin: auto;
        height: auto;
        background: linear-gradient(to right bottom, rgba(255, 255, 255, 0), rgba(144, 185, 223, .6));
        padding: 5.5rem;
        position: relative;
        text-align: left;
    }

    .textblock {
        width: 100%;
        text-align: left;
    }

    .style {
        color: #505050;
        font-family: roboto;
        font-size: 16px;
        font-weight: lighter;
        letter-spacing: 3px;
        padding-top: 0px;
        text-align: left;
        text-decoration: none;
    }

    .fade-in-image {
        animation: fadeIn 8s;
        -webkit-animation: fadeIn 8s;
        -moz-animation: fadeIn 8s;
        -o-animation: fadeIn 8s;
        -ms-animation: fadeIn 8s;
    }

    .quote img {
        width: 180px;
        position: absolute;
        top: 12%;
        right: -20%;
        box-shadow: -5px 5px 20px rgba(37, 37, 37, 0.3);
        object-fit: cover;
        object-position: 10%;
        border-radius: .25rem !important;
        animation: rightToLeft 3s;
    }

    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .full-cta {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 300px;
        padding: 1rem 30px;
        width: 100%;
    }

    .sidebar-list {
        list-style: none;
        padding-left: 0;
        margin: 0;
        text-align: left;
    }

    .sidebar-list {
        margin-bottom: 1.2em;
    }

    .sidebar-list p {
        margin: 0 0 0.3em 0;
        text-align: left;
        padding-left: 0 !important;
    }

    .sidebar-block--title {
        font-family: 'Roboto', Arial, sans-serif;
        color: #163963;
        font-size: 1.25rem;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0.75em;
        letter-spacing: 1.2px;
        text-align: left;
    }

    .btn-link {
        color: #163963;
        font-size: 1rem;
        text-decoration: none;
        padding-top: 0;
        font-weight: 400;
        letter-spacing: 0.5px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .sidebar h2 {
        margin: 0rem;
        border-bottom: 0px solid #112d4e;
        padding-bottom: 0px;
        line-height: 1.2;
    }

    :root {
        --primary-dark: #163963;
        --primary-blue: #005BA5;
        --glass-bg: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(144, 185, 223, 0.3));
        --shadow: 0 4px 32px rgba(22, 57, 99, 0.12);
    }

    .sidebar-glass-card {
        background: var(--glass-bg);
        box-shadow: var(--shadow);
        border-radius: 5px;
        padding: 2rem 1.5rem;
        margin: 2rem 0;
        backdrop-filter: blur(6px);
        border: 1px solid rgba(144, 185, 223, 0.15);
        max-width: 400px;
        width: 100%;
        position: relative;
    }

    .sidebar-profile {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: .25rem;
        margin-bottom: 1.5rem;
    }

    .sidebar-profile img {
        width: 120px;
        height: 120px;
        border-radius: 5px;
        box-shadow: 0 8px 32px rgba(22, 57, 99, 0.13);
        object-fit: cover;
        margin-bottom: .5rem;
    }

    .sidebar-profile .sidebar-name {
        color: var(--primary-dark);
        font-family: 'Gelasio', serif;
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: .5px;
        text-shadow: 0 1px 2px #ececec;
        margin-bottom: 0;
        margin-top: .25rem;
        text-align: center;
    }

    .sidebar-profile .sidebar-title {
        color: #6f6f71;
        font-size: 0.85rem;
        font-weight: 400;
        margin-top: -6px;
        margin-bottom: .5rem;
        text-align: center;
    }

    .sidebar-info-group {
        margin-bottom: 1.25rem;
        padding-bottom: .8rem;
        border-bottom: 1px solid rgba(144, 185, 223, 0.12);
    }

    .sidebar-info-group:last-child {
        border-bottom: none;
    }

    .sidebar-info-label {
        color: var(--primary-blue);
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 1.08rem;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 0.15em;
    }

    .sidebar-info-value {
        color: var(--primary-dark);
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Roboto', Arial, sans-serif;
        margin-bottom: .1em;
    }

    .sidebar-materials {
        margin-bottom: 1.2em;
    }

    .sidebar-materials .sidebar-info-label {
        margin-bottom: .3em;
    }

    .sidebar-materials .btn-link {
        display: block;
        margin-bottom: .5em;
        color: var(--primary-dark);
        font-size: .98rem;
        font-weight: 400;
        letter-spacing: .5px;
        text-decoration: none;
        background: none;
        border: none;
        cursor: pointer;
        transition: color .18s;
    }

    .sidebar-materials .btn-link:hover {
        color: var(--primary-blue);
        text-decoration: underline;
    }

    .sidebar-rating-block {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }

    .sidebar-block--title {
        color: var(--primary-dark);
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 1.13rem;
        font-weight: 700;
        letter-spacing: 1.2px;
        margin-bottom: .7em;
        text-align: left;
    }

    .rating-glass-card {
        background: linear-gradient(to left top, rgba(255, 255, 255, 0.9), rgba(144, 185, 223, 0.22));
        border-radius: .75rem;
        padding: 1rem 1.2rem;
        box-shadow: 0 2px 12px rgba(144, 185, 223, 0.14);
        border: 1px solid rgba(144, 185, 223, 0.11);
        display: flex;
        align-items: center;
        gap: 1.1rem;
        width: fit-content;
    }

    .rating-label {
        color: var(--primary-dark);
        font-size: 1rem;
        font-weight: 600;
        font-family: 'Roboto', Arial, sans-serif;
        letter-spacing: 1px;
    }

    .rating-stars {
        display: flex;
        align-items: center;
        gap: .15em;
        font-size: 1.3em;
    }

    .star {
        width: 1.3em;
        height: 1.3em;
        display: inline-block;
        transition: filter 0.2s;
        filter: drop-shadow(0 2px 8px rgba(144, 185, 223, 0.08));
    }

    .star.filled path {
        fill: #3c7bbf;
        transition: fill 0.3s;
    }

    .star.empty path {
        fill: #c5dafa;
        transition: fill 0.3s;
    }

    footer {
        margin-top: .6rem;
        font-size: .9rem;
        color: #505050;
        font-family: 'Roboto', Arial, sans-serif;
    }

    @media (max-width: 600px) {
        .sidebar-glass-card {
            padding: 1.1rem .7rem;
            max-width: 100%;
        }

        .rating-glass-card {
            padding: .7rem .5rem;
            gap: .6rem;
        }

        .sidebar-profile img {
            width: 80px;
            height: 80px;
        }
    }