.logo svg{
    filter: invert(0);
}
header.header.whtbg .logo svg{
    filter: invert(0);
}
ul.about li,p.about {
    text-align: center;
}
.about p.about {
    margin-top: 0.5rem;
    margin-bottom: 4rem;
}
.flex-row h4{
    font-size: 16px;
}
.flex-row .col {
    width: 300px;
    padding: 30px 15px;
    border: 1px solid lightgrey;
}
.primary-menu__container .menu-item a, .primary-menu__container .menu-item.minklearning a {
    color: #000000 !important;
}
.primary-menu__container .menu-item a, .primary-menu__container .menu-item.minklearning a {
    color: #000000 !important;
}
.home-banner {
    background-image: url(../assets/invest.jpg);
    min-height: 45vh;
    background-position-y: 30%;
    display: flex;
    align-items: center;
    position: relative;
}
.three_columns .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.banner__content h3{
    text-align: left;
}
div#criteria{
    /* top: -15vh; */
    z-index: 2;
    max-width: 840px;
    background-color: #f4f4f4;
    margin: auto;
    padding-top: 60px !important;
    /* margin-bottom: -15vh !important; */
}
div#criteria h1.home-banner__headline {
    font-size: 32px !important;
    margin-bottom: 60px;
}
div#criteria .mink-learning-callout__wrapper {
    padding: 20px 0;
}
.banner__content h2 {
    font-family: "EB Garamond";
    font-size: 24px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
.mink-learning-callout.partner{
    background: unset;
}
div#contact_us, .footer, main{
    background: unset;
}
.home-banner__header{
    z-index: 1;
}
.our_process h3,.our_process p {
    text-align: center;
}
.our_process .excerpt__main h3,.our_process .excerpt__main p {
    text-align: left;
    margin-bottom: 0;
}
.container.our_process {
    max-width: var(--max-width);
    padding-bottom: 50px !important;
}
.stremandsimpl {
    margin-bottom: 100px;
}
#our_process .excerpt {
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
}
.excerpt__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    max-width: 90px;
    float: left;
    position: relative;
    height: 160px;
}
.excerpt__main {
    margin-top: 30px;
    width: 80%;
    padding-left: 25px;
    display: inline-block;
}
#our_process div#assessment.excerpt,
#our_process .excerpt:first-child {
    margin-top: 0px;
}
header.home-banner__header {
    position: absolute;
    margin: auto;
    width: 100%;
    display: flex;
    max-width: none;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 35vh;
}
section#our_process h3 {
    color: black;
}
h1.home-banner__headline {
    display: inline-block;
    width: 100%;
    color: #434343;
}
@media screen and (max-width: 900px){
    .three_columns .flex-row {
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .three_columns .flex-row .col {
        margin: 15px;
    }
}
@media screen and (min-width: 900px){
    .excerpt__wrapper {
        grid-gap: 100px;
    }
}
@media (max-width: 768px) {
    h1.home-banner__headline {
        display: inline-block;
    }
    .home-banner{
        min-height: 45vh;
        background-position-y: unset;
    }

}
