.cu-stretch-container .cell {
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
}

.grid-margin-x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

/*html{
    background-color: #fff !important;
}*/


.container-fluid#cu-main-content{
    padding-left: 0;
    padding-right: 0;
    background-color: #fff;
}

.card{
    border-radius:  5px 5px 0 0;
    background: #fff;
    box-shadow:
            0 2px 4px rgba(0, 0, 0, 0.12),
            0 6px 14px rgba(0, 0, 0, 0.14);
    transition: box-shadow 0.3s ease;
}
.card:hover {
    box-shadow:
            0 0 12px 4px var(--brand-regalia),
            0 0 28px 10px rgba(0, 0, 0, 0.18);
}

.card-section {
    padding-left: 1rem;
}

.cu-wc {
    max-width: 104em !important;
}

.accent-box{
    max-width: 80%;

    font-family: trade-gothic-next, serif;

    border-left: 4px solid #f56600;
    padding-left: 5px;
    padding-bottom: 3px;
    word-break: break-word;
    margin-bottom: 25px;
}

.accent-box .title {
    font-family: "trade-gothic-next", Franklin Gothic, Verdana, sans-serif;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.dept-cell{
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.accent-box h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.accent-box a {
    font-family: "TiemposTextSemibold";
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    line-height: 1.2em;
}

.mt-6{
    margin-top: 4em !important;
}
.department-breadcrumb{
    padding-bottom: 0px;
}
.staffheader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*padding: 2rem 1rem;*/
}
.staffheader-text h1 {
    font-weight: bold;
}



.highlight-team {
    color: var(--brand-campus-brick); /* or a custom color like #d43f00 */
}

.search{
    display: flex;
    border-color: var(--brand-clemson);
    border-width: 0.125em ;
    align-items: flex-start;
    justify-content: start;
    padding: 1em;
    min-width: 11.2em;
    margin-right: 2em;
    margin-bottom: 0em;
    font-family: "trade-gothic-next-compressed", "trade-gothic-next", Franklin Gothic, Verdana, sans-serif;
    text-align: center;
    font-size: 21.6px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.teamOverview{
    font-family: "trade-gothic-next", sans-serif;
    font-size:  1.125rem;
    font-weight: 400;
    padding: 0px 1.3em;
    color: var(--brand-goal-line);
    line-height: 1.75rem;
    /*max-width: 38em;*/
}
.staff-breadcrumb{
    padding-top: 2em;
}
.bannerHeading {
    font-family: dejanire-headline, serif;
    font-weight: 800;
    font-style: normal;
    font-size: 52px;
    padding-top: 1em;
    color: var(--brand-goal-line);
    position: relative;
    z-index: 2; /* Ensures it appears above the overlay */
    h4,h1{
        color: var(--brand-goal-line);
    }
}

.contactsHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*padding: 2rem 1rem;*/
}


.contactsHeader{
    height: 19.5rem;
    margin-top: 3.9em;
    position: relative;
    background-image: url('/assets/homepage/contact.jpg');
    background-size: cover;
    background-position: 70% 50%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.contactsHeader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 45, 128, 0.58); /* Blue transparent overlay */
    z-index: 1;
}

.staffheader {
    height: 19.5rem;
    margin-top: 3.9em;
    position: relative;
    background-image: url('/assets/homepage/team.jpg');
    background-size: cover;
    background-position: 60% 20%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.staffheader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(82, 45, 128, 0.58); /* Blue transparent overlay */
    z-index: 1;
}

.dept-info{
    width: 11em;
}

.card{
    margin-bottom: 0px;
}

.card .designation {
    display: inline-block;
    max-width: 100%;
    white-space: normal;
    overflow-wrap: anywhere;
}

@media (max-width: 767.98px) {
    .contactsHeader{
        margin-top: 0.9rem;
        height: 14.5rem;
    }
    .staffheader {
        margin-top: 2.9em;
        height: 14.5rem;
    }
    .servicesBanner {
        margin-top: 4rem;
    }
    .card img{
        border-radius:  0 0 !important;
    }
    .dept-info{
        padding-bottom: 0.1em;
    }
    .accent-box{
        margin-bottom: 14px;
    }
}

.staffBanner {
    height: auto;
}

.card .title-wrap {
    position: relative;
}

.card img {
    border-radius: 5px 0 0;
    min-height: 250px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 767.98px) {
    .card img {
        max-width: 9em;
        min-height: 10% !important;
    }
    .accent-box .title {
        max-width: 15em;
    }
    .grid-margin-x.small-up-1>.cell {
        width: 22em;
    }
}

.cu-wc p, .cu-wc img {
    margin-bottom: 0px;
}

.title {
    font-weight: bold;
}

.card .title-wrap .cu-card-accent-title {
    position: absolute;
    bottom: 0;
    margin-bottom: 12%;
    left: -12px;
    padding: 12px 25px;
    font-family: "trade-gothic-next-compressed", "trade-gothic-next", Franklin Gothic, Verdana, sans-serif;
    font-weight: 800;
    font-size: 1.62rem;
    line-height: 1.75rem;
    max-width: 550px;
    width: 75%;
}

.text-wg100 {
    color: #fff !important;
}


.cu-accent-link .cu-icon {
    width: 42px;
    height: 42px;
    transition: all .15s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cu-accent-link .cu-icon .fa, .cu-accent-link .cu-icon .fab {
    font-size: 1.5rem;
    transition: all .2s;
}

.cu-icon .fa, .cu-icon .fab {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.125rem;
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.depButton {
    background: var(--Regalia-Gradient);

    padding: 0.125em !important;
    border-style: solid;
    border-width: 0.125em;
    border-radius: 1em !important;
    height: 4em;
    display: flex !important;                 /* Add this */
    align-items: center;          /* Vertical centering */
    justify-content: center;      /* Horizontal centering */
    text-align: center;           /* Ensures multiline text is centered */
    vertical-align: middle;       /* Optional, not needed with flex */
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.depButton:hover{
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
    background: var(--Purp-to-orange);
    border-color: var(--brand-goal-line);
}
.card{
    min-width: 15.7em;
}
@media (max-width: 768px) {

    .card {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0em; /* used to be 1em*/
    }

    .staff-img-wrapper {
        width: 150px !important;
        height: 150px !important;
        flex-shrink: 0;
        margin-right: 0.5em;
    }

    .card-section {
        flex-grow: 1;
        padding-left: 10px !important;

    }
    .card-section{
        padding: 0em;
    }

    .accent-box h4 {
        font-size: 1em;
    }

    .accent-box .title {
        font-size: 0.9em;
    }

    .card .cu-wc {
        min-height: auto !important;
        position: relative;
    }

    .card .cu-wc > div[style*="position: absolute"] {
        position: static !important;
        margin-top: 0.5em;
    }
}
.floating-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: none; /* Hidden by default */
    background-color: var(--brand-campus-brick);
    color: white;
    border: none;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s ease, transform 0.2s ease;
    z-index: 999;
}

.floating-button:hover {
    transform: scale(1.1);
    background-color: #b33a2f;
}

.la-chevron-circle-up{
    font-size: 2.5rem;
}