header {
    background-image: url("../img/investors-hero.png");
    background-color: var(--main-color);
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    height: 60%;
}

header .text-wrapper {
    margin-top: 40px;
    gap: 35px;
}

section.investors-section1 {
    border-bottom: 2px solid #ECF0F9;
}

section.investors-section2 {
    padding-bottom: 100px;
}

footer {
    padding-top: 150px;
}

#SECdiv a {
    color:#2ea3f2;
}
#SECdiv .b2iSECTypeCell a {
    font-weight:400;
}
#SECdiv .b2iSECFormCell a {
    color: #333;
}
#secform {
    display:grid;
    grid-template-columns: 1fr;
    place-items:center;
    max-width:unset;

}
#secform .b2iSECtopSelect {
    /*margin:0;*/
}
#secform tr td,
#b2iSecTop {
    border: 1px solid #eee;
}
#b2iSecTop tr th {
    color: #555;
    font-weight: 700;
    padding: 9px 24px;
}
#b2iSecTop th {
    border-bottom:1px solid #eee;
}

section .investor-news-highlight{
    height: 241px;
    margin-top: 40px;
    padding-bottom: 20px;
    width: 100%;
    grid-column: 1 / -1;
}

section .investor-news-highlight-content {
    width: 33%;
}

section .investor-news-highlight a.news-link {
    top: 90%;
    color: #FFA300;
    padding: 0;
}


@media screen and (max-height: 900px) {
    header {
        height: 80%;
    }
}

@media screen and (max-width: 414px) {
    section.investors-section2 {
        padding-bottom: 40px;
    }
}

