#views-exposed-form-faculty-profile-subsite-faculty-profiles {
 
    position: relative;
 
    width: 100%;
 
}
 
/* Search Input Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-field-text-1-value-1 {
 
    margin-bottom: 98px;
 
}
 
/* Search Input */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-order select {
 
    width: 100%;
 
    font-size: 16px;
 
    border: 2px solid #ccc;
 
    border-radius: 4px;
 
    box-sizing: border-box;
 
}
 
/* Academic Rank Select Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-field-faculty-rank-target-id {
 
    margin-bottom: 20px;
 
}
 
/* Labels */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item__label {
 
    display: block;
 
    margin-bottom: 6px;
 
    font-size: 16px;
 
    font-weight: 600;
 
}
 
/* Select Dropdowns */
 
/* A-Z Filter Fieldset */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles #edit-az-filter--wrapper {
 
    margin: 25px 0;
 
    border: none;
 
    padding: 0;
 
}
 
/* A-Z Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles #edit-az-filter {
 
    display: flex;
 
    flex-wrap: wrap;
 
    gap: 10px;
 
}
 
/* Radio Item */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-az-filter {
 
    display: flex;
 
    align-items: center;
 
    gap: 4px;
 
}
 
/* Radio Buttons */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-radio {
 
    cursor: pointer;
 
}
 
/* Radio Labels */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .option {
 
    cursor: pointer;
 
    font-size: 14px;
 
}
 
/* Sort By Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-by {
 
    position: absolute;
 
    right: 14px;
 
    margin-top: 105px;
 
    border: 0;
 
    height: auto;
 
    font-size: 16px;
 
}
 
/* Sort Order Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-order {
 
    position: absolute;
 
    right: 159px;
 
    margin-top: 105px;
 
    border: none;
 
    font-size: 16px;
 
}
 
/* Sort Dropdown Specific */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-by .form-select,
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-order .form-select {
 
    min-width: 97px;
 
    font-size: 16px;
 
    border: 2px solid #ccc;
 
}
 
/* Submit Actions */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles #edit-actions {
 
    max-height: 93px;
 
}
 
/* Submit Button */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-submit {
 
    padding: 12px 24px;
 
    background: #0056b3;
 
    color: #fff;
 
    border: none;
 
    border-radius: 4px;
 
    font-size: 16px;
 
    cursor: pointer;
 
    transition: background 0.3s ease;
 
}
 
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .views-field-rendered-entity , #views-tailwind-faculty-profile-grid .views-field-rendered-entity {
 
    box-shadow: #919eab4d 0px 0px 2px 0px,
 
                #919eab1f 0px 12px 24px -4px;
 
    border-radius: 10px;
 
    padding: 7px 14px;
 
    background: #fff;
 
    transition: all 0.3s ease;
 
}
 
/* Hover Effect */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .views-field-rendered-entity:hover , #views-tailwind-faculty-profile-grid .views-field-rendered-entity:hover {
 
    transform: translateY(-4px);
 
    box-shadow: #919eab4d 0px 0px 4px 0px,
 
                #919eab33 0px 18px 30px -6px;
 
}
 
/* Relative Container */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .relative , #views-tailwind-faculty-profile-grid .relative {
 
    position: relative;
 
}
 
/* Faculty Card */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui_summery_profiles , #views-tailwind-faculty-profile-grid .sui_summery_profiles {
 
    position: relative;
 
    height: 100%;
 
}
 
/* Full Card Link Overlay */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui_summery_profiles > a , #views-tailwind-faculty-profile-grid .sui_summery_profiles > a {
 
    position: absolute;
 
    inset: 0;
 
    width: 100%;
 
    height: 100%;
 
    z-index: 30;
 
}
 
/* Content Wrapper */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-content , #views-tailwind-faculty-profile-grid .sui-summery-content {
 
    display: flex;
 
    flex-direction: column;
 
    height: 100%;
 
    overflow: hidden;
 
}
 
