﻿.underTopNavContent {
    overflow: hidden;
}
.aboutTop {
    height: 700px;
    background-size: cover;
    margin-top: -64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 150px;
    color: #ffffff;
}
.aboutTop > div {
    padding: 32px;
}
.aboutSlant {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    height: 300px;
    width: 300%;
    margin-left: -100%;
    background: #fff;
    margin-top: -150px;
    margin-bottom: -160px;
}
h1 {
    margin-bottom: 0;
}
h2 {
    text-align: left !important;
}
p.h1Text {
    font-size: 1.5rem;
    font-weight: 500;
    max-width: 650px;
}

.singleCol {
    max-width: 1200px;
}
ul.impact {
    list-style: none;
    margin: 0 -32px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
    margin-bottom: 64px;
}
ul.impact li {
    margin: 8px 32px;
    padding: 0;
    max-width: 25%;
    min-width: 25%;
    width: 25%;
    font-weight: 500;
}
    ul.impact h3 {
        text-transform: uppercase;
        font-size: 3rem;
        line-height: 100%;
        color: #dc0d8a;
        white-space: nowrap;
    }

.innerChunk {
    display: flex;
}
.innerChunk > div:last-child {
    max-width: 350px;
    min-width: 350px;
}
.innerChunk > div:first-child {
    padding-right: 128px;
}
ul.founders {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.founders li {
    margin: 0;
    padding: 0;
    margin-bottom: 16px;
}
    ul.founders li > div {
        -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
        padding: 16px;
        position: relative;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }
.founderLinks {
    margin-left: -40px;
}
.founderLinks a {
    font-weight: 500;
    display: block;
    line-height: 120%;
}
.founderLinks a:last-child {
    font-size: 1rem;
    font-weight: normal;
}
.headshot {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: 10px;
}
.headshot > div {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
    .headshot img {
        width: 110%;
        height: 110%;
        max-width: 110%;
        display: block;
        border-radius: 50%;
    }

@media screen and (max-width: 1000px) {
    .innerChunk {
        flex-direction: column;
    }
    .innerChunk > div:first-child,
    .innerColHead {
        padding-right: 0;
        max-width: 650px;
        margin: 0 auto;
    }
    .innerChunk > div:last-child {

        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1050px) {
    ul.impact li {
        max-width: 33.33333%;
        min-width: 33.33333%;
        width:33.33333%
    }
}

@media screen and (max-width: 800px) {
    ul.impact li {
        max-width: 50%;
        min-width: 50%;
    }
}


@media screen and (max-width: 450px) {

    ul.impact h3 {
        font-size: 2rem;
    }

    ul.impact li {
        max-width: 100%;
        min-width: 100%;
    }

    ul.impact {
        margin: 0 auto !important;
        padding-bottom: 64px;
    }
}

@media screen and (max-width: 430px) {
    ul.founders {
        margin-left: 50px;
        margin-right: 20px;
    }
}


.twoCol {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}
.twoCol > div:first-child {
    width: calc(100% - 300px);
    flex: 1;
    padding-right: 60px;
}
.twoCol > div:last-child {
    flex: 1;
    width: 300px;
}
.twoCol img {
    border-radius: 12px;
    display: block;
}

@media screen and (max-width: 860px) {
    .twoCol {
        flex-direction: column;
    }
    .twoCol > div:first-child {
        width: 100%;
        padding-right: 0;
    }
    .twoCol > div:last-child {
        width: 100%;
    }
    .twoCol img {
        margin: 0 auto;
    }
}
