﻿h2.sub-hdg {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    color: #666;
    text-shadow: 1px 1px 0 #fff;
}

    h2.sub-hdg strong {
        border-bottom: 4px solid #ffd700;
    }
/*Link Section */
.link-wrap {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

    .link-wrap.top-lnk > div {
        width: 22%;
    }

    .link-wrap > div {
        position: relative;
        text-align: center;
        width: 25%;
    }

        .link-wrap > div > a {
            display: block;
            background-color: #fff;
            border-radius: 7px;
            text-align: left;
            padding: 7px 0px 7px 25px;
            background-repeat: no-repeat;
            background-position: left 10px center;
        }

            .link-wrap > div > a > h3 {
                font-family: inherit;
                padding-right: 8px;
                padding-top: 12px;
                text-transform: uppercase;
                font-weight: 700;
                letter-spacing: 0;
                color: #666;
            }

            .link-wrap > div > a > p {
                color: #999;
                letter-spacing: .02em;
                font-size: .9em;
                font-weight: 300;
                padding: 2px 10px 7px 0px;
            }

.inv-sol-wrap .link-wrap a:hover {
    box-shadow: 3px 3px 5px rgba(0,0,0,.05)
}


.funds-category .mf-tab-wrap {
    border-radius: 9px;
}

.mf-tab-wrap .link-wrap > div:not(:last-child):after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 20px;
    border-right: .5px solid rgba(0,0,0,.06);
    height: 48px;
    box-shadow: 1px 1px 0 #fff;
}

.link-wrap .act:not(:first-child) .tabs {
    margin-left: -2px;
}

.mf-tab-wrap .link-wrap {
    position: relative;
    border-radius: 9px 9px 0px 0px;
}

.funds-category .link-wrap > div > a {
    background-color: rgba(0,0,0,0);
    text-shadow: 1px 1px 0 rgba(255, 255, 255,.6);
    cursor:pointer;
}

.link-wrap .tabs {
    border-radius: 9px 9px 0 0;
    padding-bottom: 0;
    margin: 0 10px;
}

.link-wrap .act .tabs {
    background-color: #fff;
}

.link-wrap .act::after {
    display: none;
}

.link-wrap > div:first-child a {
    margin-left: 0;
}

.link-wrap > div:last-child a {
    margin-right: 0;
}

.link-wrap > div > a.tabs > h3 {
    color: #bbb;
    letter-spacing: 0;
}

.link-wrap > div > a.tabs > p {
    color: #bbb;
}

.link-wrap > div.act > a.tabs > h3 {
    color: #555;
}

.link-wrap > div.act > a.tabs > p {
    color: #999;
}



.mf-tab-cont > div:nth-child(2), .mf-tab-cont > div:nth-child(3) {
    border-radius: 9px 9px 0px 0px;
}

.mf-tab-cont > div:last-child {
    border-radius: 9px 0px 0px 0px;
}

.mf-tab-cont > div {
    background-color: #fff;
    border-radius: 0px 9px 0px 0px;
    padding: 30px 25px;
}

.mf-tab-cont h3 {
    font-family: inherit;
    color: var(--green2);
}

    .mf-tab-cont h3 span {
        font-family: inherit;
        color: #aaa;
        font-size: .72em;
        display: block;
        margin-bottom: 10px;
        line-height: 100%;
        font-weight: 300;
        letter-spacing: .02em;
    }

.tab-eq {
}

    .tab-eq > div, .tab-debt > div {
        display: inline-block;
        width: 33.3%;
        vertical-align: top;
    }

.fund-cat-list {
}

    .fund-cat-list li {
        padding: 10px 45px 10px 20px;
        text-align: justify;
    }

        .fund-cat-list li h4, .fund-cat-list li a {
            position: relative;
            color: #333;
            font-weight: 500;
        }

        .fund-cat-list li p {
            font-size: .9em;
            color: #aaa;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 110%;
        }

        .fund-cat-list li h4:before, .fund-cat-list li a:before {
            content: ' ';
            background-repeat: no-repeat;
            width: 1.2em;
            height: 1.2em;
            position: absolute;
            background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="royalblue" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z" class=""></path></svg>');
            left: -20px;
            top: 1px;
        }

.bullet-list {
    color: #777;
    font-size: .75em;
    margin-top: 10px;
    margin-bottom: 0 !important;
}

    .bullet-list li {
    }

