/* This is where you put specific subtheme css rules */

/* Mobile Utility Tab Nav is styled on specific block id - uncomment section and update block name */


@media screen and (max-width: 76rem) {
    #block-uky-cfablue-theme-utilitynav-mobile ul.menu li {
        display: block;
        font-size: 20px;
        line-height: 50px;
        font-weight: 500;
        flex-grow: 1;
    }

    #block-uky-cfablue-theme-utilitynav-mobile ul.menu li a {
        text-decoration: none;
    }

    #block-uky-cfablue-theme-utilitynav-mobile ul.menu li a:hover {
        text-decoration: underline;
        color: #fff;
    }
    .region-mobile-tab-mainmenu .navigation > div .main-nav-dropdown-button {
        width: 100%;
        text-transform: unset;
        text-align: left;
        background: unset;
        color: #fff;
        border: none;
        margin: 0;
        padding: 0;
        font-size: 20px;
        line-height: 50px;
        display: inline-block;
    }
    .region-mobile-tab-mainmenu .navigation > div .main-nav-dropdown-button span::before {
        font-size: 15px;
        float: right;
        line-height: 50px;
    }
    .region-mobile-tab-mainmenu .navigation > div .main-nav-dropdown {
        transition-property: opacity, visibility, height;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 250ms;
        right: 0px;
        left: 0px;
        top: 0px;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        background-image: linear-gradient(#0033a0, #1b365d);
        padding: 1.5rem;
    }
    .region-mobile-tab-mainmenu .navigation > div button[aria-expanded="true"] + .main-nav-dropdown {
        opacity: 1;
        z-index:50;
        visibility: visible;
        min-height: 100%;
    }
    #uky-mega-menu-column1, 
    #uky-mega-menu-column2 {
        list-style-type: none !important;
    }
}
@media screen and (max-width: 1500px) {
    .region-footer-right #block-uky-cfablue-theme-departmentsmenu .menu {
        grid-template-columns: auto !important;
    }
    .global-footer > .slab__wrapper {
        grid-template-columns: 43% 20% 30% !important;
    }
}
@media screen and (max-width: 1240px) {
    .global-footer > .slab__wrapper {
        justify-content: center !important;
        align-content: center !important;
        text-align: center;
        grid-template-columns: 80% !important;
    }
    .region-footer-left #block-uky-cfablue-theme-cfasocials {
        padding: 10px;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
    .region-footer-left #block-uky-cfablue-theme-cfasocials .editorial {
        justify-content: center !important;
        align-items: baseline !important;
    }
}
@media screen and (max-width: 1060px) {
    .field--name-field-employee-card.field--type-entity-reference > .field__item, 
    .field--name-field-emeritus-card.field--type-entity-reference > .field__item {
        max-width: 45% !important;
        min-width: 40% !important;
    }
    .field--name-field-artist-card.field--type-entity-reference > .field__item, 
    .field--name-field-student-card.field--type-entity-reference > .field__item {
        max-width: 75% !important;
        min-width: 75% !important;
    }
    .field--name-field-artist-card.field--type-entity-reference, 
    .field--name-field-student-card.field--type-entity-reference {
        justify-content: center !important;
    }
    .editorial .editorial__content .editorial {
        max-width: 45% !important;
    }
}
@media screen and (max-width: 875px) {
    .field--name-field-degree.field--type-entity-reference > .field__item, 
    .field--name-field-college-facility.field--type-entity-reference > .field__item, 
    .field--name-field-event-card.field--type-entity-reference > .field__item {
        max-width: 75% !important;
        min-width: 75% !important;
    }
    .field--name-field-college-facility.field--type-entity-reference, 
    .field--name-field-event-card.field--type-entity-reference,  
    .field--name-field-degree.field--type-entity-reference, 
    .field--name-field-artist-card.field--type-entity-reference, 
    .field--name-field-student-card.field--type-entity-reference {
        justify-content: center !important;
    }
}
@media screen and (max-width: 675px) {
    .field--name-field-employee-card.field--type-entity-reference > .field__item, 
    .field--name-field-emeritus-card.field--type-entity-reference > .field__item {
        max-width: 75% !important;
        min-width: 75% !important;
        margin: 0 auto;
    }
    .field--name-field-artist-card.field--type-entity-reference > .field__item .field--name-field-artist-headshot, 
    .field--name-field-student-card.field--type-entity-reference > .field__item .field--name-field-student-headshot {
        min-width: 100% !important;
        max-width: 100% !important;
        padding-right: .5rem !important;
    }
    .field--name-field-artist-card.field--type-entity-reference > .field__item .artist-info, 
    .field--name-field-student-card.field--type-entity-reference > .field__item .student_details {
        width: 100% !important;
    }
    .teaser--degree-information .teaser__content {
        margin-top: -4rem !important;
        margin-left: -1rem !important;
        width: 104% !important;
    }
    .region-footer-left #block-uky-cfablue-theme-cfasocials {
        width: 100% !important;
    }
    .global-footer > .slab__wrapper {
        grid-template-columns: 100% !important;
    }
    .editorial .editorial__content .editorial, 
    .editorial .editorial__aside.align-right {
        max-width: 100% !important;
        float: none !important;
    }
}

