.featured-awards {
	margin-left: -12px;
	margin-right: -12px;
}
.featured-awards li {
	display: inline-flex;
	align-items: center;
	color: #023751;
	position: relative;
	height: 40px;
	padding-left: 24px;
	padding-right: 24px;
	vertical-align: top;
	text-align: center;
	margin-top: 66px;
	margin-left: 12px;
	margin-right: 12px;
}

.featured-awards li a {
	color: inherit;
	text-decoration: none;
}

.featured-awards li::before {
	height: 40px;
	width: 18px;
	background: url("/wp-content/uploads/2021/05/award-left.svg");
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.featured-awards li::after {
	height: 40px;
	width: 18px;
	background: url("/wp-content/uploads/2021/05/award-right.svg");
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}
.featured-awards li span {
	display: block;
}

.featured-project-image,
.featured-resource-image {
	overflow: hidden;
	background-color: #f6f2f0;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.featured-project-image.fi-bottom {
	align-items: flex-end;
}

.col-md-12 .featured-project-image,
.col-md-12 .featured-resource-image {
	height: 405px !important;
}
.col-md-6 .featured-project-image,
.col-md-6 .featured-resource-image {
	height: 291px;
}

.featured-resource-image {
	background-repeat: no-repeat;
	background-size: cover;
}

.featured-project-image img,
.featured-resource-image img {
	/*object-fit: cover;
  height: 100%;
  width: 100%;*/
	width: auto;
	height: 80%;
	object-fit: contain;
}

.featured-project-image.fi-bottom img {
	height: 90%;
}
.featured-project-categories-wrap {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: flex-end;
}
@media screen and (max-width: 991px) {
	.featured-project-image.fi-bottom {
		height: 345px !important;
	}
	.featured-project-image.fi-bottom img {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.featured-project-categories-wrap {
		justify-content: flex-start;
	}
}
.featured-project-categories li {
	display: inline-block;
	margin-right: 20px;
}

.featured-project-categories li:last-of-type {
	margin-right: 0px;
}

.featured-project-categories li a {
	/*color: #BA4D17;
  text-decoration: underline;*/
	text-transform: lowercase;
}
/* .featured-project-categories li a::after {
  top: calc(100% + -3px);
  height: 1px;
} */

.featured-award-title {
	font-style: italic;
	font-family: "ff-scala", serif;
	font-size: 10px;
	line-height: 1.5rem;
}

.featured-award-title strong {
	font-size: 14px;
}

.project-listing h5 {
	margin-bottom: 10px;
	font-size: 1.2rem;
	line-height: 1.68rem;
	margin-bottom: 8px;
}

.project-listing h3 {
	padding-top: 32px;
	padding-bottom: 8px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 4rem;
}

.work-banner img {
	max-height: 430px;
	width: 100%;
	object-fit: cover;
}

.work-section-number {
	font-family: filosofia-grand-all-small-ca;
	font-size: 80px;
	line-height: 60px;
	height: 60px;
	margin-top: -10px;
}

.overview .number {
	color: #BA4D17;
	margin-right: 19px;
	font-family: "filosofia-basic-small-caps";
	font-size: 16px;
}

.work-section.section-image {
	/*margin-left: -15px;
  margin-right: -15px;*/
}

.overview > ul > li {
	cursor: pointer;
}

.overview > ul > li * {
	pointer-events: none;
}

.main-work-content {
	/*overflow: hidden;*/
}

.work-template-default .quote,
.work-template-default .related,
.work-template-default .contact-cta,
.work-template-default .site-footer {
	position: relative;
	z-index: 20;
}
.work-template-default .related {
	background: white;
}
