@font-face {
	font-family: "greycliff-demibold";
	src: url("https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff") format("woff"),
		url("https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-DemiBold.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "greycliff-light";
	src: url("https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff") format("woff"),
		url("https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/GreycliffCF-Light.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'vanguard-regular';
    src: url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/vanguard-cf-regular.woff') format('woff'),
    url('https://www.udel.edu/content/dam/udelImages/digital-brand-assets/fonts/vanguard-cf-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal
}
body {
	margin: 0;
	color: #fff;
	font-family: "georgia", serif;
}
input,
input:focus {
	border-radius: 0;
}
input[type="search"] {
	-webkit-appearance: none;
}
#sealHold {
	width: 100vw;
	height: 100vh;
	position: relative;
	background: #003c71;
	overflow: hidden;
}
#commencement #seal { max-width: 700px; }
#seal {
	animation-duration: 1.5s;
	animation-name: fadeAndScale;
	animation-fill-mode: forwards;
	margin: auto;
	width: 80%;
	height: 80%;
	max-width: 920px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

@keyframes fadeAndScale {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		animation-timing-function: ease-out;
	}
}

#scrollDown {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
}
#scrollDown #downArr {
	width: 20px;
	margin: 0 auto 15px auto;
	display: block;
}
#scrollDown #text {
	display: block;
	font-family: "greycliff-demibold";
	font-size: 16px;
}
a {
	color: #003c71;
}
p,
h2,
h3,
h4,
h5,
ul,
li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
ul,
li {
	list-style: none;
}
ul li,
ol li {
	list-style-position: inside;
}
ol li + li {
	margin-top: 15px;
}
ol li ol {
	margin-top: 10px;
}
ol li li li {
	margin-top: 10px;
}
#container {
	width: 100%;
	background: #fff;
	color: #003c71;
}
#wrapper {
	width: 75%;
	margin: 75px auto;
	max-width: 920px;
}
.block {
	width: 100%;
}
.options {
	margin-top: 25px;
}
#search-input {
	font-size: 24px;
	font-family: "georgia";
	padding: 10px;
	margin-bottom: 0;
	width: 50%;
	box-sizing: border-box;
}
h2.sectionHeading {
	font-size: 26px;
}
h3.collegeTitle {
	font-weight: bold;
	font-size: 23px;
}
h4 {
	margin-bottom: 25px;
}
h4.collegeDean {
	border-bottom: 1px solid rgba(0, 60, 113, 0.52);
	padding-bottom: 25px;
	margin-top: 5px;
}
h5 {
	margin-bottom: 12px;
}
h5.degreeTypeTitle {
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 30px;
}
#exercises,
#content {
	margin-bottom: 60px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 60px;
}
#exercises a {
	color: #003c71;
}
#exercises .summary.tl {
	padding-left: 15px;
}
#exercises .summary {
	line-height: 24px;
}
.toggleArr {
	font-size: 12px;
	margin-left: 3px;
}
.toggleArr:before {
	content: "\25B2";
}
.toggleArr.off:before {
	content: "\25BC";
}
#exercises {
	text-align: center;
}
#exercises .la {
	text-align: left;
}
#exercises h2 {
	margin-bottom: 25px;
}
#exercises h2.sectionHeading,
#content h3 {
	font-weight: bold;
}
#exercises .exercise p.trigger {
	display: inline-block;
}
#exercises .exercise p.trigger a {
	text-decoration: none;
}
#exercises .exercise p.trigger,
#exercises .exercise p.large,
#exercises .exercise p.anchor {
	font-weight: bold;
	font-size: 18px;
	padding: 15px 15px 0 15px;
}
#exercises .exercise p.large { display: inline-block; border-bottom: 1px solid #e0e0e0; padding-bottom: 10px; }
#exercises .noRule { border-bottom: none !important; }
#exercises .exercise p.large .sub {
	font-size: 16px;
	display: block;
	margin-top: 10px;
}
#exercises p.medium {
	font-size: 20px;
}
#exercises .exercise + .exercise {
	margin-top: 30px;
}
#exercises .exercise .fullView {
	display: none;
	background: #eee;
	padding: 25px;
}
#exercises .exercise p.large + p {
	font-weight: normal;
	margin-top: 0;
}
#exercises .exercise .fullView p,
#content p {
	line-height: 24px;
}
#exercises .exercise .fullView p + p,
#content p + p,
#content p + .more,
#content h2 + p,
#content h3 + p,
#notice p + p {
	margin-top: 15px;
}
#exercises .exercise.active p.trigger {
	background: #e0e0e0;
	padding: 15px;
}
#exercises .summary {
	margin-top: 10px;
}
#exercises .summary b:first-child {
	padding-top: 5px;
	display: inline-block;
}
#exercises .la .summary {
	padding-left: 35px;
}
.brList {
	line-height: 24px;
}
#exercises .divider {
	margin: 35px 0 35px 0;
}
#exercises .divider-xl {
	margin: 70px 0 35px 0;
}
#content p + h2 {
	margin-top: 50px;
}
#content h2 + h3,
#content .more + h3 {
	margin-top: 30px;
}
#content .readMore,
#content .readLess {
	font-weight: bold;
	color: #003c71;
}
#content .more {
	display: none;
}
#exercises .tl {
	border-top: 1px solid #e0e0e0;
	margin-top: 45px;
	padding-top: 25px;
}
#exercises .sectionHeading.tl {
	padding-top: 40px;
}
.manualList li {
	margin-bottom: 10px;
}
.manualList li + li { margin-top: 20px; }
.highlight { 
	display: inline-block;
    background: #eee;
    padding: 25px;
}
.search {
	overflow: auto;
}
#search-input,
#btn-search {
	float: left;
}
#btn-search {
	font-family: "greycliff-demibold";
	padding: 16px;
	background: #00539f;
	color: #fff;
	margin-left: 5px;
	border: 0;
	font-size: 16px;
}
#clear-search {
	display: none;
	clear: both;
	margin-bottom: 20px;
	text-decoration: underline;
	margin-left: 11px;
	font-family: "greycliff-light";
	cursor: pointer;
}
input#search-input {
	border: 2px solid #777;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
}
input#search-input:focus {
	border: 2px solid #00539f;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#colleges {
	clear: both;
	margin-top: 40px;
}
.degreeType.block + .degreeType.block {
	margin-top: 40px;
}
.degreeType.grad.block + .degreeType.grad.block {
	margin-top: 20px;
}
.degreeType {
	margin-bottom: 35px;
}
.degreeType.empty {
	display: none !important;
}
.students {
	column-count: 3;
	column-gap: 100px;
}
.grad.block .students {
	column-count: 2;
}
.studentInfo {
	display: inline-block;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
}
.grad.block .studentInfo {
	margin-bottom: 30px;
}
.grad.block .studentInfo .name {
	border-bottom: 1px dotted #003c7145;
	width: 100%;
	display: inline-block;
	float: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-size: 17px;
}
.name {
	float: left;
}
.grad.block .studentInfo .name .distinctions {
	margin-left: 5px;
}
/* .degree {
	float: right;
}
.pastDegree {
	float: right;
	clear: right;
}
*/
.degree,
.pastDegree {
	/* text-align: right; */ 
	font-style: italic;
}
.professor {
	margin-top: 2px;
}
.professor + .professor {
	margin-top: 0;
}
.dissertation {
	margin-top: 20px;
}
.professor,
.dissertation {
	float: left;
	clear: both;
}
 .pinnedBy {
	 font-size: 14px;
	 display: block;
	 clear: left;
 }