/*   MENUS   */
.region-top-nav .navigation > ul li .main-nav-dropdown h2 {
    display: none;
}
.region-top-nav .navigation > ul {
    display: flex;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 4px 0 0 0;
    width: inherit;
}
.region-top-nav .navigation > ul li .main-nav-dropdown {
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
    right: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #0033a0;
    padding: 4rem 0;
}
.region-top-nav .navigation > ul li .main-nav-dropdown #uky-mega-menu-column1,
.region-top-nav .navigation > ul li .main-nav-dropdown #uky-mega-menu-column2 {
    list-style-type: none !important;
}
.region-top-nav .navigation > ul li .main-nav-dropdown .panel-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100vw;
    background: #0033a0;
}
.region-top-nav .navigation > ul li .main-nav-dropdown .panel-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4) );
}
.region-top-nav .navigation > ul li button[aria-expanded="true"] + .main-nav-dropdown {
    opacity: 1;
    z-index: 50;
    visibility: visible;
}
.region-top-nav .navigation > ul li .main-nav-dropdown-button {
    margin-bottom: 0;
    text-transform: unset;
    background: #0033a0;
    color: #fff;
    border: none;
    margin-right: 3rem;
    padding: 0;
    line-height: 1.5rem;
    display: inline-flex;
}
.region-top-nav .navigation > ul li .main-nav-dropdown-button[aria-expanded="true"] {
    color: #b1c9e8;
}
.region-top-nav .navigation > ul li .main-nav-dropdown-button:hover, 
.region-top-nav .navigation > ul li .main-nav-dropdown-button:focus {
    text-decoration: underline;
    cursor: pointer;
}
.region-top-nav .navigation > ul li .main-nav-dropdown-button span::before {
    font-size: 15px;
    transition: transform 250ms;
    padding: 4px 0 0 4px;
}
.region-top-nav .navigation > ul li .main-nav-dropdown-button[aria-expanded="true"] span::before {
    transform: rotate(90deg);
}


/*   GENERAL   */
.global-footer > .slab__wrapper {
    max-width: 100rem;
    grid-template-columns: 33% 20% 40%;
}
.footer-name.uk {
    font-style: normal;
    font-weight: 200;
    font-size: 1.2rem;
    line-height: 2rem;
}
.footer-name.cfa {
    font-style: normal;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 3.5rem;
}
.region-footer-left #block-uky-cfablue-theme-cfasocials {
    padding: 10px;
}
.region-footer-left #block-uky-cfablue-theme-cfasocials .editorial {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.smfooter-icon {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    margin: 0 10px;
}
.smfooter-icon svg {
    width: 90%;
    height: 90%;
    transition: all 0.2s ease-in-out 0s;
}
.smfooter-icon svg path#birb, 
.smfooter-icon svg path#fbook, 
.smfooter-icon svg path#igcamera, 
.smfooter-icon svg path#iglense, 
.smfooter-icon svg path#igcircle, 
.smfooter-icon svg path#vimeo, 
.smfooter-icon svg path#ytmain, 
.smfooter-icon svg path#ytsharp {
    fill: #fff;
    transition: fill 0.2s ease-in-out 0s;
}
.smfooter-icon svg:hover > path#birb, 
.smfooter-icon a:focus svg > path#birb, 
.smfooter-icon svg:hover > path#fbook, 
.smfooter-icon a:focus svg > path#fbook, 
.smfooter-icon svg:hover > path#igcamera, 
.smfooter-icon a:focus svg > path#igcamera, 
.smfooter-icon svg:hover > path#iglense, 
.smfooter-icon a:focus svg > path#iglense, 
.smfooter-icon svg:hover > path#igcircle, 
.smfooter-icon a:focus svg > path#igcircle, 
.smfooter-icon svg:hover > path#vimeo, 
.smfooter-icon a:focus svg > path#vimeo, 
.smfooter-icon svg:hover > path#ytmain, 
.smfooter-icon a:focus svg > path#ytmain, 
.smfooter-icon svg:hover > path#ytsharp, 
.smfooter-icon a:focus svg > path#ytsharp {
  fill: #1e8aff;
  stroke: #fff;
  stroke-width: 10px;
}
/*region-footer-right*/
.region-footer-right #block-uky-cfablue-theme-departmentsmenu .menu {
    display: grid;
    grid-template-columns: auto auto;
}
.region-footer-right #block-uky-cfablue-theme-departmentsmenu .menu li {
    padding: 8px;
}
.region-footer-right #block-uky-cfablue-theme-departmentsmenu .block-title {
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 2rem;
    font-weight: 600;
}




