#performance-wrapper {
    padding: 94px 0 50px;
}
#performance-wrapper .balloon * {
    color: #000!important;
    text-align: center;
}
#performance-wrapper small {
    font-size: 13px;
}
#performance-wrapper .heading {
    text-transform: uppercase;
    color: #002f6a;
    font-weight: bold;
    letter-spacing: .78px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 125px;
    display: block;
    position: relative;
}
#performance-wrapper .heading:after {
    content: ' ';
    display: block;
    width: 9.6875rem;
    height: 1px;
    background: #002f6a;
    position: absolute;
    left: 50%;
    bottom: -44px;
    transform: translateX(-50%);
}
#performance-wrapper .subheader {
    margin-bottom: 90px;
    text-align: center;
}
#performance-wrapper .desc {
    text-align: center;
    color: #002f6a;
    margin-bottom: 30px;
}
#performance-wrapper .rights {
    font-size: 12px;
    line-height: 20px;
    color: lightgrey;
    text-align: center;
}

#performance-wrapper .rights b,
#performance-wrapper .rights strong {
    font-weight: bold!important;
}

#performance-wrapper .rights {
    color: #808080;
}

#performance-wrapper .rights .positioning-tabs {
    border-top: 1px solid lightgrey;
    padding-top: 1.25rem;
}

#performance-wrapper .rights .positioning-tabs .acc-item {
    color: #808080;
}

#performance-wrapper .rights .positioning-tabs .acc-item p {
    margin: 0;
}

@media (max-width: 767px) {
    #performance-wrapper .rights .positioning-tabs.desktop-tablet-only {
        display: none;
    }

    #performance-wrapper .rights .positioning-tabs.mobile-only {
        display: block;
        padding-block: 20px;
    }

    #performance-wrapper .rights .positioning-tabs.mobile-only .rights-acc .acc-header {
        padding-top: 0;
    }

    #performance-wrapper .rights .positioning-tabs.mobile-only .rights-acc .acc-body {
        padding-bottom: 15px;
    }

    #performance-wrapper .rights .positioning-tabs.mobile-only .acc-item .btn {
        color: #808080;
        font-weight: 300;
    }

    #performance-wrapper .rights .positioning-tabs.mobile-only .acc-item .btn.collapsed {
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    #performance-wrapper .rights .positioning-tabs.desktop-tablet-only {
        display: block;
    }

    #performance-wrapper .rights .positioning-tabs.mobile-only {
        display: none;
    }
}

#performance-wrapper .rights #rights-acc {
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    #performance-wrapper .rights #rights-acc {
        flex-direction: column;
        align-items: center;
    }
}

#performance-wrapper .rights .acc-content {
    width: 80%;
    margin: 0 auto;
}

#performance-wrapper .rights #rights-acc .acc-item {
    width: 300px;
}

#performance-wrapper .rights #rights-acc .acc-header {
    padding: 0;
    margin-bottom: 0;
    color: #808080;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

#performance-wrapper .rights #rights-acc .acc-header.collapsed {
    cursor: pointer;
    font-weight: 300;
}

#performance-wrapper .rights #rights-acc .acc-header.collapsed:hover {
    cursor: pointer;
    font-weight: bold;
}

#performance-wrapper .positioning-tabs.desktop-tablet-only .acc-content .acc-body {
    padding-bottom: 50px;
}

#performance-charts {
    position: relative;
    min-height: 400px;
}
#performance-charts .hidden {
    display: none !important;
}
#performance-charts .bubbles {
    position: relative;
}

#performance-charts .chart-navigation.sticky {
    position: fixed;
    top: 65px;
    z-index: 100;
    width: 100vw;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}
#performance-charts .performance-charts .chart .amcharts-chart-div svg text {
    font-family: Big Vesta, sans-serif;
}
#performance-charts .performance-charts .chart .amcharts-chart-div svg rect {
    opacity: 0;
}
@media (min-width: 576px) {
    #performance-charts .chart-navigation.sticky {
        top: 70px;
    }
}

@media (min-width: 768px) {
    #performance-charts .chart-navigation.sticky {
        top: 77px;
    }
}

@media (min-width: 992px) {
    #performance-charts .chart-navigation.sticky {
        top: 103px;
    }
}

