﻿
@import url(styles.app.css);

/* ATP Tech stuff, no need to repeat */
.sg__color {
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    width: calc((100% - (20px * 3)) / 4);
}

.sg__color .color__canvas {
    display: block;
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
}

.sg__color .color__canvas.white {
    background-color: #fff;
    border: 1px solid #aaa;
}

.sg__color .color__canvas.black {
    background-color: #000;
    border: 1px solid #000;
}

.sg__color .color__canvas.cyan {
    background-color: #009fdf;
    border: 1px solid #009fdf;
}

.sg__color .color__canvas.blue {
    background-color: #012169;
    border: 1px solid #012169;
}

.sg__color .color__canvas.purple {
    background-color: #685bc7;
    border: 1px solid #685bc7;
}

.sg__color .color__canvas.royal-blue {
    background-color: #006ac6;
    border: 1px solid #006ac6;
}

.sg__color .color__canvas.green {
    background-color: #00ab84;
    border: 1px solid #00ab84;
}

.sg__color .color__canvas.citron {
    background-color: #c4d600;
    border: 1px solid #c4d600;
}

.sg__color .color__canvas.digital-black {
    background-color: #333;
    border: 1px solid #333;
}

.sg__color .color__canvas.dark-gray {
    background-color: #888b8d;
    border: 1px solid #888b8d;
}

.sg__color .color__canvas.light-gray {
    background-color: #d0d0dc;
    border: 1px solid #d0d0dc;
}

