/* PAGES: HEADER3 */
.node-type-page #main-content .node-page .field-body h3.header-rule::after {
    margin-left: 0;
}

/* BANNER TEXT SIZE */
@media only screen and (max-width: 500px) {
    #university-banner .field-banner-text {
	    font-size: 1.5em;
    }
}

@media only screen and (max-width: 600px) {
    #university-banner .field-banner-text {
		top: 35%;
	}
}

/*ANNUAL REPORTS */
.annual-reports {
    margin-top: 1em;
}

.annual-reports .views-row {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
}

.annual-reports .views-row h5 {
    margin-bottom: 1em;
}

.annual-reports .views-row h5::after {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #CCC6B8;
    content: "";
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.ar-profile .highlight-block .views-row {
    border-top: 0.5px solid #dfe3e6;
    border-bottom: 0.5px solid #dfe3e6;
}

@media only screen and (min-width: 0) and (max-width: 699px) {
    .annual-reports .views-row h5 {
        font-size: 1.2em;
    }
    
    .annual-reports .views-row img {
        display: block;
        margin: 0 auto;
    }
    
    .highlight-block.wide-large .views-row article .highlight-content {
        overflow: visible;
    }
    .highlight-block.wide-large .views-row article figure {
        width: 75%;
        height: auto;
        margin-right: 15%;
        margin-bottom: 1.5rem;
        margin-left: 0;
    }
}

/*PEOPLE PAGE */
.node-person .content .field-person-photo {
    margin: 0 1rem 1rem 0;
    float: left;
    width: 20%;
}
.node-person .content .person-details {
    width: 75%;
    padding: 1rem 0 1rem 0;
    margin-bottom: 2rem;
    border-top: 1px solid #CCC6B8;
    border-bottom: 1px solid #CCC6B8;
}
.node-person .content .person-details .person-education-list .field-person-education {
    color: #A79A94;
    font-style:oblique;
    line-height: 1.4;
}
.node-person .content .person-details .field-person-email {
    margin: 0;
}
@media only screen and (max-width: 699px) {
	.node-person .content .field-person-photo {
        width: 35%;
    }
    .node-person .content .person-details {
		display: inline-block;
		float: left;
		width: 58%;
	}
}

/*PEOPLE VIEW*/

.path-about-people-fellows #main-content h2.title,
.path-about-people-advisors #main-content h2.title,
.path-exhibits #main-content h2.title {
    font-family: Circular-Bold, Circular-Book, sans-serif;
}

.path-about-people-fellows #main-content h2.title::after,
.path-about-people-advisors #main-content h2.title::after,
.path-exhibits #main-content h2.title::after {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #CCC6B8;
    content: "";
    margin-top: 10px;
    margin-left: 0;
    margin-right: auto;
}

.path-about-people-fellows .people .people-list .person .person-education {
    color:#A79A94;
    font-style:oblique;
}