.investment-hero-section > .hero-container > p {
    font-family: "Benton Sans Bk";
}

.investment-hero-section h1 {
    font-family: 'Benton Sans Bd';
    font-size: 103px;
    line-height: 1.1;
    color: #136CAF;
    width: moz-fit-content;
    width: fit-content;
    margin: 170px auto 0 0;
}

.investment-hero-section {
    padding-bottom: 58px;
}

.investment-hero-section .hero-subtext {
    margin-bottom: 30px;
}

.investment-hero-section .hero-container {
    position: relative;
}

.investment-hero-section .hero-graphic-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 8px;
    width: 63em;
    height: 67em;
    margin-top: 0;
    z-index: -1;
}

.ith-element {
    opacity: 0;
}

.ith-png-element {
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ith-tri-left {
    top: 22.3em;
    right: 49.7em;
    width: 12.08em;
    height: 10.46em;
    z-index: 8;
}

.ith-tri-bottom-right {
    top: 33.6em;
    right: 1.5em;
    width: 29.24em;
    height: 25.13em;
    z-index: 11;
    opacity: 1.0;
}

.ith-poly-top-right {
    top: 5.5em;
    right: -12.8em;
    width: 36.47em;
    height: 26.69em;
    z-index: 10;
    opacity: 1.0;
}

.ith-poly-top-left {
    top: 17em;
    right: 23em;
    width: 32.82em;
    height: 26.69em;
    z-index: 10;
    opacity: 1;
}

.ith-poly-bottom-left {
    top: 42.8em;
    right: 28.2em;
    width: 34.66em;
    height: 23.55em;
    z-index: 9;
}

.ith-image-cover-left {
    top: 11.2em;
    right: 30em;
    width: 36.51em;
    height: 44.12em;
    z-index: 12;
}

.ith-image-cover-right {
    top: 11.2em;
    right: -25em;
    width: 44.92em;
    height: 44.12em;
    z-index: 12;
}

.ith-investment-team {
    top: 11.2em;
    right: -16.5em;
    width: 79.20em;
    height: 44.12em;
    z-index: 10;
    opacity: 0.85;
}

/* SECTION */

.alg21 div.investment-team {
    padding-top: 0;
}

/* FILTER BAR */

.alg21 .js-nav-wrapper {
    width: 100%;
    background-color: #fff;
    width: 100%;
}

.alg21 ul.bios-nav {
    margin-bottom: 15px;
    height: unset !important;
}

.alg21 ul.bios-nav li {
    display: inline-block;
    float: none;
    background-color: #717073;
    -webkit-transform: skew(-32deg);
    -moz-transform: skew(-32deg);
    -ms-transform: skew(-32deg);
    -o-transform: skew(-32deg);
    transform: skew(-32deg);
    margin-top: 15px;
    margin-right: 4px;
    transition: all 0.3s ease-in-out;
}

.alg21 ul.bios-nav li.active-skew {
    background-color: #136CAF;
}

.alg21 ul.bios-nav li:last-child.active-skew {
    background-color: #712f7e;
}

.alg21 ul.bios-nav li a {
    font-family: 'Benton Sans Reg';
    display: inline-block;
    -webkit-transform: skew(32deg);
    -moz-transform: skew(32deg);
    -ms-transform: skew(32deg);
    -o-transform: skew(32deg);
    transform: skew(32deg);
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 13px 16px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: none;
    margin-left: 0;
}

.alg21 ul.bios-nav li a.active {
    background: none;
}

/* BIOS */

.alg21 .top-bar {
    position: relative;
    display: block;
    opacity: 0;
    margin-bottom: 8px;
    height: 10px;
    width: 100%;
    background-color: #712f7e;
    transition: all 0.2s;
}

.alg21 .top-bar:after {
    content: '';
    position: absolute;
    left: calc(50% - 10px);
    z-index: 10;
    top: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.alg21 .managerDiv:hover .top-bar {
    opacity: 1;
}

.alg21 .bios-person img {
    -webkit-filter: none;
    filter: none;
    margin-bottom: 0;
    max-width: 100%;
}

.alg21 .bios-person h5 {
    font-family: 'Benton Sans Reg';
    font-size: 22px;
    color: #136caf;
    letter-spacing: -0.7px;
    margin-top: 30px;
    margin-bottom: 17px;
}

.alg21 .bios-person-position {
    display: block;
    font-family: 'Benton Sans Bd';
    font-size: 14px;
    line-height: 1.2;
    color: #717073;
    letter-spacing: -0.2px;

    height: unset;
}

.view-pm {
    display: block;
    font-family: 'Benton Sans Bd';
    font-size: 14px;
    color: #712f7e !important;
    margin: 10px 0 20px 0;
    cursor: pointer;
}

.alg21 .bios-person-strategies + br {
    display: none;
}

.alg21 .bios-person-assetclass-strategies h4 {
    font-family: 'Benton Sans Bd';
    font-size: 16px;
    margin: 20px 0 10px;
}

/* BIO */

.alg21 .bios-details h3.header {
    font-family: 'Benton Sans Reg';
    font-size: 30px;
    line-height: 1.2;
    color: #136caf;
    letter-spacing: -0.7px;
    margin-top: 30px;
    margin-bottom: 17px;
}

.alg21 .bios-position {
    display: block;
    font-family: 'Benton Sans Bd';
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #717073;
    letter-spacing: -0.2px;
}

.alg21 .bios-details h4 {
    font-family: 'Benton Sans Med';
    font-size: 20px;
    line-height: 1.135;
    font-weight: 700;
    color: #002B54;
    margin: 0 0 15px;
}

.alg21 .bios-details p {
    font-family: 'Benton Sans Reg';
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    color: #002B54;
    margin-top: 0;
    margin-bottom: 18px;
}

.alg21 .success-video-container {
    margin-bottom: 0;
}

.alg21 h4.profiles-goal {
    font-family: 'Benton Sans Lt';
    font-size: 32px;
    line-height: 1.2;
    font-weight: 300;
    color: #002B54;
    margin: 25px 0 15px;
}

.mobile-skewed-filter {
    display: none;
}

/* RESPONSIVE EDITS */

@media only screen and (max-width: 1599px) {

    .investment-hero-section h1 {
        font-size: 84px;
    }
}


@media only screen and (max-width: 1549px) {

    .investment-hero-section .hero-graphic-wrapper {
        font-size: 8px;
        top: -3em;
        right: 10em;
    }
}

@media only screen and (max-width: 1349px) {

    .investment-hero-section h1 {
        font-size: 74px;
    }

    .investment-hero-section .hero-graphic-wrapper {
        right: 20em;
        font-size: 7px;
    }
}

@media only screen and (max-width: 1249px) {

    .hero-subtext p {
        font-size: 48px;
    }

    .alg21 ul.bios-nav li {
        width: 24%;
    }
}

@media only screen and (max-width: 1199px) {

    .investment-hero-section h1 {
        font-size: 74px;
        margin-bottom: 130px;
    }

    .investment-hero-section .hero-graphic-wrapper {
        font-size: 7px;
        right: 20em;
    }

    .investment-hero-section .hero-subtext p {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1023px) {

    body:not(.is--person) .alg21 #js-bios-faces-view {
        display: block !important;
    }

    .alg21 .managerDiv {
        width: 25% !important;
    }

    .alg21 .managerDiv h5 {
        font-size: 22px !important;
        min-height: unset;
    }

    .alg21 ul.bios-nav {
        height: unset;
    }

    .alg21 .AssociatedStrategies {
        font-size: 16px !important;
        line-height: 24px !important;
    }
}

@media only screen and (max-width: 991px) {

    .investment-hero-section h1 {
        font-size: 56px;
        margin-top: 107px;
        margin-bottom: 130px;
    }

    .investment-hero-section .hero-graphic-wrapper {
        font-size: 5px;
    }

    .investment-hero-section .hero-subtext p {
        font-size: 32px;
    }

    .alg21 .managerDiv {
        width: calc(100% / 3) !important;
    }

    .alg21 ul.bios-nav li {
        width: 32%;
    }
}

@media only screen and (max-width: 767px) {

    .investment-hero-section h1 {
        font-size: 48px;
        margin-top: 39px;
    }

    .investment-hero-section .hero-graphic-wrapper {
        font-size: 4px;
    }

    .mobile-skewed-filter {
        display: block;
    }

    .js-bios-nav {
        display: none;
    }

    .mobile-skewed-filter,
    .alg21 ul.bios-nav li {
        display: block;
        width: 90%;
        margin: 15px auto;
    }

    .mobile-skewed-filter button,
    .alg21 ul.bios-nav li a {
        width: 100%;
        text-align: center;
    }

    .mobile-skewed-filter button::after {
        content: '-';
        display: block;
        float: right; 
    }

    .mobile-skewed-filter button.collapsed::after {
        content: '+';
    }

    .alg21 .managerDiv {
        width: calc(100% / 2) !important;
    }

    .alg21 .managerDiv a > div > img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 575px) {

    .investment-hero-section h1 {
        margin-bottom: 270px;
    }

    .investment-hero-section .hero-graphic-wrapper {
        top: 28em;
        right: calc(50% - 25em);
    }
}

@media only screen and (max-width: 450px) {

    .alg21 .managerDiv {
        width: 100% !important;
        height: auto !important;
    }
}