/* start image-banner*/
.image-banner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}

.image-banner__overlay {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: #fff;
    background-color: rgba(0, 112, 178, 0.7);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

    .image-banner__overlay span[class*="fa-chevron-circle-right"] {
        margin-right: 10px;
    }

    .image-banner__overlay a {
        text-decoration: none;
    }

.image-banner__headline {
    display: flex;
    text-align: left;
    padding: 2% 2%;
}

    .image-banner__headline .headline-content {
        max-width: 50%;
        color: #fff;
        align-self: flex-end;
    }

        .image-banner__headline .headline-content h3 {
            font-weight: bold;
        }

.image-banner__overlay .overlay-content {
    max-width: 50%;
    transform: translate(50%, 0%);
}

    .image-banner__overlay .overlay-content a {
        color: #fff;
    }

/*end image banner*/

.home-story {
    padding: 5%;
    text-align: center;
}

.home-story > .grid-x {
    text-align: left;
}

.home-story__header {
    margin-bottom: 5%;
}

.home-story__mobile-links {
    text-align: left;
}

    .home-story__mobile-links a {
        display: block;
        text-decoration: none;
        font-weight: lighter;
        color: #0063A7;
    }

.home-story a span[class="fa fa-bar-chart"] {
    margin-right: 20px;
}

.home-story__card {
    background-color: #F5F5F5;
    padding: 20px;
    box-shadow: 0 10px 10px -2px gray;
}

    .home-story__card h3 {
        font-weight: bold;
    }

    .home-story__card .fund-list {
        column-count: 2;
        font-weight: bold;
        margin-bottom: 10px;
    }

.home-story-card-v2 {
    padding: 10px;
    box-shadow: 0 10px 10px -2px gray;
}

    .home-story-card-shaded-background {
        background-color: #F5F5F5;
    }
    .home-story-card-v2 h3 {
        font-weight: bold;
    }

    .home-story-card-v2 .fund-list {
        column-count: 2;
        font-weight: bold;
        margin-bottom: 10px;
    }

.investment-report {
    margin-left: 5%;
    margin-right: 5%;
}

    .investment-report a span[class="fa fa-download"] {
        margin-right: 20px;
    }

.image-text__text {
    padding: 5%;
    background-color: #F5F5F5;
}

    .image-text__text p {
        margin-top: 5%;
        margin-bottom: 6%;
    }

.investor-resources {
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
}

    .investor-resources .resource {
        text-align: center;
        text-decoration: none;
    }

        .investor-resources .resource:hover {
        }

    .investor-resources h2 {
        margin-bottom: 5%;
        font-weight: bold;
    }

    .investor-resources .resource img {
        max-width: 250px;
    }

    .investor-resources .resource * {
        margin-bottom: 25px;
        font-weight: bold;
    }

    .investor-resources .resource span[class*="fa fa-chevron-circle-right"] {
        color: #C5C5C7;
    }

.home-cta {
    color: #fff;
    text-align: center;
    padding: 5%;
    background-color: #01375B;
}

    .home-cta h2, .home-cta p, .home-cta a {
        margin-bottom: 20px;
    }

    .home-cta a {
        color: #01375B;
    }

@media all and (max-width: 768px) {

    .investor-resources .resource {
        margin-bottom: 30px;
    }

    .home-story__card {
        display: none;
    }

    .image-banner__overlay {
        display: none;
    }

    .image-banner__headline .headline-content {
        align-self: center;
        max-width: 100%;
    }

    .image-banner {
        height: 200px;
    }

    .headline-content p {
        display: none;
    }
}

@media all and (max-width: 1023px) {

    .investor-resources .resource img {
        display: none;
    }

    .investor-resources {
        margin: 5%;
    }

        .investor-resources .resource {
            border: 1px solid #cacaca;
            padding: 5%;
            border-radius: 5px;
        }

    .image-text img {
        display: none;
    }

    .image-banner__overlay {
        clip-path: none;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 768px) {
    .home-story__mobile-links {
        display: none;
    }
}