#performance-charts .row-upper {
    transform: translateY(-29px);
}

@keyframes fadeOpacity{
    0% { opacity:0; }
    100% { opacity:1; }
}
@keyframes enlargeLine{
    0% { width:0; }
    100% { width:100%; }
}
@media (min-width: 1200px) {
    #performance-charts .bubbles .inner .bubble.loaded:not(.animated) {
        animation-name: fadeOpacity;
        animation-duration: .25s;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    #performance-charts .bubbles .line.loaded:not(.animated) {
        animation-name: enlargeLine;
        animation-duration: 3.5s;
        animation-fill-mode: forwards;
        animation-timing-function: linear;
        width: 0;
    }
    #performance-charts .performance-charts:not(.animated) .innerWrapper.portfolio.loaded,
    #performance-charts .performance-charts:not(.animated) .innerWrapper.performance.loaded {
        animation-name: fadeOpacity;
        animation-duration: .5s;
        animation-fill-mode: forwards;
        opacity: 0;
    }
    #performance-charts .performance-charts:not(.animated) .innerWrapper.performance.loaded {
        animation-delay: .5s;
    }
    #performance-charts .bubbles .inner .bubble:not(.animated):nth-child(2) {
        animation-delay: .5s;
    }
    #performance-charts .bubbles .inner .bubble:not(.animated):nth-child(3) {
        animation-delay: 1s;
    }
    #performance-charts .bubbles .inner .bubble:not(.animated):nth-child(4) {
        animation-delay: 1.5s;
    }
    #performance-charts .bubbles .inner .bubble:not(.animated):nth-child(5) {
        animation-delay: 2s;
    }
    #performance-charts .bubbles .inner .bubble:not(.animated):nth-child(6) {
        animation-delay: 2.5s;
    }
    #performance-charts .bubbles .inner .bubble:not(.animated):nth-child(7) {
        animation-delay: 3s;
    }
}


#performance-charts .bubbles .inner,
#performance-charts.init .bubbles .inner {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    position: relative;
    height: 120px;
}

#performance-charts.init .bubbles .line {
    content: ' ';
    display: block;
    height: 1px;
    position: absolute;
    background: #002f6a;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
#performance-charts .bubbles .bubble {
    margin: 0 35px;
    opacity: 0;
    min-width: 70px;
    border: 10px solid transparent;
    min-height: 70px;
    z-index: 2;

    -webkit-transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -ms-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;

}
#performance-charts .bubbles .bubble.animated {
    opacity: 1;
}
#performance-charts .bubbles .bubble .inner {
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 70px;
    background-color: white;
    border: 1px solid #002f6a;
    color: #002f6a;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;

    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out;
    -moz-transition: width .3s ease-in-out, height .3s ease-in-out;
    -ms-transition: width .3s ease-in-out, height .3s ease-in-out;
    -o-transition: width .3s ease-in-out, height .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out;
}

#performance-charts .bubbles .bubble .inner:hover {
    width: 75px;
    height: 75px;
}
#performance-charts .bubbles .bubble:first-child {
    border-left: 0;
    margin-left: 0;
}
#performance-charts .bubbles .bubble:last-child {
    border-right: 0;
    margin-right: 0;
}
#performance-charts .bubbles .bubble:hover {
    cursor: pointer;
}