.sg__color .color__canvas.bkg-gray {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.blue-gradient {
    background-image: -webkit-linear-gradient(to right top, #009fdf, #012169 100%);
    background-image: -o-linear-gradient(to right top, #009fdf, #012169 100%);
    background-image: linear-gradient(to right top, #009fdf, #012169 100%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.dark-blue-gradient {
    background-image: -webkit-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: -o-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-repeat: repeat-x;
    background-color: #000;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-one-gradient {
    background-image: -webkit-linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-image: -o-linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-image: linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-two-gradient {
    background-image: -webkit-linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-image: -o-linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-image: linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-three-gradient {
    background-image: -webkit-linear-gradient(to right top, #84BD00, #00ab84 70%);
    background-image: -o-linear-gradient(to right top, #84BD00, #00ab84 70%);
    background-image: linear-gradient(to right top, #84BD00, #00ab84 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-four-gradient {
    background-image: -webkit-linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-image: -o-linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-image: linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-five-gradient {
    background-image: -webkit-linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-image: -o-linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-image: linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-six-gradient {
    background-image: -webkit-linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-image: -o-linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-image: linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color:nth-child(4n + 1) {
    margin-right: 0;
}

/* Funds stuff */
* {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

[aria-controls][disabled] {
    cursor: auto;
}

.accordion .accordion-content .text--tiny {
    color: inherit;
}

.global-footer ul {
    margin-left: 0;
}

ul.no-bullet li::before {
    content: none;
    padding-right: 0;
}

.form-field__dropdown__list {
    margin-left: 0;
}

.search-list__sortOrder .form-field__dropdown__list {
    top: 38px;
}

@media (min-width: 1024px) {
    .global-footer .container {
        display: block;
        width: auto;
    }
}

.global-footer .cta {
    text-transform: none;
}

.global-footer .cta.cta--default {
    font-family: "Polaris-Roman", Arial, sans-serif;
    color: #009fdf;
}

.global-footer .cta.cta--default:hover,
.global-footer .cta.cta--default:focus {
    color: #fff;
}

.global-footer .cta.cta--international {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .global-footer .cta,
    .global-footer .cta-more {
        font-size: 13px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .global-footer .footer-categories {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (min-width: 1024px) {
    .global-footer .footer-categories {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 767px) {
    .global-footer .footer-category hr {
        width: 90px;
        margin: 22px auto 24px 0;
    }

    .global-footer .footer-category hr+.footer-category__name {
        margin-top: 24px;
    }
}

.global-footer .footer-social-icons {
    margin-top: 32px;
}

.global-footer .footer-social-icons i {
    font-size: 30px;
    margin-right: 10px;
    pointer-events: none;
    transition: all 0.3s;
}

.global-footer .footer-social-icons a:hover i {
    color: #fff;
}

@media (min-width: 1024px) {
    .global-footer .footer-social-icons {
        margin-top: 166px;
    }
}

.global-footer__content {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .global-footer__content {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .global-footer__content {
        margin-top: 38px;
    }
}

@media (min-width: 1024px) {
    .global-footer__content {
        margin-top: 68px;
        justify-content: space-between;
    }
}

.global-footer .footer-category {
    margin-bottom: 8px;
}

.global-footer .footer-category .footer-category__name {
    font-size: 13px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .global-footer .footer-category .footer-category__name {
        margin-bottom: 8px;
    }
}

@media (min-width: 1024px) {
    .global-footer .footer-category .footer-category__name {
        font-size: 14px;
    }
}

.global-footer .footer-category__items {
    margin-top: 0;
}

.global-footer .footer-category__items li {
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .global-footer .footer-category__items li {
        margin-bottom: 10px;
    }
}

.global-footer .footer-category__items+.footer-category__items {
    margin-top: 24px;
    border-top: 1px solid #7f7f7f;
    padding-top: 24px;
}

@media screen and (max-width: 767px) {
    .global-footer .footer-category__items+.footer-category__items {
        display: inline-block;
        margin-top: 16px;
        padding-top: 26px;
    }
}

.global-footer .footer-category__items .footer-category__name a {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.global-footer .footer-category .footer-category__button {
    margin-top: 34px;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .global-footer .footer-category .footer-category__button {
        margin-top: 34px;
        border-top: 1px solid #acacac;
        padding-top: 30px;
        margin-bottom: 40px;
    }
}

@media (min-width: 1024px) {
    .global-footer .footer-category .footer-category__button {
        padding-top: 34px;
        margin-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .global-footer .footer-category .footer-category__name {
        margin-top: 1.625rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .global-footer .footer-category {
        width: auto;
        margin-bottom: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .global-footer .footer-category:first-child {
        padding-left: 10px;
    }

    .global-footer .footer-category .footer-category__name {
        margin-bottom: 12px;
    }

    .global-footer .footer-category .footer-category__name+.footer-category__name {
        margin-top: 44px;
    }

    .global-footer .footer-category__items li {
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    .global-footer .footer-category {
        margin-bottom: 16px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .global-footer .footer-category:first-child {
        padding-left: 20px;
    }

    .global-footer .footer-category .footer-category__name {
        margin-bottom: 24px;
    }

    .global-footer .footer-category__items li {
        margin-bottom: 24px;
    }
}

.global-footer__logo {
    font-size: 60px;
    line-height: 1;
    margin-top: 38px;
    margin-bottom: 50px;
}

.global-footer__logo .icon-aqr {
    font-size: inherit;
    color: #009fdf;
    width: auto;
    height: auto;
}

@media (min-width: 768px) {
    .global-footer__logo {
        font-size: 74px;
        margin-top: 0px;
        margin-bottom: 50px;
    }
}

.global-footer__disclaimer {
    padding-left: 0;
    padding-right: 0;
}

.global-footer__disclaimer .container {
    display: block;
    width: auto;
    flex-grow: 1;
}

.global-footer__disclaimer__container {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.global-footer__disclaimer .disclaimer--social {
    letter-spacing: 0.02em;
    display: inline;
}

.global-footer__disclaimer .disclaimer--copyright {
    flex: 0 0 auto;
    max-width: none;
}

.global-footer__disclaimer a:hover,
.global-footer__disclaimer a:focus,
.global-footer__disclaimer a:active {
    color: #009fdf;
}

@media screen and (max-width: 1023px) {
    .global-footer__disclaimer {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .global-footer__disclaimer .disclaimer--social {
        padding-left: 0;
    }

    .global-footer__disclaimer .disclaimer,
    .global-footer__disclaimer .disclaimer--social {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

@media screen and (max-width: 767px) {
    .global-footer__disclaimer {
        padding: 15px 60px 12px 0;
    }

    .global-footer__disclaimer__container {
        flex-direction: column;
    }

    .global-footer__disclaimer__container a:last-of-type {
        margin-bottom: 12px;
    }

    .global-footer__disclaimer__container span.disclaimer--copyright {
        margin-top: 12px;
        margin-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .global-footer__disclaimer {
        align-items: center;
    }

    .global-footer__disclaimer__container {
        align-items: center;
        margin-right: 80px;
    }

    .global-footer__disclaimer .disclaimer--copyright {
        white-space: nowrap;
    }
}

@media (min-width: 1024px) {
    .global-footer__disclaimer {
        min-height: 60px;
    }
}

@media (min-width: 1600px) {
    .global-footer__disclaimer__container {
        margin-right: -15px;
    }
}

.dark .eyebrow,
.dark .article__date {
    color: #fff;
}

.dark label,
.dark .label {
    color: inherit;
}

.article-page__footnote__tooltip .cta {
    transition: none;
}

body {
    color: #000;
    font-family: "Copernicus-Roman", Georgia, serif;
    letter-spacing: 0.02em;
}

.disclaimer {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.eyebrow {
    text-transform: uppercase;
}

a {
    color: #006ac6;
}

a:hover {
    color: #012169;
}

a[disabled] {
    cursor: default;
    color: #c7c7c7;
}

.dark a:not([class]),
.dark a.external,
.dark a.readmore-link {
    color: #009fdf;
}

.dark a:not([class]):hover,
.dark a.external:hover,
.dark a.readmore-link:hover {
    color: #fff;
}

img {
    max-width: 100%;
}

input.replaced[type="radio"],
input.replaced[type="checkbox"] {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 0;
}

strong,
b {
    font-family: "Copernicus-Bold";
    font-weight: normal;
}

.menu li:before {
    content: none;
    padding-right: 0;
}

body {
    font-size: 14px;
    line-height: 22px;
}

p {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0.625rem;
}

@media (min-width: 768px) {
    p {
        margin-bottom: 1rem;
    }
}

small,
.small,
.footnote,
.disclaimer {
    font-size: 12px;
    line-height: 16px;
}

small sup,
.small sup,
.footnote sup,
.disclaimer sup {
    font-size: 13px;
    top: 0.1em;
}

.article__summary.small {
    line-height: 17px;
}

.leading {
    font-size: 15px;
    line-height: 24px;
}

@media (min-width: 1024px) {
    body {
        font-size: 16px;
        line-height: 28px;
    }

    small,
    .small,
    .footnote,
    .disclaimer {
        font-size: 14px;
        line-height: 24px;
    }

    small sup,
    .small sup,
    .footnote sup,
    .disclaimer sup {
        font-size: 16px;
    }

    .leading {
        font-size: 18px;
        line-height: 32px;
    }

    .text--accent {
        color: inherit;
        font-size: 16px;
    }
}

button.clear,
.button.clear {
    width: auto;
}

button.label-right,
.button.label-right {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    display: block;
}

button.label-right.clear,
.button.label-right.clear {
    margin-right: -16px;
}

button[disabled],
.button[disabled] {
    color: #b1aeae;
}

[class*=" icon-"],
[class^="icon-"] {
    color: #006ac6;
}

.cta,
.cta-more {
    color: #006ac6;
    border-color: #006ac6;
    width: 100%;
    transition: all 0.5s ease;
}

@media (min-width: 768px) {

    .cta,
    .cta-more {
        max-width: 400px;
        width: auto;
        flex: 1 1 auto;
    }
}

.cta:hover,
.cta:focus,
.cta-more:hover,
.cta-more:focus {
    color: #012169;
    border-color: #012169;
}

.cta.clear,
.cta-more.clear {
    color: #006ac6;
    padding-left: 0;
    width: auto;
}

@media (min-width: 768px) {

    .cta.clear,
    .cta-more.clear {
        flex: 0 0 auto;
    }
}

.dark {
    color: #fff;
}

.dark [class*=" icon-"],
.dark [class^="icon-"] {
    color: #009fdf;
}

.dark .cta,
.dark .cta-more,
.dark .cta-more.external {
    color: #fff;
    border-color: #fff;
}

.dark .cta:hover,
.dark .cta:focus,
.dark .cta-more:hover,
.dark .cta-more:focus,
.dark .cta-more.external:hover,
.dark .cta-more.external:focus {
    color: #009fdf;
    border-color: #009fdf;
}

.dark .cta.clear,
.dark .cta-more.clear,
.dark .cta-more.external.clear {
    border-color: transparent;
}

.dark .cta[type="submit"] {
    color: #009fdf;
}

.dark .cta[type="submit"]:hover,
.dark .cta[type="submit"]:focus {
    color: #fff;
}

.dark .secondary,
.dark .cta-more.external.secondary {
    color: #009fdf;
    border-color: #009fdf;
}

.dark .secondary:hover,
.dark .secondary:focus,
.dark .cta-more.external.secondary:hover,
.dark .cta-more.external.secondary:focus {
    color: #fff;
    border-color: #fff;
}

.cta {
    font-family: "Polaris-Bold";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.cta-more {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .cta-more {
        letter-spacing: 0.02em;
    }
}

button.cta,
button.cta-more,
.button.cta,
.button.cta-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.cta.clear,
button.cta-more.clear,
.button.cta.clear,
.button.cta-more.clear {
    display: inline-flex;
}

button.cta .icon-arrow,
button.cta .icon-download,
button.cta .icon-external,
button.cta-more .icon-arrow,
button.cta-more .icon-download,
button.cta-more .icon-external,
.button.cta .icon-arrow,
.button.cta .icon-download,
.button.cta .icon-external,
.button.cta-more .icon-arrow,
.button.cta-more .icon-download,
.button.cta-more .icon-external {
    color: inherit;
    margin-left: 0.75rem;
}

button.cta .icon-arrow,
button.cta-more .icon-arrow,
.button.cta .icon-arrow,
.button.cta-more .icon-arrow {
    transition: transform 0.3s;
}

button.cta:focus .icon-arrow,
button.cta:hover .icon-arrow,
button.cta-more:focus .icon-arrow,
button.cta-more:hover .icon-arrow,
.button.cta:focus .icon-arrow,
.button.cta:hover .icon-arrow,
.button.cta-more:focus .icon-arrow,
.button.cta-more:hover .icon-arrow {
    transform: translate(6px);
}

button.cta .icon-arrow,
.button.cta .icon-arrow {
    margin-left: 3em;
    font-size: 0.42rem;
}

button.cta-more,
.button.cta-more {
    font-size: 0.875rem;
}

button.cta-more .icon-arrow,
.button.cta-more .icon-arrow {
    margin-left: 3em;
    font-size: 0.3rem;
}

@media (min-width: 1024px) {

    button.cta-more,
    .button.cta-more {
        font-size: 1rem;
    }
}

button.wide,
.button.wide {
    width: auto;
    max-width: none;
    display: inline-flex;
}

button.primary,
.button.primary {
    color: #fff;
}

@media (min-width: 768px) {
    p.cta-link {
        display: flex;
    }

    p.cta-link .cta+.cta,
    p.cta-link .cta+.cta-more,
    p.cta-link .cta-more+.cta,
    p.cta-link .cta-more+.cta-more {
        margin-left: 40px;
    }
}

.button {
    font-size: 12px;
    line-height: 18px;
    border: 1px solid;
    padding: 6px 18px;
    height: 50px;
}

.button.compact {
    padding: 0 20px;
    height: 40px;
    width: auto;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .button {
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .button {
        font-size: 14px;
        line-height: 22px;
        height: 54px;
    }

    .button.compact {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.button-list .legend {
    margin-bottom: 6px;
}

@media (min-width: 1024px) {
    .button-list .legend {
        margin-bottom: 10px;
    }
}

.button-list .button {
    margin-top: 15px;
}

.button-list .button:first-of-type {
    margin-top: 0;
}

@media (min-width: 768px) {
    .button-list .button {
        margin-top: 20px;
    }
}

.button-list button,
.button-list .button {
    max-width: none;
}

input.compact {
    height: 40px;
    font-size: inherit;
}

a.external.cta,
a.external.cta-more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
}

@media (min-width: 768px) {

    a.external.cta,
    a.external.cta-more {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

a.external .icon-link-out {
    display: inline-block;
    color: inherit;
    margin-left: 6px;
    margin-top: -6px;
}

@media screen and (max-width: 767px) {
    a.external {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    a.external .icon-link-out {
        flex: 0 0;
        margin-left: 20px;
    }

    a.external.cta,
    a.external.cta-more {
        padding-right: 9px;
    }
}

a.button {
    border: 1px solid;
    padding: 12px 18px;
}

@media screen and (max-width: 767px) {
    a.button {
        font-size: 12px;
        display: block;
        width: 100%;
    }
}

.expand-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expand-toggle .icon-arrow {
    transform: rotate(90deg);
    transition: transform 0.3s;
    font-size: 0.3666rem;
    margin-left: 0.25rem;
    margin-right: 1rem;
}

.expand-toggle.aria-expanded .icon-arrow,
.expand-toggle[aria-expanded="true"] .icon-arrow {
    transform: rotate(270deg);
}

.expandable {
    display: block;
}

.expandable.open {
    display: block;
}

@media (min-width: 768px) {
    .expandable.open-tablet {
        display: block;
    }
}

.white-module {
    background-color: #fff;
}

.light-gray-module {
    background: #f3f3f3;
}

.gray-module-tablet {
    background: #fff;
}

@media (min-width: 768px) {
    .gray-module-tablet {
        background: #f3f3f3;
    }
}

.gray-module-desktop {
    background: #fff;
}

@media (min-width: 1024px) {
    .gray-module-desktop {
        background: #f3f3f3;
    }
}

.white-gray-module {
    background: #f3f3f3;
}

@media (min-width: 1024px) {
    .white-gray-module {
        background: #fff;
    }

    .white-gray-module section>.container {
        background: #f3f3f3;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.gray-white-module {
    background: #fff;
}

@media (min-width: 1024px) {
    .gray-white-module section>.container {
        background: #f3f3f3;
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.darkblue-module {
    color: #fff;
    background: #202439;
}

.blue-module {
    color: #fff;
    background: #1A3057;
}

.light-blue-module {
    background: #eff5fc;
}

.container--padding-with-rule {
    margin-left: -20px;
    margin-right: -20px;
    padding: 24px 20px 30px;
    border-bottom: 5px solid #bfc7d9;
}

@media (min-width: 768px) {
    .container--padding-with-rule {
        margin-left: 0;
        margin-right: 0;
        padding: 41px 40px 34px;
        border-bottom-width: 8px;
    }
}

@media (min-width: 1024px) {
    .container--padding-with-rule {
        padding: 71px 60px 64px;
    }
}

@media screen and (max-width: 767px) {

    .show-for-tablet,
    .show-for-desktop,
    .hide-for-mobile {
        display: none !important;
    }

    .show-for-mobile {
        display: block !important;
        display: revert !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .show-for-mobile,
    .show-for-desktop,
    .hide-for-tablet {
        display: none !important;
    }

    .show-for-tablet {
        display: block !important;
        display: revert !important;
    }
}

@media (min-width: 768px) {
    .mobile-only {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .desktop-only {
        display: none;
    }
}

@media (min-width: 1024px) {

    .show-for-mobile,
    .show-for-tablet,
    .hide-for-desktop {
        display: none !important;
    }

    .show-for-desktop {
        display: block !important;
        display: revert !important;
    }
}

.ff-performance--benchmarks-control {
    display: block;
    padding: 2px 0 2px 0;
    color: #666;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    margin: 0 20px;
}

@media (min-width: 768px) {
    .container {
        margin: 0 40px;
    }
}

@media (min-width: 1024px) {
    .container {
        margin: 0 40px;
    }
}

@media (min-width: 1400px) {
    .container {
        margin: 0 auto;
        max-width: 1280px;
    }
}

.container .accordion {
    margin: 0 -20px;
}

@media (min-width: 768px) {
    .container .accordion {
        margin: 0 -40px;
    }
}

.funds--back-to-top {
    position: fixed;
    bottom: 0;
    z-index: 5;
}

.funds--back-to-top--button {
    color: #fff;
    font-family: "Polaris-Bold";
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 74px;
    margin: 0;
}

.funds--back-to-top--button:first-child {
    padding: 0 9px;
    border: 0 none;
}

.funds--back-to-top--button .icon-arrow {
    font-size: 0.71rem;
    color: inherit;
}

.funds--back-to-top--label {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .funds--back-to-top {
        right: 0px;
    }

    .funds--back-to-top--button.button {
        display: flex;
        width: 68px;
    }
}

@media (min-width: 768px) {
    .funds--back-to-top {
        right: 20px;
    }
}

@media (min-width: 1024px) {
    .funds--back-to-top {
        right: 40px;
    }
}

@media (min-width: 1400px) {
    .funds--back-to-top {
        right: 85px;
    }
}

.table-scroll-instruction {
    color: #666;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0.8em 0;
}

.table-scroll-instruction .icon-double-arrow {
    font-size: inherit;
    margin-left: 0.5em;
}

@media (min-width: 768px) {
    .table-scroll-instruction {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .table-scroll-instruction {
        font-size: 14px;
    }
}

.icon-link-out {
    transform: scale(0.5);
}

@media (min-width: 768px) {
    .icon-link-out {
        transform: scale(0.82);
    }
}

[data-truncate] {
    overflow: hidden;
}

.readmore-link {
    display: block;
}

.generic-container--header,
.generic-container--body {
    padding-top: 38px;
}

.generic-container--header+.generic-container--body {
    padding-top: 0;
}

.generic-container--media {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 1024px) {

    .generic-container--header,
    .generic-container--body {
        padding-top: 74px;
    }
}

.generic-rule hr {
    margin-top: 0;
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .generic-rule hr {
        margin-bottom: 26px;
    }
}

@media (min-width: 1024px) {
    .generic-rule hr {
        margin-bottom: 34px;
    }
}

.fifty50,
.two-thirds,
.one-third {
    flex: 0 0 100%;
    width: 100%;
}

.full-width {
    width: 100%;
}

@media (min-width: 768px) {

    .fifty50,
    .two-thirds,
    .one-third {
        margin-left: 20px;
        margin-right: 20px;
        flex: 1 1 calc(50% - 40px);
        width: calc(50% - 40px);
    }

    .media-right {
        order: 2;
    }

    .media-left {
        order: -1;
    }
}

@media (min-width: 1024px) {
    .two-thirds {
        flex-basis: calc(66.66% - 40px);
        width: calc(66.66% - 40px);
        padding-right: 60px;
    }

    .one-third {
        flex-basis: calc(33.33% - 40px);
        width: calc(33.33% - 40px);
    }
}

.media-embed iframe,
.media-embed video,
.media-embed img {
    width: 100%;
}

img[src$=".svg"]:not([width]) {
    width: 100%;
}

.responsive-embed .bc-player-default_default {
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.responsive-embed.widescreen .bc-player-default_default {
    padding-top: 56.25%;
}

.bc-player-default_default.vjs-mouse .vjs-control-bar {
    display: none;
}

.bc-player-default_default.vjs-mouse.vjs-has-started .vjs-control-bar {
    display: flex;
}

.funds--container {
    width: 100%;
    padding: 25px 0 20px;
    margin: 0;
}

@media (min-width: 768px) {
    .funds--container {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1024px) {
    .funds--container {
        padding-top: 52px;
        padding-bottom: 80px;
    }
}

.carousel-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-pagination .swiper-pagination-bullet {
    font-size: 0.75em;
    width: 1em;
    height: 1em;
    background: #5f5f5f;
    opacity: 1;
}

.carousel-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 1em;
}

.carousel-pagination .swiper-pagination-bullet-active {
    background: #cac4cd;
}

.icon {
    font-size: 16px;
}

.icon-aqr {
    width: 2.5em;
    height: 2.5em;
}

@media (min-width: 768px) {
    .icon-aqr {
        font-size: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .icon-aqr {
        font-size: 2rem;
    }
}

.icon-arrow {
    width: 1.534375em;
    height: 3.003125em;
    transition: transform 0.3s;
}

.icon-arrow.icon-arrow-down {
    transform: rotate(90deg);
}

.icon-arrow.icon-arrow-up {
    transform: rotate(270deg);
}

.icon-arrow.icon-arrow-left {
    transform: rotate(180deg);
}

.icon-bookmark {
    width: 2.165625em;
    height: 2.95em;
}

.icon-calendar {
    width: 1.4375em;
    height: 1.4375em;
}

.icon-checkmark {
    width: 1.25em;
    height: 1.25em;
}

.icon-close-filter {
    width: 0.78125em;
    height: 0.8125em;
}

.icon-close-form {
    width: 1.46875em;
    height: 1.53125em;
}

.icon-double-arrow {
    color: inherit;
    fill: currentColor;
    width: 0.9375em;
    height: 1em;
}

.icon-download {
    width: 1.25em;
    height: 1.625em;
}

.icon-external {
    width: 1em;
    height: 1em;
}

.icon-favorite {
    fill: transparent;
    stroke: transparent;
    width: 1.5625em;
    height: 1.5em;
}

.icon-favorite:hover,
.icon-favorite:active {
    color: transparent;
    /* star outline */
    fill: #fff;
    /* star fill */
    stroke: #006ac6;
    /* background */
}

.icon-locked {
    color: #666;
    width: 0.75em;
    height: 1.0625em;
    vertical-align: -0.15em;
}

.icon-menu {
    width: 1.25em;
    height: 1em;
}

.icon-radio {
    fill: transparent;
    stroke: #666666;
    width: 1.5em;
    height: 1.5em;
}

.icon-search {
    width: 1.0625em;
    height: 1.0625em;
}

.icon-share {
    width: 1.3125em;
    height: 1.5em;
}

.icon-subscribe {
    fill: transparent;
    width: 1.5625em;
    height: 1.5em;
}

.icon-subscribe:hover,
.icon-subscribe:active {
    fill: #006ac6;
    color: #fff;
}

.icon-unlock {
    color: #666;
    width: 1em;
    height: 1.0625em;
    vertical-align: -0.15em;
}

.icon-letter {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    background: #006ac6;
    color: #fff;
    text-align: center;
}

[disabled] .icon-favorite,
[disabled] .icon-subscribe {
    opacity: 0.3;
}

[disabled] .icon-favorite:hover,
[disabled] .icon-favorite:active,
[disabled] .icon-subscribe:hover,
[disabled] .icon-subscribe:active {
    fill: transparent;
    color: inherit;
}

.fund-state--subscribe-yes .icon-subscribe {
    fill: #006ac6;
    color: #fff;
}

.fund-state--subscribe-yes .icon-subscribe:hover,
.fund-state--subscribe-yes .icon-subscribe:active {
    color: #fff;
}

.fund-state--favorite-yes .icon-favorite {
    color: transparent;
    /* star outline */
    fill: #fff;
    /* star fill */
    stroke: #006ac6;
    /* background */
}

.document-state--locked-yes .icon-unlock {
    display: none;
}

.document-state--locked-no .icon-locked {
    display: none;
}

.dark .icon-checkmark,
.icon-checkmark {
    fill: #fff;
    color: #fff;
    stroke: #acacac;
}

.icon-checkmark.checkmark-transparent {
    fill: transparent;
    color: transparent;
}

.checked .icon-checkmark,
[aria-checked="true"] .icon-checkmark,
[aria-pressed="true"] .icon-checkmark,
:checked+.icon-checkmark {
    fill: #006ac6;
}

.checked .icon-checkmark.checkmark-transparent,
[aria-checked="true"] .icon-checkmark.checkmark-transparent,
[aria-pressed="true"] .icon-checkmark.checkmark-transparent,
:checked+.icon-checkmark.checkmark-transparent {
    fill: #009fdf;
    color: #fff;
}

[disabled]+.icon-checkmark {
    fill: #f3f3f3;
    color: #f3f3f3;
}

[disabled]:checked+.icon-checkmark {
    color: rgba(0, 106, 198, 0.5);
}

[disabled] .icon-checkmark {
    fill: #f3f3f3;
    color: #f3f3f3;
}

[disabled][aria-checked="true"] .icon-checkmark,
[disabled][aria-pressed="true"] .icon-checkmark,
[disabled]:checked .icon-checkmark,
[disabled].checked .icon-checkmark {
    color: rgba(0, 106, 198, 0.5);
}

label .icon-radio,
label .icon-checkmark {
    cursor: pointer;
}

.dark .icon-radio,
.icon-radio {
    fill: transparent;
    color: transparent;
}

.checked .icon-radio,
a:active .icon-radio,
:checked+.icon-radio {
    color: #006ac6;
}

h1,
.h1,
.hero-title {
    font-size: 22px;
    line-height: 28px;
}

h2,
.h2 {
    font-size: 20px;
    line-height: 24px;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Copernicus-Bold";
    font-weight: normal;
}

h4,
.h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0.75rem;
}

h4:not([class]),
.h4:not([class]) {
    margin-top: 0.75rem;
}

h5,
.h5 {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    font-family: "Polaris-Bold";
    font-weight: normal;
}

h5 *,
.h5 * {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

h5 strong,
h5 b,
.h5 strong,
.h5 b {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

h5 em,
.h5 em {
    font-family: "Polaris-Italic";
    font-style: normal;
}

h6,
.h6,
.eyebrow {
    font-size: 12px;
    line-height: 14px;
    font-family: "Polaris-Roman", Arial, sans-serif;
}

@media screen and (max-width: 767px) {

    h4 *,
    .h4 * {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    h4 strong,
    h4 b,
    .h4 strong,
    .h4 b {
        font-family: "Copernicus-Bold";
        font-weight: normal;
    }

    h4 em,
    .h4 em {
        font-family: "Copernicus-Italic";
        font-style: normal;
    }
}

@media (min-width: 768px) {

    h1,
    .h1,
    .hero-title {
        font-size: 30px;
        line-height: 40px;
    }

    /*
    h2, .h2 {
        font-size: 32px;
        line-height: 44px;
    }
    h3, .h3 {
        font-size: 26px;
        line-height: 34px;
    }
    h4, .h4 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 1rem;

        &:not([class]) {
            margin-top: 1rem;
        }
    }
    h5, .h5 {
        font-size: 18px;
        line-height: 28px;
    }
    h6, .h6,
    .eyebrow {
        font-size: 14px;
    }
*/
}

@media (min-width: 1024px) {

    h1,
    .h1,
    .hero-title {
        font-size: 44px;
        line-height: 60px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 23px;
    }

    h3,
    .h3 {
        font-size: 26px;
        line-height: 34px;
    }

    h4,
    .h4 {
        font-size: 22px;
        line-height: 34px;
    }

    h4:not([class]),
    .h4:not([class]) {
        margin-top: 46px;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 28px;
    }

    h6,
    .h6,
    .eyebrow {
        font-size: 14px;
        line-height: 18px;
    }
}

tbody th {
    text-align: left;
}

.sticky-table-header {
    position: relative;
}

.sticky-table-header--container {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.sticky-table-header--container .sticky {
    overflow-x: hidden;
    width: 100%;
}

.sticky-table-header--container .sticky.is-stuck {
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    .sticky-table-header.ff-table--wrapper .sticky-table-header--container .sticky.is-stuck {
        margin-top: 53px !important;
    }
}

@media (min-width: 1024px) {
    .sticky-table-header.ff-table--wrapper .sticky-table-header--container .sticky.is-stuck {
        max-width: 1475px !important;
    }
	.ff-performance--body .sticky-table-header.ff-table--wrapper .sticky-table-header--container .sticky.is-stuck {
        margin-top: 148px !important; }
}

.sticky-table-header--table-wrapper table[data-sticky-table-headers] {
    margin-bottom: 0;
}

:-ms-input-placeholder {
    color: #666;
    font-family: "Polaris-Roman", Arial, sans-serif;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    :-ms-input-placeholder {
        font-size: 1rem;
    }
}

:-webkit-input-placeholder {
    color: #666;
    font-family: "Polaris-Roman", Arial, sans-serif;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    :-webkit-input-placeholder {
        font-size: 1rem;
    }
}

::placeholder {
    color: #666;
    font-family: "Polaris-Roman", Arial, sans-serif;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    ::placeholder {
        font-size: 1rem;
    }
}

[type="search"] {
    -webkit-appearance: none;
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"] {
    height: 3.125rem;
    font-family: "Polaris-Roman", Arial, sans-serif;
}

@media (min-width: 768px) {

    [type="text"],
    [type="password"],
    [type="date"],
    [type="datetime"],
    [type="datetime-local"],
    [type="month"],
    [type="week"],
    [type="email"],
    [type="number"],
    [type="search"],
    [type="tel"],
    [type="time"],
    [type="url"],
    [type="color"] {
        height: 3.375rem;
    }
}

input[type="checkbox"]:checked+label {
    color: #333;
}

.dark [type="text"],
.dark [type="password"],
.dark [type="date"],
.dark [type="datetime"],
.dark [type="datetime-local"],
.dark [type="month"],
.dark [type="week"],
.dark [type="email"],
.dark [type="number"],
.dark [type="search"],
.dark [type="tel"],
.dark [type="time"],
.dark [type="url"],
.dark [type="color"] {
    background: transparent;
    color: #fff;
}

.dark [type="text"]::-ms-input-placeholder,
.dark [type="password"]::-ms-input-placeholder,
.dark [type="date"]::-ms-input-placeholder,
.dark [type="datetime"]::-ms-input-placeholder,
.dark [type="datetime-local"]::-ms-input-placeholder,
.dark [type="month"]::-ms-input-placeholder,
.dark [type="week"]::-ms-input-placeholder,
.dark [type="email"]::-ms-input-placeholder,
.dark [type="number"]::-ms-input-placeholder,
.dark [type="search"]::-ms-input-placeholder,
.dark [type="tel"]::-ms-input-placeholder,
.dark [type="time"]::-ms-input-placeholder,
.dark [type="url"]::-ms-input-placeholder,
.dark [type="color"]::-ms-input-placeholder {
    color: #f3f3f3;
}

.dark [type="text"]::-webkit-input-placeholder,
.dark [type="password"]::-webkit-input-placeholder,
.dark [type="date"]::-webkit-input-placeholder,
.dark [type="datetime"]::-webkit-input-placeholder,
.dark [type="datetime-local"]::-webkit-input-placeholder,
.dark [type="month"]::-webkit-input-placeholder,
.dark [type="week"]::-webkit-input-placeholder,
.dark [type="email"]::-webkit-input-placeholder,
.dark [type="number"]::-webkit-input-placeholder,
.dark [type="search"]::-webkit-input-placeholder,
.dark [type="tel"]::-webkit-input-placeholder,
.dark [type="time"]::-webkit-input-placeholder,
.dark [type="url"]::-webkit-input-placeholder,
.dark [type="color"]::-webkit-input-placeholder {
    color: #f3f3f3;
}

.dark [type="text"]::placeholder,
.dark [type="password"]::placeholder,
.dark [type="date"]::placeholder,
.dark [type="datetime"]::placeholder,
.dark [type="datetime-local"]::placeholder,
.dark [type="month"]::placeholder,
.dark [type="week"]::placeholder,
.dark [type="email"]::placeholder,
.dark [type="number"]::placeholder,
.dark [type="search"]::placeholder,
.dark [type="tel"]::placeholder,
.dark [type="time"]::placeholder,
.dark [type="url"]::placeholder,
.dark [type="color"]::placeholder {
    color: #f3f3f3;
}

[type="search"] {
    border-radius: 4px;
}

.inline-form input,
.inline-form button {
    width: 100%;
    margin-bottom: 0;
    max-width: none;
}

.inline-form input {
    border-bottom-style: none;
}

@media (min-width: 768px) {
    .inline-form {
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
    }

    .inline-form>* {
        flex: 1;
        margin-left: 20px;
        margin-right: 20px;
    }

    .inline-form input {
        border-bottom-style: solid;
    }

    .inline-form button {
        flex: 0 0 auto;
        width: auto;
    }
}

.form-field.active {
    z-index: 0;
}

.form-field.active .text-box::-ms-input-placeholder {
    color: transparent;
}

.form-field.active .text-box::-webkit-input-placeholder {
    color: transparent;
}

.form-field.active .text-box::placeholder {
    color: transparent;
}

.form-field__dropdown.active {
    z-index: 1;
}

.form-field .text-box:focus {
    background: transparent;
}

.form--errors {
    color: red;
}

.form--errors li:before {
    color: red;
}

.form--helper {
    color: #666;
}

.form--field {
    position: relative;
}

.form--field--error-msg {
    display: none;
    position: absolute;
    left: auto;
    right: -6px;
    top: calc(100% - 12px);
    background: #fcc;
    padding: 2px 12px;
    margin-left: 6px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.35);
    z-index: 10;
}

@media (min-width: 768px) {
    .form--field--error-msg {
        top: calc(100% - 4px);
        left: 20px;
        right: auto;
        margin-left: 0;
    }
}

.form--field--error [type="text"],
.form--field--error [type="password"],
.form--field--error [type="date"],
.form--field--error [type="email"],
.form--field--error [type="number"],
.form--field--error [type="tel"] {
    border-color: green !important;
}

.form--field--error [type="text"]:invalid,
.form--field--error [type="password"]:invalid,
.form--field--error [type="date"]:invalid,
.form--field--error [type="email"]:invalid,
.form--field--error [type="number"]:invalid,
.form--field--error [type="tel"]:invalid {
    border-color: red !important;
}

.form--field--error [type="text"]:invalid+.form--field--error-msg,
.form--field--error [type="password"]:invalid+.form--field--error-msg,
.form--field--error [type="date"]:invalid+.form--field--error-msg,
.form--field--error [type="email"]:invalid+.form--field--error-msg,
.form--field--error [type="number"]:invalid+.form--field--error-msg,
.form--field--error [type="tel"]:invalid+.form--field--error-msg {
    display: block;
}

.error [type="text"]:required,
.error [type="password"]:required,
.error [type="date"]:required,
.error [type="email"]:required,
.error [type="number"]:required,
.error [type="tel"]:required {
    border-color: red !important;
}

.in-progress {
    position: relative;
}

.in-progress:after {
    content: url("../image/spinner.svg");
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
}

.in-progress.form-field__submit {
    opacity: 0.5;
}

.in-progress.form-field__submit:after {
    content: url("../image/spinner-alt.svg");
}

.in-progress.subscription-funds--item-action:after {
    left: -2px;
}

.document-listing--ctas .button.in-progress {
    opacity: 0.8;
}

.document-listing--ctas .button.in-progress:after {
    content: url("../image/spinner-alt.svg");
}

.doc-list--item label.in-progress:after {
    top: 2px;
    left: 34px;
    margin-left: 0;
    margin-top: 0;
}

.subscription-tabs--reskin .in-progress:after {
    content: none;
}

.subscription-tabs--reskin .in-progress input[type="checkbox"]+label:before {
    content: url("../image/spinner.svg");
}

.subscription-tabs--reskin .sub__freq__option label.in-progress:after {
    content: url("../image/spinner.svg");
}

.pagination--item {
    color: #333;
    font-family: "Polaris-Roman", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-right: 40px;
}

.pagination--item--container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    width: 225px;
}

.pagination--item.active {
    color: #009fdf;
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.pagination--prev,
.pagination--next {
    color: #009fdf;
    font-family: aqr-icons;
    font-size: 16px;
    width: 16px;
    position: absolute;
    top: 18px;
}

.pagination--prev::before,
.pagination--next::before {
    content: "\F105";
}

.pagination--prev.disabled,
.pagination--next.disabled {
    color: #aaa;
    cursor: auto;
}

.pagination--prev {
    transform: rotate(180deg);
    left: 7px;
}

.pagination--next {
    right: 7px;
}

.fund-footnote>.container {
    display: block;
}

.fund-footnote--container {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.fund-footnote--title {
    font-family: inherit;
    font-size: 10px;
}

@media (min-width: 1024px) {
    .fund-footnote--title {
        font-size: 16px;
    }
}

.fund-footnote--copy {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.02em;
}

.fund-footnote--copy p,
.fund-footnote--copy ul {
    margin-bottom: 14px;
}

.fund-footnote--copy .compliant {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 16px;
}

@media (min-width: 768px) {
    .fund-footnote--copy {
        /*
            font-size: 14px;
            line-height: 24px;
*/
    }
}

@media (min-width: 1024px) {
    .fund-footnote--copy {
        font-size: 14px;
        line-height: 24px;
    }

    .fund-footnote--copy p,
    .fund-footnote--copy ul {
        margin-bottom: 24px;
    }

    .fund-footnote--copy .compliant {
        font-size: 15px;
        line-height: inherit;
    }
}

.fund-footnote--copy p:last-child {
    margin-bottom: 0;
}

.fund-footnote--section {
    padding-top: 0;
    margin-bottom: 36px;
}

.fund-footnote--section.white-module,
.fund-footnote--section.light-gray-module {
    margin-bottom: 0;
    padding-bottom: 36px;
}

.fund-footnote--section.fund-footnote--globalfund {
    padding-bottom: 0;
}

.fund-footnote--section.fund-footnote--sitewide {
    padding-top: 36px;
}

.fund-footnote--container {
    width: 100%;
    position: relative;
}

.fund-footnote--toggle {
    position: absolute;
    top: 0;
    right: 0;
}

.fund-footnote--copy.expandable {
    box-sizing: content-box;
    min-height: 28px;
    overflow: hidden;
    transition: height 0.3s ease;
    padding-right: 40px;
}

.white-module .fund-footnote--section,
.white-gray-module .fund-footnote--section,
.light-gray-module .fund-footnote--section {
    margin-bottom: 0;
    padding-bottom: 36px;
}

@media (min-width: 768px) {
    .fund-footnote--section {
        margin-bottom: 72px;
    }

    .fund-footnote--section.white-module,
    .fund-footnote--section.light-gray-module {
        margin-bottom: 0;
        padding-bottom: 72px;
    }

    .fund-footnote--section.fund-footnote--globalfund {
        padding-bottom: 0;
    }

    .fund-footnote--section .fund-footnote--sitewide {
        padding-top: 72px;
    }

    .fund-footnote--slim {
        padding-top: 18px;
        margin-bottom: 32px;
    }

    .fund-footnote--slim.white-module,
    .fund-footnote--slim.light-gray-module {
        padding-bottom: 32px;
    }

    .fund-footnote--title {
        margin-bottom: 0.75rem;
    }

    .white-module .fund-footnote--section,
    .light-gray-module .fund-footnote--section {
        margin-bottom: 0;
        padding-bottom: 72px;
    }

    .white-gray-module .fund-footnote--section {
        margin-bottom: 72px;
        padding-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .fund-footnote--slim {
        padding-top: 0;
    }

    .fund-footnote--copy.expandable {
        min-height: 48px;
    }
}

/* List in richtext*/
/*List with one layer*/
ul.dot.firstLayerList {
    margin-top: 0px;
    margin-left: 15px;
}

ul.dot.firstLayerList li {
    list-style-type: disc;
}

ul.dot.firstLayerList li:before {
    content: none !important;
}

ul.dot ul.secondLayerList {
    margin-left: 36px;
}

ul.dot ul.secondLayerList li {
    list-style-type: circle;
    margin-bottom: 0px;
}

ul.dot ul.secondLayerList li:before {
    content: none !important;
}

ul.dot ul.thirdLayerList {
    margin-left: 36px;
}

ul.dot ul.thirdLayerList li {
    list-style-type: square;
    margin-bottom: 0px;
}

ul.dot ul.thirdLayerList li:before {
    content: none !important;
}

ul.numeric.firstLayerList {
    margin-top: 0px;
    margin-left: 15px;
}

ul.numeric.firstLayerList li {
    list-style-type: decimal;
}

ul.numeric.firstLayerList li:before {
    content: none !important;
}

ul.numeric ul.secondLayerList {
    margin-left: 36px;
}

ul.numeric ul.secondLayerList li {
    list-style-type: lower-alpha;
    margin-bottom: 0px;
}

ul.numeric ul.secondLayerList li:before {
    content: none !important;
}

ul.numeric ul.thirdLayerList {
    margin-left: 36px;
}

ul.numeric ul.thirdLayerList li {
    list-style-type: lower-roman;
    margin-bottom: 0px;
}

ul.numeric ul.thirdLayerList li:before {
    content: none !important;
}

.accordion {
    border-top: 0 none;
}

.accordion:last-child {
    border-bottom: 0 none;
}

.accordion--trigger {
    font-family: "Polaris-Bold";
    font-weight: normal;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background: linear-gradient(to bottom, #345384 0%, #223352 100%);
    border-bottom: 5px solid #fff;
}

.accordion--trigger:hover,
.accordion--trigger:focus,
.accordion--trigger:active {
    color: #fff;
}

.accordion--trigger .icon-arrow {
    font-size: 0.3666rem;
    transform: rotate(90deg);
    transition: transform 0.3s;
    margin-left: 0.25rem;
    margin-right: 1rem;
}

.accordion--container {
    position: relative;
}

.accordion--container.is-active .accordion--trigger {
    color: #006ac6;
    background: #f3f3f3;
}

.accordion--container.is-active .accordion--trigger:hover,
.accordion--container.is-active .accordion--trigger:focus,
.accordion--container.is-active .accordion--trigger:active {
    color: #012169;
}

.accordion--container.is-active .accordion--trigger .icon-arrow {
    transform: rotate(270deg);
}

@media screen and (max-width: 767px) {
    .accordion {
        border-top: 5px solid #fff;
    }

    .accordion--body {
        padding-top: 1rem;
    }
}

@media (min-width: 768px) {
    .accordion--trigger {
        display: none;
        pointer-events: none !important;
    }

    .accordion--body {
        display: block !important;
    }

    .accordion--container:first-child {
        padding-top: 38px;
    }

    .accordion--container.light-gray-module {
        padding-top: 3.75rem;
    }
}

.dropdown {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.dropdown * {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.dropdown strong,
.dropdown b {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.dropdown em {
    font-family: "Polaris-Italic";
    font-style: normal;
}

.dropdown-trigger {
    border: 1px solid #009fdf;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.dropdown-trigger--back {
    background-color: #e6e7e8;
    justify-content: flex-start;
}

.dropdown-trigger--back .dropdown-trigger--label {
    padding-left: 0;
}

.dropdown-trigger--back .dropdown-trigger--arrow {
    order: -1;
}

.dropdown-trigger--close {
    background-color: #eef7fc;
}

.dropdown-trigger--label {
    padding: 0 1.25rem;
    align-self: center;
}

.dropdown-trigger--label--cta-style {
    font-family: "Polaris-Bold";
    font-weight: normal;
    letter-spacing: 0.02em;
}

.dropdown-trigger--arrow {
    color: #fff;
    background-color: #009fdf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-trigger--arrow .icon-arrow {
    color: inherit;
    transform: rotate(90deg);
    transition: transform 0.3s;
    height: 1.25em;
    width: 0.625em;
}

.dropdown-trigger[aria-expanded="true"] .icon-arrow {
    transform: rotate(270deg);
}

.dropdown--item {
    display: flex;
    color: #000;
}

.dropdown--item .icon {
    margin-right: 8px;
    vertical-align: -0.25em;
}

.dropdown--item:hover {
    color: #fff;
    background-color: #012169;
}

.dropdown--item.checked {
    color: #fff;
    background-color: #006ac6;
}

.dropdown-dark .dropdown-trigger {
    color: #fff;
}

.dropdown-clear {
    position: relative;
}

.dropdown-clear .dropdown-trigger {
    border: 0 none;
}

.dropdown-clear .dropdown-trigger--label {
    color: #006ac6;
}

.dropdown-clear .dropdown-trigger--arrow {
    color: #006ac6;
    background: transparent;
    width: auto;
    min-height: 0;
    margin-left: 0.875rem;
}

.dropdown-clear .dropdown-trigger--arrow .icon {
    font-size: 0.7rem;
}

.dropdown-clear .dropdown-pane {
    width: auto;
    min-width: 100%;
    border: 0 none;
    box-shadow: 0 0 21px 11px rgba(0, 0, 0, 0.12);
}

.dropdown-hollow .dropdown-trigger {
    border-color: #006ac6;
}

.dropdown-hollow .dropdown-trigger--label {
    font-family: inherit;
    font-weight: normal;
    color: #006ac6;
}

.dropdown-hollow .dropdown-trigger--arrow {
    background: none;
}

.dropdown-hollow .dropdown-trigger--arrow .icon {
    color: #006ac6;
}

.dropdown-clear .dropdown-trigger--label {
    color: #000;
    font-family: "Polaris-Roman", Arial, sans-serif;
    padding-left: 0;
    padding-right: 10px;
}

td .dropdown-clear .dropdown-trigger {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dropdown-trigger {
    font-size: 0.875rem;
    width: 100%;
    max-width: 400px;
}

.dropdown-trigger--arrow {
    width: 49px;
    min-height: 3rem;
}

.dropdown-pane {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdown--item {
    margin-left: -20px;
    margin-right: -20px;
    padding: 3px 20px;
}

@media (min-width: 768px) {
    .dropdown-trigger {
        font-size: 1rem;
        width: auto;
    }
}

@media (min-width: 1024px) {
    .dropdown-trigger--cta-style {
        min-height: 54px;
    }

    .dropdown-trigger--label--cta-style {
        font-size: 14px;
        padding-top: 1px;
        padding-right: 40px;
    }
}

@media (min-width: 1400px) {
    .dropdown-trigger--label--cta-style {
        font-size: 14px;
        padding-top: 1px;
        padding-right: 60px;
    }
}

.autocomplete__wrapper {
    position: relative;
}

.autocomplete__hint {
    -webkit-appearance: none;
    border: 1px solid #acacac;
    border-radius: 0;
    /* Safari 10 on iOS adds implicit border rounding. */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0;
    /* BUG: Safari 10 on macOS seems to add an implicit margin. */
    width: 100%;
}

.autocomplete__input {
    position: relative;
}

.autocomplete__hint {
    color: #b1b4b6;
    position: absolute;
}

/* - MODIFICATION - use our normal input styling
  .autocomplete__input--default {
    padding: 5px;
  }
  .autocomplete__input--focused {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
  }
*/
.autocomplete__input--show-all-values {
    padding: 4px 34px 4px 4px;
    cursor: pointer;
}

.autocomplete__dropdown-arrow-down {
    z-index: -1;
    display: inline-block;
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
    top: 10px;
}

.autocomplete__menu {
    background-color: #fff;
    border: 1px solid #acacac;
    border-top: 0;
    color: #000;
    margin: 0;
    max-height: 342px;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
}

.autocomplete__menu--visible {
    display: block;
}

.autocomplete__menu--hidden {
    display: none;
}

.autocomplete__menu--overlay {
    box-shadow: rgba(0, 0, 0, 0.256863) 0px 2px 6px;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 100;
}

.autocomplete__menu--inline {
    position: relative;
}

.autocomplete__option {
    border-bottom: solid #acacac;
    border-width: 1px 0;
    cursor: pointer;
    display: block;
    position: relative;
}

.autocomplete__option:before {
    content: none;
}

.autocomplete__option .autocomplete__suggestion-link {
    color: #006ac6;
}

.autocomplete__option>* {
    pointer-events: none;
}

.autocomplete__option:first-of-type {
    border-top-width: 0;
}

.autocomplete__option:last-of-type {
    border-bottom-width: 0;
}

.autocomplete__option--odd {
    background-color: #FAFAFA;
}

.autocomplete__option--focused,
.autocomplete__option:hover {
    background-color: #eff5fc;
    outline: none;
}

.autocomplete__option--focused .autocomplete__suggestion-link,
.autocomplete__option:hover .autocomplete__suggestion-link {
    color: #012169;
}

.autocomplete__option--no-results {
    background-color: #FAFAFA;
    color: #646b6f;
    cursor: not-allowed;
}

.autocomplete__option {
    font-size: 14px;
    line-height: 20px;
}

.autocomplete__hint,
.autocomplete__option {
    padding: 5px 8px;
}

.dark .autocomplete__menu--inline .autocomplete__option,
.dark .autocomplete__menu--inline .autocomplete__option--odd,
.dark .autocomplete__menu--inline .autocomplete__option--focused,
.dark .autocomplete__menu--inline .autocomplete__option--no-results {
    background: transparent;
}

.dark .autocomplete__menu--inline .autocomplete__option--no-results {
    color: #cacaca;
}

.dark .autocomplete__menu--inline .autocomplete__suggestion-link {
    color: #fff;
}

.dark .autocomplete__menu--inline .autocomplete__option--focused .autocomplete__suggestion-link,
.dark .autocomplete__menu--inline .autocomplete__option:hover .autocomplete__suggestion-link {
    color: #012169;
}

.very-dark .autocomplete__menu--inline .autocomplete__option--focused .autocomplete__suggestion-link,
.very-dark .autocomplete__menu--inline .autocomplete__option:hover .autocomplete__suggestion-link {
    color: #009fdf;
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: none;
    font-weight: normal;
    cursor: help;
}

.tooltip {
    position: absolute;
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    white-space: nowrap;
    max-width: none;
    padding: 0.1rem 0.8rem;
    border-radius: 0.625rem;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    font-size: 0.875rem;
    color: #000;
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.tooltip::before,
.tooltip::after {
    position: absolute;
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #fff;
    bottom: 100%;
}

.tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #c7c7c7 transparent transparent;
    top: 100%;
    bottom: auto;
}

.tooltip.top::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: calc(100% - 1px);
    bottom: auto;
}

.tooltip.top.align-center::before,
.tooltip.top.align-center::after {
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff;
    left: 100%;
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fff transparent transparent;
    right: 100%;
    left: auto;
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%;
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto;
}

.tooltip.align-left::before {
    left: 10%;
    right: auto;
}

.tooltip.align-right::before {
    left: auto;
    right: 10%;
}

.funds-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}

.funds-header.dark {
    color: #fff;
}

.funds-header.dark a,
.funds-header.dark a:not([class]),
.funds-header.dark .icon-aqr,
.funds-header.dark .icon-arrow,
.funds-header.dark .icon-search,
.funds-header.dark .icon-menu {
    color: #fff;
}

.funds-header .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 479px) {
    .funds-header .container {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.funds-header.slim .container {
    border-bottom: 0 none;
}

.funds-header.nav-open {
    z-index: 4;
}

@media screen and (max-width: 767px) {
    .funds-header.slim-mobile .container {
        border-bottom: 0 none;
    }
}

@media (min-width: 768px) {
    .funds-header.nav-open {
        background: #017cad;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    }

    .funds-header.nav-open.very-dark {
        background: #1b1f31;
    }

    .funds-header.nav-open .container {
        position: relative;
        border-bottom: 0 none;
    }

    .funds-header.nav-open .container::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 139px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }
}

@media (min-width: 1024px) {
    .funds-header.nav-open .container::before {
        top: 148px;
    }
}

.top-line {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    width: 100%;
}

.top-line button {
    cursor: pointer;
}

.top-line--left {
    font-family: "Copernicus-Bold";
    font-weight: normal;
    letter-spacing: 0.32em;
}

.top-line--right {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.top-line .icon-arrow-down {
    font-size: 0.292rem;
    margin-left: 8px;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .top-line {
        justify-content: center;
    }

    .top-line--left {
        padding-left: 4px;
    }

    .top-line--right {
        display: none;
    }
}

@media (min-width: 768px) {
    .top-line {
        font-size: 12px;
        line-height: 26px;
        padding-top: 2px;
    }

    .top-line--right>a {
        margin-left: 10px;
    }
}

@media (min-width: 1024px) {
    .top-line--right>a {
        margin-left: 20px;
    }
}

.top-bar {
    width: 100%;
    padding: 20px 0;
}

.top-bar .menu.dropdown>li>a {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.top-bar .top-bar--menu li.is-active>a,
.top-bar .top-bar--user-menu li.is-active>a {
    color: #fff;
}

.top-bar--menu>ul,
.top-bar--user-menu>ul {
    align-items: flex-start;
}

.top-bar--menu>ul>li,
.top-bar--user-menu>ul>li {
    position: relative;
}

.top-bar--menu>ul>li:before,
.top-bar--user-menu>ul>li:before {
    content: "";
    border-bottom: 0px solid #fff;
    position: absolute;
    margin-left: 0;
    left: 1rem;
    right: 1rem;
    bottom: -20px;
    transition: border-bottom-width 0.3s;
}

.top-bar--menu>ul>li:hover:before,
.top-bar--menu>ul>li:focus:before,
.top-bar--user-menu>ul>li:hover:before,
.top-bar--user-menu>ul>li:focus:before {
    border-bottom-width: 5px;
}

.top-bar--menu li.current:before,
.top-bar--menu li.is-active:before,
.top-bar--user-menu li.current:before,
.top-bar--user-menu li.is-active:before {
    border-bottom-width: 5px;
}

.top-bar--menu li.is-active>a .icon-arrow-down,
.top-bar--user-menu li.is-active>a .icon-arrow-down {
    transform: rotate(270deg);
}

.top-bar--user-menu .menu.dropdown>li {
    display: flex;
    align-items: flex-start;
}

.top-bar--user-menu .menu.dropdown>li:before {
    left: 0.5em;
    right: 0.75em;
}

.top-bar--user-menu .menu.dropdown>li:after {
    content: "|";
    padding-top: 0.375em;
}

.top-bar--user-menu .menu.dropdown>li:last-child {
    display: block;
}

.top-bar--user-menu .menu.dropdown>li:last-child>a {
    margin-right: -0.5em;
}

.top-bar--user-menu .menu.dropdown>li:last-child:before {
    right: 0;
}

.top-bar--user-menu .menu.dropdown>li:last-child:after {
    content: none;
}

.top-bar--user-menu .menu.dropdown>li>a {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.top-bar .icon-arrow-down {
    font-size: 0.292rem;
    margin-left: 8px;
    margin-right: 5px;
}

.top-bar--search {
    display: flex;
    align-self: flex-start;
}

.top-bar--search input {
    color: #fff;
    font-family: "Polaris-Roman", Arial, sans-serif;
    background: transparent;
    font-size: 14px;
    border-left-width: 0;
    border-radius: 0 4px 4px 0;
    border-color: rgba(255, 255, 255, 0.4);
    margin: 0;
    max-width: none;
    height: 39px;
    -webkit-appearance: none;
}

.top-bar--search input:focus {
    background: transparent;
    box-shadow: none;
    border-left-width: 0;
    border-color: rgba(255, 255, 255, 0.4);
}

.top-bar--search input::placeholder {
    color: #acacac;
}

.top-bar--search .autocomplete__menu {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.top-bar--search .autocomplete__option--odd {
    background-color: transparent;
}

.top-bar--search-trigger,
.top-bar--search button {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 39px;
}

.top-bar--search-trigger {
    border: 1px solid transparent;
}

.top-bar--search button {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0 4px 4px 0;
    border-left-width: 0;
}

@media screen and (max-width: 767px) {
    .top-bar {
        padding: 4px 0 8px;
    }

    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        flex-basis: auto;
        width: auto;
    }

    .top-bar-left .top-bar--menu,
    .top-bar-right .top-bar--user-menu {
        display: none;
    }

    .top-bar--menu-trigger {
        width: 41px;
    }

    .top-bar--menu-trigger button {
        cursor: pointer;
    }
}

@media (min-width: 768px) {
    .top-bar {
        align-items: flex-start;
    }

    .top-bar--menu-trigger {
        display: none;
    }

    .top-bar-left {
        display: flex;
    }

    .top-bar-right {
        padding-top: 12px;
    }

    .top-bar .top-bar-right {
        display: flex;
        justify-content: flex-end;
    }

    .top-bar--menu {
        padding-top: 12px;
    }

    .top-bar--menu .menu.dropdown {
        margin-left: 12px;
    }

    .top-bar--menu .menu.dropdown>li {
        min-height: 59px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .top-bar--user-menu .menu {
        align-items: flex-start;
    }

    .top-bar--user-menu .menu.dropdown>li {
        min-height: 59px;
    }

    .top-bar--user-menu .is-dropdown-submenu {
        flex-direction: column;
        align-items: flex-end;
        margin-left: calc(100% - 16px);
    }

    .top-bar--user-menu .is-dropdown-submenu.js-dropdown-active {
        display: flex;
        max-width: 0;
    }

    .top-bar--user-menu .is-dropdown-submenu>li {
        width: 50vw;
        display: flex;
        justify-content: flex-end;
        margin-right: -32px;
    }

    .top-bar--user-menu .is-dropdown-submenu>li a {
        display: block;
    }

    .top-bar .is-dropdown-submenu {
        border: 0 none;
        position: static;
        min-width: 0;
        width: 0;
        overflow: visible;
        padding-top: 64px;
        padding-bottom: 10px;
    }

    .top-bar .is-dropdown-submenu>li {
        white-space: nowrap;
    }

    .top-bar--search .autocomplete__menu {
        width: 0;
        overflow-x: visible;
        padding-top: 60px;
        padding-bottom: 32px;
        margin-left: -42px;
        border: 0;
    }

    .top-bar--search .autocomplete__option {
        border: 0;
    }
}

@media (min-width: 880px) {

    .top-bar--search>input,
    .top-bar--search .autocomplete__container {
        order: 1;
    }

    .top-bar--search input {
        display: block;
        width: calc(50vw - 220px);
        min-width: 220px;
        max-width: 280px;
    }

    .top-bar--search button {
        border-radius: 4px 0 0 4px;
        border-left-width: 1px;
        border-right-width: 0;
    }

    .top-bar--search .autocomplete__option {
        border: 0;
        width: calc(50vw - 120px);
        max-width: 372px;
    }
}

@media (min-width: 1024px) {
    .top-bar-right {
        padding-top: 21px;
    }

    .top-bar--menu {
        padding-top: 21px;
    }

    .top-bar--menu .menu.dropdown {
        margin-left: 28px;
    }

    .top-bar--menu .menu.dropdown>li {
        margin-left: 9px;
        margin-right: 9px;
    }

    .top-bar--search input {
        width: calc(33vw - 150px);
        max-width: 280px;
    }

    .top-bar--search .autocomplete__option {
        width: 372px;
    }

    .top-bar--user-menu {
        margin-left: 10px;
    }

    .top-bar .is-dropdown-submenu {
        padding-top: 70px;
        padding-bottom: 46px;
    }
}

@media (min-width: 1400px) {
    .top-bar--menu .menu.dropdown {
        margin-left: 42px;
    }

    .top-bar--menu .menu.dropdown>li {
        margin-left: 13px;
        margin-right: 13px;
    }

    .top-bar--user-menu {
        margin-left: 25px;
    }

    .top-bar--search input {
        min-width: 280px;
    }

    .top-bar--search .autocomplete__option {
        width: 496px;
    }
}

.top-bar--search {
    display: none;
    position: absolute;
}

.top-bar--search-wrapper {
    position: relative;
}

.top-bar--search-trigger {
    display: flex;
}

.top-bar--search.open {
    display: flex;
    right: 0;
    top: 0;
    z-index: 2;
}

@media screen and (max-width: 879px) {
    .top-bar--search input {
        width: calc(100vw - 80px);
        max-width: 360px;
        border-left-width: 1px;
        border-right-width: 0;
        border-radius: 4px 0 0 4px;
    }

    .top-bar--search input:focus {
        border-left-width: 1px;
        border-right-width: 0px;
    }

    .top-bar--search .autocomplete__menu {
        width: calc(100% + 42px);
        margin-left: 0;
        margin-right: -42px;
    }
}

@media screen and (max-width: 767px) {
    .top-bar--search input {
        max-width: none;
    }
}

@media (min-width: 880px) {
    .top-bar--search {
        display: flex;
        position: static;
    }

    .top-bar--search-wrapper {
        position: static;
    }

    .top-bar--search-trigger {
        display: none;
    }
}

@media screen and (max-width: 879px) {
    .dark .top-bar--search.open {
        background: rgba(13, 100, 151, 0.95);
        border-radius: 4px;
    }

    .very-dark .top-bar--search.open {
        background: rgba(34, 55, 89, 0.95);
        border-radius: 4px;
    }
}

.mobile-nav--container {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: "Polaris-Roman", Arial, sans-serif;
    padding: 26px 0 30px;
    min-height: 100%;
    width: 240px;
    overflow: hidden;
    background: url(../image/nav-disclaimer-diamond.svg) right bottom no-repeat;
    background-size: 160px 160px;
}

.mobile-nav.dark .icon {
    color: #fff;
}

.mobile-nav .icon-arrow {
    font-size: 0.292rem;
    margin-left: 8px;
    margin-right: 2px;
    transition: transform 0.3s ease;
}

.mobile-nav [aria-expanded="true"] .icon-arrow-down {
    transform: rotate(-90deg);
}

.mobile-nav--logo {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.mobile-nav--logo a {
    padding: 20px;
}

.mobile-nav--menu .menu a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 11px;
    color: #fff;
    font-family: "Polaris-Bold";
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}

.mobile-nav--menu .menu a:focus,
.mobile-nav--menu .menu a:hover {
    color: #fff;
}

.mobile-nav--menu .menu .menu {
    margin-left: 10px;
    padding-bottom: 6px;
}

.mobile-nav--menu .menu .menu a {
    display: inline-block;
    width: auto;
    font-family: "Polaris-Roman", Arial, sans-serif;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mobile-nav--menu>.menu>li:first-child {
    margin-right: 60px;
    width: auto;
}

.mobile-nav--menu .is-accordion-submenu-parent>a:after {
    visibility: hidden;
}

.mobile-nav--menu li.current>a .menu--label {
    position: relative;
    display: inline-block;
}

.mobile-nav--menu li.current>a .menu--label:before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    border-bottom: 3px solid #fff;
}

.mobile-nav--top-level>li {
    padding: 5px 4px 4px;
}

.mobile-nav--submenu-rules {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 20px;
}

.mobile-nav--close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mobile-nav--close .icon {
    font-size: 0.75rem;
}

[data-whatinput="touch"] .mobile-nav a {
    outline: none;
}

.marquee {
    padding-top: 76px;
    color: #fff;
    background: url(../image/marquee_generic.jpg) #157DAD center center no-repeat;
    background-size: cover;
}

.marquee--container {
    padding-top: 23px;
    padding-bottom: 30px;
}

.marquee--header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 88px;
}

.marquee--header .eyebrow {
    margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
    .marquee--header .eyebrow {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .marquee--header .eyebrow {
        margin-bottom: 6px;
    }
}

.marquee--header h1 {
    width: 100%;
    margin-bottom: 0;
}

.marquee--media {
    width: 100%;
    max-width: 400px;
}

.marquee.dark .cta:focus,
.marquee.dark .cta:hover,
.marquee.dark .cta-more:focus,
.marquee.dark .cta-more:hover {
    color: #fff;
    border-color: #fff;
}

.marquee--slim {
    padding-top: 74px;
}

.marquee--slim .marquee--container {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .marquee {
        background-size: cover;
        padding-top: 129px;
    }

    .marquee--with-tabs-tablet {
        padding-bottom: 37px;
    }

    .marquee--container {
        padding-top: 29px;
    }

    .marquee--media {
        padding-left: 40px;
    }

    .marquee--slim {
        min-height: 128px;
    }
}

@media (min-width: 1024px) {
    .marquee {
        padding-top: 149px;
    }

    .marquee--with-tabs-desktop {
        padding-bottom: 48px;
    }

    .marquee--container {
        padding-top: 48px;
        padding-bottom: 46px;
    }

    .marquee--header {
        min-height: 128px;
    }

    .marquee--header-left {
        max-width: 730px;
    }

    .marquee--header h1+p {
        margin-top: 18px;
    }

    .marquee--slim {
        min-height: 149px;
    }
}

.feature-marquee {
    background-color: #006ac6;
}

@media (min-width: 768px) {
    .feature-marquee--container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .feature-marquee--media {
        width: 50%;
    }
}

.marquee--darkblue {
    background-image: url(../image/marquee_darkblue.jpg);
    background-color: #202439;
}

.marquee--slim {
    background: linear-gradient(to bottom, #017cad 0%, #0092cc 100%);
}

.ff-marquee--container {
    width: 100%;
}

@media screen and (max-width: 479px) {
    .ff-marquee {
        margin-bottom: -70px;
    }

    .ff-marquee--container {
        padding-bottom: 85px;
    }
}

@media (min-width: 480px) {
    .ff-marquee {
        margin-bottom: -36px;
    }

    .ff-marquee--container {
        padding-bottom: 57px;
    }
}

@media (min-width: 768px) {
    .ff-marquee {
        margin-bottom: -37px;
    }
}

@media (min-width: 1024px) {
    .ff-marquee {
        margin-bottom: -48px;
    }

    .ff-marquee--container {
        padding-bottom: 70px;
    }

    .ff-marquee--container--ucits {
        padding-top: 24px;
        padding-bottom: 50px;
    }
}

.home-marquee {
    background-image: linear-gradient(to bottom, #233a5e 0%, #202439 84%, #202439 100%);
    background-color: #202439;
}

.home-marquee--container {
    min-width: 240px;
    width: 70%;
}

@media screen and (max-width: 479px) {
    .home-marquee--container {
        padding-top: 21px;
        padding-bottom: 5px;
    }

    .home-marquee--header {
        margin-bottom: 8px;
    }

    .home-marquee--body .article__summary {
        margin-bottom: 14px;
    }
}

@media (min-width: 1024px) {
    .home-marquee {
        background: none !important;
    }

    .home-marquee--wrapper {
        background: linear-gradient(to bottom, #233a5e 0%, #202439 84%, #202439 100%) center center no-repeat;
        background-color: #202439;
        background-size: cover;
    }

    .home-marquee--container {
        width: 50%;
    }

    .home-marquee--header h1 {
        margin-bottom: 6px;
    }

    .home-marquee--body footer {
        margin-top: 21px;
    }
}

.insights-marquee {
    background-image: linear-gradient(to bottom, #233a5e 0%, #202439 84%, #202439 100%);
    background-color: #202439;
}

.insights-marquee--container {
    padding-bottom: 10px;
}

.insights-marquee--header {
    min-height: 0;
}

.insights-marquee--header h1 {
    margin-bottom: 6px;
}

.insights-marquee--body footer {
    padding-top: 2px;
}

.insights-marquee .cta:focus,
.insights-marquee .cta:hover {
    color: #d3d3cc;
    border-color: #d3d3cc;
    color: #009fdf;
    border-color: #009fdf;
}

@media (min-width: 768px) {
    .insights-marquee--container {
        padding-bottom: 14px;
    }

    .insights-marquee--body footer {
        margin-top: 20px;
    }
}

@media (min-width: 1024px) {
    .insights-marquee--container {
        width: 50%;
        padding-bottom: 48px;
    }

    .insights-marquee--header h1 {
        margin-bottom: 20px;
    }

    .insights-marquee--body footer {
        margin-top: 28px;
    }

    .insights-marquee .article__date {
        margin-bottom: 26px;
    }
}

@media screen and (max-width: 767px) {
    .myaqr-marquee .marquee--container {
        position: absolute !important;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

.strategy-marquee {
    background-image: url(../image/marquee_strategy.jpg);
    background-color: #193A5B;
    background-size: auto 100%;
}

.strategy-marquee--container {
    padding-bottom: 10px;
}

.strategy-marquee .ticker {
    font-family: "Polaris-Bold";
    font-weight: normal;
    color: #009fdf;
    font-size: 12px;
    line-height: 1;
    margin-top: 0.875rem;
}

.strategy-marquee--summary {
    max-height: 44px;
}

.strategy-marquee .readmore-link {
    font-family: "Polaris-Bold";
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 9px;
}

.strategy-marquee .cta {
    margin-bottom: 20px;
}

@media screen and (max-width: 479px) {
    .strategy-marquee--header {
        margin-bottom: 8px;
    }

    .strategy-marquee--body .article__summary {
        margin-bottom: 14px;
    }
}

@media (min-width: 768px) {
    .strategy-marquee {
        background-size: cover;
    }
}

@media (min-width: 1024px) {
    .strategy-marquee--container {
        max-width: 730px;
        padding-bottom: 65px;
    }

    .strategy-marquee--summary {
        max-height: 10000px;
        padding-bottom: 17px;
    }

    .strategy-marquee--header {
        min-height: 0;
    }

    .strategy-marquee--header h1 {
        margin-bottom: 6px;
    }

    .strategy-marquee--body footer {
        margin-top: 21px;
    }

    .strategy-marquee .eyebrow {
        margin-bottom: 9px;
    }

    .strategy-marquee .ticker {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .strategy-marquee .cta {
        margin-bottom: 0;
    }
}

.sharing-toolbar--icons-container {
    position: relative;
    padding-bottom: 12px;
}

.sharing-toolbar--icons-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
}

.sharing-toolbar--icons-list>li:before {
    content: none;
}

.sharing-toolbar--icons-link {
    color: #7f7f7f;
    padding: 16px;
}

.sharing-toolbar--icons-link:not([disabled]):hover,
.sharing-toolbar--icons-link:not([disabled]):focus {
    color: #006ac6;
}

.sharing-toolbar--icons-link svg {
    font-size: 0.875rem;
    color: inherit;
}

.sharing-toolbar.dark .sharing-toolbar--icons-link {
    color: #fff;
}

.sharing-toolbar--hidden-links {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    font-size: 21px;
    margin: 0;
}

.sharing-toolbar--fade {
    opacity: 0;
}

.fd-marquee--icons-container {
    position: relative;
}

@media screen and (max-width: 767px) {
    .fd-marquee--icons-container .sharing-toolbar--hidden-links {
        left: 0;
    }
}

.sharing-toolbar--ownspace {
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (min-width: 768px) {
    .sharing-toolbar--icons-container {
        margin-right: 0;
        margin-left: auto;
    }

    .sharing-toolbar--icons-list {
        min-height: 60px;
    }
}

@media (min-width: 1400px) {
    .sharing-toolbar--icons-container .sharing-toolbar--hidden-links {
        left: 0;
    }
}

/* import files for each component */
.aqr-popup--cta {
    width: 100%;
    max-width: none;
}

.aqr-popup--cta.button.cta,
.aqr-popup--cta.button.cta-more {
    justify-content: center;
}

.aqr-popup--close {
    color: #666;
    font-size: 1rem;
    line-height: 1;
}

.aqr-popup--close .icon {
    color: inherit;
}

.aqr-popup--marketinguse {
    color: #333;
    display: inline-block;
    font-family: Polaris-Roman;
    font-size: 14px;
    line-height: 24px;
    position: relative;
}

.aqr-cookie-popup.dark {
    background: #000;
}

.aqr-cookie-popup .aqr-popup--cta {
    border: 0 none;
}

.aqr-cookie-popup .aqr-popup--close {
    color: #009fdf;
    right: auto;
}

.position-bottom {
    height: auto;
    transform: translateY(100%);
}

.aqr-popup {
    width: 80%;
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.aqr-popup--title {
    padding-right: 40px;
}

.aqr-popup label.leading {
    margin-bottom: 16px;
}

.aqr-popup--message {
    margin-bottom: 34px;
}

.aqr-popup--checkbox-group label {
    font-size: 15px;
    margin-bottom: 8px;
}

.aqr-popup--checkbox-group label .icon {
    margin-right: 8px;
}

.aqr-popup--cta-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.aqr-popup--cta.clear {
    align-self: center;
    padding-left: 18px;
}

.aqr-popup--cta+.aqr-popup--cta {
    margin-top: 10px;
}

.aqr-popup--close {
    top: 0.5rem;
    right: 0.5rem;
}

.aqr-cookie-popup--container {
    position: relative;
    padding: 20px;
}

.aqr-cookie-popup .aqr-popup--message {
    margin-bottom: 18px;
}

.aqr-cookie-popup .aqr-popup--cta {
    width: auto;
    display: inline-flex;
}

.aqr-cookie-popup .aqr-popup--cta-wrapper {
    min-height: 0;
}

.aqr-cookie-popup .aqr-popup--cta-group {
    display: block;
}

.aqr-cookie-popup .aqr-popup--close {
    top: 1rem;
    left: -1rem;
}

@media screen and (max-width: 767px) {
    .aqr-popup--close {
        padding: 0.5rem;
    }

    .aqr-popup--close .icon {
        font-size: 0.75rem;
    }
}

@media (min-width: 768px) {
    .aqr-popup {
        width: 65.625%;
        max-width: 840px;
        padding: 96px 70px 45px;
    }

    .aqr-popup.wide {
        width: 81.25%;
        max-width: 1060px;
    }

    .aqr-popup label.leading {
        margin-bottom: 30px;
    }

    .aqr-popup--message {
        margin-bottom: 59px;
    }

    .aqr-popup--checkbox-group {
        display: flex;
        flex-wrap: wrap;
    }

    .aqr-popup--checkbox-group legend {
        margin-bottom: 16px;
    }

    .aqr-popup--checkbox-group label {
        width: 50%;
        font-size: 18px;
        padding-right: 20px;
    }

    .aqr-popup--cta-wrapper {
        min-height: 128px;
    }

    .aqr-popup--cta-group {
        margin-top: 59px;
    }

    .aqr-popup--cta+.aqr-popup--cta {
        margin-top: 20px;
    }

    .aqr-popup--cta.clear:last-child {
        padding-bottom: 2px;
    }

    .aqr-popup--close {
        top: 1.875rem;
        right: 1.25rem;
    }

    .aqr-cookie-popup--container {
        padding: 30px 20px;
    }

    .aqr-cookie-popup .aqr-popup--message {
        margin-bottom: 18px;
    }

    .aqr-cookie-popup .aqr-popup--cta-group {
        margin-top: 34px;
    }

    .aqr-cookie-popup .aqr-popup--close {
        top: 35px;
        left: -16px;
    }

    .aqr-cookie-popup .aqr-popup--close .icon {
        font-size: 0.75rem;
    }
}

@media (min-width: 1024px) {
    html.is-reveal-open body {
        overflow-y: visible;
    }

    .aqr-popup--title {
        font-size: 28px;
    }

    .aqr-cookie-popup--container {
        padding: 52px 48px 40px;
    }

    .aqr-cookie-popup .aqr-popup--message {
        margin-bottom: 0;
    }

    .aqr-cookie-popup .aqr-popup--cta-group {
        margin-top: 34px;
        padding-bottom: 20px;
    }

    .aqr-cookie-popup .aqr-popup--close {
        top: 60px;
        left: 0;
    }

    .aqr-cookie-popup .aqr-popup--close .icon {
        font-size: 1rem;
    }
}

.boxes--component.white-module .boxes--item:not(.dark) {
    background: #f3f3f3;
}

.boxes--item {
    background: #fff;
}

.boxes--item.dark {
    background: #012169;
}

.box--head {
    margin-bottom: 8px;
}

.box--head .eyebrow {
    margin-bottom: 5px;
}

.box--head .box--title {
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {

    .box--head small,
    .box--head .small {
        font-size: 11px;
    }
}

@media (min-width: 1024px) {
    .box--head {
        margin-bottom: 10px;
    }
}

.box--title.h4 {
    font-family: "Copernicus-Bold";
    font-weight: normal;
}

.box--title a:not(.dark) {
    color: inherit;
}

.box--footer {
    padding-top: 10px;
}

.box--footer .cta-link {
    margin-bottom: 0;
}

.box--news.dark {
    background-image: linear-gradient(30deg, #003043 0%, #00405a 100%);
}

.box--fund.dark {
    background-image: linear-gradient(30deg, #007cad 0%, #004664 100%);
}

.boxes--container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.boxes--header {
    margin-bottom: 24px;
}

.boxes--item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    margin-bottom: 20px;
}

.boxes--fund-list .box--title {
    margin-bottom: 2px;
}

.boxes--fund-list .article__tickr {
    margin-bottom: 2px;
}

.boxes--footer {
    margin-top: 30px;
}

.box--embed {
    margin: -20px -20px 20px;
}

.box--body {
    flex: 1 1 auto;
}

.box--embed,
.box--head,
.box--footer {
    flex: 0 0 auto;
}

.box--fund h3.box--title {
    font-family: "Copernicus-Roman", Georgia, serif;
    font-weight: normal;
}

.box--article {
    padding-right: 45px;
}

@media (min-width: 480px) {
    .boxes--item {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 768px) {
    .boxes--header {
        margin-bottom: 34px;
    }

    .boxes--body {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }

    .boxes--item {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
        padding: 24px;
        width: calc(50% - 40px);
    }

    .boxes--fund-list .article__tickr {
        margin-bottom: 8px;
    }

    .boxes--footer .cta-link {
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .boxes--tablet-nowrap .boxes--body {
        margin-left: -10px;
        margin-right: -10px;
        flex-wrap: nowrap;
    }

    .boxes--tablet-nowrap .boxes--item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 18px;
    }
}

@media (min-width: 1024px) {
    .boxes--container {
        padding-top: 54px;
        padding-bottom: 40px;
    }

    .boxes--header {
        margin-bottom: 22px;
    }

    .boxes--body {
        padding-top: 26px;
    }

    .boxes--item {
        padding: 30px;
        width: calc(33.33% - 40px);
    }

    .box--embed {
        margin: -30px -30px 30px;
    }

    .box--article .article__summary.small {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (min-width: 1400px) {
    .box--article {
        min-height: 395px;
    }

    .box--article .box--head {
        width: 60%;
    }

    .box--article .box--body {
        width: 80%;
    }
}

.cta-boxes--container {
    width: 100%;
    padding-top: 38px;
    padding-bottom: 20px;
}

.cta-boxes--item {
    margin-bottom: 21px;
}

.cta-boxes--item+.cta-boxes--item {
    margin-top: 40px;
}

.cta-boxes--item .inline-form input {
    background: transparent;
}

@media (min-width: 1024px) {
    .cta-boxes--container {
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
    }

    .cta-boxes--head {
        padding-top: 13px;
    }

    .cta-boxes--body {
        padding-top: 13px;
        padding-bottom: 26px;
    }

    .cta-boxes--item {
        border-left: 1px solid #acacac;
        flex: 1 1 auto;
        margin-bottom: 0;
    }

    .cta-boxes--item+.cta-boxes--item {
        margin-top: 0;
    }

    .cta-boxes--item:first-child {
        border-left: 0 none;
    }

    .cta-boxes.box-count-2 .cta-boxes--item {
        padding-left: 40px;
        width: 50%;
        flex-basis: 50%;
    }

    .cta-boxes.box-count-2 .cta-boxes--item:first-child {
        padding-left: 0;
    }
}

@media (min-width: 1400px) {
    .cta-boxes.box-count-2 .cta-boxes--item {
        padding-left: 130px;
    }
}

.research-component--header h2 {
    font-size: 17px;
}

@media (min-width: 768px) {
    .research-component--header h2 {
        font-size: 32px;
    }
}

.research-component--list {
    list-style: none;
    font-size: 14px;
    line-height: 1.143;
}

@media (min-width: 768px) {
    .research-component--list {
        font-size: 19px;
        line-height: 1.364;
    }
}

@media (min-width: 1024px) {
    .research-component--list {
        font-size: 22px;
    }
}

.research-component--list>li {
    margin-bottom: 26px;
}

.research-component--list a {
    font-family: "Copernicus-Bold";
    font-weight: normal;
}

.research-component.blue-module a {
    color: #fff;
}

.research-component.blue-module a:focus,
.research-component.blue-module a:hover {
    color: #009fdf;
}

.research-component--container {
    padding-top: 26px;
    padding-bottom: 40px;
}

.research-component--header {
    margin-bottom: 8px;
}

.research-component--body footer {
    margin-top: 37px;
}

.research-component--list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.research-component--list>li:before {
    content: none;
}

@media (min-width: 768px) {
    .research-component--container {
        width: 100%;
        padding-top: 52px;
        padding-bottom: 66px;
    }

    .research-component--header {
        margin-bottom: 18px;
    }

    .research-component--body footer {
        margin-top: 34px;
    }

    .research-component--body footer .cta-link {
        display: flex;
        justify-content: center;
    }

    .research-component--body footer .cta {
        width: 380px;
    }

    .research-component--list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -20px;
    }

    .research-component--list>li {
        flex: 1 0 46%;
        padding: 0 20px;
    }
}

@media (min-width: 1024px) {
    .research-component--header {
        margin-bottom: 20px;
    }

    .research-component--body footer .cta,
    .research-component--body footer .cta-more {
        width: 33.3%;
        flex: 0 0 auto;
    }

    .research-component--list>li {
        flex-basis: 28%;
    }
}

.article-component--head h2.article__title,
.article-component--head h2.article__title a {
    font-family: "Copernicus-Roman", Georgia, serif;
}

.article-component.vector--mountains {
    background: url(../image/home-graphic.svg) bottom right no-repeat;
    background-size: auto 120px;
}

.article-component .article__tag {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.article-component--head {
    margin-bottom: 14px;
}

.article-component--head .eyebrow {
    margin-bottom: 5px;
}

.article-component--head .article__title {
    margin-bottom: 1px;
}

.article-component--footer {
    margin-top: 22px;
}

.article-component.vector--mountains {
    background: url(../image/home-graphic-mobile.svg) bottom right no-repeat;
    background-size: auto 108px;
    padding-bottom: 82px;
}

@media (min-width: 1024px) {
    .article-component--wrap {
        display: flex;
        justify-content: space-between;
    }

    .article-component--container {
        padding-bottom: 44px;
    }

    .article-component--head {
        width: 35%;
        padding-right: 20px;
    }

    .article-component--head .eyebrow {
        margin-bottom: 8px;
    }

    .article-component--head .article__title {
        margin-bottom: 0px;
    }

    .article-component--body {
        width: 50%;
        padding-top: 43px;
        padding-left: 20px;
    }

    .article-component.vector--mountains {
        background-image: url(../image/home-graphic.svg);
        background-repeat: no-repeat;
        background-position: calc(50% - 500px) bottom;
        background-size: auto 120px;
        padding-bottom: 0;
    }
}

@media (min-width: 1400px) {
    .article-component.vector--mountains {
        background-position: calc(50% - 600px) bottom;
    }
}

.my-reading-list {
    padding-top: 0;
}

.my-reading-list__item__remove {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-reading-list__item__remove .icon-remove {
    color: #666;
}

.my-reading-list__item__remove .label {
    font-size: 12px;
}

.my-reading-list__container {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    min-height: 200px;
}

.my-reading-list__item {
    padding-top: 35px;
    margin-bottom: 9px;
}

.my-reading-list__item__wrapper {
    border-top: 1px solid #acacac;
}

.my-reading-list__item__remove {
    font-size: 25px;
    top: 32px;
}

.my-reading-list__item .eyebrow {
    margin-bottom: 14px;
}

.my-reading-list__item__title {
    margin-bottom: 6px;
}

.my-reading-list__item__date {
    margin-bottom: 22px;
}

.my-reading-list__item .cta-link {
    margin-top: -5px;
}

@media (min-width: 768px) {
    .my-reading-list__container {
        min-height: 180px;
    }

    .my-reading-list__item__remove .label {
        font-size: 14px;
    }

    .my-reading-list__item .cta-link {
        margin-top: -3px;
    }
}

@media (min-width: 1024px) {
    .my-reading-list {
        padding-bottom: 20px;
    }

    .my-reading-list__container {
        min-height: 240px;
    }

    .my-reading-list__item {
        margin-left: 17.1875%;
        flex-basis: 68.75%;
        max-width: 880px;
        padding-right: 11.71875%;
        border-top: 1px solid #acacac;
        margin-bottom: 9px;
        padding-top: 72px;
    }

    .my-reading-list__item__wrapper {
        border: 0 none;
        padding-top: 0;
        margin-bottom: 13px;
    }

    .my-reading-list__item__wrapper:first-child .my-reading-list__item {
        border-top: 0 none;
    }

    .my-reading-list__item__remove {
        top: 79px;
    }

    .my-reading-list__item .eyebrow {
        margin-bottom: 21px;
    }

    .my-reading-list__item__title {
        margin-bottom: 16px;
    }

    .my-reading-list__item__date {
        margin-bottom: 26px;
    }

    .my-reading-list__item .cta-link {
        margin-top: 32px;
    }
}

.article-page__header,
.article-page-body__wrapper {
    padding: 0;
}

.article-page__header__topics {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.article-page-body .cta-link {
    margin-bottom: 0;
}

.article-page__related__content {
    position: static;
}

.article-page__footnote__tooltip .article-page__footnote__closelink,
.article-page__footnote__tooltip .article-page__footnote__titlelink {
    color: #006ac6;
    border-color: #006ac6;
}

.article-page__footnote__tooltip .article-page__footnote__content {
    color: #000;
}

.box--footer p.cta-link {
    display: inline;
}

.article-page__header {
    margin-top: 0;
}

.article-page__header__container {
    padding-top: 35px;
    padding-bottom: 26px;
}

.article-page-body {
    padding-bottom: 30px;
}

.article-page-body__cta {
    position: relative;
    margin-bottom: -3px;
}

.article-page__vector-art {
    display: none;
}

@media screen and (max-width: 767px) {
    .article-page__header__container .container {
        position: relative;
    }

    .article-page__header__container .eyebrow {
        padding-right: 180px;
    }

    .article-page__header__container .sharing-toolbar--icons-container {
        position: absolute;
        top: -18px;
        right: 0;
    }
}

@media (min-width: 768px) {
    .article-page__header__container {
        padding-top: 55px;
        padding-bottom: 36px;
    }

    .article-page-body {
        padding-bottom: 60px;
    }
}

@media (min-width: 1024px) {
    .article-page__container {
        min-height: 1082px;
        position: relative;
    }

    .article-page__header,
    .article-page-body__wrapper {
        margin-left: 0;
    }

    .article-page__header {
        width: 60%;
        max-width: 60%;
    }

    .article-page__header__container {
        padding-top: 72px;
        padding-bottom: 66px;
    }

    .article-page__header .eyebrow {
        margin-bottom: 8px;
    }

    .article-page__header__title {
        margin-bottom: 0;
    }

    .article-page__header__subtitle {
        margin-bottom: 25px;
    }

    .article-page__header__topics {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .article-page__header__article-date {
        margin-top: 19px;
        margin-bottom: 4px;
    }

    .article-page__vector-art {
        display: block;
        pointer-events: none;
    }

    .article-page__vector-art--container {
        position: absolute;
        right: 0;
        width: 336px;
        height: 922px;
        top: 80px;
    }

    .article-page__vector-art--container img {
        width: 100%;
        height: 100%;
    }

    .article-page-body {
        min-height: 600px;
        padding-top: 74px;
        padding-bottom: 80px;
    }

    .article-page-body__wrapper {
        width: 65.625%;
        max-width: 65.625%;
    }

    .article-page-body__cta {
        width: 100%;
        padding-right: 34.375%;
        margin-top: 51px;
    }
}

@media (max-width: 767px) {
    .article-page__footnote__tooltip {
        width: 100%;
    }
}

.document-listing--ctas button,
.document-listing--ctas .button {
    color: #fff;
    background: linear-gradient(to top, #005298 0%, #006ac5 100%);
}

.document-listing--ctas button:focus,
.document-listing--ctas button:hover,
.document-listing--ctas .button:focus,
.document-listing--ctas .button:hover {
    background: linear-gradient(to top, #003665 0%, #004f92 100%);
}

.document-listing--ctas .icon {
    color: #fff;
    margin-left: 10px;
}

.doc-list--item {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.doc-list--item-title {
    white-space: normal;
}

.doc-list--item .icon-checkmark {
    vertical-align: -0.25em;
    margin-right: 9px;
}

.doc-list--item .icon-subscribe {
    color: #666;
    pointer-events: none;
}

.doc-list--link {
    font-size: 0.875rem;
}

.doc-list label {
    white-space: nowrap;
}

.doc-list label.lockable {
    position: relative;
    padding-right: 30px;
}

.doc-list label.lockable .icon-locked,
.doc-list label.lockable .icon-unlock {
    margin-left: 0.3125em;
}

.doc-list label:focus-within {
    outline: 1px dotted #acacac;
}

.doc-list--select-all label {
    color: #000;
}

.doc-filter {
    background-color: #01152f;
}

.doc-filter--title,
.doc-filter .dropdown {
    padding-right: 12px;
}

.doc-filter .dropdown-dark h3 {
    color: #fff;
}

.doc-filter--cta {
    max-height: 50px;
}

.document-listing--container {
    width: 100%;
    padding-top: 14px;
    padding-bottom: 0px;
}

.document-listing--lists {
    background: #fff;
    margin-left: -10px;
    margin-right: -10px;
    padding: 26px 10px 48px;
}

.document-listing--ctas {
    display: flex;
    justify-content: center;
    pointer-events: none;
    min-height: 40px;
}

.document-listing--ctas button,
.document-listing--ctas .button {
    pointer-events: all;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.16;
    margin-bottom: 0;
}

.document-listing--ctas:not(.show) button,
.document-listing--ctas:not(.show) .button {
    display: none;
}

.document-listing--footer {
    margin-top: 30px;
}

.doc-list--container {
    border-top: 1px solid #acacac;
    padding-top: 27px;
    margin-bottom: 34px;
}

.doc-list--container:first-child {
    border-top: 0 none;
    padding-top: 0;
}

.doc-list--container:last-child {
    margin-bottom: 0;
}

.doc-list--item {
    margin-bottom: 14px;
}

.doc-list--item label {
    text-indent: -32px;
    padding-left: 32px;
}

.doc-filter {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 12px 0;
}

.doc-filter--title,
.doc-filter .dropdown {
    padding-right: 12px;
}

@media screen and (max-width: 767px) {
    .document-listing--ctas {
        margin-left: -20px;
        margin-right: -20px;
        max-width: none !important;
    }

    .document-listing--ctas button,
    .document-listing--ctas .button {
        border-left: 0 none;
        border-right: 0 none;
    }

    .document-listing--ctas button+button,
    .document-listing--ctas button+.button,
    .document-listing--ctas .button+button,
    .document-listing--ctas .button+.button {
        margin-left: 1px;
    }

    .document-listing--ctas .icon {
        font-size: 1.25rem;
    }

    .doc-filter {
        padding: 20px;
        margin-bottom: 20px;
    }

    .doc-filter .share-class--select h3 {
        position: absolute !important;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }

    .doc-filter .share-class--select .dropdown-pane {
        padding: 0;
        box-shadow: none;
    }

    .doc-filter--cta-wrap {
        margin-right: 12px;
    }

    .doc-filter--cta {
        max-width: 400px;
    }
}

@media (min-width: 768px) {
    .document-listing--ctas {
        min-height: 54px;
    }

    .document-listing--ctas button,
    .document-listing--ctas .button {
        max-width: 310px;
    }

    .doc-filter {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-end;
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .doc-filter--subscriptions {
        margin-left: 0;
        margin-right: 0;
    }

    .doc-filter--title,
    .doc-filter .dropdown {
        padding-right: 12px;
    }

    .doc-filter .dropdown {
        flex: 1 1 25%;
    }

    .doc-filter .dropdown-trigger {
        width: 100%;
    }

    .doc-filter .share-class--current-value {
        white-space: nowrap;
    }

    .doc-filter--cta {
        display: inline-flex;
    }

    .doc-filter--cta-wrap {
        padding-top: 16px;
        flex: 1 1 auto;
        max-width: 240px;
    }

    .doc-filter--title {
        width: 100%;
        flex-basis: 100%;
    }

    .ff-documents--head .doc-filter .dropdown {
        margin-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .document-listing--container {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .document-listing--lists {
        display: flex;
        flex-wrap: wrap;
        padding: 66px 0 54px;
        margin-left: 0;
        margin-right: 0;
    }

    .document-listing--lists--ucits {
        padding-left: 16px;
        padding-right: 16px;
    }

    .document-listing--footer {
        margin-top: 6px;
    }

    .document-listing--footer .cta-link {
        margin-top: 60px;
        margin-bottom: 6px;
    }

    .doc-list {
        margin-bottom: 0;
    }

    .doc-list--container {
        flex: 1 1 33.3%;
        padding: 0 40px;
        border-top: 0 none;
        border-left: 1px solid #acacac;
        margin-bottom: 0;
        max-width: 33.3%;
    }

    .doc-list--container--ucits {
        flex-basis: auto;
        max-width: 35%;
        padding-left: 24px;
        padding-right: 24px;
        width: 15%;
    }

    .doc-list--container--wide {
        flex-grow: 2;
    }

    .doc-list--container:first-child {
        border-left: 0 none;
    }

    .doc-list--select-all {
        margin-top: 54px;
        border-left: 0 none;
        flex: 0 0 100%;
        width: 100%;
        max-width: none;
    }

    .doc-list--title {
        margin-bottom: 28px;
    }

    .doc-list--item:last-child {
        margin-bottom: 0;
    }

    .doc-list--item label {
        text-indent: -32px;
        padding-left: 32px;
    }

    .doc-list--item label,
    .doc-list--item-title,
    .doc-list--link {
        font-size: 16px;
        line-height: 22px;
    }

    .doc-filter {
        flex-wrap: nowrap;
    }

    .doc-filter .dropdown,
    .doc-filter--cta-wrap {
        flex-basis: auto;
        width: auto;
    }

    .doc-filter .dropdown-trigger--label {
        white-space: nowrap;
    }

    .doc-filter .share-class--current-value {
        display: inline;
    }

    .doc-filter--title {
        width: 25%;
        flex-basis: 25%;
    }
}

@media (min-width: 1280px) {
    .ff-documents--head .doc-filter .dropdown {
        margin-right: 0;
    }

    .ff-documents--head .doc-filter--cta-wrap {
        flex-basis: 18%;
        width: 18%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .ff-documents--head .doc-filter {
        flex-wrap: wrap;
    }

    .ff-documents--head .doc-filter--title {
        width: 100%;
        flex-basis: 100%;
    }
}

.explore-funds {
    background: #d9f1fa;
}

.explore-funds--head .cta-more {
    font-family: "Polaris-Bold";
    font-weight: normal;
    padding-left: 18px;
    margin-right: -18px;
}

.explore-funds--search label {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.explore-funds--links {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.explore-funds--links .button:focus,
.explore-funds--links .button:hover {
    color: #012169;
}

.explore-funds--container {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
}

.explore-funds--head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explore-funds--head .cta-link {
    margin-top: 4px;
    margin-bottom: 0;
}

.explore-funds--title {
    margin-bottom: 0;
}

.explore-funds--search {
    position: relative;
    margin-bottom: 17px;
}

.explore-funds--search label {
    margin-bottom: 2px;
}

.explore-funds--search input {
    padding-right: 40px;
    margin-bottom: 0;
}

.explore-funds--search button {
    position: absolute;
    padding: 13px 14px;
    bottom: 1px;
    right: 1px;
}

.explore-funds--links-label {
    margin-bottom: 4px;
}

.explore-funds--links .cta,
.explore-funds--links .cta-more {
    margin-bottom: 15px;
}

.explore-funds--no-favorites {
    border-bottom: 2px solid #fff;
}

@media screen and (max-width: 479px) {
    .explore-funds--links .menu {
        display: block;
    }

    .explore-funds--links .menu .cta,
    .explore-funds--links .menu .cta-more {
        max-width: none;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {

    .explore-funds--links .menu .cta,
    .explore-funds--links .menu .cta-more {
        padding-left: 8px;
        padding-right: 4px;
        font-size: 10px;
        letter-spacing: 0.04em;
    }

    .explore-funds--links .menu .cta .icon-arrow,
    .explore-funds--links .menu .cta-more .icon-arrow {
        margin-left: 2px;
    }
}

@media (min-width: 480px) {
    .explore-funds--links .menu {
        margin-left: -5px;
        margin-right: -5px;
    }

    .explore-funds--links .menu>li {
        display: flex;
        flex-grow: 1;
        margin-left: 5px;
        margin-right: 5px;
        max-width: 33%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .explore-funds--links .cta,
    .explore-funds--links .cta-more {
        font-size: 12px;
    }
}

@media (min-width: 1024px) {
    .explore-funds {
        background: none;
    }

    .explore-funds--container {
        background: rgba(255, 255, 255, 0.9);
        padding: 10px 40px 3px;
    }

    .explore-funds--head {
        padding-bottom: 2px;
    }

    .explore-funds--head .cta-more {
        position: relative;
        top: 26px;
        padding-top: 6px;
        padding-bottom: 6px;
        height: auto;
        margin-right: -12px;
    }

    .explore-funds--title {
        font-family: "Copernicus-Roman", Georgia, serif;
        font-size: 20px;
        line-height: 32px;
    }

    .explore-funds--body {
        display: flex;
    }

    .explore-funds--search {
        flex: 1 1 auto;
        margin-right: 40px;
    }

    .explore-funds--search:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: -20px;
        height: 52px;
        border-right: 1px solid #acacac;
    }

    .explore-funds--search label {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .explore-funds--search .autocomplete__menu {
        width: auto;
        max-width: 80vw;
    }

    .explore-funds--search .autocomplete__option {
        white-space: nowrap;
        min-width: 100%;
    }

    .explore-funds--links {
        flex: 1 1 auto;
    }

    .explore-funds--links .menu {
        flex-wrap: nowrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .explore-funds--links .menu>li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .explore-funds--links .menu .cta,
    .explore-funds--links .menu .cta-more {
        font-size: 12px;
        letter-spacing: 0.04em;
        margin-bottom: 0;
        padding-right: 8px;
    }

    .explore-funds--links .menu .cta .icon,
    .explore-funds--links .menu .cta-more .icon {
        margin-left: 4px;
    }

    .explore-funds--no-favorites {
        border-bottom: 0 none;
    }

    .explore-funds--no-favorites .explore-funds--container {
        border-bottom: 2px solid #fff;
    }
}

@media (min-width: 1400px) {

    .explore-funds--links .menu .cta,
    .explore-funds--links .menu .cta-more {
        font-size: 14px;
        padding-right: 20px;
    }

    .explore-funds--links .menu .cta .icon,
    .explore-funds--links .menu .cta-more .icon {
        margin-left: 3em;
    }
}

.favorites-carousel {
    background: #fff;
    border-bottom: 3px solid #a6c2db;
}

.favorites-carousel--head-copy .button {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.favorites-carousel--title {
    font-size: 20px;
    margin-bottom: 0;
}

.favorites-carousel--fund-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.favorites-carousel--fund-list>li:before {
    content: none;
}

.favorites-carousel--fund {
    border-left: 1px solid #acacac;
}

.favorites-carousel--fund-name {
    display: block;
}

.favorites-carousel--fund-ticker {
    color: #000;
    font-family: "Polaris-Roman", Arial, sans-serif;
    font-size: 12px;
}

.favorites-carousel {
    padding-bottom: 20px;
}

.favorites-carousel--container {
    width: 100%;
}

.favorites-carousel--head {
    padding-top: 36px;
    padding-bottom: 6px;
}

.favorites-carousel--head-copy p:last-child {
    margin-bottom: 0;
}

.favorites-carousel--head-copy .button.clear {
    height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.favorites-carousel--head-copy .button.clear:first-child {
    margin-left: -18px;
    padding-left: 18px;
}

.favorites-carousel--body {
    margin: 0 -20px;
}

.favorites-carousel--fund {
    line-height: 18px;
    padding: 0 20px;
}

.favorites-carousel--pagination {
    padding-top: 5px;
}

.favorites-carousel .swiper-wrapper {
    align-items: stretch;
    margin-bottom: 20px;
}

.favorites-carousel .swiper-wrapper-preinitialize {
    display: block;
}

.favorites-carousel .swiper-slide {
    height: auto;
    width: 50vw;
    min-width: 50vw;
    flex-grow: 1;
}

@media screen and (max-width: 1023px) {
    .favorites-carousel .swiper-slide:first-child {
        border-left: 0 none;
    }
}

@media (min-width: 480px) {
    .favorites-carousel .swiper-slide {
        width: 33.33vw;
        min-width: 33.33vw;
    }
}

@media (min-width: 768px) {
    .favorites-carousel {
        padding-bottom: 36px;
        border-bottom-width: 8px;
    }

    .favorites-carousel--title {
        line-height: 24px;
    }

    .favorites-carousel--head {
        padding-bottom: 22px;
    }

    .favorites-carousel--body {
        margin: 0 -40px;
    }

    .favorites-carousel--fund {
        padding: 0 40px;
    }
}

@media (min-width: 1024px) {
    .favorites-carousel {
        padding-top: 40px;
    }

    .favorites-carousel--container {
        display: flex;
        position: relative;
        align-items: stretch;
    }

    .favorites-carousel--head {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 20px;
        width: 22.65625%;
        flex: 0 0 22.65625%;
    }

    .favorites-carousel--body {
        width: 77.34375%;
        max-width: 77.34375%;
        flex: 0 0 77.34375%;
        margin-left: 0;
        margin-right: 0;
    }

    .favorites-carousel--fund-name {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 4px;
    }

    .favorites-carousel--fund-ticker {
        font-size: 14px;
    }

    .favorites-carousel--pagination {
        position: absolute;
        left: auto;
        right: 0;
        top: calc(100% + 5px);
        width: auto;
    }

    .favorites-carousel .swiper-container {
        height: 100%;
    }

    .favorites-carousel .swiper-wrapper {
        margin-bottom: 0;
    }

    .favorites-carousel .swiper-slide {
        width: calc(25.78125vw - 10.3125px);
        min-width: 0;
        max-width: none;
    }
}

@media (min-width: 1400px) {
    .favorites-carousel .swiper-slide {
        width: 330px;
    }
}

.fd-marquee {
    color: #fff;
    background: linear-gradient(to bottom, #233a5e 0%, #202439 84%, #202439 100%);
}

.fd-marquee--container {
    width: 100%;
    flex-basis: 100%;
}

.fd-marquee--icons-container {
    padding-bottom: 12px;
}

.fd-marquee--icons-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 0;
}

.fd-marquee--icons-list>li:before {
    content: none;
}

.fd-marquee--icons-link {
    color: inherit;
    padding: 16px;
    cursor: pointer;
}

.fd-marquee--icons-link:hover,
.fd-marquee--icons-link:focus {
    color: #006ac6;
}

.fd-marquee--icons-link:hover .icon-subscribe,
.fd-marquee--icons-link:focus .icon-subscribe {
    color: #fff;
}

.fd-marquee--icons-link svg.icon {
    color: inherit;
}

@media screen and (max-width: 767px) {
    .fd-marquee--icons-link svg.icon {
        font-size: 20px;
    }
}

.fd-marquee--icons-link .icon-subscribe:active {
    color: #fff;
}

.fd-marquee--icons-link.fund-state--favorite-yes .icon-favorite {
    color: #006ac6;
}

.fd-marquee--ticker {
    font-family: "Polaris-Bold";
    font-weight: normal;
    font-size: 1rem;
}

.fd-marquee .sharing-toolbar--hidden-links .fd-marquee--icons-link {
    color: inherit;
}

.fd-marquee .sharing-toolbar--hidden-links .fd-marquee--icons-link:hover,
.fd-marquee .sharing-toolbar--hidden-links .fd-marquee--icons-link:focus {
    color: #006ac6;
}

.fd-marquee--summary-figures {
    color: #fff;
    width: 100%;
}

.fd-marquee--summary-figures ul {
    padding: 10px 0;
    background-color: #01152f;
}

.fd-marquee--summary-figures footer {
    font-style: italic;
    padding-top: 18px;
}

.fd-marquee--summary-figure-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 0 16px;
}

.fd-marquee--summary-figure-item:first-child {
    border-top: 0 none;
}

.fd-marquee--summary-figure-label {
    color: #c7c7c7;
    font-family: "Polaris-Roman", Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.fd-marquee--summary-figure-value {
    font-size: 18px;
    line-height: 1;
    font-family: "Copernicus-Bold";
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    .fd-marquee--summary-figures ul {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fd-marquee--as-of {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .fd-marquee--summary-figures ul {
        background-color: #01152f;
        display: flex;
        padding: 24px 15px 30px;
    }

    .fd-marquee--summary-figures footer {
        padding-top: 28px;
        padding-left: 30px;
    }

    .fd-marquee--summary-figure-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 30px 0 14px;
        border-top: 0 none;
        border-left: 1px solid #acacac;
    }

    .fd-marquee--summary-figure-item:first-child {
        border-left: 0 none;
    }

    .fd-marquee--summary-figure-label {
        padding-bottom: 17px;
    }

    .fd-marquee--summary-figure-value {
        font-size: 24px;
    }
}

.fd-marquee--sticky.is-anchored {
    z-index: 1;
}

.fd-marquee--container {
    padding-top: 25px;
}

.fd-marquee--header {
    display: block;
    min-height: 0;
}

.fd-marquee h1 {
    width: 100%;
    margin-bottom: 0.5rem;
}

.fd-marquee--title {
    margin-bottom: 0.375rem;
}

.fd-marquee--ticker {
    display: block;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .fd-marquee--container {
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 92px;
        position: relative;
    }

    .fd-marquee--header {
        display: flex;
        flex-grow: 1;
        flex-wrap: wrap;
        max-width: calc(100% - 200px);
    }

    .fd-marquee--subhead {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 3.125rem;
    }

    .fd-marquee--subhead .share-class--select:last-child {
        margin-right: 0;
    }

    .fd-marquee h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .fd-marquee--quick-links {
        margin-left: 20px;
    }

    .fd-marquee--ticker {
        margin-bottom: 0;
    }

    .fd-marquee--icons-container {
        position: absolute;
        right: 0;
        bottom: 88px;
    }

    .fd-marquee--ucits .fd-marquee--container {
        max-width: 100%;
    }

    .is-stuck .fd-marquee {
        padding-top: 0;
    }

    .is-stuck .fd-marquee--header {
        flex-wrap: nowrap;
        flex: 1;
        align-items: center;
        max-width: none;
    }

    .is-stuck .fd-marquee h1 {
        font-size: 22px;
        line-height: 32px;
        width: 50%;
        max-width: 500px;
        margin-bottom: 0;
    }

    .is-stuck .fd-marquee--subhead {
        margin-bottom: 0;
    }

    .is-stuck .fd-marquee--container {
        padding-top: 6px;
        padding-bottom: 80px;
        min-height: 164px;
    }

    .is-stuck .fd-marquee--summary-figures,
    .is-stuck .fd-marquee--quick-links {
        display: none;
    }

    .is-stuck .fd-marquee--icons-container {
        margin-left: 2rem;
        position: relative;
        display: flex;
        bottom: 0;
    }

    .is-stuck .fd-marquee--icons-list {
        margin-bottom: 0;
    }

    .is-stuck .fd-marquee--ucits h1 {
        width: auto;
        max-width: 600px;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title {
        margin-right: 1.25rem;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title p {
        font-family: "Polaris-Roman", Arial, sans-serif;
        font-size: 15px;
        margin-top: 0;
        max-width: 600px;
    }

    .is-stuck .fd-marquee--ucits .share-class--select .dropdown-trigger--label {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .is-stuck .jump-links {
        margin-top: -70px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .fd-marquee--ucits .fd-marquee--subhead {
        margin-bottom: 1.25rem;
    }

    .fd-marquee--ucits .fd-marquee--subhead .share-class--select {
        margin-bottom: 0.75rem;
        flex: 1 1 40%;
    }

    .fd-marquee--ucits .fd-marquee--subhead .dropdown-trigger {
        width: 100%;
    }

    .fd-marquee--ucits .fd-marquee--summary-figures ul {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 12px;
    }

    .fd-marquee--ucits .fd-marquee--summary-figure-item {
        padding-top: 14px;
        padding-bottom: 18px;
    }

    .fd-marquee--ucits .fd-marquee--summary-figure-label {
        padding-bottom: 10px;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--header {
        flex-wrap: wrap;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title h1 {
        max-width: none;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--subhead {
        margin-bottom: 0;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--icons-container {
        position: absolute;
        bottom: 88px;
    }
}

@media screen and (min-width: 768px) and (max-width: 879px) {
    .fd-marquee--ucits .fd-marquee--summary-figure-item {
        flex-basis: 50%;
        width: 50%;
    }

    .fd-marquee--ucits .fd-marquee--summary-figure-item:nth-child(2n+1) {
        border-left: 0 none;
    }
}

@media screen and (min-width: 880px) and (max-width: 1023px) {
    .fd-marquee--ucits .fd-marquee--subhead .dropdown-trigger--label {
        white-space: nowrap;
    }

    .fd-marquee--ucits .fd-marquee--summary-figure-item {
        flex-basis: 33%;
        width: 33%;
    }

    .fd-marquee--ucits .fd-marquee--summary-figure-item:nth-child(3n+1) {
        border-left: 0 none;
    }
}

@media (min-width: 1024px) {
    .fd-marquee h1 {
        font-size: 32px;
        line-height: 38px;
        padding-right: 1.875rem;
    }

    .fd-marquee--ticker {
        font-size: 22px;
    }

    .fd-marquee--icons-container {
        bottom: 100px;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title h1 {
        padding-right: 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .fd-marquee--ucits .fd-marquee--summary-figure {
        padding-left: 12px;
        padding-right: 24px;
    }

    .fd-marquee--ucits .fd-marquee--summary-figure-value {
        font-size: 20px;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--header {
        flex-wrap: wrap;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title h1 {
        max-width: none;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1399px) {
    .is-stuck .fd-marquee--ucits .share-class--select {
        margin-right: 0.75rem;
    }

    .is-stuck .fd-marquee--ucits .share-class--select .dropdown-trigger--label {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        white-space: nowrap;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title {
        margin-right: 0.75rem;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title h1 {
        max-width: none;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--title p {
        margin-bottom: 0.25rem;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--subhead {
        flex-wrap: nowrap;
    }

    .is-stuck .fd-marquee--ucits .fd-marquee--icons-container {
        margin-left: 0.75rem;
    }
}

@media (min-width: 1400px) {
    .fd-marquee--ucits .share-class--select .dropdown-trigger--label {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.fd-link-target {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
    top: -626px;
}

@media (min-width: 768px) {
    .marquee--stuck .fd-link-target {
        top: -180px;
    }
}

@media (min-width: 1024px) {
    .marquee--stuck .fd-link-target {
        top: -164px;
    }
}

.quick-links--title {
    font-family: "Copernicus-Bold";
    font-weight: normal;
}

.quick-links--body a {
    font-size: 0.875rem;
    font-family: "Polaris-Roman", Arial, sans-serif;
}

@media screen and (max-width: 767px) {
    .quick-links--component {
        display: none;
    }
}

@media (min-width: 768px) {
    .quick-links--title {
        font-size: 1.125rem;
        line-height: 2.375rem;
        margin-top: 0.25rem;
        margin-bottom: 0.375rem;
    }

    .quick-links--body li {
        margin-bottom: 0.5625rem;
    }
}

.share-class--select {
    color: #000;
    position: relative;
}

.share-class--select .dropdown-pane {
    padding: 28px 20px 10px;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.16);
    width: auto;
    min-width: 100%;
}

.share-class--current-value {
    font-family: "Polaris-Bold";
    font-weight: normal;
    color: #009fdf;
    white-space: nowrap;
}

.share-class--group .menu ul {
    margin-left: 28px;
}

.share-class--label {
    display: block;
    color: #000;
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.share-class--label .icon {
    margin-right: 8px;
    vertical-align: -0.25em;
}

.asset-class--label .icon {
    margin-right: 5px;
    vertical-align: -0.25em;
}

.share-class--select {
    margin-bottom: 1.25rem;
}

.share-class--group .menu {
    display: block;
}

.share-class--group .menu ul {
    margin-bottom: 0.75rem;
}

.share-class--label {
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .share-class--label {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .share-class--select {
        margin-bottom: 0;
        margin-right: 1.875rem;
    }

    .share-class--group.wide {
        columns: 3;
        width: 480px;
    }

    .share-class--group.wide .share-class--label {
        width: 148px;
        margin: 0 6px;
    }
}

@media screen and (max-width: 767px) {
    .ff-filter .share-class--select .share-class--group ul {
        margin-left: 0;
    }

    .ff-filter .share-class--select .share-class--group .share-class--label,
    .ff-filter .share-class--select .share-class--group .asset-class--label {
        border-top: 1px solid #e3e3e3;
        margin-bottom: 0;
    }

    .ff-filter .share-class--select .share-class--group .share-class--label[aria-checked="true"],
    .ff-filter .share-class--select .share-class--group .share-class--label :checked+.icon+.label-text,
    .ff-filter .share-class--select .share-class--group .asset-class--label[aria-checked="true"],
    .ff-filter .share-class--select .share-class--group .asset-class--label :checked+.icon+.label-text {
        color: #fff;
        background: #006ac6;
    }

    .ff-filter .share-class--select .share-class--group .share-class--label .icon-radio,
    .ff-filter .share-class--select .share-class--group .share-class--label .icon-checkmark,
    .ff-filter .share-class--select .share-class--group .asset-class--label .icon-radio,
    .ff-filter .share-class--select .share-class--group .asset-class--label .icon-checkmark {
        display: none;
    }

    .ff-filter .share-class--select .share-class--group .share-class--label,
    .ff-filter .share-class--select .share-class--group .asset-class--label,
    .ff-filter .share-class--select .share-class--group .label-text {
        display: flex;
        width: 100%;
        height: 49px;
    }

    .ff-filter .share-class--select .share-class--group .label-text {
        height: 48px;
    }

    .ff-filter .share-class--select .share-class--group label.asset-class--label,
    .ff-filter .share-class--select .share-class--group label.share-class--label {
        align-items: stretch;
    }

    .ff-filter .share-class--select .share-class--group button.share-class--label,
    .ff-filter .share-class--select .share-class--group .label-text {
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0;
    }

    .ff-filter .share-class--select .share-class--subgroup {
        display: none;
    }

    .ff-filter .share-class--select .dropdown-trigger--close,
    .ff-filter .share-class--select .dropdown-trigger--back {
        min-height: 3.0625rem;
        border-left: 0 none;
        border-right: 0 none;
        align-items: center;
    }

    .ff-filter .share-class--select .dropdown-trigger--close .dropdown-trigger--label--cta-style,
    .ff-filter .share-class--select .dropdown-trigger--back .dropdown-trigger--label--cta-style {
        padding-top: 3px;
    }
}

@media (min-width: 768px) {
    .share-class--group .menu ul {
        margin-bottom: 30px;
    }

    .share-class--select .dropdown-trigger--back,
    .share-class--select .dropdown-trigger--close {
        display: none;
    }

    .share-class--select .dropdown-trigger--back-wrap,
    .share-class--select .dropdown-trigger--close-wrap {
        display: none;
    }

    .asset-class--select .dropdown-pane {
        width: 400px;
        padding-top: 25px;
        min-width: 400px;
    }

    .asset-class--select .menu>li {
        margin-bottom: 24px;
    }
}

@media (min-width: 1024px) {
    .share-class--label {
        font-size: 14px;
    }

    .share-class--group .menu ul {
        margin-bottom: 30px;
    }

    .share-class--select .dropdown-trigger--back,
    .share-class--select .dropdown-trigger--close {
        display: none;
    }

    .share-class--select .dropdown-trigger--back-wrap,
    .share-class--select .dropdown-trigger--close-wrap {
        display: none;
    }

    .asset-class--select .dropdown-pane {
        width: 400px;
        padding-top: 25px;
    }

    .asset-class--select .menu>li {
        margin-bottom: 24px;
    }
}

.ff-filter {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.ff-filter--search {
    position: relative;
}

.ff-filter--search .autocomplete__container {
    width: 100%;
}

.ff-filter--search .autocomplete__wrapper {
    position: static;
}

.ff-filter--search input {
    margin-bottom: 0;
}

.ff-filter--active-filters-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.ff-filter--active-filters-list>li:before {
    content: none;
}

.ff-filter--active-filters-item {
    margin-bottom: 6px;
}

.ff-filter--active-filters-legend {
    margin-bottom: 0;
}

.ff-filter--active-filters-reset {
    margin-bottom: 0;
    height: auto;
}

.ff-filter--active-filters-reset.button {
    color: #009fdf;
    border-color: #009fdf;
}

.ff-filter--active-filters-reset.button:hover {
    color: #fff;
    border-color: #fff;
}

.ff-filter--active-filters button {
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .ff-filter--trigger {
        width: 100%;
        max-width: 335px;
    }

    .ff-filter--filters {
        display: none;
        position: absolute;
        width: 100%;
        max-width: 335px;
        background: #FFF;
        margin-top: 2px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .ff-filter--filters.open {
        display: block;
    }

    .ff-filter--filters-wrap {
        position: relative;
        z-index: 3;
    }

    .ff-filter--filters .share-class--select {
        margin-right: 0;
        margin-bottom: 0;
    }

    .ff-filter--filters .share-class--select .dropdown-pane {
        box-shadow: none;
        padding: 0;
    }

    .ff-filter--filters .dropdown-trigger {
        width: 100%;
        max-width: none;
        border-top: 0 none;
        border-bottom: 1px solid #e3e3e3;
    }

    .ff-filter--filters .dropdown-trigger--label {
        color: #000;
    }

    .ff-filter--filters .dropdown-trigger--arrow {
        background: transparent;
        color: #006ac6;
    }

    .ff-filter--filters .dropdown-trigger--arrow .icon-arrow {
        transform: rotate(0);
    }

    .ff-filter--filters .dropdown-trigger--arrow .icon-arrow-left {
        transform: rotate(180deg);
    }

    .ff-filter--search,
    .ff-filter--favorites,
    .ff-filter--active-filters {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .ff-filter--trigger {
        max-width: none;
    }

    .ff-filter--filters {
        max-width: none;
    }

    .ff-fund--icons {
        display: none;
    }
}

@media (min-width: 768px) {
    .ff-filter {
        padding-top: 8px;
    }

    .ff-filter--trigger {
        display: none;
    }

    .ff-filter--chooser {
        display: flex;
        align-items: center;
    }

    .ff-filter--chooser--ucits {
        flex-wrap: wrap;
        margin-top: -0.625rem;
        margin-right: -20px;
    }

    .ff-filter--chooser--ucits .share-class--select {
        margin-top: 0.625rem;
        margin-bottom: 0.625rem;
    }

    .ff-filter--chooser--ucits .dropdown-trigger--label--cta-style {
        padding-right: 30px;
    }

    .ff-filter--chooser .share-class--select {
        margin-right: 20px;
    }

    .ff-filter--chooser .dropdown-trigger--arrow {
        min-height: 3.25rem;
    }

    .ff-filter--search {
        flex: 1 1 auto;
        max-width: 400px;
        display: flex;
        align-items: stretch;
        margin-right: 20px;
    }

    .ff-filter--search .autocomplete__menu {
        width: calc(100% + 180px);
    }

    .ff-filter--search input {
        flex: 1 1 auto;
        background: transparent;
        border-right: 0 none;
        border-radius: 0;
    }

    .ff-filter--search input:focus,
    .ff-filter--search input:active {
        border-right: 0 none;
        box-shadow: none;
    }

    .ff-filter--search button {
        border: 1px solid #acacac;
        border-left: 0 none;
        border-radius: 0;
        padding-left: 18px;
        padding-right: 18px;
    }

    .ff-filter--search button .icon {
        font-size: 1.294rem;
    }

    .ff-filter--active-filters {
        display: flex;
        align-items: flex-start;
        padding-top: 40px;
        min-height: 116px;
    }

    .ff-filter--active-filters--ucits {
        padding-top: 20px;
        min-height: 102px;
    }

    .ff-filter--active-filters-legend {
        white-space: nowrap;
    }

    .ff-filter--active-filters-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .ff-filter--active-filters-list {
        display: inline;
        flex-wrap: wrap;
    }

    .ff-filter--active-filters-list>li {
        display: inline;
        margin-bottom: 8px;
    }

    .ff-filter--active-filters-item {
        font-size: 14px;
        line-height: 1;
        padding: 8px 10px 7px;
        margin-left: 20px;
        margin-bottom: 8px;
        background: #233a5e;
        display: inline-flex;
        align-items: center;
    }

    .ff-filter--active-filters-item .icon {
        color: #009fdf;
        margin-right: 10px;
        margin-bottom: 2px;
    }

    .ff-filter--active-filters-reset {
        line-height: 16px;
        margin-left: 20px;
    }
}

@media (min-width: 1024px) {
    .ff-filter--chooser--ucits .share-class--select {
        margin-bottom: 2.25rem;
    }

    .ff-filter--search {
        min-width: 360px;
        margin-right: 40px;
    }

    .ff-filter--search,
    .ff-filter--favorites {
        margin-bottom: 1.625rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .ff-filter--search {
        display: none;
    }
}

.ff-tabs--container {
    border: 0 none;
}

.ff-tabs--container .no-fund-message {
    padding-top: 2.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}

.ff-tabs--panel {
    padding-bottom: 14px;
}

@media (min-width: 768px) {
    .ff-tabs--panel {
        padding-bottom: 32px;
    }
}

@media (min-width: 1024px) {
    .ff-tabs--panel {
        padding-bottom: 62px;
    }
}

.ff-tabs--panel-container {
    width: 100%;
}

.ff-tabs--panel-head {
    font-family: "Polaris-Roman", Arial, sans-serif;
    padding-top: 8px;
}

.ff-tabs--trigger {
    color: #fff;
    width: 100%;
    max-width: 335px;
}

@media (min-width: 480px) {
    .ff-tabs--trigger {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .ff-tabs--links--sticky-wrapper {
        z-index: 2;
    }

    .ff-tabs--links .tab-links--tabs-wrapper {
        display: none;
    }

    .ff-tabs--links .tab-links--tabs-wrapper.open {
        display: block;
    }

    .ff-tabs--links .tab-links--tabs {
        margin-top: 2px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .ff-tabs--links .tab-links--container {
        padding-bottom: 20px;
    }

    .ff-tabs--links .tab-links--item {
        float: none;
        width: 100%;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-top: 0 none;
    }

    .ff-tabs--links .tab-links--item>a {
        color: #000;
    }

    .ff-tabs--links .tab-links--item.is-active {
        border-left-color: #006ac6;
        border-right-color: #006ac6;
    }

    .ff-tabs--links .tab-links--item.is-active>a {
        background: #006ac6;
        color: #fff;
        pointer-events: none;
    }

    .ff-tabs--trigger {
        max-width: none;
    }
}

.ff-table {
    font-family: "Polaris-Roman", Arial, sans-serif;
    border: 0 none;
    margin-bottom: 0;
}

.ff-table thead,
.ff-table tbody,
.ff-table tfoot {
    border: 0 none;
}

.ff-table thead th,
.ff-table thead td {
    font-family: "Polaris-Bold";
    font-weight: normal;
    letter-spacing: 0.02em;
    color: #012169;
    background: #dfe3ec;
}

.ff-table thead th[colspan],
.ff-table thead th.text-center,
.ff-table thead td[colspan],
.ff-table thead td.text-center {
    text-align: center;
}

.ff-table thead th {
    text-align: left;
}

.ff-table thead .ff-table--annualized-returns {
    border-left: 1px solid #c5c7cc;
}

.ff-table thead .ff-table--annualized-returns+th {
    border-left: 1px solid #c5c7cc;
}

.ff-table thead .ff-table--annualized-returns+.ff-table--annualized-returns {
    border-left: 0 none;
}

.ff-table thead .ff-table--expense-ratio--header span {
    width: 145px;
    display: inline-block;
}

.ff-table thead .ff-table--expense-ratio {
    box-sizing: content-box;
    width: 3.5em;
}

.ff-table--loading-indicator,
.ff-table--loading tbody {
    display: none;
}

.ff-table--loading+.ff-table--loading-indicator {
    display: block;
    height: 4rem;
    background-color: #fff;
}

.ff-table tbody tr {
    border-bottom: 0 none;
}

.ff-table tbody th,
.ff-table tbody td {
    vertical-align: middle;
    border: 1px solid #acacac;
    border-bottom-width: 0;
    background: #fff;
}

.ff-table tbody th:first-child,
.ff-table tbody td:first-child {
    border-left-width: 8px;
}

.ff-table tbody th:last-child,
.ff-table tbody td:last-child {
    border-right-width: 8px;
    border-right-color: #fff;
}

.ff-table tbody th {
    text-align: left;
    border-left-color: #fff;
}

.ff-table tbody td {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.ff-table tbody:first-of-type tr:first-child th,
.ff-table tbody:first-of-type tr:first-child td {
    border-top-width: 0;
}

.ff-table--benchmark-name {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.ff-table--data-cell {
    text-align: right;
}

.ff-table--document-cell .doc-list--item label {
    color: #000;
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.ff-table tr[data-type="fund"]:hover th,
.ff-table tr[data-type="fund"]:hover td {
    background: #e5f5fc;
}

.ff-table tr[data-type="fund"]:hover th:last-child,
.ff-table tr[data-type="fund"]:hover td:last-child {
    border-right-color: #e5f5fc;
}

.ff-table tr[data-type="fund"]:hover .ff-table--fund-name {
    border-left-color: #009fdf;
}

.ff-table tr[data-type="fund"]:hover .ff-fund--title {
    color: #006ac6;
}

.ff-table tr[data-type="benchmark"] th,
.ff-table tr[data-type="benchmark"] td {
    background: #e3e3e3;
}

.ff-table tr[data-type="benchmark"] th:last-child,
.ff-table tr[data-type="benchmark"] td:last-child {
    border-right: 8px solid #e3e3e3;
}

.ff-table tr[data-type="benchmark"] th {
    border-left-color: #e3e3e3;
    border-right: 0 none;
}

.ff-table tr[data-type="benchmark"] td {
    border-left: 0 none;
    border-right: 0 none;
}

.ff-table tr[aria-hidden="true"] {
    display: none;
}

.ff-fund--name.in-progress:before {
    opacity: 0.5;
}

.ff-fund--name.in-progress:after {
    left: 0;
    margin-left: 40px;
    margin-top: -8px;
}

.ff-fund--title {
    font-family: "Polaris-Bold";
    font-weight: normal;
    display: block;
}

.ff-fund--title:focus,
.ff-fund--title:hover {
    color: #006ac6;
}

.ff-fund--icons {
    order: -1;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}

.ff-fund--icons button {
    cursor: pointer;
}

.ff-fund--inception-date {
    display: block;
    color: #666;
}

.ff-fund--row-right {
    text-align: right;
    text-transform: uppercase;
}

.ff-fund--name {
    color: #000;
}

.ff-fund--name:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0 20px 0 0;
    box-sizing: content-box;
    background: linear-gradient(#006ac6, #006ac6) content-box, linear-gradient(#006ac6, #006ac6) content-box, transparent;
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
}

.ff-fund--name[shownclasses="1"]:before {
    background-image: linear-gradient(#006ac6, #006ac6);
}

.ff-fund--share-class-count {
    display: inline-block;
    width: 1.8em;
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.ff-table thead th,
.ff-table thead td {
    padding: 6px 15px;
    height: 36px;
}

.ff-table thead th.multi-row,
.ff-table thead td.multi-row {
    padding-top: 2px;
    padding-bottom: 5px;
    height: 12px;
}

.ff-table thead th.multi-row[colspan],
.ff-table thead td.multi-row[colspan] {
    padding-top: 5px;
    padding-bottom: 2px;
}

.ff-table tbody th,
.ff-table tbody td {
    padding-top: 18px;
    padding-bottom: 12px;
}

.ff-table--data-cell {
    font-size: 10px;
    line-height: 12px;
    padding: 40px 20px 30px;
}

.ff-table--document-cell {
    width: 260px;
}

.ff-table--document-cell .doc-list {
    min-width: 220px;
}

.ff-table--fund-name--wrapper {
    width: 160px;
}

.ff-table--share-class {
    width: 9em;
}

.ff-table--asset-class {
    width: 9em;
    white-space: nowrap;
}

.ff-fund--title,
.ff-fund--ticker {
    font-size: 12px;
    line-height: 16px;
}

.ff-fund--icons button {
    line-height: 17px;
}

.ff-fund--icons button .icon {
    border: 1px solid #006ac6;
    font-size: 0.71rem;
}

.ff-fund--icons button+button {
    margin-top: 24px;
}

.ff-fund--classes {
    display: flex;
    margin-top: 8px;
    border-top: 1px solid #acacac;
    padding-top: 8px;
    margin-right: 12px;
}

.ff-fund--classes .ff-fund--class-label {
    display: block;
    color: #666;
    font-size: 10px;
    font-family: "Polaris-Bold";
    font-weight: normal;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.ff-fund--classes .ff-fund--class-value {
    font-size: 11px;
    font-family: "Polaris-Bold";
    font-weight: normal;
    letter-spacing: 0.02em;
}

.ff-fund--asset-class {
    margin-left: 10px;
}

.ff-fund--row-left {
    float: left;
    width: 68%;
}

.ff-fund--row-right {
    float: right;
    width: 30%;
}

.ff-fund--name {
    display: flex;
}

.ff-fund--name:before {
    vertical-align: -4px;
    flex: 0 0 20px;
}

@media screen and (max-width: 767px) {
    .ff-fund--row-left {
        float: none;
        width: 100%;
        max-width: calc(100vw - 84px);
    }

    .ff-fund--row-right {
        display: none;
    }

    .ff-fund--name {
        display: flex;
        align-items: center;
    }

    .ff-fund--name:before {
        flex: 0 0 auto;
    }
}

@media screen and (max-width: 479px) {
    .ff-fund--icons {
        display: none;
    }
}

@media (min-width: 480px) {

    .ff-table thead th,
    .ff-table thead td {
        font-size: 10px;
        line-height: 12px;
    }

    .ff-table tbody td {
        font-size: 12px;
        line-height: 14px;
    }

    .ff-table--fund-name {
        width: 360px;
    }

    .ff-table--fund-name--wrapper {
        display: flex;
        width: 340px;
        max-width: calc(100vw - 40px);
    }

    .ff-table--benchmark-name {
        padding-left: 60px;
    }
}

@media (min-width: 768px) {
    .ff-table thead th {
        font-size: 12px;
        line-height: 16px;
    }

    .ff-table--data-cell {
        font-size: 14px;
        line-height: 18px;
    }

    .ff-table--fund-name {
        width: 260px;
    }

    .ff-table--fund-name--wrapper {
        width: 240px;
    }
}

@media (min-width: 1024px) {

    .ff-table--wrapper,
    .ff-table--loading-indicator {
        margin-left: -40px;
        margin-right: -40px;
    }

    .ff-table thead th,
    .ff-table thead td {
        padding-top: 21px;
        padding-bottom: 21px;
        height: 78px;
    }

    .ff-table thead th.multi-row,
    .ff-table thead td.multi-row {
        padding-top: 2px;
        padding-bottom: 11px;
        height: 18px;
    }

    .ff-table thead th.multi-row[colspan],
    .ff-table thead td.multi-row[colspan] {
        padding-top: 11px;
        padding-bottom: 2px;
    }

    .ff-table thead th:first-child:not(.multi-row),
    .ff-table thead td:first-child:not(.multi-row) {
        border-left: 8px solid #dfe3ec;
        padding-left: 32px;
    }

    .ff-table thead th:last-child:not(.multi-row),
    .ff-table thead td:last-child:not(.multi-row) {
        border-right: 8px solid #dfe3ec;
        padding-right: 32px;
    }

    .ff-table thead th {
        font-size: 14px;
        line-height: 18px;
    }

    .ff-table tbody th {
        padding-top: 26px;
        padding-bottom: 20px;
    }

    .ff-table tbody td {
        font-size: 14px;
        line-height: 20px;
    }

    .ff-table tbody td:last-child {
        padding-right: 40px;
    }

    .ff-table--data-cell {
        padding: 30px 16px;
    }

    .ff-table--document-cell {
        width: 16%;
    }

    .ff-table--document-cell .doc-list {
        min-width: 160px;
    }

    .ff-table--fund-name {
        padding-left: 32px;
        width: 260px;
    }

    .ff-table--benchmark-name {
        font-size: 16px;
        line-height: 22px;
        padding-left: 85px;
        width: 260px;
    }

    .ff-fund--title {
        color: #000;
        font-size: 18px;
        line-height: 24px;
    }

    .ff-fund--icons button {
        line-height: 24px;
    }

    .ff-fund--icons button .icon {
        font-size: 1rem;
    }

    .ff-fund--icons button+button {
        margin-top: 15px;
    }

    .ff-fund--name:before {
        flex-basis: 25px;
        width: 25px;
        height: 25px;
        vertical-align: -5px;
    }

    .ff-fund--name.in-progress:after {
        margin-left: 48px;
        margin-top: -12px;
    }
}

.ff-performance--panel-head {
    padding-top: 8px;
}

.ff-performance--benchmarks-control svg {
    vertical-align: -0.25em;
}

.ff-performance--period-end {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ff-performance--period-end p {
    color: #666;
    order: 1;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .ff-performance--period-end {
        flex-wrap: wrap;
    }

    .ff-performance--period-end p,
    .ff-performance--period-end .tabs-toggle {
        width: 100%;
        margin: 0.5rem 0;
    }
}

@media (min-width: 768px) {
    .ff-performance {
        padding-top: 14px;
    }

    .ff-performance--period-end p {
        margin-left: 2.5em;
    }
}

@media (min-width: 1024px) {
    .ff-performance--head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 29px 0 27px;
    }

    .ff-performance--benchmarks-control {
        white-space: nowrap;
        flex: 0 0 auto;
    }

    .ff-performance--benchmarks-control svg {
        margin-right: 0.5rem;
    }

    .ff-performance--period-end {
        flex: 1 1 auto;
        justify-content: flex-end;
    }

    .ff-performance--period-end p {
        order: 0;
        margin-left: 0;
        margin-right: 2.5em;
    }

    .ff-performance--as-of-date--ucits {
        display: table;
        position: relative;
        top: -20px;
        margin-bottom: -20px;
    }
}

@media (min-width: 1024px) {

    .ff-prices,
    .ff-documents {
        padding-top: 80px;
    }
}

@media (min-width: 1024px) {
    .ff-prices .ff-table--fund-name {
        width: auto;
    }

    .ff-prices .ff-table--fund-name--wrapper {
        width: 100%;
    }

    .ff-prices .ff-table--data-cell {
        width: 10em;
    }
}

@media (min-width: 480px) {
    .ff-documents--body-extra {
        padding: 10px 24px 20px;
    }
}

@media (min-width: 768px) {
    .ff-documents--body-extra {
        padding: 20px 24px;
    }

    .ff-documents--head {
        padding-top: 0;
    }
}

@media (min-width: 1024px) {
    .ff-documents--body-extra {
        margin-left: -40px;
        margin-right: -40px;
        padding: 40px;
    }
}

.ff-documents .ff-table tbody th,
.ff-documents .ff-table tbody td {
    vertical-align: top;
}

.fund-listing--container {
    border-top: 1px solid #acacac;
}

.fund-listing--group-title {
    padding-bottom: 4px;
    border-bottom: 1px solid #acacac;
    width: 80%;
    max-width: 380px;
    margin-bottom: 1.25rem;
}

.fund-listing--group-title small {
    color: #7f7f7f;
}

.fund-list--container {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.fund-list--list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.fund-list--list>li:before {
    content: none;
}

.fund-list--item {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

@media (min-width: 1024px) {
    .fund-list--item {
        font-size: 18px;
    }
}

.fund-listing--container {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 6px;
}

.fund-listing--header {
    margin-bottom: 20px;
}

.fund-listing--title {
    margin-bottom: 10px;
}

.fund-listing--group-title small {
    font-size: 14px;
}

.fund-listing--compare-cta {
    margin-bottom: 24px;
}

.fund-listing--footnote {
    margin-top: 30px;
    margin-bottom: 0;
}

.fund-list--container sup {
    font-size: 115%;
    top: 0.1em;
}

.fund-list--title {
    margin-bottom: 15px;
}

.fund-list--list {
    margin-bottom: 32px;
}

.fund-list--item {
    margin-bottom: 14px;
}

@media (min-width: 1024px) {
    .fund-listing--container {
        padding-top: 30px;
        padding-bottom: 16px;
    }

    .fund-listing--header {
        margin-bottom: 46px;
    }

    .fund-listing--title {
        margin-bottom: 15px;
    }

    .fund-listing--title small {
        font-size: 18px;
    }

    .fund-listing--group {
        flex: 1 1 auto;
        min-width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fund-listing--group-holder {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }

    .fund-listing--group-title {
        margin-bottom: 44px;
    }

    .fund-listing--group-title small {
        font-size: 18px;
    }

    .fund-listing--compare-cta {
        margin-bottom: 44px;
    }

    .fund-listing--compare-cta.center-cta {
        display: flex;
        justify-content: center;
    }

    .fund-listing--footnote {
        margin-top: -4px;
    }

    .fund-listing--footnote p:last-child {
        margin-bottom: 0;
    }

    .fund-list--holder-columns {
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }

    .fund-list--holder-columns .fund-list--container {
        flex: 1 1 33%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .fund-list--title {
        margin-bottom: 28px;
    }

    .fund-list--list {
        margin-bottom: 44px;
    }

    .fund-list--item {
        margin-bottom: 10px;
        white-space: nowrap;
    }
}

.fund-insight {
    background: url(../image/bg-insights.jpg) top left no-repeat;
    background-size: auto 100%;
}

.fund-insight--container {
    width: 100%;
    padding-top: 39px;
    padding-bottom: 30px;
}

.fund-insight--header {
    margin-bottom: 24px;
}

.fund-insight--article {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
    height: 100%;
}

.fund-insight--article .eyebrow {
    margin-bottom: 8px;
}

.fund-insight--article .article {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.fund-insight--article .article__summary {
    margin-bottom: 26px;
    flex-grow: 1;
}

.fund-insight--carousel-footer {
    display: none;
    padding-top: 30px;
}

.fund-insight .swiper-wrapper {
    align-items: stretch;
}

.fund-insight .swiper-slide {
    height: auto;
}

.fund-insight--double .fund-insight--carousel-footer,
.fund-insight--triple .fund-insight--carousel-footer {
    display: block;
}

@media (min-width: 480px) {
    .fund-insight {
        background-size: cover;
    }

    .fund-insight--article {
        padding-left: 10px;
        padding-right: 10px;
    }

    .fund-insight--article-holder {
        margin-left: -10px;
        margin-right: -10px;
    }

    .fund-insight--carousel-footer {
        padding-top: 55px;
        padding-bottom: 20px;
    }

    .fund-insight--double .swiper-slide,
    .fund-insight--triple .swiper-slide {
        width: 50%;
    }

    .fund-insight--double .fund-insight--carousel-footer {
        display: none;
    }
}

@media (min-width: 768px) {
    .fund-insight--article {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fund-insight--article-holder {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 1024px) {
    .fund-insight--article {
        max-width: 620px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fund-insight--article-holder {
        margin-left: -20px;
        margin-right: -20px;
    }

    .fund-insight--carousel-footer {
        display: none;
    }

    .fund-insight--triple .fund-insight--carousel-footer {
        display: none;
    }

    .fund-insight--triple .swiper-slide {
        width: 33.3%;
    }
}

@media (min-width: 1400px) {
    .fund-insight--article .article__title {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (min-width: 1024px) {
    .fund-promo--style-b {
        background: url(../image/side-graphic-4.svg) center right no-repeat;
        min-height: 700px;
    }

    .fund-promo--style-b .generic-wysiwyg--container {
        max-width: 82.8125%;
    }
}

.fund-resources--head h2.h3 {
    font-family: "Copernicus-Roman";
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 23px;
}

.fund-resources--list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

.fund-resources--list>li:before {
    content: none;
}

.fund-resources--item {
    background: #f3f3f3;
}

.fund-resources--item .button {
    color: #000;
    font-family: "Copernicus-Roman", Georgia, serif;
}

.fund-resources--item .button .icon-link-out {
    color: #006ac6;
}

.light-gray-module .fund-resources--item {
    background: #fff;
}

.fund-resources--container {
    width: 100%;
    padding-top: 37px;
    padding-bottom: 25px;
}

.fund-resources--head {
    margin-bottom: 22px;
}

.fund-resources--item {
    margin-bottom: 15px;
}

.fund-resources--item .button {
    display: flex;
    width: 100%;
    max-width: none;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-bottom: 0;
}

.fund-resources--item .button.external .icon-link-out {
    margin-right: -9px;
}

@media (min-width: 768px) {
    .fund-resources--list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -25px;
        margin-right: -25px;
    }

    .fund-resources--item {
        flex-basis: calc(33% - 50px);
        width: calc(33% - 50px);
        margin-left: 25px;
        margin-right: 25px;
        margin-bottom: 30px;
    }

    .fund-resources--item .button {
        font-size: 16px;
        height: 70px;
    }
}

@media (min-width: 1024px) {
    .fund-resources--container {
        padding-top: 56px;
        padding-bottom: 40px;
    }

    .fund-resources--head {
        margin-bottom: 51px;
    }

    .fund-resources--item {
        flex-basis: calc(25% - 50px);
        width: calc(25% - 50px);
        margin-bottom: 40px;
    }

    .fund-resources--item .button {
        font-size: 20px;
        height: 90px;
    }
}

@media (max-width: 1023px) {
    .fund-resources--head h2.h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

.generic-table--table {
    border-top: 8px solid #bfc7d9;
}

.generic-table--table caption {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.generic-table--table th,
.generic-table--table td {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.generic-table--table thead,
.generic-table--table tbody,
.generic-table--table tfoot {
    border: 0 none;
}

.generic-table--table thead {
    color: #012169;
}

.generic-table--table thead th {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.generic-table--table thead th:first-child {
    border-left-color: #012169;
}

.generic-table--table thead th:last-child {
    border-right-color: #012169;
}

.generic-table--table thead tr {
    background: #dfe3ec;
}

.generic-table--table thead tr:first-child {
    background: #f3f3f3;
}

.generic-table--table thead tr:last-child {
    background: #dfe3ec;
}

.generic-table--table thead tr th:first-child {
    border-left-color: #f3f3f3;
}

.generic-table--table thead tr th:last-child {
    border-right-color: #f3f3f3;
}

.generic-table--table tbody th,
.generic-table--table tbody td {
    background: #fff;
    border: 0 none;
    border-bottom: 1px solid #acacac;
}

.generic-table--table {
    font-size: 12px;
    line-height: 14px;
}

@media (min-width: 768px) {
    .generic-table--table {
        font-size: 13px;
        line-height: 16px;
    }
}

@media (min-width: 1024px) {
    .generic-table--table {
        font-size: 14px;
        line-height: 18px;
    }
}

.generic-table {
    padding-bottom: 20px;
}

.generic-table--container {
    width: 100%;
}

.generic-table--table-wrapper {
    margin: 0 -20px 2px;
}

.generic-table--table th,
.generic-table--table td {
    padding-top: 19px;
    padding-bottom: 18px;
}

.generic-table--table thead tr:last-child th,
.generic-table--table thead tr:last-child td {
    padding-bottom: 38px;
}

.generic-table--footnote {
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .generic-table {
        padding-bottom: 30px;
    }

    .generic-table--table-wrapper {
        margin-left: -40px;
        margin-right: -40px;
    }

    .generic-table--table th:first-child,
    .generic-table--table td:first-child {
        padding-left: 40px;
        padding-right: 40px;
    }

    .generic-table--table tbody th,
    .generic-table--table tbody td {
        border: 1px solid #acacac;
        border-top: 0 none;
    }

    .generic-table--table tbody th:first-child,
    .generic-table--table tbody td:first-child {
        border-left: 0 none;
    }

    .generic-table--table tbody th:last-child,
    .generic-table--table tbody td:last-child {
        border-right: 0 none;
    }
}

@media (min-width: 1024px) {
    .generic-table {
        padding-bottom: 56px;
    }

    .generic-table--table th,
    .generic-table--table td {
        padding-top: 28px;
        padding-bottom: 25px;
    }

    .generic-table--table thead {
        border-right: 1px solid transparent;
    }

    .generic-table--table thead tr:last-child th,
    .generic-table--table thead tr:last-child td {
        padding-bottom: 35px;
    }

    .generic-table--table tbody {
        border-right: 1px solid #acacac;
    }

    .generic-table--table.row-border-highlight tbody tr {
        border-left: 16px solid #009fdf;
    }

    .generic-table--table.row-border-highlight tbody tr th:first-child,
    .generic-table--table.row-border-highlight tbody tr td:first-child {
        padding-left: 32px;
    }
}

section.generic-wysiwyg .generic-wysiwyg--container {
    padding-bottom: 4px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    section.generic-wysiwyg .generic-wysiwyg--container .generic-wysiwyg--body {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    section.generic-wysiwyg .generic-wysiwyg--container {
        padding-bottom: 36px;
    }
}

@media (min-width: 1024px) {
    section.generic-wysiwyg .generic-wysiwyg--container {
        padding-bottom: 55px;
    }
}

section.generic-wysiwyg .generic-wysiwyg--container.audio-player_wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

section.generic-wysiwyg .generic-wysiwyg--body {
    margin-top: 10px;
}

@media (min-width: 768px) {
    section.generic-wysiwyg .generic-wysiwyg--body {
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    section.generic-wysiwyg .generic-wysiwyg--body {
        margin-top: 10px;
    }
}

section.generic-wysiwyg .generic-wysiwyg--head+.generic-wysiwyg--body {
    margin-top: 0;
    padding-top: 0;
}

.generic-wysiwyg--media {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .generic-wysiwyg--media {
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    .generic-wysiwyg--media {
        margin-bottom: 10px;
    }
}

.generic-wysiwyg--media--footnote {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .generic-wysiwyg--media--footnote {
        margin-bottom: 1.75rem;
    }
}

.generic-wysiwyg--copy {
    max-width: 1060px;
}

.generic-wysiwyg--copy ul:not([class]) {
    margin-left: 1.875rem;
}

.generic-wysiwyg--copy ul:not([class])>li:before {
    float: left;
}

.generic-wysiwyg--copy table.border th,
.generic-wysiwyg--copy table.border td {
    border: 1px solid #acacac;
}

.generic-wysiwyg--copy table.no-border thead,
.generic-wysiwyg--copy table.no-border tbody,
.generic-wysiwyg--copy table.no-border tfoot,
.generic-wysiwyg--copy table.no-border tr,
.generic-wysiwyg--copy table.no-border td,
.generic-wysiwyg--copy table.no-border th {
    border: 0 none;
}

.generic-wysiwyg.columns .generic-wysiwyg--media {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .generic-wysiwyg.columns .generic-wysiwyg--body {
        margin-bottom: 0;
    }

    .generic-wysiwyg.columns .generic-wysiwyg--body>* {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .generic-wysiwyg.columns .generic-wysiwyg--body {
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 768px) {
    .generic-wysiwyg.title-rule .generic-wysiwyg--head {
        display: flex;
    }
}

.generic-wysiwyg.title-rule .generic-wysiwyg--head h1,
.generic-wysiwyg.title-rule .generic-wysiwyg--head h2,
.generic-wysiwyg.title-rule .generic-wysiwyg--head h3,
.generic-wysiwyg.title-rule .generic-wysiwyg--head h4 {
    border-top: 1px solid #d4d4d4;
    padding-right: 40px;
    padding-top: 15px;
}

@media (min-width: 768px) {

    .generic-wysiwyg.title-rule .generic-wysiwyg--head h1,
    .generic-wysiwyg.title-rule .generic-wysiwyg--head h2,
    .generic-wysiwyg.title-rule .generic-wysiwyg--head h3,
    .generic-wysiwyg.title-rule .generic-wysiwyg--head h4 {
        padding-right: 60px;
        padding-top: 30px;
        margin-top: -30px;
    }
}

@media (min-width: 1024px) {

    .generic-wysiwyg.title-rule .generic-wysiwyg--head h1,
    .generic-wysiwyg.title-rule .generic-wysiwyg--head h2,
    .generic-wysiwyg.title-rule .generic-wysiwyg--head h3,
    .generic-wysiwyg.title-rule .generic-wysiwyg--head h4 {
        padding-right: 110px;
    }
}

.generic-wysiwyg.generic-media {
    padding-top: 30px;
    padding-bottom: 2px;
}

.generic-wysiwyg.generic-media .generic-wysiwyg--body {
    margin-top: 0;
    align-items: center;
}

@media (min-width: 768px) {
    .generic-wysiwyg.generic-media {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .generic-wysiwyg.generic-media .generic-wysiwyg--copy {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) {
    .generic-wysiwyg.generic-media {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .generic-wysiwyg.generic-media .generic-wysiwyg--container {
        padding-bottom: 0;
    }

    .generic-wysiwyg.generic-media .generic-wysiwyg--copy {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.generic-wysiwyg--generic-copy .generic-wysiwyg--container {
    padding-top: 34px;
}

.generic-wysiwyg--generic-copy .generic-wysiwyg--head {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .generic-wysiwyg--generic-copy .generic-wysiwyg--container {
        padding-top: 45px;
    }

    .generic-wysiwyg--generic-copy .generic-wysiwyg--head {
        padding-top: 21px;
    }
}

@media (min-width: 1024px) {
    .generic-wysiwyg--generic-copy .generic-wysiwyg--container {
        padding-top: 55px;
    }
}

.geo-locator {
    color: #fff;
    background: linear-gradient(to bottom, #23385b 0%, #20273d 100%);
    border: 0 none;
}

.geo-locator label {
    color: #fff;
}

.geo-locator .icon-radio {
    stroke: #fff;
}

.geo-locator--select {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.geo-locator--option-label {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.geo-locator--cta {
    color: #009fdf;
    border-color: #009fdf;
}

.geo-locator--cta:hover,
.geo-locator--cta:focus {
    color: #fff;
    border-color: #fff;
}

.geo-locator--close.button {
    border: 0 none;
}

.geo-locator--option-label .icon-radio {
    margin-right: 8px;
}

@media screen and (max-width: 767px) {
    .geo-locator--title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 34px;
    }

    .geo-locator--select-wrap {
        max-width: 380px;
    }

    .geo-locator--select-wrap label {
        padding-bottom: 0.75rem;
    }

    .geo-locator--option-group {
        margin-top: 12px;
        margin-bottom: 24px;
    }

    .geo-locator--option-group legend {
        margin-bottom: 1px solid #acacac;
    }

    .geo-locator--option-label {
        margin-bottom: 20px;
    }

    .geo-locator--close {
        margin-top: 6px;
    }
}

@media (min-width: 768px) {
    .geo-locator {
        padding: 65px 15px 50px 40px;
        margin-right: 110px;
    }

    .geo-locator--title {
        margin-bottom: 28px;
    }

    .geo-locator--select-wrap label {
        padding-bottom: 0.375rem;
    }

    .geo-locator--option-group {
        display: flex;
        justify-content: space-between;
        margin-top: 44px;
        margin-bottom: 30px;
    }

    .geo-locator--option-group legend {
        width: 100%;
        padding-bottom: 6px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 14px;
    }

    .geo-locator--option-label {
        display: inline-block;
        margin-right: 20px;
    }

    .geo-locator--cta {
        min-width: 380px;
    }
}

@media (min-width: 1024px) {
    .geo-locator {
        min-width: 618px;
        padding-top: 105px;
        margin-right: 120px;
    }

    .geo-locator--title {
        margin-bottom: 45px;
    }

    .geo-locator--select-wrap label {
        font-size: 1rem;
        padding-bottom: 0.625rem;
    }

    .geo-locator--option-group {
        margin-top: 32px;
    }

    .geo-locator--option-label {
        font-size: 1rem;
    }
}

@media (min-width: 1400px) {
    .geo-locator {
        margin-right: calc(50% - 560px);
    }
}

.insights--container {
    width: 100%;
}

.insights--header h3 {
    margin-bottom: 0;
}

.insights--item-media {
    margin-bottom: 1.375rem;
}

.insights--item-published {
    font-family: "Copernicus-Italic";
    font-style: normal;
    margin-bottom: 0.25rem;
}

.insights--item-copy {
    margin-bottom: 1.25rem;
}

.insights.light-gray-module .container,
.insights.blue-module .container {
    padding-top: 1.75rem;
    padding-bottom: 0.25rem;
}

.insights--header {
    margin-bottom: 0.875rem;
}

.insights--item {
    margin-bottom: 0.875rem;
}

@media screen and (max-width: 767px) {
    .insights--item-content h4 {
        margin-bottom: 0.5rem;
    }
}

@media (min-width: 768px) {

    .insights.light-gray-module .container,
    .insights.blue-module .container {
        padding-top: 4.75rem;
        padding-bottom: 3.25rem;
    }

    .insights--header {
        margin-bottom: 2.625rem;
    }

    .insights--item {
        display: flex;
        margin: -20px;
    }

    .insights--item-media,
    .insights--item-content {
        flex: 1 0 46%;
        padding: 0 20px;
    }

    .insights--item-media h4,
    .insights--item-content h4 {
        margin-top: 0;
    }

    .insights--item p.cta-link {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .insights.one-up .container {
        padding-bottom: 4.875rem;
    }
}

.jump-links--tabs {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.jump-links--tabs>li:before {
    content: none;
}

.jump-links--button {
    display: inline-block;
    color: #fff;
    background: linear-gradient(to top, #223352 0%, #325180 89%, #345384 100%);
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 10px;
    min-height: 54px;
    text-align: center;
    letter-spacing: +0.04em;
    font-family: "Polaris-Bold";
    font-weight: normal;
    text-transform: uppercase;
}

.jump-links--button:hover,
.jump-links--button:focus {
    color: #009fdf;
}

.jump-links--item.active .jump-links--button {
    background: #007cad;
}

.jump-links--item.active .jump-links--button:hover,
.jump-links--item.active .jump-links--button:focus {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .jump-links--container {
        display: none;
    }
}

@media (min-width: 768px) {
    .jump-links {
        position: relative;
        margin-top: -86px;
        padding-bottom: 16px;
        z-index: 1;
    }

    .jump-links--container {
        width: 100%;
    }

    .jump-links--tabs {
        display: flex;
        justify-content: space-between;
        margin-left: -2px;
        margin-right: -2px;
    }

    .jump-links--tabs--shortened {
        justify-content: flex-start;
    }

    .jump-links--item {
        flex: 0 1 auto;
        display: flex;
        margin-left: 2px;
        margin-right: 2px;
    }

    .jump-links--button {
        display: flex;
        align-items: center;
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1024px) {
    .jump-links--tabs {
        margin-left: -5px;
        margin-right: -5px;
    }

    .jump-links--item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .jump-links--button {
        padding-left: 2vw;
        padding-right: 2vw;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1400px) {
    .jump-links--tabs {
        margin-left: -10px;
        margin-right: -10px;
    }

    .jump-links--item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .jump-links--button {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.fund-managers--container {
    width: 100%;
}

.manager-card--container {
    border-left: solid #009fdf;
    background: #fff;
}

.manager-card--image img {
    display: block;
}

.manager-card--name {
    margin-bottom: 0;
}

.manager-card--role {
    font-family: "Copernicus-Italic";
    font-style: normal;
    padding-bottom: 2px;
    border-bottom: 1px solid #acacac;
    margin-bottom: 12px;
}

.manager-card--experience {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #acacac;
}

.manager-card--experience>li:before {
    content: none;
}

.manager-card--experience>li strong {
    font-size: 22px;
}

.manager-card--notes> :last-child {
    margin-bottom: 0;
}

.fund-managers--container {
    padding-left: 0px;
    padding-right: 0px;
}

.fund-managers--body {
    display: flex;
    flex-wrap: wrap;
}

.manager-card--container {
    width: 100%;
    display: flex;
    border-left-width: 10px;
    margin-bottom: 20px;
}

.manager-card--image img {
    max-width: 110px;
}

.manager-card--content {
    flex: 1 1 auto;
    font-size: 11px;
    line-height: 12px;
    padding: 10px 15px 10px 10px;
}

.manager-card--name {
    font-size: 16px;
    line-height: 18px;
}

.manager-card--role {
    line-height: 14.5px;
    margin-bottom: 6px;
}

.manager-card--experience {
    line-height: 16.5px;
    padding-bottom: 2px;
    margin-bottom: 6px;
}

.manager-card--experience>li strong {
    font-size: 16px;
}

.manager-card--notes p {
    margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
    .manager-card--container {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }

    .manager-card--notes br {
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .fund-managers--container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .manager-card--container {
        border-left-width: 8px;
    }

    .manager-card--image img {
        max-width: 172px;
    }

    .manager-card--content {
        padding: 16px 20px 8px;
    }

    .manager-card--role {
        line-height: 22px;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

    .manager-card--experience {
        padding-bottom: 8px;
        margin-bottom: 12px;
    }
}

@media (min-width: 1024px) {
    .fund-managers--container {
        padding-left: 0;
        padding-right: 0;
    }

    .fund-managers--body {
        margin-left: -20px;
        margin-right: -20px;
    }

    .manager-card--container {
        width: calc(50% - 40px);
        display: flex;
        margin: 0 20px 60px;
    }

    .manager-card--content {
        font-size: 14px;
        line-height: 28px;
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 24px;
    }

    .manager-card--name {
        font-size: 22px;
    }

    .manager-card--role {
        line-height: 22px;
    }

    .manager-card--experience {
        line-height: 22px;
    }

    .manager-card--experience>li strong {
        font-size: 22px;
    }

    .manager-card--notes {
        line-height: 20px;
    }
}

.myaqr-favorites--fund {
    line-height: 1rem;
}

.myaqr-favorites--fund-share-class {
    font-size: 10px;
    color: #000;
}

.myaqr-favorites--wrapper {
    padding: 40px 0 0;
}

.myaqr-favorites--container {
    width: 100%;
}

.myaqr-favorites--body+.myaqr-favorites--head {
    margin-top: 40px;
}

.myaqr-favorites--fund-name {
    display: block;
}

.myaqr-favorites--cta {
    color: #006ac6;
    cursor: pointer;
}

.myaqr-favorites--cta:hover {
    color: #012169;
}

@media screen and (max-width: 767px) {
    .myaqr-favorites--wrapper+.myaqr-favorites--wrapper {
        padding-top: 0;
    }

    .myaqr-favorites--fund-name {
        font-family: "Polaris-Bold";
        font-weight: normal;
    }
}

@media (min-width: 768px) {
    .myaqr-favorites--wrapper {
        padding-top: 60px;
    }

    .myaqr-favorites--wrapper+.fund-footnote--section.fund-footnote--sitewide {
        padding-top: 0;
    }

    .myaqr-favorites+.myaqr-favorites {
        margin-top: 30px;
    }

    .myaqr-favorites--head .asset-class--select {
        margin-bottom: 29px;
    }

    .myaqr-favorites--table-with-dropdown {
        margin-bottom: 76px;
    }

    .myaqr-favorites--table-with-dropdown tr:last-child .share-class--select .dropdown-pane {
        padding-top: 10px;
        padding-bottom: 2px;
    }

    .myaqr-favorites--table-with-dropdown tr:last-child .share-class--select .share-class--label {
        margin-bottom: 8px;
    }

    .myaqr-favorites--table .share-class--select {
        margin-right: 0;
    }

    .myaqr-favorites--table .share-class--select .dropdown-pane {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .myaqr-favorites--table .share-class--select .dropdown-trigger {
        font-size: inherit;
    }

    .myaqr-favorites--table .share-class--select .dropdown-trigger--label {
        white-space: nowrap;
    }

    .myaqr-favorites--table .share-class--select .share-class--label {
        white-space: nowrap;
        margin-bottom: 12px;
    }

    .myaqr-favorites--table--fund-name {
        width: 50%;
    }

    .myaqr-favorites--fund {
        color: #000;
    }
}

@media (min-width: 1024px) {
    .myaqr-favorites--wrapper {
        padding-top: 75px;
    }

    .myaqr-favorites+.myaqr-favorites {
        margin-top: 49px;
    }

    .myaqr-favorites .container {
        justify-content: center;
    }

    .myaqr-favorites--head {
        border-top: 0 none;
        padding: 0 0 1px;
    }

    .myaqr-favorites--head .asset-class--select {
        margin-bottom: 37px;
    }

    .myaqr-favorites--title {
        margin-bottom: 29px;
    }

    .myaqr-favorites--body {
        padding: 1px 0 10px;
    }

    .myaqr-favorites--table-wrapper .table-scroll {
        overflow-x: visible;
    }

    .myaqr-favorites--table-with-dropdown {
        margin-bottom: 96px;
    }

    .myaqr-favorites--table--fund-name {
        width: 40%;
    }

    .myaqr-favorites--footer {
        margin-top: 36px;
        margin-bottom: 16px;
    }
}

.myaqr-profile--head {
    background: #fff;
    padding: 37px 20px 1px;
}

.myaqr-profile--title {
    margin-bottom: 28px;
}

.myaqr-profile--body {
    background: #fff;
    padding: 1px 20px 16px;
}

.myaqr-profile--list li {
    margin-bottom: 1rem;
}

.myaqr-profile--label {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.myaqr-profile--value {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.myaqr-profile--footer {
    margin-top: 8px;
    margin-bottom: 18px;
}

.myaqr-profile--cta {
    margin-top: 16px;
    margin-bottom: 4px;
    width: auto;
    max-width: none;
}

.myaqr-profile.with-rule .myaqr-profile--head {
    border-top: 8px solid #009fdf;
}

.myaqr-profile {
    padding: 40px 0 6px;
}

.myaqr-profile.light-gray-module {
    padding-bottom: 40px;
}

.myaqr-profile--container {
    width: 100%;
}

.myaqr-profile--body {
    min-height: 64px;
}

.myaqr-profile--body+.myaqr-profile--head {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {

    .myaqr-profile input[type="text"],
    .myaqr-profile input[type="password"],
    .myaqr-profile input[type="email"],
    .myaqr-profile input[type="tel"],
    .myaqr-profile input[type="number"],
    .myaqr-profile input[type="url"] {
        height: 2.625rem;
    }
}

@media (min-width: 768px) {
    .myaqr-profile {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .myaqr-profile.light-gray-module {
        padding-bottom: 60px;
    }

    .myaqr-profile--body {
        min-height: 80px;
    }
}

@media (min-width: 1024px) {
    .myaqr-profile {
        padding-top: 80px;
        padding-bottom: 0px;
    }

    .myaqr-profile.light-gray-module {
        padding-bottom: 80px;
    }

    .myaqr-profile .container {
        justify-content: center;
    }

    .myaqr-profile--container {
        max-width: 840px;
    }

    .myaqr-profile--head {
        padding: 55px 40px 1px;
    }

    .myaqr-profile--title {
        margin-bottom: 14px;
    }

    .myaqr-profile--body {
        padding: 1px 40px 10px;
        min-height: 144px;
    }

    .myaqr-profile--body:last-child {
        padding-bottom: 52px;
    }

    .myaqr-profile--body+.myaqr-profile--head {
        margin-top: 0;
        padding-top: 0;
    }

    .myaqr-profile--body+.myaqr-profile--head:before {
        content: "";
        display: block;
        border-top: 1px solid #acacac;
        padding-top: 55px;
    }

    .myaqr-profile--errors {
        margin: 10px 0 48px;
    }

    .myaqr-profile--errors ul {
        margin-left: 32px;
    }

    .myaqr-profile--list li {
        margin-bottom: 20px;
    }

    .myaqr-profile--footer {
        margin-top: 36px;
        margin-bottom: 16px;
    }

    .myaqr-profile.with-rule .myaqr-profile--container {
        border-top: 8px solid #009fdf;
    }

    .myaqr-profile.with-rule .myaqr-profile--head {
        border-top: 0 none;
    }
}

.myaqr-profile--body .registration-form__2columns {
    width: 585px;
    max-width: 100%;
}

.myaqr-profile--body>.form-field:last-child {
    margin-bottom: 0;
}

.myaqr-profile--body .form-field__dropdown {
    max-height: 42px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    border-color: #acacac;
}

.myaqr-profile--body .form-field__dropdown.active {
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.7);
}

.myaqr-profile--body .form-field__dropdown__list {
    margin-left: 0;
    background-color: #fff;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.7);
}

.myaqr-profile--body .form-field__dropdown__list li {
    height: auto;
}

.myaqr-profile--body .form-field__dropdown__list li:nth-child(odd) {
    background-color: #f8f8f8;
}

.myaqr-profile--body .form-field__dropdown__list span {
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.myaqr-profile--body .registration-form__fieldset {
    padding-bottom: 32px;
}

.myaqr-profile--body .registration-form__fieldset::last-child {
    padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
    .myaqr-profile--body .form-field {
        margin-bottom: 30px;
    }

    .myaqr-profile--body .form-field__dropdown__list {
        top: 40px;
    }

    .myaqr-profile--body .registration-form__fieldset {
        padding-bottom: 20px;
    }

    .myaqr-profile--body .registration-form__fieldset::last-child {
        padding-bottom: 40px;
    }
}

@media (min-width: 768px) {
    .myaqr-profile--body .form-field__dropdown {
        max-height: 54px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}

#consent-popup .registration-form__fieldset {
    padding-bottom: 32px;
}

#consent-popup .registration-form__fieldset:first-of-type {
    padding-top: 32px;
}

#consent-popup .registration-form__fieldset:last-of-type {
    padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
    #consent-popup .registration-form__fieldset {
        padding-bottom: 20px;
    }

    #consent-popup .registration-form__fieldset:first-of-type {
        padding-top: 10px;
    }
}

.news-item--date {
    font-family: "Copernicus-Italic";
    font-style: normal;
    margin-bottom: 0.25rem;
}

.news-item--summary {
    margin-bottom: 1rem;
}

.news-item .cta-link {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .news-item--title {
        margin-bottom: 0.375rem;
    }
}

@media (min-width: 768px) {
    .news-item--summary {
        margin-bottom: 1.875rem;
    }
}

.performance-chart--title {
    margin-bottom: 0.5rem;
}

.performance-chart--as-of {
    color: #666;
    font-family: "Copernicus-Italic";
    font-style: normal;
    margin-bottom: 0;
}

.performance-chart--notes {
    font-family: "Polaris-Roman", Arial, sans-serif;
    color: #666;
    margin-bottom: 0;
}

.performance-chart--table thead,
.performance-chart--table tbody {
    border: 0 none;
}

.performance-chart--table th,
.performance-chart--table td {
    padding: 10px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.02em;
}

@media (min-width: 1024px) {

    .performance-chart--table th,
    .performance-chart--table td {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
    }
}

.performance-chart--table thead th {
    font-family: "Polaris-Bold";
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
}

@media (min-width: 1024px) {
    .performance-chart--table thead th {
        font-size: 14px;
        line-height: 18px;
    }
}

.performance-chart--table td {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.performance-chart--table tbody th {
    text-align: left;
}

.performance-chart--table--expense-column {
    box-sizing: content-box;
    width: 6.5em;
}

.performance-chart--table--inception-column {
    box-sizing: content-box;
    width: 8.5em;
}

.performance-chart--footnote {
    padding-bottom: 36px;
}

.performance-chart--container {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.performance-chart--header,
.performance-chart--chart {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
}

.performance-chart--header {
    overflow: hidden;
    text-align: center;
    padding-top: 1.75rem;
    padding-bottom: 2.25rem;
}

.performance-chart--as-of {
    background: #fff;
    text-align: center;
}

.performance-chart--chart {
    padding-top: 32px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    overflow: auto;
}

.performance-chart--table-wide {
    display: none;
}

.performance-chart--period-select-wide {
    display: none;
}

.performance-chart--tabs-select {
    display: none;
}

@media (min-width: 768px) {
    .performance-chart--as-of {
        text-align: left;
    }
}

@media screen and (max-width: 1023px) {
    .performance-chart--notes {
        padding-bottom: 32px;
    }

    .performance-chart--tabs-toggle.tabs-toggle .tabs-toggle--list {
        margin-left: auto;
        margin-right: auto;
    }

    .performance-chart--tabs-toggle.tabs-toggle .tabs-toggle--title>a {
        border: 1px solid rgba(0, 106, 198, 0.5);
    }

    .performance-chart--tabs-toggle.tabs-toggle .tabs-toggle--title.is-active>a {
        border-top: 0 none;
        border-bottom: 0 none;
    }
}

@media (min-width: 1024px) {
    .performance-chart--container {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 35px;
        padding-right: 35px;
    }

    .performance-chart--header {
        display: flex;
        flex-wrap: wrap;
        background: transparent;
        overflow: visible;
        text-align: left;
        padding: 3.675rem 0 1.375rem;
        padding-top: 3.425rem;
        padding-bottom: 1.375rem;
    }

    .performance-chart--header-copy {
        flex: 1;
    }

    .performance-chart--title {
        font-size: 22px;
        margin-bottom: 0.25rem;
    }

    .performance-chart--as-of {
        margin-bottom: 0.5rem;
        background: transparent;
    }

    .performance-chart--chart {
        padding: 60px 35px;
        border: 1px solid #acacac;
        margin-bottom: 28px;
        overflow: visible;
    }

    .performance-chart--table {
        padding-bottom: 10px;
        border-bottom: 1px solid #acacac;
        margin-bottom: 36px;
    }

    .performance-chart--table-wide {
        display: table;
    }

    .performance-chart--table-wide tr {
        border-bottom: 0 none;
    }

    .performance-chart--table-wide tr th:first-child,
    .performance-chart--table-wide tr td:first-child {
        padding-left: 35px;
    }

    .performance-chart--table-wide tr th:last-child,
    .performance-chart--table-wide tr td:last-child {
        padding-right: 35px;
    }

    .performance-chart--table-narrow {
        display: none;
    }

    .performance-chart tr.fund,
    .performance-chart tr.fund-after-taxes {
        background: #fff;
    }

    .performance-chart--tabs-toggle {
        display: flex;
    }

    .performance-chart--tabs-select {
        display: none;
    }

    .performance-chart--period-select {
        width: 100%;
        margin-top: 49px;
        margin-bottom: 22px;
        font-family: "Polaris-Roman", Arial, sans-serif;
    }

    .performance-chart--period-select-wide {
        display: flex;
        justify-content: space-between;
    }

    .performance-chart--period-select-wide input {
        width: 12em;
    }

    .performance-chart--period-select-wide .fieldset-wrapper {
        display: flex;
        justify-content: flex-end;
    }

    .performance-chart--period-select-wide .fieldset-wrapper label {
        margin-left: 1rem;
        width: auto;
    }

    .performance-chart--period-select-wide .fund-form-field {
        display: flex;
    }

    .performance-chart--period-select-wide .fund-form-field label {
        display: flex;
        align-items: center;
        margin-right: 1.5rem;
    }

    .performance-chart--period-select-wide .fund-form-field input {
        color: #666;
        margin-left: 0.5rem;
        margin-bottom: 0;
        border-right: 0 none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: none;
        height: 2.5rem;
    }

    .performance-chart--period-select-wide .fund-form-field .calendar-trigger {
        color: #666;
        height: 2.5rem;
        background: #fff;
        border: 1px solid #acacac;
        border-left: 0 none;
        border-radius: 0 4px 4px 0;
        padding-right: 6px;
    }

    .performance-chart--period-select-wide .fund-form-field .calendar-trigger:focus,
    .performance-chart--period-select-wide .fund-form-field .calendar-trigger:hover {
        color: #006ac6;
    }

    .performance-chart--period-select-wide .fund-form-field .icon-calendar {
        color: inherit;
        fill: currentColor;
    }

    .performance-chart--period-select-narrow {
        display: none;
    }

    .performance-chart--footnote {
        padding-left: 35px;
        padding-right: 35px;
    }

    .performance-chart--footnote-copy.expandable {
        padding-right: 0;
    }
}

.search-list .pagination__content {
    padding: 20px 0;
}

.search-list .pagination__item {
    padding: 20px 15px;
    margin: 0 5px;
}

.search-list .pagination__prev,
.search-list .pagination__next {
    padding: 20px 15px;
    top: 20px;
}

.search-list__header {
    border-bottom: 1px solid #acacac;
}

.search-list__filters {
    font-family: "Polaris-Roman", Arial, sans-serif;
    padding-left: 0;
    padding-right: 0;
}

.search-list__filters .filter-tag {
    color: #666;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    line-height: 1;
    white-space: nowrap;
    margin: 0 6px 6px 0;
    padding: 8px 10px 7px;
}

.search-list__filters .filter-clear {
    color: #006ac6;
}

.search-list__amount,
.search-list__filter {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.search-list__sortOrder .dropdown,
.search-list__sortOrder .form-field__dropdown {
    margin-left: 6px;
    padding-left: 20px;
    padding-right: 20px;
}

.search-list__container {
    padding-left: 0;
    padding-right: 0;
}

.search-list__pagination {
    margin-top: 20px;
}

.search-list__pagination .container {
    border-top: 1px solid #acacac;
}

.search-list__pagination .container:before {
    content: none;
}

.search-list--funds-news .search-list__header {
    padding-bottom: 13px;
    margin-bottom: 28px;
}

.search-list--funds-news .search-list__item {
    border-top: 1px solid #acacac;
    padding-top: 23px;
}

.search-list--funds-news .search-list__item:first-child {
    border-top: 0 none;
    padding-top: 0;
}

.search-list--funds-news .search-list__item .cta-link {
    margin-top: -4px;
}

.search-list--funds-news .search-list__filters .dropdown .dropdown-pane {
    min-width: 150px;
    padding-bottom: 22px;
}

.pagination__item__container {
    display: flex;
    justify-content: center;
}

.search-list {
    margin-top: 0;
}

.search-list__header {
    margin-top: 37px;
}

.search-list__filters {
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    max-width: none;
}

.search-list__filters .dropdown {
    margin-right: 4px;
}

.search-list__filter .current__filters-container {
    margin-top: 16px;
    margin-bottom: 2px;
}

.search-list__filter .current__filters-container p {
    margin-bottom: 0;
}

.search-list__filter .current__filters-legend {
    margin-right: 1rem;
    padding-top: 5px;
}

.search-list__amount {
    margin-top: 17px;
}

.search-list__sortOrder {
    padding-top: 0;
    margin-top: 1rem;
}

.search-list__container {
    margin-top: 21px;
}

.search-list__item {
    margin-bottom: 18px;
}

@media (min-width: 768px) {
    .search-list__filters {
        justify-content: flex-start;
        align-items: center;
    }

    .search-list__filters .dropdown {
        margin-left: 36px;
        margin-right: 0;
    }

    .search-list__filter .current__filters-container {
        display: flex;
        margin-top: 16px;
        margin-bottom: 2px;
    }

    .search-list__filter .current__filters-legend {
        margin-right: 1rem;
        padding-top: 5px;
    }

    .search-list__amount {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 37px;
    }

    .search-list__sortOrder {
        margin-top: 0;
    }

    .search-list__container {
        margin-top: 41px;
    }

    .search-list__item {
        margin-bottom: 28px;
    }
}

@media (min-width: 1024px) {
    .search-list {
        padding-top: 56px;
    }

    .search-list__header {
        margin-top: 18px;
    }

    .search-list__filters .filter-clear {
        display: table;
    }

    .search-list__filter {
        display: block;
        width: 25.8%;
        margin-right: 8.6%;
        max-width: 330px;
    }

    .search-list__filter .current__filters-container {
        display: block;
        margin-top: 42px;
    }

    .search-list__filter .current__filters-container p {
        margin-bottom: 6px;
    }

    .search-list__filter .current__filters-legend {
        display: block;
        margin-bottom: 6px;
    }

    .search-list__amount {
        display: block;
        width: auto;
        max-width: none;
        margin-top: 0;
    }

    .search-list__sortOrder {
        margin-top: 20px;
    }

    .search-list__container {
        margin-left: 0;
        margin-top: 0;
        max-width: 770px;
        width: 60.16%;
    }

    .search-list__item {
        margin-bottom: 38px;
    }

    .search-list__pagination {
        margin-bottom: 34px;
    }

    .search-list--funds-news {
        padding-bottom: 20px;
    }

    .search-list--funds-news .search-list__header {
        padding-bottom: 31px;
        margin-bottom: 56px;
    }

    .search-list--funds-news .search-list__main {
        margin-top: 18px;
    }

    .search-list--funds-news .search-list__filter .date-author {
        font-size: 16px;
        line-height: 28px;
    }

    .search-list--funds-news .search-list__container {
        max-width: none;
        width: 100%;
    }

    .search-list--funds-news .search-list__item {
        padding-top: 73px;
    }

    .search-list--funds-news .search-list__item-wrap {
        width: 50%;
    }

    .search-list--funds-news .search-list__item .article__date {
        margin-bottom: 24px;
    }

    .search-list--funds-news .search-list__item .article__summary {
        margin-bottom: 16px;
    }

    .search-list--funds-news .search-list__pagination {
        margin-top: 20px;
        margin-bottom: 16px;
    }
}

.searchbar__title {
    color: #006ac6;
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.searchbar__title:hover {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.searchbar__primary {
    padding: 0;
}

.searchbar__topic {
    min-height: 40px;
    display: flex;
    align-items: center;
}

.searchbar__topic .searchbar__input {
    border-color: #acacac;
    padding-left: 40px;
    padding-right: 20px;
    margin-bottom: 0;
}

.searchbar__topic>button.icon-search,
.searchbar__topic>i.icon-search {
    color: #006ac6;
    margin-left: 10px;
    margin-right: 225px;
    margin-top: 0;
    width: auto;
    height: auto;
    padding: 3px 0;
}

.searchbar__topic:last-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .searchbar__header {
        padding-left: 0;
        padding-right: 0;
    }

    .searchbar__header:before {
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .searchbar .container {
        margin-left: 40px;
        margin-right: 40px;
    }

    .searchbar__topics form {
        flex: 1;
    }

    .searchbar__topic {
        max-width: 400px;
    }

    .searchbar__topic._no-mobile .searchbar__input {
        width: 100%;
    }
}

.sidebar-component--container {
    width: 100%;
}

.sidebar-component--main section.generic-wysiwyg {
    margin-bottom: 22px;
}

.sidebar-component--main:first-child section.generic-wysiwyg:first-child {
    margin-top: 38px;
}

.sidebar-component--sidebar {
    display: flex;
    flex-direction: column;
}

.sidebar-component--sidebar section.blue-module,
.sidebar-component--sidebar section.darkblue-module,
.sidebar-component--sidebar section.light-gray-module,
.sidebar-component--sidebar section.light-blue-module {
    padding: 37px 20px 26px;
}

.sidebar-component--sidebar section.blue-module:last-child,
.sidebar-component--sidebar section.darkblue-module:last-child,
.sidebar-component--sidebar section.light-gray-module:last-child,
.sidebar-component--sidebar section.light-blue-module:last-child {
    margin-bottom: 34px;
}

.sidebar-component--sidebar .generic-wysiwyg--head {
    margin-bottom: 22px;
}

.sidebar-component--sidebar .generic-wysiwyg--body .cta,
.sidebar-component--sidebar .generic-wysiwyg--body .cta-more:not(.clear) {
    margin-bottom: 0.875rem;
}

.sidebar-component--sidebar .generic-wysiwyg--body footer p.cta-link:first-child {
    margin-top: -5px;
}

.sidebar-component--sidebar .generic-wysiwyg--body footer p.cta-link:last-child {
    margin-bottom: -7px;
    position: relative;
}

@media screen and (max-width: 1023px) {
    .sidebar-component>.container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .sidebar-component .light-gray-module {
        margin-left: 10px;
        margin-right: 10px;
    }

    .sidebar-component .light-gray-module .container {
        margin-left: 0;
        margin-right: 0;
    }

    .sidebar-component .generic-wysiwyg .generic-wysiwyg--container {
        padding-bottom: 0;
    }

    .sidebar-component .generic-wysiwyg .generic-wysiwyg--container .generic-wysiwyg--body {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .sidebar-component .light-gray-module {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 1024px) {
    .sidebar-component .container .container {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .sidebar-component--container {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar-component--main {
        flex: 0 1 auto;
        width: calc(100% - 440px);
    }

    .sidebar-component--main section.generic-wysiwyg {
        margin-bottom: 0px;
    }

    .sidebar-component--main:first-child section.generic-wysiwyg:first-child {
        margin-top: 76px;
    }

    .sidebar-component--main:not(:last-child) section.generic-wysiwyg .generic-wysiwyg--container {
        padding-bottom: 36px;
    }

    .sidebar-component--sidebar {
        flex: 0 0 400px;
        width: 400px;
        margin-top: 80px;
        margin-left: 40px;
        margin-bottom: 80px;
    }

    .sidebar-component--sidebar section.blue-module,
    .sidebar-component--sidebar section.darkblue-module,
    .sidebar-component--sidebar section.light-gray-module,
    .sidebar-component--sidebar section.light-blue-module {
        padding: 56px 40px 22px;
    }

    .sidebar-component--sidebar section.blue-module:last-child,
    .sidebar-component--sidebar section.darkblue-module:last-child,
    .sidebar-component--sidebar section.light-gray-module:last-child,
    .sidebar-component--sidebar section.light-blue-module:last-child {
        margin-bottom: 0;
    }

    .sidebar-component--sidebar section.blue-module+section.blue-module,
    .sidebar-component--sidebar section.blue-module+section.darkblue-module,
    .sidebar-component--sidebar section.blue-module+section.light-gray-module,
    .sidebar-component--sidebar section.blue-module+section.light-blue-module,
    .sidebar-component--sidebar section.darkblue-module+section.blue-module,
    .sidebar-component--sidebar section.darkblue-module+section.darkblue-module,
    .sidebar-component--sidebar section.darkblue-module+section.light-gray-module,
    .sidebar-component--sidebar section.darkblue-module+section.light-blue-module,
    .sidebar-component--sidebar section.light-gray-module+section.blue-module,
    .sidebar-component--sidebar section.light-gray-module+section.darkblue-module,
    .sidebar-component--sidebar section.light-gray-module+section.light-gray-module,
    .sidebar-component--sidebar section.light-gray-module+section.light-blue-module,
    .sidebar-component--sidebar section.light-blue-module+section.blue-module,
    .sidebar-component--sidebar section.light-blue-module+section.darkblue-module,
    .sidebar-component--sidebar section.light-blue-module+section.light-gray-module,
    .sidebar-component--sidebar section.light-blue-module+section.light-blue-module {
        margin-top: 80px;
    }

    .sidebar-component--sidebar .generic-wysiwyg .generic-wysiwyg--container {
        padding-bottom: 0;
    }

    .sidebar-component--sidebar .generic-wysiwyg--body {
        margin-bottom: 12px;
    }

    .sidebar-component--sidebar .generic-wysiwyg--body .cta,
    .sidebar-component--sidebar .generic-wysiwyg--body .cta-more:not(.clear) {
        margin-bottom: 1.375rem;
    }

    .sidebar-component--sidebar .generic-wysiwyg--body footer p.cta-link:first-child {
        margin-top: -3px;
    }

    .sidebar-component--sidebar .generic-wysiwyg--body footer p.cta-link:last-child {
        margin-bottom: 16px;
    }
}

@media (min-width: 1400px) {
    .sidebar-component--main {
        width: calc(100% - 465px);
    }

    .sidebar-component--sidebar {
        margin-left: 65px;
    }
}

.stats-table--container {
    background: #fff;
    border-bottom: 8px solid #bfc7d9;
}

.stats-table--header {
    margin-bottom: 1rem;
}

.stats-table--title {
    font-family: "Copernicus-Bold";
    font-weight: normal;
    margin-bottom: 0.25rem;
}

.stats-table--as-of {
    color: #666;
    font-family: "Copernicus-Italic";
    font-style: normal;
    margin-bottom: 0;
}

.stats-table--table {
    width: 100%;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.02em;
}

.stats-table--table thead,
.stats-table--table tbody,
.stats-table--table tfoot {
    border: 0 none;
}

.stats-table--table tr {
    border-left: 0 none;
    border-right: 0 none;
}

.stats-table--table th,
.stats-table--table td {
    padding: 10px;
    border-bottom: 1px solid #acacac;
}

@media (min-width: 768px) {

    .stats-table--table th,
    .stats-table--table td {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {

    .stats-table--table th,
    .stats-table--table td {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.stats-table--table th {
    font-size: 10px;
    line-height: 12px;
    text-align: left;
}

.stats-table--table td {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.stats-table--table thead th {
    font-family: "Polaris-Bold";
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 12px;
    border-bottom: 0 none;
}

.stats-table--table-totals th,
.stats-table--table-totals td {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.stats-table--footnote {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .stats-table--footnote {
        padding-left: 20px;
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    .stats-table--footnote {
        padding-left: 35px;
        padding-right: 0px;
    }
}

.stats-table {
    overflow: hidden;
}

.stats-table .container {
    display: block;
}

.stats-table--container {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 2.5rem;
}

.stats-table--title {
    display: none;
}

.stats-table--footnote {
    padding-bottom: 1.125rem;
}

.stats-table.fees .stats-table--container {
    margin-bottom: 1rem;
}

.stats-table.fees .stats-table--title {
    display: block;
}

.stats-table.fees .stats-table--table th:first-child,
.stats-table.fees .stats-table--table td:first-child {
    padding-left: 0;
}

.stats-table.fees .stats-table--table tr.total-row th,
.stats-table.fees .stats-table--table tr.heading-row th {
    font-family: "Copernicus-Bold";
    font-weight: normal;
}

.stats-table.fees .stats-table--table tr.total-row td,
.stats-table.fees .stats-table--table tr.heading-row td {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.stats-table.fees .stats-table--table tr.total-row {
    border-top: 2px solid #aaa;
}

.stats-table--distributions .stats-table--header {
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-left: 10px;
}

.stats-table--distributions .stats-table--title {
    display: block;
    margin-bottom: 0;
    padding-right: 1.5rem;
}

.gray-white-module .stats-table .container {
    margin-bottom: 1.5rem;
}

.gray-white-module .stats-table--container {
    background: #f3f3f3;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.gray-white-module .stats-table:first-child .container {
    margin-top: 6px;
}

.gray-white-module .stats-table:last-child .container {
    margin-bottom: 28px;
}

.light-gray-module .stats-table:last-child .container {
    margin-bottom: 28px;
}

@media screen and (max-width: 1023px) {
    #section-characteristics .stats-table--header {
        padding-top: 30px;
        padding-left: 10px;
    }

    #section-characteristics .stats-table--title {
        display: block;
    }

    .stats-table--distributions .stats-table--header .dropdown-trigger {
        padding-top: 3px;
    }

    .stats-table--distributions .stats-table thead th {
        padding-top: 14px;
    }
}

@media (min-width: 1024px) {
    .stats-table--as-of {
        margin-bottom: 1.1875rem;
    }
}

@media (min-width: 1024px) {
    .stats-table--container {
        width: 100%;
        padding-top: 4.625rem;
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 3.75rem;
    }

    .stats-table--title {
        display: block;
        font-size: 22px;
    }

    .stats-table--table {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0;
        margin-bottom: 1.5rem;
    }

    .stats-table--table th {
        font-size: 16px;
        line-height: 22px;
    }

    .stats-table--table td {
        width: 200px;
    }

    .stats-table--table thead th {
        font-size: inherit;
        line-height: inherit;
    }

    .stats-table--table-totals th,
    .stats-table--table-totals td {
        padding-top: 30px;
        padding-bottom: 55px;
    }

    .stats-table--footnote {
        padding-bottom: 52px;
    }

    .stats-table--additional-notes {
        padding-top: 16px;
    }

    .stats-table.fees {
        overflow: visible;
    }

    .stats-table.fees .stats-table--container {
        padding-left: 70px;
        padding-right: 70px;
        margin-bottom: 36px;
    }

    .stats-table.fees .stats-table--footnote {
        padding-left: 0;
    }

    .stats-table.fees .stats-table--additional-notes {
        padding-top: 40px;
    }

    .stats-table--distributions:not(:first-child) .container {
        margin-top: 0;
    }

    .stats-table--distributions .stats-table--header {
        display: flex;
        align-items: center;
    }

    .stats-table--distributions .stats-table--title {
        margin-bottom: 0;
        padding-right: 1.5rem;
    }

    .gray-white-module .stats-table .container {
        background: transparent;
        margin-top: 32px;
        margin-bottom: 32px;
        padding-top: 0;
    }

    .gray-white-module .stats-table:first-child .container {
        margin-top: 60px;
    }

    .gray-white-module .stats-table:last-child .container {
        margin-bottom: 52px;
    }

    .gray-white-module .stats-table--container {
        background: #f3f3f3;
    }

    .gray-white-module .stats-table--header {
        padding-bottom: 30px;
    }

    .white-gray-module .stats-table--container {
        background: transparent;
    }

    .light-gray-module .stats-table:last-child .container {
        margin-bottom: 52px;
    }
}

.tab-links {
    font-family: "Polaris-Bold";
    font-weight: normal;
    letter-spacing: 0.04em;
}

.tab-links--container {
    width: 100%;
}

.tab-links--tabs {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.tab-links--tabs>li:before {
    content: none;
}

.tab-links--tabs.tabs {
    border: 0 none;
}

.tab-links--button.accordion-title {
    color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 5px solid #fff;
}

.tab-links--button.accordion-title:hover,
.tab-links--button.accordion-title:focus,
.tab-links--button.accordion-title:active {
    color: #fff;
    background: transparent;
}

.tab-links--button.accordion-title .icon-arrow {
    font-size: 0.3666rem;
    transform: rotate(90deg);
    transition: transform 0.3s;
    margin-left: 0.25rem;
    margin-right: 1rem;
}

.tab-links--item {
    background: linear-gradient(to bottom, #345384 0, #223352 100%);
}

.tab-links--item.is-active .tab-links--button.accordion-title {
    color: #006ac6;
    background: #f3f3f3;
}

.tab-links--item.is-active .tab-links--button.accordion-title:hover,
.tab-links--item.is-active .tab-links--button.accordion-title:focus,
.tab-links--item.is-active .tab-links--button.accordion-title:active {
    color: #012169;
}

.tab-links--item.is-active .tab-links--button.accordion-title .icon-arrow {
    transform: rotate(270deg);
}

[data-whatinput="touch"] .tab-links--button:focus {
    outline: none;
}

.tab-links--tabs-equal-width.tabs .tab-links--item {
    flex: 1 1 auto;
}

.tab-links--tabs-equal-width.tabs .tab-links--item:last-child {
    margin-right: 0;
}

.tab-links--tabs-equal-width.tabs .tab-links--item>a {
    padding-left: 1rem;
    padding-right: 1rem;
}

.tab-links--tabs.accordion {
    display: block;
}

.tab-links--tabs.accordion>.tab-links--item {
    margin-right: 0;
}

.tab-links--item {
    margin-right: 10px;
}

@media screen and (max-width: 479px) {
    .tab-links--container {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .tab-links--tabs {
        display: flex;
        margin-bottom: 0;
    }

    .tab-links--item {
        float: none;
        margin-right: 15px;
    }

    .tab-links--item>a {
        padding: 12px 10px;
        min-width: 110px;
        text-align: center;
    }

    .tab-links--item>a:hover {
        color: #009fdf;
        background: transparent;
    }

    .tab-links--item.is-active>a {
        background: #f3f3f3;
    }
}

@media (min-width: 768px) {
    .tab-links--item>a {
        font-size: 13px;
        padding: 12px 10px;
    }

    .tab-links--item>a .icon-arrow {
        display: none;
    }

    .tab-links--item.is-active>a {
        pointer-events: none;
    }

    .is-stuck .tab-links {
        background: #202439;
        padding-top: 1rem;
    }

    .is-stuck .tab-links--container {
        margin-top: 0;
    }
}

@media (min-width: 1024px) {
    .tab-links--item {
        margin-right: 30px;
    }

    .tab-links--item>a {
        font-size: 14px;
        padding: 18px 60px 16px;
    }
}

.tab-links--slim {
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

.tab-links--slim .tab-links--tabs {
    border-bottom: 1px solid #acacac;
}

.tab-links--slim .tab-links--button {
    color: #006ac6;
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.tab-links--slim .tab-links--button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 0px solid #006ac6;
    transition: border-width 0.3s ease;
}

.tab-links--slim .tab-links--button:focus,
.tab-links--slim .tab-links--button:hover {
    color: #000;
}

.tab-links--slim .tab-links--button:focus:after,
.tab-links--slim .tab-links--button:hover:after {
    border-bottom-width: 6px;
}

.tab-links--slim .tab-links--item {
    background: none;
}

.tab-links--slim .tab-links--item.is-active {
    background: none;
}

.tab-links--slim .tab-links--item.is-active>.tab-links--button {
    pointer-events: none;
}

.tab-links--slim .tab-links--item.is-active>.tab-links--button:after {
    border-bottom-width: 6px;
}

@media screen and (max-width: 767px) {
    .myaqr-tabs--links {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .myaqr-tabs--links .dropdown-trigger {
        display: flex;
        color: #000;
        border-color: #006ac6;
        max-width: none;
    }

    .myaqr-tabs--links .dropdown-trigger--arrow {
        background: #006ac6;
    }

    .myaqr-tabs--links .tab-links--tabs-wrapper {
        display: none;
    }

    .myaqr-tabs--links .tab-links--tabs-wrapper.open {
        display: block;
    }

    .myaqr-tabs--links .tab-links--tabs {
        display: block;
        margin-top: 2px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    .myaqr-tabs--links .tab-links--container {
        width: 100%;
        padding-bottom: 20px;
    }

    .myaqr-tabs--links .tab-links--item {
        float: none;
        width: 100%;
        background: #fff;
        border: 1px solid #e3e3e3;
        border-top: 0 none;
    }

    .myaqr-tabs--links .tab-links--item>a {
        color: #000;
        text-align: left;
    }

    .myaqr-tabs--links .tab-links--item.is-active {
        border-left-color: #006ac6;
        border-right-color: #006ac6;
    }

    .myaqr-tabs--links .tab-links--item.is-active>a {
        background: #006ac6;
        color: #fff;
        pointer-events: none;
    }
}

@media (min-width: 768px) {
    .myaqr-tabs--links {
        display: none;
    }
}

.tabs-toggle {
    display: flex;
}

.tabs-toggle--list {
    display: flex;
    align-items: stretch;
    border: 0 none;
    background-color: transparent;
}

.tabs-toggle--title {
    font-family: "Polaris-Bold";
    font-weight: normal;
    float: none;
    display: flex;
    align-items: stretch;
}

.tabs-toggle--title>a {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #006ac6;
    background-color: #fff;
    padding: 13px 28px;
}

@media screen and (max-width: 479px) {
    .tabs-toggle--title>a {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.04em;
        text-align: center;
    }
}

.tabs-toggle--title>a:not(.is-active):hover,
.tabs-toggle--title>a:not(.is-active):focus {
    color: #012169;
}

.tabs-toggle--title+.tabs-toggle--title>a {
    margin-left: 2px;
}

.tabs-toggle--title.is-active>a {
    background-color: #006ac6;
    border-left: 2px solid #006ac6;
    border-right: 2px solid #006ac6;
    margin-left: 0px;
    pointer-events: none;
}

.tabs-toggle--title.is-active>a,
.tabs-toggle--title.is-active>a:focus {
    color: #fff;
}

.tabs-toggle--title.is-active+.tabs-toggle--title>a {
    margin-left: 0px;
}

.tabs-toggle--title:first-child>a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left-width: 0px;
    padding-left: 30px;
}

.tabs-toggle--title:last-child>a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right-width: 0px;
    padding-right: 30px;
}

@media screen and (max-width: 479px) {
    .tabs-toggle--list {
        flex-grow: 1;
    }

    .tabs-toggle--title {
        flex: 1 1 auto;
    }

    .tabs-toggle--title>a {
        flex-grow: 1;
        justify-content: center;
        padding-left: 12px;
        padding-right: 12px;
    }

    .tabs-toggle--title:first-child>a {
        padding-left: 14px;
    }

    .tabs-toggle--title:last-child>a {
        padding-right: 14px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .tabs-toggle--list {
        max-width: 524px;
        flex-grow: 1;
    }

    .tabs-toggle--title {
        flex: 1 1 auto;
    }

    .tabs-toggle--title>a {
        flex-grow: 1;
        justify-content: center;
    }
}

.subscription-funds--list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    background: #fff;
}

.subscription-funds--list>li:before {
    content: none;
}

.subscription-funds--item {
    border-top: 1px solid #acacac;
}

.subscription-funds--item:first-child,
.subscription-funds--item.empty-list {
    border-top: 0 none;
}

.subscription-funds--item-label .fund-name {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.subscription-funds--item-label .fund-ticker {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.subscription-funds--item-label--ucits {
    border-top: 1rem solid #f3f3f3;
}

.subscription-funds--item-action {
    font-family: "Polaris-Bold";
    font-weight: normal;
}

.subscription-funds--filter {
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.sub__selections__area ul {
    margin-left: 0;
}

.sub__freq__option label {
    margin-left: 0;
    margin-right: 0;
}

.subscription-funds--list {
    margin-left: -20px;
    margin-right: -20px;
}

.subscription-funds--item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subscription-funds--item-label {
    display: block;
    padding: 15px 10px 13px;
}

.subscription-funds--item-label .fund-name {
    display: block;
    color: #006ac6;
}

.subscription-funds--item-label .fund-ticker {
    display: block;
}

.subscription-funds--item-label--ucits {
    background-color: #eff5fc;
}

.subscription-funds--item--headings {
    display: none;
}

.subscription-funds--item--document-container--ucits {
    margin-bottom: 32px;
}

.subscription-funds--document-list--ucits {
    padding-top: 15px;
    margin-bottom: 16px;
}

.subscription-funds--document-list--ucits:first-child {
    padding-top: 15px;
}

.subscription-funds--document-list--ucits.empty-list {
    padding-top: 0;
    margin-bottom: 0;
}

.subscription-funds--document-list--ucits.empty-list+.subscription-funds--document-list--ucits {
    border-top: 0 none;
}

.subscription-funds--document-list--ucits .doc-list {
    padding-bottom: 14px;
}

.subscription-funds--document-list--ucits .doc-list--item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .subscription-funds {
        padding-bottom: 26px;
    }

    .subscription-funds--document-list {
        padding-left: 10px;
        padding-right: 10px;
    }

    .subscription-funds--filter .dropdown-pane {
        padding: 0;
    }

    .subscription-funds--filter button,
    .subscription-funds--filter .button {
        max-width: none;
    }

    .subscription-funds--list {
        margin: 0;
    }

    .subscription-funds--item {
        font-size: 12px;
        line-height: 16px;
    }

    .subscription-funds--item-document {
        display: block;
        padding-bottom: 1px;
    }

    .subscription-funds--item-document label {
        font-size: 12px;
    }

    .subscription-funds--item-action {
        font-family: "Polaris-Roman", Arial, sans-serif;
        padding: 15px 10px 13px;
    }

    .subscription-funds--item--ucits .doc-list--container--ucits {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sub__freq label {
        width: 33%;
    }

    .subscription-tabs--content .subscription-funds .subscription-funds--title {
        display: block;
        padding-top: 26px;
    }
}

@media (min-width: 768px) {
    .subscription-funds {
        padding-bottom: 20px;
    }

    .subscription-funds--title {
        margin-top: 21px;
        margin-bottom: 31px;
    }

    .subscription-funds--filter {
        margin-bottom: 40px;
    }

    .subscription-funds--filter--ucits {
        display: flex;
    }

    .subscription-funds--filter .dropdown-pane {
        min-width: 0;
    }

    .subscription-funds--filter .dropdown-trigger--label {
        font-size: 14px;
    }

    .subscription-funds--list {
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 46px;
    }

    .subscription-funds--list:last-child {
        margin-bottom: 0;
    }

    .subscription-funds--item--ucits {
        flex-wrap: wrap;
        align-items: flex-start;
        border-top: 0 none;
    }

    .subscription-funds--item-label {
        font-family: "Polaris-Roman", Arial, sans-serif;
        font-weight: normal;
        padding: 24px 0 22px;
        flex: 1 1 140px;
        width: 140px;
    }

    .subscription-funds--item-label--ucits {
        flex: 0 0 auto;
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 24px 40px 16px;
    }

    .subscription-funds--item-label--ucits .fund-name-only {
        font-family: "Copernicus-Roman", Georgia, serif;
        display: block;
    }

    .subscription-funds--item-label--ucits .fund-shareclass,
    .subscription-funds--item-label--ucits .fund-isin {
        font-size: 15px;
        font-family: "Polaris-Bold";
        font-weight: normal;
    }

    .subscription-funds--item-label .fund-name {
        display: inline;
        color: #000;
        font-family: "Polaris-Roman", Arial, sans-serif;
        padding-right: 12px;
    }

    .subscription-funds--item-label a.fund-name:hover {
        color: #006ac6;
    }

    .subscription-funds--item-action {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .subscription-funds--document-list {
        align-self: flex-start;
        padding: 0.5rem 0 0.5rem 1rem;
        flex: 1 1 15%;
        width: 15%;
    }

    .subscription-funds--document-list--ucits {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .subscription-funds--item-label {
        flex-basis: 300px;
        width: 300px;
    }

    .subscription-funds--item-label--ucits {
        flex-basis: auto;
        width: calc(100% + 40px);
    }

    .subscription-funds--item--headings {
        display: block;
    }

    .subscription-funds--item--headings .subscription-funds--item--document-container--ucits,
    .subscription-funds--item--headings .doc-list--container--ucits {
        margin-bottom: 0;
    }

    .subscription-funds--item--headings .doc-list--title {
        margin-bottom: 16px;
        font-size: 1rem;
        text-transform: uppercase;
        font-family: "Polaris-Bold";
        font-weight: normal;
    }

    .subscription-funds--item--document-container {
        display: flex;
    }

    .subscription-funds--document-list {
        flex: 0 0 33%;
        width: 33%;
    }
}

@media (min-width: 1400px) {
    .subscription-funds--document-list--ucits {
        flex-basis: 25%;
        width: 25%;
    }
}

.subscription-tabs--sub-section {
    margin-bottom: 0;
}

.subscription-tabs--sub-section .sub__freq__option input[disabled]+label {
    color: #c7c7c7;
    cursor: default;
}

.subscription-email--container {
    width: 100%;
    padding-top: 1.5rem;
    font-family: "Polaris-Roman", Arial, sans-serif;
}

.subscription-email--container p:last-child {
    margin-bottom: 0;
}

.subscription-email--container .cta {
    text-transform: none;
    letter-spacing: 0;
}

.subscription-email--email {
    display: flex;
    flex-direction: column;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.subscription-email--email-label {
    white-space: nowrap;
    padding-left: 0.5rem;
}

.subscription-email--email-field {
    font-family: "Polaris-Bold";
    font-weight: normal;
    padding-left: 0.5rem;
    padding-right: 1rem;
    margin: 0;
}

.subscription-email--email-field:disabled {
    border-color: transparent;
    background-color: transparent;
    cursor: default;
}

.subscription-email--cta-buttons {
    display: flex;
    align-items: center;
    max-height: 40px;
    transition: max-height 0.3s ease-in-out;
}

.subscription-email--cta-buttons[aria-hidden="true"] {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
}

.subscription-tabs--panel .fund-footnote--section {
    padding-top: 38px;
}

.subscription-tabs--content-container {
    width: 100%;
}

.subscription-tabs--sub-section {
    background: #fff;
}

.subscription-tabs--sub-section .sub__freq__option label {
    height: 40px;
    padding: 8px 12px;
}

@media screen and (max-width: 767px) {
    .subscription-tabs--content .subscription-funds--title {
        display: none;
    }

    .subscription-tabs--content .tab-links--item.is-active>a,
    .subscription-tabs--content .tab-links--item>a:hover {
        background-color: transparent;
    }

    .subscription-tabs--sub-section {
        padding-top: 26px;
    }

    .subscription-tabs--sub-section .sub__freq__option {
        padding: 10px 8px 14px;
    }

    .subscription-tabs--sub-section .sub__freq__option input[type="radio"]+label {
        padding: 8px 12px;
    }

    .subscription-email--cta-buttons .button.clear.compact:first-child {
        margin-left: -10px;
        position: relative;
        top: -10px;
    }

    .sub__selections__area ul.in-progress {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    .subscription-page--wrapper {
        display: flex;
        flex-direction: column;
    }

    .subscription-email--container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .subscription-email--email {
        flex-direction: row;
        align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }

    .subscription-email--email-label {
        padding-left: 0;
    }

    .subscription-email--email-field {
        width: 300px;
        margin: 0 0.5rem;
    }

    .subscription-email--email .form--field--error-msg {
        left: auto;
        right: 4px;
    }

    .subscription-tabs {
        order: -1;
        margin-top: -37px;
    }

    .subscription-tabs--reskin {
        padding-top: 25px;
    }

    .subscription-tabs--panel .fund-footnote--section {
        padding-top: 43px;
    }

    .subscription-tabs--sub-section {
        padding: 0 20px;
    }

    .subscription-tabs--sub-section ul {
        border-bottom: 0 none;
    }

    .subscription-tabs--sub-section ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        width: 100%;
        float: none;
        border-bottom: 1px solid #acacac;
        padding-top: 24px;
        padding-bottom: 22px;
        margin-bottom: 0;
    }

    .subscription-tabs--sub-section ul li:before {
        margin-left: 0;
        padding-left: 0;
    }

    .subscription-tabs--sub-section ul li:last-child {
        border-bottom: 0 none;
    }

    .subscription-tabs--sub-section .sub__freq__item {
        display: flex;
        justify-content: space-between;
    }

    .subscription-tabs--sub-section .sub__freq__text {
        flex: 1;
        width: auto;
        padding-left: 20px;
    }

    .subscription-tabs--sub-section .sub__freq__option {
        display: flex;
        width: auto;
        border-bottom: 0 none;
        padding-bottom: 0;
    }

    .subscription-tabs--sub-section .sub__freq__option label {
        width: auto;
        height: 60px;
        padding: 1.125rem 2rem;
        min-width: 150px;
    }
}

@media (min-width: 1024px) {
    .subscription-tabs {
        margin-top: -48px;
    }

    .subscription-tabs--reskin {
        padding-top: 0px;
    }

    .subscription-tabs--panel .fund-footnote--section {
        padding-top: 51px;
    }
}

.tax-documents {
    border: 1px solid #acacac;
    border-top: 8px solid #009fdf;
}

.tax-documents--toggle {
    color: #000;
}

.tax-documents--category-name {
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: "Polaris-Bold";
    font-weight: normal;
}

@media (min-width: 1024px) {
    .tax-documents--category-name {
        font-size: 18px;
    }
}

.tax-documents {
    flex: 1 1 100%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.tax-documents:first-child {
    margin-top: 40px;
}

.tax-documents--title {
    margin-bottom: 0;
}

.tax-documents--toggle {
    padding: 17px 10px 14px;
    margin-left: -10px;
    margin-right: -10px;
}

.tax-documents--year-list {
    padding-top: 18px;
    padding-bottom: 16px;
}

.tax-documents .eyebrow {
    margin-bottom: 0;
}

.tax-documents .article__title {
    padding-top: 2px;
}

.tax-documents .article__date {
    font-size: 13px;
    margin-bottom: 16px;
}

.tax-documents .document-summary--item {
    padding-bottom: 20px;
    border-bottom: 1px solid #acacac;
    margin-bottom: 36px;
}

.tax-documents .document-summary--item:last-child {
    padding-bottom: 0;
    border-bottom: 0 none;
    margin-bottom: 3px;
}

.tax-documents .cta-link {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .tax-documents {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (min-width: 768px) {
    .tax-documents {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tax-documents--toggle {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .tax-documents .document-summary--item {
        margin-bottom: 38px;
    }
}

@media (min-width: 1024px) {
    .tax-documents {
        padding-top: 0;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
        padding-left: 40px;
        padding-right: 40px;
    }

    .tax-documents:first-child {
        margin-top: 80px;
    }

    .tax-documents:last-child {
        margin-bottom: 80px;
    }

    .tax-documents--toggle {
        margin-top: 20px;
        padding-bottom: 16px;
        transition: all 0.3s;
    }

    .tax-documents--toggle.aria-expanded,
    .tax-documents--toggle[aria-expanded="false"] {
        margin-top: 0;
    }

    .tax-documents--year-list {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .tax-documents .document-summary--item {
        margin-top: 42px;
    }

    .tax-documents .document-summary--item:first-child {
        margin-top: 0;
    }

    .tax-documents .eyebrow {
        margin-bottom: 7px;
    }

    .tax-documents .article__date {
        font-size: inherit;
        margin-bottom: 16px;
    }

    .tax-documents--filter {
        order: -1;
    }
}

.fund-filter--search {
    display: flex;
    align-items: stretch;
    font-family: "Polaris-Roman", Arial, sans-serif;
    position: relative;
}

.fund-filter--search .autocomplete__container {
    flex: 1;
}

.fund-filter--search .autocomplete__wrapper {
    position: static;
}

.fund-filter--search input {
    margin-bottom: 0;
    flex: 1 1 auto;
    border-radius: 0;
    border-right: 0 none;
    align-self: center;
}

.fund-filter--search input:focus {
    color: inherit;
    background: transparent;
    box-shadow: none;
    border-right: 0 none;
}

.fund-filter--search button {
    flex: 0 0 auto;
    border: 1px solid #acacac;
    border-left: 0 none;
    border-radius: 0;
    margin-right: 0;
}

.fund-filter--search:focus-within {
    box-shadow: 0 0 5px #acacac;
}

.fund-filter--buttons {
    display: flex;
    flex-direction: column;
}

.fund-filter--buttons .button.active,
.fund-filter--buttons .button[aria-pressed="true"] {
    color: #fff;
    background-color: #009fdf;
}

.fund-filter--reset {
    align-self: center;
}

.fund-filter--container {
    width: 100%;
    margin-top: 37px;
    margin-bottom: 18px;
}

.fund-filter--header {
    margin-bottom: 22px;
}

.fund-filter--search {
    margin-bottom: 17px;
}

.fund-filter--search button {
    padding-left: 14px;
    padding-right: 14px;
}

.fund-filter--search .icon-search {
    font-size: 1.12rem;
}

.fund-filter--reset.button {
    margin-top: 22px;
}

@media (min-width: 1024px) {
    .fund-filter--container {
        margin-top: 0;
        margin-bottom: 58px;
    }

    .fund-filter--header {
        margin-bottom: 22px;
    }

    .fund-filter--search {
        margin-bottom: 36px;
    }

    .fund-filter--search button {
        padding-right: 23px;
    }

    .fund-filter--search .icon-search {
        font-size: 1.3rem;
    }

    .fund-filter--reset.button {
        margin-top: 22px;
    }
}

.teaser {
    margin-top: 1.875rem;
}

.teaser--header {
    margin-bottom: 1.375rem;
}

.teaser--header h2,
.teaser--header h3,
.teaser--header h4 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .teaser {
        margin-top: 4.75rem;
        margin-bottom: 3.875rem;
    }

    .teaser--header {
        margin-bottom: 4rem;
    }

    .teaser--content-copy {
        margin-bottom: 1.875rem;
    }
}

.thought-blocks--header {
    margin-bottom: 1rem;
}

.thought-blocks--footer {
    width: 100%;
    margin-bottom: 38px;
}

.thought-blocks--item {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .thought-blocks--container {
        width: 100%;
    }

    .thought-blocks--header {
        margin-bottom: 2.75rem;
    }

    .thought-blocks--header p:last-child {
        padding-bottom: 21px;
    }

    .thought-blocks--body {
        display: flex;
        flex-wrap: wrap;
        margin: -20px;
    }

    .thought-blocks--item {
        flex: 1 0 28%;
        padding: 0 20px;
        margin-bottom: 3.125rem;
    }

    .thought-blocks--footer {
        margin-bottom: 3rem;
    }

    .thought-blocks--quad .thought-blocks--item {
        flex-basis: 45%;
    }
}

@media (min-width: 1024px) {
    .thought-blocks--footer {
        margin-bottom: 3.625rem;
        display: flex;
        justify-content: center;
    }

    .thought-blocks--footer p.cta-link {
        flex: 0 0 auto;
        width: calc(33.33% + 13.33px);
        padding: 0 20px;
    }

    .thought-blocks--quad .thought-blocks--item {
        flex-basis: calc(25% - 40px);
        box-sizing: content-box;
    }
}

.thought-blocks--component .thought-blocks--container {
    padding-top: 28px;
}

.thought-blocks--component .thought-blocks--item .article__title {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .thought-blocks--component .thought-blocks--item .article__summary {
        font-size: 12px;
    }
}

@media screen and (max-width: 479px) {
    .thought-blocks--component .thought-blocks--header {
        margin-bottom: 2.125rem;
    }

    .thought-blocks--component .thought-blocks--item {
        margin-bottom: 0.8125rem;
    }

    .thought-blocks--component .thought-blocks--item+.thought-blocks--item:before {
        content: "";
        display: block;
        border-top: 1px solid #acacac;
        width: 60px;
        padding-bottom: 19px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
    .thought-blocks--component .thought-blocks--header {
        margin-bottom: 1.625rem;
    }

    .thought-blocks--component .thought-blocks--body {
        display: flex;
        margin: 0 -10px;
    }

    .thought-blocks--component .thought-blocks--item {
        flex: 0 0 33.33%;
        padding: 0 10px;
        margin-bottom: 0.75rem;
    }

    .thought-blocks--component .thought-blocks--item+.thought-blocks--item {
        position: relative;
    }

    .thought-blocks--component .thought-blocks--item+.thought-blocks--item:before {
        content: "";
        position: absolute;
        display: block;
        border-left: 1px solid #acacac;
        left: 0;
        top: 0;
        height: 130px;
    }
}

@media (min-width: 768px) {
    .thought-blocks--component .thought-blocks--item+.thought-blocks--item {
        position: relative;
    }

    .thought-blocks--component .thought-blocks--item+.thought-blocks--item:before {
        content: "";
        position: absolute;
        display: block;
        border-left: 1px solid #acacac;
        left: 0;
        top: 0;
        bottom: 1rem;
    }
}

@media (min-width: 1024px) {
    .thought-blocks--component .thought-blocks--item .article__title {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1023px) {
    .one-up-component--container {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .one-up-component {
        background-image: url(../image/fund_detail_art-2.svg);
        background-position: 90% bottom;
        background-size: 600px auto;
        background-repeat: no-repeat;
    }

    .one-up-component--holder {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .one-up-component--column {
        flex: 0 0 60%;
        width: 60%;
    }

    .one-up-component--column .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .two-up-component--container {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .two-up-component--holder {
        display: flex;
        justify-content: space-between;
        margin-left: -20px;
        margin-right: -20px;
    }

    .two-up-component--column {
        flex: 0 0 50%;
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .two-up-component--column .container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .two-up-component--column-primary {
        flex-basis: calc(50% + 40px);
        width: calc(50% + 40px);
    }

    .two-up-component--column-primary .container {
        border-right: 1px solid #acacac;
        padding-right: 40px;
    }

    .two-up-component--column-secondary {
        flex-basis: 33.3%;
        width: 33.3%;
    }
}

.audio-player_title {
    font-family: "Polaris-Bold";
    color: #000;
}

.audio-player_transcript {
    display: none;
    font-family: "Polaris-Italic";
    font-size: 17px;
    line-height: 24px;
}

.audio-player_transcript-container {
    margin-bottom: 20px;
}

.audio-player_show-hide-link {
    font-family: "Polaris-Italic";
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.audio-player_read-transcript {
    font-family: "Polaris-Italic";
    font-size: 17px;
}

.audio-player_transcript-arrow {
    color: #009fdf;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    transform: rotate(90deg);
}

.audio-player_arrow-up {
    transform: rotate(270deg);
}

.audio-player_container {
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.audio-player_play-pause-button {
    float: left;
    height: 50px;
    width: 50px;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: 2px;
    background: none;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
}

.audio-player_vol-img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.audio-player_play-pause-container {
    float: left;
}

.audio-player_time-container {
    width: 32px;
}

.audio-player_time {
    font-family: helvetica;
    font-size: 14px;
}

.audio-player_percent-listened-container {
    height: 5px;
    width: 150px;
    background-color: gray;
    margin-left: 10px;
}

.audio-player_percent-listened {
    height: 5px;
    width: 0px;
    background-color: #009fdf;
}

.audio-player_volume-range-container {
    width: 50px;
}

.audio-player_volume-range-input {
    display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .audio-player_vol-img {
        display: none;
    }

    .audio-player_volume-range-container {
        display: none;
    }
}

/*start range*/
input[type=range] {
    -webkit-appearance: none;
    padding: 0 0 0 0;
    height: auto;
    border: none;
    width: 100%;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #009fdf;
}

input[type=range]::-webkit-slider-thumb {
    border: 1px solid #009fdf;
    height: 10px;
    width: 10px;
    border-radius: 4px;
    background: #009fdf;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #009fdf;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #009fdf;
}

input[type=range]::-moz-range-thumb {
    border: 1px solid #009fdf;
    height: 10px;
    width: 10px;
    border-radius: 6px;
    background: #009fdf;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}

input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

.myaqr-holdings--table,
.myaqr-holdings--table th,
.myaqr-holdings--table td {
    border: 1px solid #000;
    border-collapse: collapse;
}

.myaqr-holdings--table thead {
    background: #009fdf;
    color: #fff;
}

.myaqr-holdings--table th,
.myaqr-holdings--table td {
    padding: 10px;
}

.myaqr-holdings-details {
    padding-left: 10px;
}

.myaqr-holdings--body {
    border-bottom: 3px solid #000;
}

.holdings-footer,
.global-footer__holdings-disclaimer {
    background-color: transparent;
}

.myaqr-holdings-disclosure h4 {
    width: 100%;
}

.holdings-footer {
    text-align: right;
}

.holdings-header .holdings-logo {
    padding-top: 20px;
}

.holdings-header .holdings-logo .icon-aqr {
    font-size: 2rem;
}

.myaqr-holdings--wrapper {
    padding-top: 125px;
    padding-bottom: 80px;
}

.myaqr-holdings--container {
    width: 100%;
}

.myaqr-holdings--body+.myaqr-holdings--head {
    margin-top: 40px;
}

.myaqr-holdings-pagination .container:before {
    border-top: 1px solid transparent;
}

.myaqr-holdings-pagination div.pagination__item__container {
    width: 285px;
}

#holdingsPopup {
    padding-top: 36px;
    padding-bottom: 0;
}

#holdingsPopup .aqr-popup--message {
    margin-bottom: 20px;
}

#holdingsPopup .holdings-popup--cta-group {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#holdingsPopup .holdings-popup--cta-group>.button {
    margin-bottom: 0;
}

#holdingsPopup #customModal>div.modal-bd>ul>li:before {
    content: "";
}

#holdingsPopup .leading {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .myaqr-holdings--wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .holdings-header .holdings-logo .icon-aqr {
        font-size: 4rem;
    }
}

@media screen and (min-width: 1024px) {
    .myaqr-holdings--title {
        margin-bottom: 29px;
    }

    .myaqr-holdings-details h4 {
        margin-top: 0;
    }

    .holdings-header .holdings-logo .icon-aqr {
        font-size: 5rem;
    }
}

@media screen and (min-width: 768px) {
    #holdingsPopup {
        width: 90%;
        max-width: 1200px;
    }
}

@media screen and (min-width: 320px) {
    #holdingsPopup {
        height: auto;
        margin-bottom: 72px;
    }

    /* #holdingsPopup .aqr-popup—cta-group {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    #holdingsPopup .aqr-popup—cta-group > a.button {
      width:auto;
    } */
}

.display-none {
    display: none;
}

.footnote {
    background-color: #f1f19e;
    display: inline;
}

.footnote:focus {
    background-color: #fbfb5a;
}

/* import files for pages */
@media print {

    .funds-header,
    .global-footer {
        display: none;
    }

    .sticky.is-stuck {
        position: static;
    }
}

@media print {

    .download-pdf #section-about,
    .download-pdf #section-characteristics,
    .download-pdf #section-performance,
    .download-pdf #section-fees,
    .download-pdf #section-docs {
        display: none;
    }

    .download-about #section-about,
    .download-portfolio #section-characteristics,
    .download-performance #section-performance,
    .download-fees #section-fees {
        display: block;
    }

    .fd-marquee--quick-links,
    .fd-marquee--icons-container,
    .funds--back-to-top,
    .performance-chart--tabs,
    .jump-links {
        display: none;
    }

    .accordion-title {
        display: block;
    }

    .accordion-title svg {
        visibility: hidden;
    }

    .performance-chart--body tabs-panel {
        display: block !important;
    }
}

.osano-cm-powered-by {
    display: none;
}

li.osano-cm-drawer-item:last-child {
    display: none;
}