.leadership {
    width: 100vw;
    min-height: 1rem;
    background-color: #EEEEEE;
    padding: 0 0 2rem 0;
}

.leadership .hero {
    width: 100vw;
    height: 20rem;
    background-color: #000000;
    position: relative;
}

.leadership .hero img {
    width: 100vw;
    height: 20rem;
    object-fit: cover;
}

.leadership .breadcrumb {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    margin: 3rem 5rem 2rem 5rem;
}

.leadership .breadcrumb a {
    color: #000000;
    text-decoration: none;
}

.leadership .breadcrumb a:hover {
    text-decoration: underline;
}

.leadership .breadcrumb i {
    font-size: 0.75rem;
    color: #C80000;
    margin: 0 0.25rem;
}

.leadership .breadcrumb b {
    font-weight: 700;
}

.leadership h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
    text-align: center;
    width: 100vw;
    height: 20rem;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.65);
    align-content: center;
}

.leadership h2 {
    font-size: 2rem;
    font-weight: 400;
    color: #000000;
    text-align: left;
    padding: 1rem 5rem 2rem 5rem;
}

.leadership .officers {
    width: calc(100vw - 8rem);
    margin: 0 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.leadership .officers div {
    width: 30rem;
    height: 20rem;
    background-color: #FFFFFF;
    margin: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.leadership .officers div img {
    height: 15rem;
    width: 30rem;
    object-fit: cover;
}

.leadership .officers div h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    padding: 0.5rem 1rem 0.25rem 1rem;
}

.leadership .officers div p {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    padding: 0 1rem 1rem 1rem;
}

.leadership .officers div h3 a {
    font-size: 1rem;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 50%;
    padding: 1rem 0;
    display: block;
    width: 3.25rem;
    text-align: center;
    position: absolute;
    bottom: 0.75rem;
    right: 1rem;
    transition: background-color ease-in-out 0.2s, color ease-in-out 0.2s;
}

.leadership .officers div h3 a:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.leadership .admin {
    width: calc(100vw - 8rem);
    margin: 0 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.leadership .admin div {
    width: 30rem;
    height: 10rem;
    background-color: #FFFFFF;
    margin: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
}

.leadership .admin div h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000000;
    padding: 3.25rem 1rem 0.25rem 1rem;
    text-align: center;
}

.leadership .admin div p {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    padding: 0 1rem 1rem 1rem;
    text-align: center;
}