/*************************************
    DIRECTORY CSS
    AUTHOR: Michael Talley
    VERSION: 1.4
    DATE: 07/03/2023
*************************************/

.loading {
    text-align: center;
}

.profile {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}


    .profile .name {
        margin-bottom: 10px;
    }

    .profile .title {
        margin-bottom: 20px;
    }

    .profile .more {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

/*    #feed .profile ul li {
        list-style-type: square;
        line-height: 1.8em;
    }*/


    .profile.single {
         padding-top: 0;
         margin-top: 0;
         border-bottom: none;
    }

    .profile.single h2.name {
        margin-top: 0;
        margin-bottom: 50px;
    }

        .profile.single .title {
/*            font-weight: 700;*/
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .profile.single .row-info {
            margin-bottom: 25px;
        }

        .profile.adjunct {margin: 10px; padding: 0;}
        .profile.adjunct .name {display: inline;}

    .profile-header {
        font-weight: 700;
        margin-top: 10px;
    }




    .container-sub .col-content .content .profile.phonelist {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

        .container-sub .col-content .content .profile.phonelist .name {
            margin-bottom: 0;
        }

        .container-sub .col-content .content .profile.phonelist .title {
            margin-bottom: 0;
        }

        .container-sub .col-content .content .profile.phonelist .building span:first-child {margin-right: 5px;}

    .container-sub .col-content .content .profile.researcharea {

    }
    
    .container-sub .col-content .content .profile.researcharea .name {margin-bottom: 0;}
    .container-sub .col-content .content .profile.researcharea .interests .profile-header {display: none;}
    .container-sub .col-content .content .profile.researcharea .publications .profile-header {margin-bottom: 0;}



@media (min-width: 768px) {
    .container-sub .col-content .content .profile.phonelist .col-phone {
        padding-right: 0;
    }

    .container-sub .col-content .content .profile.phonelist .col-building {
        padding-left: 0;
    }
}