/* Media Wrapper */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-media , #views-tailwind-faculty-profile-grid .sui-summery-media {
 
    margin-top: 15px;
 
    text-align: center;
 
}
 
/* Faculty Image */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-media img , #views-tailwind-faculty-profile-grid .sui-summery-media img {
 
    max-width: 100px;
 
    width: 100%;
 
    height: auto;
 
    border-radius: 50%;
 
    object-fit: cover;
 
}
 
/* Content Section */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-wrapper , #views-tailwind-faculty-profile-grid .sui-summery-wrapper {
 
    display: flex;
 
    flex-direction: column;
 
    height: 100%;
 
    padding-top: 2rem;
 
    padding-bottom: 1rem;
 
}
 
/* College Link */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content a , #views-tailwind-faculty-profile-grid .sui-summery-top-content a {
 
    font-size: 0.9rem;
 
    text-decoration: none;
 
    color: #42526e;
 
    transition: color 0.3s ease;
 
}
 
/* College Link Hover */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content a:hover , #views-tailwind-faculty-profile-grid .sui-summery-top-content a:hover {
 
    color: #0056b3;
 
}
 
/* Decorative Line Before */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content::before , #views-tailwind-faculty-profile-grid .sui-summery-top-content::before {
 
    content: '';
 
    width: 32px;
 
    height: 2px;
 
    display: inline-block;
 
    background: #001f4d;
 
    margin-right: 8px;
 
    vertical-align: middle;
 
}
 
/* Faculty Name */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-title h1 , #views-tailwind-faculty-profile-grid .sui-summery-title h1 {
 
    font-size: 1.2rem;
 
    color: #001f4d;
 
    margin-top: 0.5rem;
 
    margin-bottom: 0;
 
    line-height: 1.4;
 
    font-weight: 700;
 
}
 
/* Faculty Rank */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-content.text-navy-blue-300 , #views-tailwind-faculty-profile-grid .sui-summery-content.text-navy-blue-300 {
 
    margin-top: 0;
 
    font-size: 1rem;
 
    color: #5c6b82;
 
}
 
/* Read Bio Wrapper */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link , #views-tailwind-faculty-profile-grid .sui-summery-link {
 
    margin-top: auto;
 
}
 
/* Read Bio Button */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link .btn , #views-tailwind-faculty-profile-grid .sui-summery-link .btn {
 
    font-size: 1rem;
 
    border: 1px solid #d7dde2;
 
    padding: 2px 17px;
 
    border-radius: 5px;
 
    text-decoration: none;
 
    display: inline-flex;
 
    align-items: center;
 
    width: fit-content;
 
    margin-top: 1.5rem;
 
    background: #fff;
 
    color: #001f4d;
 
    transition: all 0.3s ease;
 
    position: relative;
 
    z-index: 40;
 
}
 
/* Button Hover */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link .btn:hover , #views-tailwind-faculty-profile-grid .sui-summery-link .btn:hover {
 
    background: #001f4d;
 
    color: #fff;
 
    border-color: #001f4d;
 
}
 
/* Contextual Menu */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .contextual , #views-tailwind-faculty-profile-grid .contextual {
 
    position: absolute;
 
    top: 10px;
 
    right: 10px;
 
    z-index: 50;
 
}
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link , #views-tailwind-faculty-profile-grid .sui-summery-link {
 
    margin-top: auto;
 
    margin-bottom: 30px;
 
}
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content::before, #views-tailwind-faculty-profile-grid .sui-summery-top-content::before{content:none;}
 
.views-exposed-form #edit-az-filter--wrapper {  display: none !important; }
 
 
 #views-exposed-form-faculty-profile-subsite-faculty-profiles {
 
    position: relative;
 
    width: 100%;
 
}
 
