<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* #################### */
/* #### BEGIN FORM #### */
/* #################### */

.bac-profiles-page .input-form p {
    margin: 0;
}

.bac-profiles-page .input-form .field,
.bac-profiles-page .input-form .selectric-field .label,
.bac-profiles-page .input-form .selectric-items li {
    color: #777777;
    font-size: 20px;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    line-height: normal;
    padding: 0.5em;
    border-radius: 0;
    -webkit-appearance: none;
}

.bac-profiles-page .input-form .field-wrapper {
    position: relative;
}

.bac-profiles-page .input-form .line {
    margin-top: 5px;
    margin-bottom: 25px;
}

.bac-profiles-page .input-form .line .field-wrapper {
    display: inline-block;
    vertical-align: middle;
}

.bac-profiles-page .input-form .field-wrapper .field {
    width: 100%;
}

.bac-profiles-page .input-form .field {
    border: 1px solid #d6d6d6 !important;
}

.bac-profiles-page .input-form .field::-ms-input-placeholder {
    color: #c0c0c0;
    opacity: 1;
}

.bac-profiles-page .input-form .field:-moz-placeholder {
    color: #c0c0c0;
    opacity: 1;
}

.bac-profiles-page .input-form .field::-moz-placeholder {
    color: #c0c0c0;
    opacity: 1;
}

.bac-profiles-page .input-form .field::-webkit-input-placeholder {
    color: #c0c0c0;
    opacity: 1;
}

.bac-profiles-page .input-form .field::placeholder,
.bac-profiles-page .input-form .field:placeholder-shown {
    color: #c0c0c0;
    opacity: 1;
}

.bac-profiles-page .input-form .selectric-field .selectric {
    background: none;
}

.bac-profiles-page .input-form .selectric-field .selectric .label {
    width: calc( 100% - 40px );
    height: auto;
    margin: 0;
}

.bac-profiles-page .input-form .selectric-field .selectric .button {
    background: none;
    color: transparent;
    line-height: 40px;
    width: 40px;
    height: 40px;
}

.bac-profiles-page .input-form .field-wrapper-name::after {
    content: "";
    background-image: url( "https://common.northwestern.edu/v8/css/images/icons/search-dkgrey.svg" );
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1em;
    font-size: 15px;
    height: 100%;
    width: 1em;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0.6em;
}

