.z-index-4 {
    z-index: 4;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 100vw;
}

#hero .hero-caption h2 {
    margin-bottom: 1rem;
}

#topBar .top-bar-links>li .top-bar-link {
    padding: .3125rem .75rem 0rem 0.25rem;
    line-height: 1.75;
}



.text-danger {
    color: var(--color-1);
}

.extra-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    text-align: left;
}

.faculty .section-title {
    margin-top: 60px;
    margin-bottom: 30px;
}

.card:hover:has(.extra-info),
[data-gjs-type="content-section"] .card:has(.extra-info) {
    min-height: auto;
    max-height: 100000px;
}

.card:hover:has(.extra-info) .extra-info,
[data-gjs-type="content-section"] .extra-info {
    max-height: 500px;
    opacity: 1;
    text-align: left;
}

.faculty .text-center.section-title:not(.text-danger) {
    margin-bottom: 0px;
}

.faculty .text-danger.mb-5 {
    text-align: center;
}

.faculty .card {
    border-radius: 15px;
    text-align: center;
    padding: .5rem;
    min-height: 325px;
    max-height: 325px;
    transition: max-height 0.4s ease, min-height 0.4s ease;
    margin: 1rem;
}


.faculty .card img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 0 auto 0 auto;
    box-shadow: 0px 0px 5px rgb(0, 0, 0, .5);
}

.faculty .card .image-wrapper {
    padding: 1rem 3rem;
}


.faculty .card .text-muted {
    font-size: .85rem;
    margin-top: .25rem;
}

.navbar-toggler {
    filter: invert(1);
}

.internal #main>section.container {
    min-height: 300px;
}

.text-uppercase.text-danger {
    letter-spacing: 2px;
}

/* Accordion Custom Colors */
.accordion-button {
    background-color: var(--color-4);
    color: var(--color-3);
    font-weight: 600;
}

.accordion-button:not(.collapsed) {
    background-color: var(--color-4);
    color: var(--color-3);
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.accordion-item {
    border: 1px solid var(--color-1);
    margin-bottom: 1rem;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 1px solid var(--color-1);
}

.accordion-body {
    background-color: var(--color-2);
}

.nav-link.accent-1.rounded.p-2.px-3.text-white:hover, .nav-link.accent-1.rounded.p-2.px-3.text-white:active, .nav-link.accent-1.rounded.p-2.px-3.text-white:focus {
    color: var(--color-1) !important;
    background-color: var(--color-3);
}

.bg-dark{
    background-color: var(--color-4) !important;
}

.bg-dark p{
    color: var(--color-3) !important;
}

.float-md-start, .float-md-end{
    max-width: 400px;
}

@media(max-width:1199px) {
    .faculty .card h5 {
        font-size: 1rem;
    }

    .faculty .card {
        min-height: 345px;
        max-height: 345px;
    }

    .faculty .card .image-wrapper {
        padding: 1rem 2rem;
    }

}

@media(max-width:991px) {
    .faculty .card h5 {
        font-size: 1rem;
    }

    .faculty .card {
        min-height: 350px;
        max-height: 350px;
    }

    .faculty .card .image-wrapper {
        padding: 1rem 2rem;
    }
    .float-md-start, .float-md-end{
        max-width: 300px;
    }
}

@media(max-width:767px) {
    .uk-position-small {
        margin: 0px;
        --uk-position-margin-offset: 0px;
    }

    .faculty .card {
        border-radius: 15px;
        text-align: center;
        padding: .5rem;
        min-height: 400px;
        max-height: 400px;
        transition: max-height 0.4s ease, min-height 0.4s ease;
        margin: 1rem;
        width: 350px;
    }

    .faculty .card .image-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .faculty .card .image-wrapper img,
    .extra-info {
        max-width: 235px;
        justify-self: center;
    }

    .faculty .card {
        display: inline-block;
    }
    .float-md-start, .float-md-end{
        max-width: 100%;
    }
}

.athletics-cards img {
    max-height: 180px;
    min-height: 180px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 25%;
}