@media only screen and (min-width: 40.063em) {
	span.no-break {
		display: inline-block;
	}
}
.commencement-banner {
	border-top: 5px solid #f6b000;
	background-image: url(/_resources/includes/homepage/commencement/undergrad-background-caps-outdoors.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}
.commencement-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.65;
	background: #000;
}
.commencement-banner:hover p span.title {
	color: #f6b000;
}
.commencement-banner:hover p span.title:after {
	background-image: url(/_resources/images/icons/circle-arrow/right/circle-arrow-right_UNC-gold.svg);
}
.commencement-banner h2 {
	color: #fff;
	font-size: 1.55rem;
	margin-top: 0;
}
.commencement-banner a.button {
	border: 0.1rem solid #fff;
	color: #fff;
	font-weight: bold !important;
}
.commencement-banner p {
	color: #fff;
	margin-bottom: 0;
}
.commencement-banner p.small {
	font-size: 0.8rem;
}
.commencement-banner p.small a {
	color: #fff;
	text-decoration: underline;
}

.reveal-modal-bg {
	background: rgba(0, 0, 0, 0.85);
}

.reveal-modal {
	padding: 0;
	border: 5px solid #333;
	border-radius: 0.4rem;
	background-color: #333;
}
@media only screen and (max-width: 40em) {
	.reveal-modal {
		min-height: 0;
		margin-top: 4rem;
	}
}
.reveal-modal .flex-video {
	margin-bottom: 0;
	border-radius: 0.3rem;
}
.reveal-modal .close-reveal-modal {
	top: -1rem;
	right: -3rem;
	color: #fff;
}
@media only screen and (max-width: 40em) {
	.reveal-modal .close-reveal-modal {
		top: -3.5rem;
		right: .5rem;
	}
}
