/*Removing the Faculty node title*/
.block-type-field-block--node--awards--field-faculty-staff-member h2 {
  display: none;
}
/*Make breadcrumb look more like normal breadcrumbs*/
ol.flex.items-center.gap-5 {
	margin-left:0px !important;
	margin-top: 0px !important;
}
li.font-freight.text-md.text-tu-green-official a, li.font-freight.text-md.text-tu-green-official, .large.font-freight.text-md.text-tu-green-official, .small.font-freight.text-md.text-tu.green-official {
	font-size: 16px !important;
	font-weight: 100 !important;
}

aside {
	display: none;
}

.block-type-field-block--node--awards--field-faculty-staff-member h2 {
  display: none;
}
.profile-image-wrapper {
  position: relative;
  height: 350px;
  overflow: hidden;
}
.profile-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

/*Awards & Recognitions Page*/
.faculty-award-row {
		display: flex;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid lightgrey;
  	padding-bottom: 30px;
}

.faculty-award-profile-image {
width:300px;
}

@media (max-width: 768px) {
	.faculty-award-row {
		display: block;
	}
}
