
#page-header .header-left {
    width: 30%; 
}
#page-header .header-right {
    width: 70%;
}
.nbl {
    display: flex;
    color: var(--bs-link-color) !important;
}
.nbl:hover {
    text-decoration: none;
}
.nbl .logos {
    display: flex;
    align-items: center;
}
.nbl .logos .sitetitlex {
    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: .5rem; */
    display: none;
}
.nbl .logos .sitetitlex span:first-child {
        font-size: 1.2rem;
        line-height: 1.2rem;
        font-weight: 700;
        letter-spacing: -.05rem;
    }
.nbl .logos .sitetitlex span:last-child {
    display: none;
}
.brandx {
    height: 60px;
    width: auto;
    padding: 10px 0;
}
@media (min-width: 992px){
    #page-header .header-left {
        width: 50%; 
    }
    #page-header .header-right {
        width: 50%;
    }
    .brandx {
        height: 120px;
        width: auto;
        padding: 10px 0;
    }
    .navbar-transition .brandx {
        height: 90px;
    }
    .nbl .logos .sitetitlex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: .5rem;
        padding-left: 1rem;
    }
    .nbl .logos .sitetitlex span:first-child {
        font-size: 2.65rem;
        line-height: 2.65rem;
        font-weight: 700;
        letter-spacing: -.05rem;
    }
    .nbl .logos .sitetitlex span:last-child {
        display: block;

        font-weight: 700;
        /* background-color: #fff;
        padding: 0 .5rem; */
        font-size: 1.6rem;
        line-height: 1.6rem;
    }
}

.frame-menu_left_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: rgba(150,150,150,.5) dotted 1px;
}

.frame-menu_left_col ul li{
    border-bottom: rgba(150,150,150,.5) dotted 1px;
}
.frame-menu_left_col ul li a {
    display: block;
    padding: .5rem 1rem .5rem 2rem;
    background: url(../icons/arrow.svg ) left center no-repeat;
    background-size: 24px;
    filter: invert(45%) sepia(77%) saturate(1113%) hue-rotate(185deg) brightness(100%) contrast(87%);
}
.card-menu-item .card-footer .card-link {
    border: var(--bs-link-color) solid 1px;
    padding: .75rem 2rem .75rem 1.25rem;
    background: url(../icons/chevron_right.svg) right center no-repeat;
    background-size: 24px;
    filter: invert(45%) sepia(77%) saturate(1113%) hue-rotate(185deg) brightness(100%) contrast(87%);
}

