﻿.fund-header-cat {
    margin-top: 15px;
    margin-bottom: 5px;
}
    .fund-header-cat > div label {display:block;margin-bottom:10px;font-weight:bold;}
    b {
        font-weight: inherit;
    }
.clean-data {margin-bottom:20px;}
.user-swap-rev{display:none;}
.fund-header-cat i {
    font-style: inherit;
}
    .fund-header-cat a {
        color: #05a;
    }
.fund-header-cat p {
    margin-bottom: 20px;
    line-height: 140%;
}
.fund-header-cat b{font-weight:normal;}
.fund-rows {
    display: flex;
    margin-bottom: 40px;
}

.row-1 > div{width:100%;}

.graph-outer {
    margin-right: 30px;
}
.perf-graph-tenure{display:flex;}
    .perf-graph-tenure li {
        padding: 5px 15px;
    }

.fund-rows h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 120%;
}
.option-wrap{margin:15px 0;}
.asset-perf-data {
    width: 100%;
}
    .asset-perf-data td, .asset-perf-data th {
        text-align: right;
        padding: 10px 10px 10px 5px;
        border: 1px solid;
    }
    .asset-perf-data td:first-child{text-align:left;}
.fund-info {
    flex-wrap: wrap;
}
.fund-manager-wrap {
    padding-top: 15px;
}
.fund-info > div {
    width: 100%
}


.fund-perf-wrap {
    display: none;
}
    
    .fund-info-wrap {
    }
    .fund-info-wrap li {
        padding: 15px 0;
    }
        .fund-info-wrap li label {
            font-weight: bold;
            padding-bottom: 7px;
            display: block;
            line-height: 140%;
        }
            .fund-info-wrap li p{line-height:140%;}
            .fund-manager-wrap li {
                display: flex;
            }
    .fund-manager-wrap li:not(:last-child) {
        margin-bottom: 25px;
    }
.fund-manager-wrap .mgr-name {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
        .fund-manager-wrap .mgr-name span {
            font-size: .85em;
            margin-top: 7px;
        }
.peer-data {
}
    .peer-data {
        width: 100%;
    }
    .peer-data th, .peer-data td {
        text-align: right;
        border: 1px solid;
        padding: 15px 10px 15px 0;
    }
        .peer-data th:first-child, .peer-data td:first-child {
            text-align: left;
            padding-left: 10px;
        }
.port-holdings {
    display: flex;
    flex-wrap: wrap;
    
}
    .port-holdings > div {
        width: 100%;
        margin: 20px 0;
    }
    .port-holdings h3 {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .port-holdings table {
        width: 100%;
    }
  
        .port-holdings table th, .port-holdings table td {
            padding: 10px;
            text-align: left;
            border: 1px solid;
        }
        .port-holdings table th:first-child, .port-holdings table td:first-child {
        }
        .port-holdings table th:last-child, .port-holdings table td:last-child {
            text-align:right;
            width:25%;
        }
.portfolio-tabs p{margin-bottom:15px;}
.more-wrap {
    margin-top: 20px;
    text-align: right;
}
    .more-wrap a {
        font-size: .9em;
        font-weight: 400;
    }
.faq-row {
}
.faq-row .col-1{display:none;width:33%;}
    .faq-row .col-2 {
        width: 100%
    }


@media (max-width: 480px) {
    .page-heading-wrap h1 {
        font-size:2em;
    }
   .fund-header-cat > div{flex-wrap:wrap;}
    .fund-rows {flex-direction:column;}
    .fund-rows > div{width:100%!important;}
    .peer-data .col-1M, .peer-data .col-3M, .peer-data .col-6M, .peer-data .col-1Y, .peer-data .col-2Y, .peer-data .col-5Y, .peer-data .col-10Y {
        display: none;
    }
    .perf-graph-tenure {
        overflow-x: auto;
    }
    .perf-graph-tenure li:last-child{display:none;}
    .fund-info .col-2 > div {
        padding: 25px 0
    }
    .port-hdr {flex-direction:column;}
        .port-hdr .portfolio-tabs{margin-top:20px;}
    .port-holdings {flex-direction:column;}
    .port-holdings > div {
        width: 100%;
    }
        .port-holdings > div > div {padding-left:0!important;padding-right:0!important;}
}