#key {
	padding-top: 25px;
	margin-bottom: 50px;
	width: 100%;
	border-top: 1px solid #e0e0e0;
}
#keyWrapper {
	width: 50%;
}
#key ul {
	width: 100%;
}
#notice {
	padding: 25px;
	background: #eee;
	font-family: "greycliff-light";
}
#notice a {
	color: #003c71;
}
@media only screen and (max-width: 1400px) {
	.students {
		column-count: 2;
	}
}
@media only screen and (max-width: 1400px) {
	.students {
		column-count: 2;
	}
}
@media only screen and (max-width: 1000px) {
	.grad.block .students {
		column-count: 1;
	}
}
@media only screen and (max-width: 600px) {
	#wrapper {
		width: 85%;
		margin: 50px auto;
	}
	#sealHold {
		padding-bottom: 20vh;
	}
	#seal {
		width: 100%;
	}
	#exercises {
		text-align: left;
	}
	#scrollDown {
		position: fixed;
	}
	.search {
		text-align: left;
	}
	input#search-input {
		width: 75%;
		float: left;
		font-size: 16px;
	}
	#btn-search {
		width: 24%;
		float: right;
		margin-left: 0;
		padding: 11px;
	}
	#content .more + h3 {
		border-top: 1px solid #e0e0e0;
		padding-top: 30px;
	}
	#exercises .summary {
		padding-right: 15px;
		padding-left: 35px;
	}
	.students {
		column-count: inherit;
	}
	#seal,
	#sealHold {
		height: 80vh;
	}
	#commencement #seal { width: 80%; height: 80dvh; top: 42%; }
	#content .readMoreTrigger,
	#content .readLess {
		display: block;
		margin-top: 15px;
		text-align: right;
	}
	.grad.block .studentInfo {
		margin-bottom: 40px;
	}
	/* .degree {
		margin-top: 20px;
	} */
	.name,
	.degree,
	.professor,
	.dissertation {
		float: left;
		clear: both;
	}
	.pastDegree {
		float: right;
		clear: both;
	}
	.professor {
		margin-top: 20px;
	}
	#keyWrapper {
		width: 100%;
	}
	.no-results {
		float: left;
		width: 100%;
	}
}