/* Search Input Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-field-text-1-value-1 {
 
    margin-bottom: 98px;
 
}
 
/* Search Input */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-order select {
 
    width: 100%;
 
    font-size: 16px;
 
    border: 2px solid #ccc;
 
    border-radius: 4px;
 
    box-sizing: border-box;
 
}
 
/* Academic Rank Select Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-field-faculty-rank-target-id {
 
    margin-bottom: 20px;
 
}
 
/* Labels */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item__label {
 
    display: block;
 
    margin-bottom: 6px;
 
    font-size: 16px;
 
    font-weight: 600;
 
}
 
/* Select Dropdowns */
 
/* A-Z Filter Fieldset */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles #edit-az-filter--wrapper {
 
    margin: 25px 0;
 
    border: none;
 
    padding: 0;
 
}
 
/* A-Z Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles #edit-az-filter {
 
    display: flex;
 
    flex-wrap: wrap;
 
    gap: 10px;
 
}
 
/* Radio Item */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-az-filter {
 
    display: flex;
 
    align-items: center;
 
    gap: 4px;
 
}
 
/* Radio Buttons */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-radio {
 
    cursor: pointer;
 
}
 
/* Radio Labels */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .option {
 
    cursor: pointer;
 
    font-size: 14px;
 
}
 
/* Sort By Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-by {
 
    position: absolute;
 
    right: 14px;
 
    margin-top: 105px;
 
    border: 0;
 
    height: auto;
 
    font-size: 16px;
 
}
 
/* Sort Order Wrapper */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-order {
 
    position: absolute;
 
    right: 159px;
 
    margin-top: 105px;
 
    border: none;
 
    font-size: 16px;
 
}
 
/* Sort Dropdown Specific */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-by .form-select,
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-item-sort-order .form-select {
 
    min-width: 97px;
 
    font-size: 16px;
 
    border: 2px solid #ccc;
 
}
 
/* Submit Actions */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles #edit-actions {
 
    max-height: 93px;
 
}
 
/* Submit Button */
 
#views-exposed-form-faculty-profile-subsite-faculty-profiles .form-submit {
 
    padding: 12px 24px;
 
    background: #0056b3;
 
    color: #fff;
 
    border: none;
 
    border-radius: 4px;
 
    font-size: 16px;
 
    cursor: pointer;
 
    transition: background 0.3s ease;
 
}
 
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .views-field-rendered-entity , #views-tailwind-faculty-profile-grid .views-field-rendered-entity {
 
    box-shadow: #919eab4d 0px 0px 2px 0px,
 
                #919eab1f 0px 12px 24px -4px;
 
    border-radius: 10px;
 
    padding: 7px 14px;
 
    background: #fff;
 
    transition: all 0.3s ease;
 
}
 
/* Hover Effect */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .views-field-rendered-entity:hover , #views-tailwind-faculty-profile-grid .views-field-rendered-entity:hover {
 
    transform: translateY(-4px);
 
    box-shadow: #919eab4d 0px 0px 4px 0px,
 
                #919eab33 0px 18px 30px -6px;
 
}
 
/* Relative Container */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .relative , #views-tailwind-faculty-profile-grid .relative {
 
    position: relative;
 
}
 
/* Faculty Card */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui_summery_profiles , #views-tailwind-faculty-profile-grid .sui_summery_profiles {
 
    position: relative;
 
    height: 100%;
 
}
 
/* Full Card Link Overlay */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui_summery_profiles > a , #views-tailwind-faculty-profile-grid .sui_summery_profiles > a {
 
    position: absolute;
 
    inset: 0;
 
    width: 100%;
 
    height: 100%;
 
    z-index: 30;
 
}
 
/* Content Wrapper */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-content , #views-tailwind-faculty-profile-grid .sui-summery-content {
 
    display: flex;
 
    flex-direction: column;
 
    height: 100%;
 
    overflow: hidden;
 
}
 
/* Media Wrapper */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-media , #views-tailwind-faculty-profile-grid .sui-summery-media {
 
    margin-top: 15px;
 
    text-align: center;
 
}
 