.mf-two-col {
}

    .mf-two-col > div {
        display: inline-block;
    }

        .mf-two-col > div:first-child {
            width: 40%;
            border-right: 1px dashed #eee;
        }

        .mf-two-col > div:last-child {
            width: 58%;
        }

.assets-q-a-wrap {
    padding-left: 70px;
}

    .assets-q-a-wrap li {
        margin-bottom: 30px;
    }

        .assets-q-a-wrap li h4 {
            color: #555;
            position: relative;
        }

            .assets-q-a-wrap li h4 i {
                position: absolute;
                left: -35px;
                top: 2px;
                font-size: 2em;
                color: #e1e1e1;
            }

                .assets-q-a-wrap li h4 i::after {
                    color: #ffd700;
                }

    .assets-q-a-wrap > li > p {
        color: #444;
        font-size: .82em;
        margin-top: 10px;
        font-weight: 300;
    }

    .assets-q-a-wrap > li > a {
        color: #2c82d7;
        font-size: .7em;
        float: right;
        margin-bottom: 0;
        line-height: 100%;
        border: .5px solid #2c82d7;
        padding: 1px 5px 1px 7px;
        border-radius: 4px;
    }

        .assets-q-a-wrap > li > a:hover {
            color: #fff;
            background-color: #2c82d7;
        }

.expert-spk-wrap {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 0px 0px 9px 9px;
    border-top: .5px solid #eee;
}

    .expert-spk-wrap > h3 {
        color: #555;
        font-weight: 600;
        font-family: inherit;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .expert-spk-wrap > div > div {
        width: 30%;
        display: inline-block;
    }

        .expert-spk-wrap > div > div:nth-child(2) {
            width: 40%;
        }

            .expert-spk-wrap > div > div:nth-child(2) .expt-vid-wrap {
                width: 74%;
                margin: 0 auto;
            }

.expt-vid-wrap {
    display: flex;
    background-color: #fff;
    border-radius: 7px;
    padding: 0px;
    border: .5px solid #f1f1f1;
}

.expert-spk-wrap h2 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.expt-vid-wrap > div:last-child {
    padding-left: 10px;
}

.expt-vid-wrap img {
    background-color: #fff;
    width: 86px;
    height: 86px;
    border: none;
    border-radius: 7px 0px 0px 7px;
    margin: 1px;
}

.vid-cont {
    padding: 7px 0 5px 0px;
}

    .vid-cont h4 {
        font-size: .85em;
        color: #555;
    }

    .vid-cont p {
        font-size: .8em;
        color: #2c82d7;
        padding-top: 7px;
        line-height: 100%;
    }

    .vid-cont span {
        color: #999;
        font-size: .77em;
        font-weight: 300;
    }

/* Responsive code*/
@media (max-width: 690px) {
    body .inner-cont-layout {
        margin-top: 20px;
    }

    section {
        margin-bottom: 30px;
    }

    .link-wrap {
        margin-top: 5px;
    }

        .link-wrap.top-lnk > div {
            width: 100%;
        }

        .link-wrap > div {
            width: 100%;
            margin: 15px 0px 0;
        }

    .mf-tab-cont > div {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .funds-category {
        margin: 0px
    }

    .tab-eq > div {
        width: 100%
    }

    .funds-category .mf-tab-wrap {
        margin-top: 20px;
    }

    .mf-tab-wrap .link-wrap {
        display: flex;
    }

        .mf-tab-wrap .link-wrap > div {
            width: 25%;
            margin: 0;
            display: flex;
        }

    .funds-category .link-wrap > div > a {
        padding: 20px 5px 5px 5px;
        margin: 0;
        background-size: 25%;
        background-position: top 5px center;
        width: 100%;
        text-align: center;
    }

    .link-wrap > div > a.tabs > p {
        display: none;
    }

    .tab-eq > div, .tab-debt > div {
        width: 100%
    }

    .mf-two-col > div {
        width: 100% !important;
    }

    .assets-q-a-wrap {
        padding-left: 20px;
        margin-top: 30px;
    }

        .assets-q-a-wrap li h4 i {
            left: -20px;
            font-size: 1.3em;
        }

    .mf-tab-wrap .link-wrap > div:not(:last-child)::after {
        top: 5px;
        height: 38px
    }

    .link-wrap > div > a.tabs > h3 {
        font-size: .8em;
    }
}
