﻿.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;
    background-position: center;
}

.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;
}

ul.teamMembers {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
    ul.teamMembers > li {
        max-width: 100%;
        min-width: 100%;
        padding: 0 12px;
        margin-bottom: 64px;
        display: flex;
        align-items: center;
    }
ul.teamMembers li > div:last-child {
    padding-left: 64px;
}
        ul.teamMembers li h3 {
            text-transform: uppercase;
            margin: 0;
        }
ul.teamMembers li a {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
}
ul.teamMembers li span.h2Tag {
    margin-bottom: 0 !important;
}
        .avWrapper {
            border-radius: 50%;
            border: 6px solid #000;
            display: flex;
            background: #000;
            justify-content: center;
            align-items: center;
            width: 196px;
            height: 196px;
            overflow: hidden;
            margin: 0 auto;
        }
.avWrapper img {
    border-radius: 50%;
    display: block;
}

ul.socialLinks {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin-top: 5px;
}
ul.socialLinks > li {
    margin: 0 8px 0 0 !important;
    padding: 0;
    margin-top: 5px;
}
ul.socialLinks li img {
    display: block;
}
    ul.teamMembers li p {
        margin: 0;
        text-align: left;
        font-size: 1.15rem;
        line-height: 140%;
        margin-top: 10px;
    }


@media screen and (max-width: 830px) {
    ul.teamMembers > li {
        flex-direction: column;
        padding: 0;
    }

    ul.teamMembers li > div:first-child {
        width: 100%;
    }
    .avWrapper {
        margin: 0;
        margin-bottom: 16px;
        border-radius: 3px;
        max-width: 156px;
        max-height: 156px;
    }
    ul.teamMembers li > div:last-child {
        padding-left: 0;
    }

    .avWrapper img {
        border-radius: 3px;
    }
}