/* Faculty Image */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-media img , #views-tailwind-faculty-profile-grid .sui-summery-media img {
 
    max-width: 100px;
 
    width: 100%;
 
    height: auto;
 
    border-radius: 50%;
 
    object-fit: cover;
 
}
 
/* Content Section */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-wrapper , #views-tailwind-faculty-profile-grid .sui-summery-wrapper {
 
    display: flex;
 
    flex-direction: column;
 
    height: 100%;
 
    padding-top: 2rem;
 
    padding-bottom: 1rem;
 
}
 
/* College Link */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content a , #views-tailwind-faculty-profile-grid .sui-summery-top-content a {
 
    font-size: 0.9rem;
 
    text-decoration: none;
 
    color: #42526e;
 
    transition: color 0.3s ease;
 
}
 
/* College Link Hover */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content a:hover , #views-tailwind-faculty-profile-grid .sui-summery-top-content a:hover {
 
    color: #0056b3;
 
}
 
/* Decorative Line Before */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content::before , #views-tailwind-faculty-profile-grid .sui-summery-top-content::before {
 
    content: '';
 
    width: 32px;
 
    height: 2px;
 
    display: inline-block;
 
    background: #001f4d;
 
    margin-right: 8px;
 
    vertical-align: middle;
 
}
 
/* Faculty Name */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-title h1 , #views-tailwind-faculty-profile-grid .sui-summery-title h1 {
 
    font-size: 1.2rem;
 
    color: #001f4d;
 
    margin-top: 0.5rem;
 
    margin-bottom: 0;
 
    line-height: 1.4;
 
    font-weight: 700;
 
}
 
/* Faculty Rank */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-content.text-navy-blue-300 , #views-tailwind-faculty-profile-grid .sui-summery-content.text-navy-blue-300 {
 
    margin-top: 0;
 
    font-size: 1rem;
 
    color: #5c6b82;
 
}
 
/* Read Bio Wrapper */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link , #views-tailwind-faculty-profile-grid .sui-summery-link {
 
    margin-top: auto;
 
}
 
/* Read Bio Button */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link .btn , #views-tailwind-faculty-profile-grid .sui-summery-link .btn {
 
    font-size: 1rem;
 
    border: 1px solid #d7dde2;
 
    padding: 2px 17px;
 
    border-radius: 5px;
 
    text-decoration: none;
 
    display: inline-flex;
 
    align-items: center;
 
    width: fit-content;
 
    margin-top: 1.5rem;
 
    background: #fff;
 
    color: #001f4d;
 
    transition: all 0.3s ease;
 
    position: relative;
 
    z-index: 40;
 
}
 
/* Button Hover */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link .btn:hover , #views-tailwind-faculty-profile-grid .sui-summery-link .btn:hover {
 
    background: #001f4d;
 
    color: #fff;
 
    border-color: #001f4d;
 
}
 
/* Contextual Menu */
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .contextual , #views-tailwind-faculty-profile-grid .contextual {
 
    position: absolute;
 
    top: 10px;
 
    right: 10px;
 
    z-index: 50;
 
}
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-link , #views-tailwind-faculty-profile-grid .sui-summery-link {
 
    margin-top: auto;
 
    margin-bottom: 30px;
 
}
 
#views-tailwind-faculty-profile-subsite-faculty-profiles .sui-summery-top-content::before, #views-tailwind-faculty-profile-grid .sui-summery-top-content::before{content:none;}
 
.views-exposed-form #edit-az-filter--wrapper {  display: none !important; }
 
 
 
.multi-views-grid.view.view-faculty-profile.view-id-faculty_profile .view-header p{display: none;}

#edit-az-filter--2--wrapper.fieldgroup{display:none !important;}
 
#edit-name-wrapper.fieldset{display:none;}


@media only screen and (max-width: 767px){
div.grid-auto-templates-d{
grid-template-columns:auto;
}}
