﻿body.loaded {
    .breadcrumb{
    margin-left: -100px;
               }
    .page-heading-wrap h1{
    position: relative;
}

.fh-header-summary > div label {
    color: var(--gry3);
    font-size: .9em;
    font-weight: 500;
}

.page-heading-wrap h1 span {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 1px solid #dff4fa;
    border-radius: 5px;
    background-color: #dff4fa;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -100px;
    top: 7px;
}
.page-heading-wrap {
    padding-left: 160px;
}

.fh-menu a {
       color: #777;
}

    .fh-menu a.active {
        color: var(--blue);
        font-weight: 600;
    }

        .fh-menu a.active::before {
            content: "";
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-left: 10px solid var(--green2);
            position: absolute;
            left: 0;
            top: 10px;
        }

.fh-content-wrap  h2::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--green2);
    position: absolute;
    top: 30px;
}
.fund-list-wrap.fund-managers ul li {
    width: 33.33%;
}
    .fund-list-wrap.fund-managers ul li:last-child {
        flex-direction: column;
    }

}