.bac-profiles-page .input-form .clear-button {
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.bac-profiles-page .input-form::after,
.bac-profiles-page .input-form .line::after {
    content: "";
    display: table;
    clear: both;
}

@media ( max-width: 767px ) {
    
    .bac-profiles-page .input-form .field-wrapper {
        width: 100%;
        margin-bottom: 1rem;
    }
    
    .bac-profiles-page .input-form .clear-button {
        float: right;
    }
    
}

@media ( min-width: 768px ) {
    
    .bac-profiles-page .input-form .field-wrapper-industry {
        width: 280px;
        padding-right: 15px;
        border-right: 1px solid #d6d6d6;
        margin-right: 15px;
    }
    
    .bac-profiles-page .input-form .field-wrapper-name {
        width: 240px;
    }
    
    .bac-profiles-page .input-form .clear-button {
        margin-left: 15px;
    }
    
}

/* ################## */
/* #### END FORM #### */
/* ################## */

/* #################### */
/* #### BEGIN TABS #### */
/* #################### */

.bac-profiles-page .tabbed-content *[role="tablist"] *[role="tab"].tab-has-no-profiles {
    background-color: #f7f7f7 !important;
    color: #999999 !important;
}

.bac-profiles-page .tabbed-content *[role="tablist"] *[role="tab"].tab-has-no-profiles:hover,
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(1) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(1),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(2) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(2),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(3) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(3),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(4) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(4),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(5) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(5),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(6) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(6),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(7) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(7),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(8) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(8),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(9) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(9),
.bac-profiles-page .tabbed-content input[type="radio"]:checked:nth-of-type(10) ~ *[role="tablist"] *[role="tab"].tab-has-no-profiles:nth-of-type(10) {
    background-color: #555555 !important;
    color: #ffffff !important;
}

/* ################## */
/* #### END TABS #### */
/* ################## */

.bac-profiles-page .group-header {
    color: #4e2a84;
    font-family: "Akkurat Pro Bold", "Arial Black", sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 45px 0;
}

.bac-profiles-page .no-results-message {
    display: none;
}

.bac-profiles-page .no-results-message &gt; :first-child {
    margin-top: 0;
}

.bac-profiles-page .no-results-message &gt; :last-child {
    margin-bottom: 0;
}

.bac-profiles-page .bac-profiles.container-has-no-profiles ~ .no-results-message {
    display: block;
}

/* prevent isotope from breaking padding between profiles */
.bac-profiles-page .bac-profiles {
    height: auto !important;
}
.bac-profiles-page .bac-profiles .profile {
    position: relative !important;
    left: auto !important;
    top: auto !important;
}
/* */

.bac-profiles-page .bac-profiles::after {
    content: "";
    display: table;
    clear: both;
}

.bac-profiles-page .bac-profiles .profile .person .person-image {
    display: inline-block;
    vertical-align: top;
}

.bac-profiles-page .bac-profiles .profile .person .person-info .person-name {
    color: #4e2a84;
    font-family: "Poppins Bold", "Arial Black", sans-serif;
    font-size: 30px;
}

.bac-profiles-page .bac-profiles .profile .person .person-info .person-title {
    color: #444444;
    font-size: 20px;
    margin-bottom: 1.5rem;
}

.bac-profiles-page .bac-profiles .profile .person .person-bio {
    margin: 0;
}

.bac-profiles-page .bac-profiles .profile.has-organization .organization {
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
}

.bac-profiles-page .bac-profiles .profile.has-organization .organization .organization-logo {
    margin-bottom: 25px;
}

.bac-profiles-page .bac-profiles .profile.has-organization .organization .organization-name {
    color: #4e2a84;
    font-size: 32px;
    font-family: "Poppins Bold", "Arial Black", sans-serif;
    line-height: 1.125em;
    margin: 0 0 10px 0;
}

.bac-profiles-page .bac-profiles .profile.has-organization .organization .organization-info {
    margin: 0;
}

@media ( max-width: 767px ) {
    
    .bac-profiles-page .tabbed-content {
        margin-bottom: 60px;
    }
    
    .bac-profiles-page .bac-profiles {
        margin: 0 -1rem;
        background-color: #eeeeee;
    }
    
    .bac-profiles-page .bac-profiles .profile .organization {
        background-color: #ffffff;
        padding: 30px 1rem;
    }
    
    .bac-profiles-page .bac-profiles .profile .person {
        padding: 40px 0;
        margin: 0 1rem;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-bio {
        max-height: 6.8em;
        overflow: hidden;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-bio[data-readmore],
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-bio + [data-readmore-toggle] {
        display: block;
        width: 100%;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-bio + [data-readmore-toggle] {
        margin-top: 10px;
    }
    
    .bac-profiles-page .bac-profiles .profile.first-of-profiles .organization {
        padding-top: 0;
    }
    
    .bac-profiles-page .bac-profiles .profile.has-organization:not( .last-of-organization ) .person,
    .bac-profiles-page .bac-profiles .profile:not( .has-organization ):not( .last-of-profiles ) .person {
        border-bottom: 1px solid #e1e1e1;
    }
    
    .bac-profiles-page .bac-profiles .profile:not( .first-of-profiles ).has-organization:not( .first-of-organization ) .organization {
        display: none !important;
    }
    
    .bac-profiles-page .no-results-message {
        text-align: center;
    }
    
}

@media ( max-width: 479px ) {
    
    .bac-profiles-page .bac-profiles .profile .person .person-image {
        margin-bottom: 25px;
    }
    
}

@media ( min-width: 480px ) {
    
    .bac-profiles-page .bac-profiles .profile .person {
        display: flex;
        align-items: stretch;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-image-wrapper {
        width: 125px;
        padding-right: 25px;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info {
        width: calc( 100% - 125px );
    }
    
}

@media ( min-width: 768px ) {
    
    .bac-profiles-page .bac-profiles .profile .person .person-image-wrapper {
        width: 155px;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info {
        width: calc( 100% - 155px );
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-bio {
        max-height: none !important;
        height: auto !important;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-bio + [data-readmore-toggle] {
        display: none !important;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-name {
        font-size: 36px;
    }
    
    .bac-profiles-page .bac-profiles .profile .person .person-info .person-title {
        font-size: 22px;
    }
    
    .bac-profiles-page .bac-profiles .profile.has-organization {
        display: flex;
        align-items: stretch;
    }
    
    .bac-profiles-page .bac-profiles .profile.has-organization .organization {
        font-size: 14px;
        width: 200px;
        padding-right: 25px;
        border-right: 3px solid #f3f3f3;
        margin-right: 25px;
    }
    
    .bac-profiles-page .bac-profiles .profile.has-organization .organization .organization-name {
        font-size: 24px;
    }
    
    .bac-profiles-page .bac-profiles .profile.has-organization .person {
        width: calc( 100% - 225px );
    }
    
    .bac-profiles-page .bac-profiles .profile:not( .first-of-profiles ).has-organization:not( .first-of-organization ) .organization * {
        display: none !important;
    }
    
    .bac-profiles-page .bac-profiles .profile:not( .first-of-profiles ):not( .has-organization ),
    .bac-profiles-page .bac-profiles .profile:not( .first-of-profiles ).has-organization.first-of-organization,
    .bac-profiles-page .bac-profiles .profile:not( .first-of-profiles ).has-organization:not( .first-of-organization ) .person {
        padding-top: 40px;
        border-top: 1px solid #e1e1e1;
    }
    
    .bac-profiles-page .bac-profiles .profile:not( .first-of-profiles ).has-organization:not( .first-of-organization ) .organization {
        padding-top: 41px;
    }
    
    .bac-profiles-page .bac-profiles .profile:not( .last-of-profiles ):not( .has-organization ),
    .bac-profiles-page .bac-profiles .profile:not( .last-of-profiles ).has-organization.last-of-organization,
    .bac-profiles-page .bac-profiles .profile:not( .last-of-profiles ).has-organization:not( .last-of-organization ) .organization,
    .bac-profiles-page .bac-profiles .profile:not( .last-of-profiles ).has-organization:not( .last-of-organization ) .person {
        padding-bottom: 30px;
    }
    
}

@media ( min-width: 900px ) {
    
    .bac-profiles-page .bac-profiles .profile.has-organization .organization {
        width: 300px;
    }
    
    .bac-profiles-page .bac-profiles .profile.has-organization .person {
        width: calc( 100% - 325px );
    }
    
}

</pre></body></html>