/* Index page */

/* Individual categories */
.student-quotes span.emphasis-underline {
	border-bottom: 2.5px solid #F6B000;
}
@media only screen and (min-width: 40.063em) {
	.student-quotes span.emphasis-underline {
		border-bottom: 4.5px solid #F6B000;
	}
}

/* Shadow for profile images */
.student-quotes img.circle {
	position: relative;
	display: block;
	z-index: 2;
	margin: 0 auto;
	/* box-shadow: 0 15px 35px rgba(50, 50, 90, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); */
}
.student-quotes img.circle.blurred[aria-hidden] {
	-webkit-filter: blur(20px);
	filter: blur(20px);
	opacity: 0.9;
	position: absolute;
	top: 1.5rem;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	z-index: 1;
	left: 0;
	right: 0;
}

/* Where can your degree take you? */
.degree-take-you {
	position: relative;
	background-size: cover!important;
	background-position: top!important;
	-webkit-transition: background 700ms ease-in-out 800ms;
	-moz-transition: background 700ms ease-in-out 800ms;
	-o-transition: background 700ms ease-in-out 800ms;
	transition: background 700ms ease-in-out 800ms;
}
.gradient:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: .8;
}
.gradient.gradient--blue.gradient--top-right:before {
	background: -moz-linear-gradient(130deg,rgba(1,45,91,1),rgba(0,0,0,0));
	background: -webkit-linear-gradient(130deg,rgba(1,45,91,1),rgba(0,0,0,0));
	background: linear-gradient(130deg,rgba(1,45,91,1),rgba(0,0,0,0));
}
@media only screen and (max-width: 40em) {
	.gradient.gradient--blue.gradient--top-right:before {
		background: -moz-linear-gradient(130deg,rgba(1,45,91,1),rgba(0,0,0,0));
		background: -webkit-linear-gradient(130deg,rgba(1,45,91,1),rgba(0,0,0,0));
		background: linear-gradient(130deg,rgba(1,45,91,1),rgba(0,0,0,0));
	}
}