#performance-charts .bubbles .bubble.active {
    margin: 0 25px;
    position: relative;
    border-radius: 85px;
    border: 10px solid white !important;
}
#performance-charts .bubbles .bubble.active:first-child {
    margin-left: 0;
}
#performance-charts .bubbles .bubble.active:last-child {
    margin-right: 0;
}
#performance-charts .bubbles .bubble.active .inner {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    color: white;
    background-color: #002f6a;
}
#performance-charts .bubbles .bubble.active .inner:hover {
    cursor: pointer;
}
#performance-charts .bubbles .bubble.active:after {
    content: ' ';
    display: block;
    width: 10px;
    height: 60px;
    background: white;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -60px;
}
#performance-charts.init.slider .bubbles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    width: 75%;
    height: 75px;
    position: relative;
}
#performance-charts.init.slider .bubbles:after {
    content: '';
    display: none;
}
#performance-charts.init.slider .bubbles .bubble {
    /*width: 100%;*/
    /*height: 75px;*/
    /*margin: auto;*/
    /*position: absolute;*/
    /*opacity: 1;*/
    /*left: 0;*/
    /*text-align: center;*/
    /*transition: left 2s ease;*/

    width: 100%;
    height: 75px;
    flex: 0 0 100%;
    margin: 0;
    opacity: 1;
    transition: transform 2s ease;
}
#performance-charts.init.slider .bubbles .bubble .inner {
    width: 100% !important;
    height: 100% !important;
}
#performance-charts.init.slider .bubbles .bubble.active .inner {
    height: 100px;
    width: 75%;
}
#performance-charts.init.slider .bubbles .bubble.active:after {
    bottom: 0;
}
#performance-charts.init.slider .performance-charts .chart.container .performance,
#performance-charts.init.slider .performance-charts .chart.container .portfolio {
    opacity: 100% !important;
}
#performance-charts .performance-charts .chart.container .performance .description,
#performance-charts .performance-charts .chart.container .portfolio .description {
    margin: 30px 0;
    text-align: center;
}
#performance-charts.init .performance-charts {
    min-height: 400px;
    display: block;
}
#performance-charts .performance-charts .chart.container {
    display: none;
}
#performance-charts .performance-charts .chart.container.active {
    display: block;
}

#performance-charts.slider .buttons #next,
#performance-charts.slider .buttons #prev {
    top: 15px;
    width: 40px;
    height: 40px;
    position: absolute;
    padding: 3px;
    outline: none;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
}
#performance-charts.slider .buttons #next:hover,
#performance-charts.slider .buttons #prev:hover {
    text-decoration: none;
}
#performance-charts.slider .buttons #prev {
    left: 30px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#performance-charts.slider .buttons #next {
    right: 30px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#performance-charts .chart-container-portfolio {
    display: flex;
    align-items: center;
    padding-right: 75px;
}

#performance-charts .chart-container-portfolio .chart-part {
    position: relative;
    margin-right: 5px;
}

#performance-charts .chart-container-portfolio .chart-part .chart-part-info {
    position: absolute;
    left: 0;
    top: 50%;
}

#performance-charts .chart-container-portfolio .chart-part .chart-part-info .chart-part-info-stick {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    position: absolute;
    background-color: #002f6a;
}

#performance-charts .chart-container-portfolio .chart-part:nth-child(even) .chart-part-info {
    transform: translateY(-150%) translateY(-5px);
}

#performance-charts .chart-container-portfolio .chart-part:nth-child(even) .chart-part-info .chart-part-info-stick {
    bottom: 0;
    transform: translateY(100%);
}

#performance-charts .chart-container-portfolio .chart-part:nth-child(odd) .chart-part-info {
    transform: translateY(-50%) translateY(55px);
}

#performance-charts .chart-container-portfolio .chart-part:nth-child(odd) .chart-part-info .chart-part-info-stick {
    top: 0;
    transform: translateY(-100%);
}

#performance-charts .chart-container-portfolio .chart-part .chart-part-info .chart-part-info-name {
    font-size: 14px;
    white-space: nowrap;
}

#performance-charts .chart-container-portfolio .chart-part .chart-part-info .chart-part-info-value {
    font-size: 18px;
    white-space: nowrap;
}

#performance-charts .chart-container-portfolio .chart-part .chart-part-bar {
    min-width: 3px;
    height: 5px;
}

@media (max-width: 767px) {
    #performance-charts .chart-container-portfolio .chart-part:nth-child(2) .chart-part-info {
        transform: translateY(-150%) translateY(-50px);
    }

    #performance-charts .chart-container-portfolio .chart-part:nth-child(2) .chart-part-info .chart-part-info-stick {
        height: 75px;
    }

    #performance-charts .chart-container-portfolio .chart-part:nth-child(3) .chart-part-info {
        transform: translateY(-50%) translateY(100px);
    }

    #performance-charts .chart-container-portfolio .chart-part:nth-child(3) .chart-part-info .chart-part-info-stick {
        height: 75px;
    }

    #performance-wrapper .heading {
        font-size: 12px;
    }
    #performance-wrapper .heading:after {
        bottom: -13px;
        width: 80px;
    }
    #performance-wrapper {
        padding-top: 45px;
    }
}
