﻿.port-holdings{margin-top:20px;}
    .port-holdings h2 {
        font-size: 1.3em;
        font-weight: bold;
        color: var(--blue);
        line-height: 100%;
        margin-bottom: 30px;
        position: relative;
    }

.port-holdings table {
    width: 100%;
}
.port-holdings > p {
    margin-bottom: 20px;
    line-height: 130%;
}

    .fund-header-name-wrap > p > * {
        margin-right: 45px;
    }

    .port-holdings table th, .port-holdings table td {
        padding: 10px;
        text-align: left;
        border: 1px solid;
    }
        .port-holdings table th:last-child, .port-holdings table td:last-child {
            text-align:right;
        }


body.loaded {
    .page-heading-wrap
{
    padding-left: 120px;
}
.breadcrumb {
    margin-left: -100px;
}
.fund-header-name-wrap > p > span {
    background-color: #eff4fe;
    color: #6b7483;
}
.fund-header-name-wrap > p > a {
    color: var(--green2);
    background-color: var(--greenLight3);
}
.fund-header-name-wrap > p > span, .fund-header-name-wrap > p > a {
    margin-right: 5px;
    border-radius: 3px;
    font-size: .9em;
    padding: 2px 5px;
}
.port-holdings table th, .port-holdings table td {
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #eaf2e7;
}
.fund-header-name-wrap {
    min-height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 7px;
}
    .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;
}
.port-holdings q{display:none;}
.port-holdings > p {
    font-size: .82em;
    text-align: right;
    text-transform: capitalize;
    color: #999;
    margin-top: -47px;
    margin-bottom: 35px;
}
.fund-header-name-wrap > p {
}

    .port-holdings h2::before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--green2);
    position: absolute;
    top: 30px;
}
}
