.profiles-grid {
    /* display: flex;
    display: -ms-flexbox;
    justify-content: center; */
    text-align: center;
}
.profiles-grid ul {
    list-style: none;
    margin: 0 auto;
}
section {
    margin-bottom: 3rem;
}
.home .nav-container{
    display: none;
}
.profile article p {
    margin: 0 0 1.8rem 0;
}
.profiles-grid ul {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr;
    /* grid-column-gap: 3rem;
    grid-row-gap: 2rem; */
    list-style: none;
    margin: 0;
}
.profiles-grid-item:nth-child(odd) {
    /* background-color: #e6fbfc; */
    background-color: var(--beige);
}
.profiles-grid-item:nth-child(even) {
    background-color: rgba(256, 256, 256, .4);
}
.profiles-grid-item:last-child {
    /* background-color: rgba(256, 256, 256, .4); */
    /* grid-column: 2;
    grid-row: 3; */
}
.profiles-grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* .profiles-grid-item.test .profile-container,
.profiles-grid-item.test .profile-portrait {
    transform: none;
}
.profiles-grid-item.test .profile-container,
.profiles-grid-item.test .profile-bg,
.profiles-grid-item.test .profile-bg img {
    border-radius: 0;
}
.profiles-grid-item.test .profile-container {
    display: inherit;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    position: relative;
}
.profiles-grid-item.test .profile-bg {
    bottom: 0;
    left: 0;
    top: initial;
    width: 100%;
    height: auto;
}
.profiles-grid-item.test .profile-bg:after {
    border-radius: 0;
    height: 95%;
}
.profiles-grid-item.test .profile-portrait {
    left: initial;
    top: initial;
    width: 100%;
}
.profiles-grid-item.test .profile-container-inner {
    clip-path: none;
    height: auto;
    max-width: 11.555555rem;
    position: relative;
    top: initial;
    left: initial;
}
.profiles-grid-item.test .profile-name-wrap {
    margin-top: 1rem;
} */
.profile-composite {
    display: none;
}
.profiles-grid-link {
    display: flex;
    flex-direction: column;
    /* width: 280px; */
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    padding: 1.444444rem;
    text-decoration: none;
    width: 100%;
}
.profiles-grid-link:focus {
    outline: 2px solid #25cad3;
    z-index: 1;
}
.profiles-grid-link:hover .bg-blue-dusty {
    /* background-color: var(--orange-dark); */
    background-color: #232d4b;
}
.profile-container {
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    /* display: flex;
    flex-direction: column;
    align-items: center; */
    /* height: 312px; */
    width: 100%;
    /* margin-right: -10px; */
    /* width: 400px; */
    /* transform: scale(0.5); */
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
/* .profile-container:after {
    background-color: #f2f2f2;
    content: "";
    height: 10px;
    position: absolute;
    top: 390px;
    
} */
.profile-container-inner {
    /* clip-path: path( "M 390,400 C 390,504.9341 304.9341,590 200,590 95.065898,590 10,504.9341 10,400 V 10 H 200 390 Z" ); */
    /* top: -100px; */
    /* top: -250px; */
    position: relative;
    /* transform-origin: 50%; */
    height: 14.44444rem;
    width: 14.44444rem;
}
.profile-container-inner img {
    height: 100%;
    width: 100%
}
.profile-bg {
    /* background-color: white; */
     /* left: 10px; */
    /* height: 14.666666rem;
    width: 14.666666rem; */
    /* width: 380px;
    height: 380px; */
    /* z-index: -1; */
    /* top: 210px; */
    /* top: 42px; */
    /* border-radius: 50%; */
    /* cursor: pointer; */
    /* pointer-events: none; */
    /* position: absolute; */
    /* top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%; */
    /* left: 10px; */
}
.profile-bg img {
    /* border-radius: 50%; */
    width: 100%;
    height: 100%;
}
.profile-portrait {
    max-width: 100%;
    position: relative;
}
.profile-headshot {
    float: right;
    margin: 1.5rem 0 1.5rem 1.5rem;
    max-width: 16.666666rem;
}
.profile-headshot img {
    /* border-radius: 50%; */
    width: 100%;
}
.profile-name-wrap {
    margin-top: 1rem;
    /* margin-top: -30px; */
}
.profile-name {
    /* margin: 1rem auto 1.5rem; */
    color: #ffffff;
    font-size: 1.666666rem;
    text-align: center;
    padding: 0 1rem;
}
.article-content h2 {
    line-height: 1.0;
}
@media all and (max-width: 520px) {
    .profile-headshot {
        float: none;
        margin: 1.5rem auto;
    }
}

@media all and (min-width:620px) and (max-width: 849px) {
    .profiles-grid ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .profiles-grid-item:nth-child(odd) {
        background-color: rgba(256, 256, 256, .4);
    }
    .profiles-grid-item:nth-child(1),
    .profiles-grid-item:nth-child(4),
    .profiles-grid-item:nth-child(5),
    .profiles-grid-item:nth-child(8),
    .profiles-grid-item:nth-child(9){
        background-color: var(--beige);
    }
}
@media all and (max-width: 767px) {
    .profile-headshot {
        max-width: 12.5rem;
    }
}
@media all and (max-width: 982px) {
    .profile-name-wrap {
        margin-top: 1rem;
    }
}
@media all and (min-width:850px) and (max-width: 1199px){
}
@media all and (min-width: 1199px){
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .profiles-grid-item:nth-child(odd){
        /* background-color: #e6fbfc; */
    }
    .profiles-grid-item:nth-child(even),
    .profiles-grid-item:last-child {
        /* background-color: rgba(256, 256, 256, .4); */
    }
    .profiles-grid-item:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }
    .profiles-grid-item:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .profiles-grid-item:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }
    .profiles-grid-item:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
    .profiles-grid-item:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .profiles-grid-item:nth-child(6) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }
    .profiles-grid-item:nth-child(7) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .profile-composite {
        border-radius: 50%;
        display: block;
        width: 12.2222222rem;
        max-width: 100%;
    }
    .profile-container {
        transform: none;
        display: -ms-flexbox;
        justify-content: center;
        align-items: center;
        margin-right: 0;
    }
    .profile-container-inner,
    .profile-container-inner * {
        display: none;
    }
    .profile-bg,
    .profile-portrait {
        display: none;
    }
    /* .profile-name-wrap {
        margin-top: 1rem;
    } */
}
@media all and (max-width: 619px) {
    .profiles-grid ul {
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
    }
    .profiles-grid-item:last-child {
        /* background-color: #e6fbfc; */
    }
}