/* Minification failed. Returning unminified contents.
(2,27): run-time error CSS1039: Token not allowed after unary operator: '-space-2xl'
(3,25): run-time error CSS1039: Token not allowed after unary operator: '-space-xl'
(7,25): run-time error CSS1039: Token not allowed after unary operator: '-space-xl'
(13,25): run-time error CSS1039: Token not allowed after unary operator: '-space-lg'
(24,14): run-time error CSS1039: Token not allowed after unary operator: '-white'
(25,22): run-time error CSS1039: Token not allowed after unary operator: '-space-2xl'
(26,23): run-time error CSS1039: Token not allowed after unary operator: '-space-sm'
(38,25): run-time error CSS1039: Token not allowed after unary operator: '-space-xl'
(52,26): run-time error CSS1039: Token not allowed after unary operator: '-space-xs'
(56,26): run-time error CSS1039: Token not allowed after unary operator: '-medium-blue'
(63,12): run-time error CSS1039: Token not allowed after unary operator: '-space-md'
(64,21): run-time error CSS1039: Token not allowed after unary operator: '-space-xl'
(76,14): run-time error CSS1039: Token not allowed after unary operator: '-text-color'
(83,14): run-time error CSS1039: Token not allowed after unary operator: '-link-color-default'
(87,27): run-time error CSS1039: Token not allowed after unary operator: '-space-2xl'
(88,25): run-time error CSS1039: Token not allowed after unary operator: '-space-xl'
 */
.why-jhu-page-title {
	margin-block-start: var(--space-2xl);
	margin-block-end: var(--space-xl);
}

.section {
	margin-block-end: var(--space-xl);
	padding-block-start: 0;
	margin-block-start: 0;
}

.section-heading {
	margin-block-end: var(--space-lg);
}

.pullquote-section {
	/* A dark blue overlay on top of the background image for better text contrast */
	background-image:
		linear-gradient(rgba(0, 45, 114, 0.7), rgba(0, 45, 114, 0.7)),
		url('/Images/Pattern-Excellence.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--white);
	padding-block: var(--space-2xl);
	padding-inline: var(--space-sm);
	box-sizing: border-box;
	width: 100vw;
	max-width: 100vw;
	position: relative;
	inset-inline-start: 50%;
	margin-inline-start: -50vw;
	overflow-x: hidden;
}

.pullquote-heading {
	text-align: center;
	margin-block-end: var(--space-xl);
}

.pullquote-text {
	text-align: center;
}

.icon-link {
	display: inline-flex;
	align-items: center;
}

.icon-link img {
	height: 32px;
	margin-inline-end: var(--space-xs);
}

a:focus {
	outline: 3px solid var(--medium-blue);
	outline-offset: 2px;
}

.governance-link {
	display: inline-flex;
	align-items: center;
	gap: var(--space-md);
	margin-block: var(--space-xl);
	text-decoration: underline;
	color: black;
}

.governance-link img {
	width: 75px;
	height: 75px;
}

#why-jhu-main-content a,
#why-jhu-main-content a:visited {
	color: var(--text-color);
	text-decoration: underline;
}

#why-jhu-main-content a:hover,
#why-jhu-main-content a:focus {
	text-decoration: underline;
	color: var(--link-color-default);
}

#why-jhu-main-content {
	margin-block-start: var(--space-2xl);
	margin-block-end: var(--space-xl);
}

