.masthead-high__title {
	text-transform: uppercase;
}

.wlo__header-small,
.wlo__header-large {
	text-transform: capitalize;
}

.wlo__image-container {
	display: none;
}
@media (min-width: 1124px) {
	.wlo__item {
		width: 50%;
	}
}

.campaign-landing .statistics,
.high-level .statistics {
	margin: 0;
}

.statistics-wrapper {
	-webkit-box-shadow: 0 0 3.9375rem -0.4375rem rgba(167, 167, 167, .43);
	box-shadow: 0 0 3.9375rem -0.4375rem rgba(167, 167, 167, .43);
	padding: 20px !important;
}

.statistics__item p {
	font-size: 20px;
	font-weight: 400;
	color: black;
	margin: 1rem 0;
}

.statistics .statistics__container {
	margin: 0 !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.statistics__item {
	border: none !important;
	padding: 20px;
}

.mix img {
	float: right;
	max-width: 140px;
	margin: 0px 0px 20px 20px;
}

.level-container__padding #insert-high-level-menu {
	display: none;
}

.level-container__padding #insert-high-level-menu:nth-child(2) {
	display: block;
}

.recent-projects {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #707070;
	margin-bottom: 60px;
}

.filter-count {
	text-align: right;
	font-size: 18px;
}

@media (min-width: 1024px) {
	.controls {
		width: 25%;
		float: left;
	}

	.filter-count {
		position: relative;
		overflow: hidden;
		width: 74%;
		padding-left: 40px;
		margin: 0;
	}

	#filter-results {
		width: 74%;
		padding-left: 40px;
		margin: 0;
		padding-top: 0;
		position: relative;
		overflow: hidden;
	}
}

#filter-results .mix {
	border-top: solid 10px #331958;
	padding: 20px;
}

@media (min-width: 1024px) {
	#filter-results .mix {
		padding-left: 0;
	}
}

#filter-results h3 {
	font-size: 26px;
	font-weight: bold;
}

#filter-results h3 a {
	text-decoration: none;
}

#filter-results h5 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	padding-top: 5px;
}

#filter-results h4 {
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: 700;
}

#filter-results li {
	font-size: 20px;
}

#filter-results ul {
	list-style: none;
	margin: 0;
	padding-bottom: 20px;
}

p.infograph {
	margin-bottom: 0px;
}

.degree-stats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	margin: 20px 0;
}

.text-img-overlay {
	display: flex;
	flex-direction: row;
	margin: 20px;
	gap: 60px;
}

.text-overlay {
	flex: 1 1 auto;
	min-width: 400px;
	overflow: hidden;
}

.register {
	flex: 0 0 400px;
	width: 400px;
}

.register .image-tile {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 368px;
	width: 411px;
	border: 1px solid black;
	margin-bottom: 40px;
}

.register .image-tile img {
	max-width: 282px;
}

.register .text-tile {
	background-color: #e0e0e0;
	padding: 36px;
	width: 411px;
}

.level-container h4 {
	font-size: 24px;
	font-weight: bold;
}

.topics {
	background-color: #e0e0e0;
	padding: 3rem 0;
}

.topics h2 {
	margin-left: 1rem;
}

.topics .grid-container:last-of-type .grid-x .highlight-boxes:nth-child(1),
.topics .grid-container:last-of-type .grid-x .highlight-boxes:nth-child(3) {
  visibility: hidden;
}

@media screen and (max-width: 1000px) {
	.degree-stats {
		grid-template-columns: 1fr;
	}

	.text-img-overlay {
		flex-direction: column;
	}

	.register-button-container {
		flex-direction: column;
	}
}