  @import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap');
.margin-bottom-small {
    margin-bottom: .25rem;
}

.secondary-heading {
    font-family: 'Ubuntu Condensed', 'Ubuntu', 'Franklin Gothic Condensed', 'Franklin Gothic', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    
}
@media screen and (max-width: 49.94em) {
    .secondary-heading {
        font-size: 1.33333rem;
    }  
}

.messages-from-leadership h2.header {
	font-size: 1.5rem;
}
.messages-from-leadership .block {
	min-height: 250px;
}
.alumni-message > .columns {
    margin-bottom: 0;
}

.convocation-names h2,
.award-names h3 {
    text-transform: uppercase;
    font-size: 1.05556rem;
}
@media screen and (min-width: 50em) {
    .convocation-names h2,
    .award-names h3 {
        font-size: 1.2rem;
    }  
}
.convocation-names .icon_star {
	color: #C1C2C4;
}
ul.graduate-names,
ul.names-list {
    list-style: none;
    margin-left: 0;
}
ul.graduate-names.split,
ul.names-list.split{
	columns: auto 300px;
}

@media screen and (max-width: 49.94em) {
    .banner.mobile-text-overlay figure {
        min-height: 250px;
    }
}