/* ==============================================
   Single Program – Hero Section
   ============================================== */

.eu-program-hero {
	position: relative;
	width: 100%;
	height: 160px;
	background-color: #1B3A8C;
	overflow: hidden;
}

.eu-program-hero__radial {
	position: absolute;
	top: 0;
	right: 150px;
	width: 715px;
	height: auto;
	display: block;
	pointer-events: none;
}

/* ==============================================
   Single Program – Content Area
   ============================================== */

.eu-program-title {
	font-family: Urbanist;
	font-weight: 400;
	font-style: Regular;
	font-size: 80px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #1E1E1E;
	margin: 60px auto;
}