/*   EVENTS   */
.content-meta {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
} 
.content-meta .ticket_link {
    padding-top: 0.6rem;
}
.content-meta .ticket_prices, .content-meta .ticket_link, .evcontact {
    font-size: 1.1667rem;
    line-height: 2rem;
}
.content-meta .ticket_link a{
    font-weight: 500;
    line-height: 3.5rem;
    padding: 10px;
    border: 3px solid #0033a0;
    border-radius: 15px 15px 15px 0px;
    background-image: linear-gradient(to top, rgba(24,151,212,0.2) 0, rgba(24,151,212,0.2) 0);
    background-position: 0 3.5rem, 0 0;
    transition: 0.2s all ease-out;
}
.content-meta .ticket_link a:active, .content-meta .ticket_link a:hover {
    background-position: 0 2rem, 0 0;
    border-radius: 15px 15px 0px 15px;
}
.content-meta .content-meta__who-when .date {
    background: url('/themes/custom/cfablue/assets/icons/sprite-date25.svg');
    background-repeat: no-repeat;
    background-position: 1rem 1.1rem;
    background-size: auto 2.25rem;
    padding: 0.6rem 0 0 4rem;
    min-height: 3rem;
}
.content-meta .content-meta__where {
    background: url('/themes/custom/cfablue/assets/icons/sprite-location25.svg');
    background-repeat: no-repeat;
    background-position: 1rem 1.1rem;
    background-size: auto 2.25rem;
    padding: 0.6rem 0 0 3.5rem;
    min-height: 3rem;
}
.content-meta .ticket_prices {
    background: url('/themes/custom/cfablue/assets/icons/sprite-ticket25.svg');
    background-repeat: no-repeat;
    background-position: 1rem 1.1rem;
    background-size: auto 2.25rem;
    padding: 0.6rem 0 0 3rem;
    min-height: 3rem;
}
.evcontact {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}
.evcontact .evcontact__email {
    background: url('/themes/custom/cfablue/assets/icons/sprite-email25.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 2.25rem;
    padding: 0 0 0 2.5rem;
    min-height: 3rem;
}
.evcontact .evcontact__phone {
    background: url('/themes/custom/cfablue/assets/icons/sprite-phone25.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 2.25rem;
    padding: 0 0 0 1.75rem;
    min-height: 3rem;
}



/*   PERSON   */
div.invisible-labels .categories {
    font-size: 1.1667rem;
    line-height: 2rem;
    padding-left: 1.5rem;
}
div.invisible-labels .categories .faculty, 
div.invisible-labels .categories .staff, 
div.invisible-labels .categories .areas {
    margin-top: 1rem;
}
dl.invisible-labels {
    font-weight: 500;
}
.invisible-labels .categories .field--name-field-faculty-position .field__item, 
.invisible-labels .categories .field--name-field-staff-position .field__item, 
.invisible-labels .categories .field--name-field-categories .field__item {
    display: inline;
}
.invisible-labels .categories .field--name-field-faculty-position .field__item ~ .field__item::before, 
.invisible-labels .categories .field--name-field-staff-position .field__item ~ .field__item::before, 
.invisible-labels .categories .field--name-field-categories .field__item ~ .field__item::before {
    content: ', ';
    margin-left: -5px;
}



/*    DEGREE INFORMATION   */
.degrees, .cmethod {
    font-size: 1.1667rem;
    line-height: 2rem;
}
.degrees .field__item {
    display: inline;
}
.degrees .field__item ~ .field__item::before {
    content: ", ";
    margin-left: -3px;
}
.degrees {
    background: url('/themes/custom/cfablue/assets/icons/sprite-degree25.svg');
    background-repeat: no-repeat;
    background-position: left 0.25rem;
    background-size: auto 2rem;
    padding: 0 0 0 2.5rem;
    min-height: 3rem;
}
.cmethod {
    background: url('/themes/custom/cfablue/assets/icons/sprite-method25.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 2.25rem;
    padding: 0 0 0 2.5rem;
    min-height: 3rem;
}



/*    FACILITIES    */
.page-header__content .field--name-name {
    font-weight: 800;
    font-size: 54px;
    line-height: 62px;
}
.field--name-field-accessibility .field__label {
    font-weight: 800;
    font-size: 34px;
    line-height: 38px;
    color: #0033a0;
}
.field--name-field-address {
    font-size: 1.1667rem;
    line-height: 2rem;
    font-weight: 500;
    background: url('/themes/custom/cfablue/assets/icons/sprite-location25.svg');
    background-repeat: no-repeat;
    background-position: 0.5rem top;
    background-size: auto 2.25rem;
    padding: 0 0 0 3rem;
    min-height: 3rem;
}



/*    CARDS AND OTHER PARAGRAPHS    */
/*fix for basetheme problem*/
.editorial .editorial__content .editorial {
    max-width: 55%;
    float: left;
}
.slab__50-50 .editorial .headline-group .headline-group__head {
    font-size: 2.25rem;
    font-weight: 800;
    color: #0033a0;
}
.slab__50-50.slab__radial .editorial .headline-group .headline-group__head, 
.slab__50-50.slab__splash .editorial .headline-group .headline-group__head {
    color: #fff;
}
/*custom*/
.field--name-field-college-facility.field--type-entity-reference, 
.field--name-field-event-card.field--type-entity-reference, 
.field--name-field-employee-card.field--type-entity-reference, 
.field--name-field-degree.field--type-entity-reference, 
.field--name-field-artist-card.field--type-entity-reference, 
.field--name-field-student-card.field--type-entity-reference {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}
.field--name-field-college-facility.field--type-entity-reference > .field__item {
    max-width: 45%;
    min-width: 40%;
    background-color: #eff4fd;
    border-left: 5px solid #c8c8c7;
    margin: 1rem 0;
} 
.field--name-field-event-card.field--type-entity-reference > .field__item {
    max-width: 45%;
    min-width: 40%;
    margin: 1rem 0;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item, 
.field--name-field-student-card.field--type-entity-reference > .field__item {
    max-width: 45%;
    min-width: 40%;
    padding: 1rem 0.5rem 1rem 0;
    border-top: 5px solid #b1c9e8;
    border-right: 5px solid #b1c9e8;
    border-radius: 0 15px 0 0;
    margin: 1rem 0;
}
.field--name-field-degree.field--type-entity-reference > .field__item {
    max-width: 45%;
    min-width: 45%;
    padding: 1rem;
}
.field--name-field-employee-card.field--type-entity-reference > .field__item, 
.field--name-field-emeritus-card.field--type-entity-reference > .field__item {
    max-width: 30%;
    min-width: 25%;
    padding: 0 1rem;
    margin-bottom: 2rem;
    border-left: 5px solid #b1c9e8;
    border-bottom: 5px solid #b1c9e8;
    border-radius: 0 0 0 15px;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser--event {
    margin: 1.5rem 0;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__media {
    margin: 0;
    position: relative;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item .eck-entity, 
.field--name-field-student-card.field--type-entity-reference > .field__item .eck-entity {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
} 
.field--name-field-artist-card.field--type-entity-reference > .field__item .field--name-field-artist-headshot, 
.field--name-field-student-card.field--type-entity-reference > .field__item .field--name-field-student-headshot {
    min-width: 40%;
    max-width: 40%;
    margin-right: 0.75rem;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content {
    border: 5px solid #b1c9e8;
    border-radius: 15px 15px 0 0;
    background-color: #b1c9e8;
    position: relative;
    margin: -3.75rem 1rem;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content h3 {
    font-size: 1.6rem;
    font-family: "bodoni-pt-variable",serif;
    background-color: #b1c9e8;
    margin: 0;
    padding: 1rem;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content h3 a{
    font-weight: 500;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content .content-meta {
    display: block;
    padding: 1rem;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    margin: 0;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content .content-meta .date, 
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content .content-meta .content-meta__where, 
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content .content-meta .ticket_prices {
    font-size: 1.1rem;
    min-height: 3.5rem;
    padding-left: 4.25rem;
    align-content: center;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content .content-meta .date {
    background-position: 0.75rem 1.1rem;
}
.field--name-field-event-card.field--type-entity-reference > .field__item .teaser__content .content-meta .ticket_prices {
    background-position: 1.1rem 1.1rem;
}
.field--name-field-college-facility.field--type-entity-reference > .field__item .headline-group {
    margin: 1rem;
}
.field--name-field-college-facility.field--type-entity-reference > .field__item .headline-group .headline-group__head {
    display: block;
    margin-bottom: 1rem;
}
.field--name-field-employee-card.field--type-entity-reference .people-list--id {
    margin-bottom: 1rem;
}
.field--name-field-employee-card.field--type-entity-reference .people-list--faculty {
    margin-bottom: 0.5rem;
}
.field--name-field-employee-card.field--type-entity-reference .people-list--positions .field--name-field-faculty-position.field--type-entity-reference.field--label-hidden > .field__item, 
.field--name-field-employee-card.field--type-entity-reference .people-list--positions .field--name-field-staff-position.field--type-entity-reference.field--label-hidden > .field__item, 
.field--name-field-degree.field--type-entity-reference .di-degree .field--name-field-degrees .field__items > .field__item {
    display: inline;
}
.field--name-field-employee-card.field--type-entity-reference .people-list--positions .field--name-field-faculty-position .field__item ~ .field__item::before, 
.field--name-field-employee-card.field--type-entity-reference .people-list--positions .field--name-field-staff-position .field__item ~ .field__item::before, 
.field--name-field-degree.field--type-entity-reference .di-degree .field--name-field-degrees .field__items > .field__item ~ .field__item::before {
    content: ', ';
    margin-left: -0.2rem;
}
.teaser--degree-information .teaser__media {
    box-shadow: -10px 10px #b1c9e8;
}
.teaser--degree-information .teaser__content {
    position: relative;
    margin-top: -5rem;
    margin-left: -2rem;
    width: 80%;
    z-index: 1;
    padding: 1rem;
    background-color: #0033a0;
    color: #fff;
    font-weight: 500;
    border-radius: 15px 0;
}
.teaser--degree-information .teaser__content h3 {
    margin-top: 0;
}
.teaser--degree-information .teaser__content a {
    color:#fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.5rem;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item .artist-info, 
.field--name-field-student-card.field--type-entity-reference > .field__item .student_details {
    width: 54%;
    padding: 1rem 0.5rem 1rem 0;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item .artist-contact {
    width: 100%;
    padding: 0.5rem 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item .artist-contact .field {
    padding: 0.5rem;
    line-height: 1.5rem;
    margin: 0 1rem;
}
.field--name-field-student-card.field--type-entity-reference > .field__item .field--name-field-student-link {
    display: flex;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
    padding: 0.5rem;
    line-height: 1.5rem;
    margin: 0 1rem 0.5rem 1rem;
}
.artist-card .headline-group__head, 
.emeritus-card .headline-group__head, 
.student-card .headline-group__head {
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.5rem;
}
.artist-card .headline-group__sub, 
.emeritus-card .headline-group__sub, 
.student-card .headline-group__sub {
    font-size: 1.15rem;
    line-height: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    font-style: italic;
    color: #515664;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item .artist-info .field--name-field-artist-name,
.field--name-field-student-card.field--type-entity-reference > .field__item .student_details .field--name-field-student-name {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    font-family: "bodoni-pt-variable", serif;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item .artist-info .field--name-field-artist-role, 
.field--name-field-student-card.field--type-entity-reference > .field__item .student_details .field--name-field-student-role, 
.field--name-field-student-card.field--type-entity-reference > .field__item .student_details .field--name-field-student-level, 
.field--name-field-student-card.field--type-entity-reference > .field__item .student_details .field--name-field-student-area {
    font-size: 1.3rem;
    line-height: 2rem;
    font-style: italic;
    padding: 0.5rem 0;
}
.field--name-field-artist-card.field--type-entity-reference > .field__item .artist-info .field--name-field-artist-bio, 
.field--name-field-student-card.field--type-entity-reference > .field__item .student_details .field--name-field-student-bio {
    font-size: 1rem;
    line-height: 1.3rem;
}
.field--name-field-emeritus-card.field--type-entity-reference > .field__item .field--name-field-emeritus-name {
    font-size: 1.4rem;
    line-height: 1.75rem;
    font-family: "bodoni-pt-variable",serif;
    font-weight: 400;
}
.field--name-field-emeritus-card.field--type-entity-reference #emeritus-details > .field, 
.field--name-field-emeritus-card.field--type-entity-reference #emeritus-contact > .field {
    padding: .5rem 0;
}