.program-hero-plus {
	position: relative;
	padding: 55px 0 60px;
	text-align: center;
	background: var(--color-theme-primary);
	color: #fff;
}

.program-hero-plus::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background: url('../../assets/images/program-detail-hero-decor.svg') no-repeat bottom center / 100%;
	pointer-events: none;
}

.program-hero-plus__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.1;
	pointer-events: none;
	background-repeat: no-repeat;
}

.program-hero-plus__format {
	margin-bottom: 24px;
	font: 400 10px/1.8 var(--highlight-font-family);
	text-transform: uppercase;
}

.program-hero-plus__title {
	margin-bottom: 24px;
	color: #fff;
}

.program-hero-plus__degree .program-type {
	font-size: calc(18px + 5 * (100vw - 390px) / 1050);
}

.program-hero-plus .program-save-button {
	display: none !important;
}

@media only screen and (max-width: 768px) {
	.program-hero-plus #breadcrumb {
		display: none !important;
	}
}

@media only screen and (max-width: 992px) {
	.program-hero-plus .inner .content {
		padding-right: 0;
	}
}

@media only screen and (min-width: 769px) {
	.program-hero-plus {
		padding: 30px 0 75px;
	}

	.program-hero-plus .inner {
		margin-top: 60px;
	}

	.program-hero-plus__title,
	.program-hero-plus__format {
		margin-bottom: 30px;
	}

	.program-hero-plus::before {
		height: 110px;
	}
}
