*:not(h1 *) {
	font-family: Nunito, sans-serif;
	font-weight: 400;
	scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Libre Baskerville", serif;
	font-weight: 800;
}
strong {
	font-weight: 800;
}
body {
	background-color: #1a1a1a;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	background-size: 80px 80px;
	background-image: radial-gradient(rgba(255, 255, 255, 0.1) 2px, transparent 2px);
}
a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	transition: 0.25s all;
}
a:not(nav a) {
	color: rgba(255, 255, 0, 0.8);
}
a:not(.btn):hover {
	text-decoration: underline;
}
nav {
	background-color: transparent;
	filter: grayscale(100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 0 0 25px 25px;
	z-index: 10;
	transition: 0.25s all;
}
nav:hover, nav.active {
	background-color: #21276e;
	filter: grayscale(0%);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
nav > h1 {
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-size: 20px;
	text-align: left;
	padding-left: 20px;
	user-select: none;
	line-height: 0.9;
}
nav > #actions {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
nav > #actions > a:not(nav > #actions > a:nth-last-of-type(1)) {
	margin-right: 15px;
}
.btn {
	background-color: rgba(255, 255, 255, 0.8);
	color: #21276e;
	padding: 10px;
	padding-left: 13px;
	padding-right: 13px;
	border-radius: 20px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
	outline: 1px solid rgba(255, 255, 255, 0.1);
}
.btn span:not(.bf_transition) {
	position: relative;
	transition: 0.25s all;
}
.btn .bf_transition {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #21276e;
	left: 0;
	top: -100%;
	opacity: 0;
	border-radius: 0px;
	transition: 0.25s all;
}
.btn:hover > span:not(.bf_transition) {
	color: rgba(255, 255, 255, 0.9);
}
.btn:hover > .bf_transition {
	top: 0;
	opacity: 1;
	border-radius: 20px;
}

main {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.background, .background_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.hero_1 {
	background-image: url(/hero.jpg);
}
.background_overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
}
main > video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
main > h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	font-weight: 800;
	font-size: min(60px, 7cqw);
}
.slow_underline {
	position: relative;
	display: inline;
}
@keyframes underline_expand {
  from {width: 0%;}
  to {width: 100%;}
}
.slow_underline::after {
	content: "";
	background-color: #21276e;
	filter: brightness(150%);
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 5px;
	left: 0;
	transition: 0.25s all;
	animation-name: underline_expand;
	animation-duration: 2s;
	outline: 1px solid rgba(255, 255, 255, 0.1);
}

footer {
	background-color: #101010;
	filter: grayscale(100%);
	width: calc(100% - 60px);
	border-radius: 25px 25px 0 0;
	z-index: 10;
	transition: 0.25s all;
	padding: 30px;
	padding-bottom: 40px;
}
footer > h1 {
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-size: 30px;
	text-align: left;
	user-select: none;
	line-height: 0.9;
	position: absolute;
	top: calc(50% - 15px);
	transform: translateY(-50%);
}
.description, .socials, .address {
	position: relative;
	left: 170px;
	width: calc(100% - 170px - 60px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.description {
}
.socials {
	height: auto;
	max-width: calc(100% - 170px - 60px);
}

h1 > .btn {
	font-size: 20px;
	display: inline-block;
	font-family: Nunito, sans-serif;
	background-color: #21276e;
	color: rgba(255, 255, 255, 0.8);
}
h1 > .btn .bf_transition {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: white;
	left: 0;
	top: -100%;
	opacity: 0;
	border-radius: 0px;
	transition: 0.25s all;
}
h1 > .btn:hover > span:not(.bf_transition) {
	color: #21276e;
}
h1 > .btn:hover > .bf_transition {
	top: 0;
	opacity: 1;
	border-radius: 20px;
}

.announcement {
	position: relative;
	background-color: rgba(33, 39, 110, 1);
	backdrop-filter: blur(100px);
	margin-top: 0px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: calc(100% - 40px - 50px);
	margin-left: 25px;
	margin-top: 25px;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.announcement > h4, .announcement > p {
	width: calc(100% - 40px);
}
.announcement > h4 {
	font-family: "Cal sans", sans-serif;
}
/*.announcement > .btn {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}
.announcement > .btn > span:not(.bf_transition) > span {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.announcement > .btn > span:not(.bf_transition) > svg {
	vertical-align: middle;
	font-size: 50px !important;
	zoom: 0.8;
}*/

.sans-title {
	font-family: "Cal Sans", sans-serif;
}

#faculty_banner {
	background-color: rgba(33, 39, 110, 1);
	padding: 30px;
	margin-bottom: -15px;
	padding-bottom: 70px;
	padding-top: 40px;
	position: relative;
}
#faculty_banner > img {
	position: absolute;
	right: 0px;
	bottom: -15px;
	width: 400px;
	filter: drop-shadow(4px 0 0 #4a216e)
					drop-shadow(0 4px 0 #4a216e)
					drop-shadow(-4px 0 0 #4a216e)
					drop-shadow(0 -4px 0 #4a216e);
}

.faculty_member {
	width: 400px;
	height: 121px;
	position: relative;
	border-radius: 5px;
	margin-top: 30px;
	margin-left: 50px;
	transition: 0.25s all;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #1a1a1a;
}
.faculty_member img {
	width: 100px;
	position: absolute;
	border-radius: 10px;
	top: 50%;
	transform: translateY(-50%);
  filter: drop-shadow(2px 0 0 #21276e)
					drop-shadow(0 2px 0 #21276e)
					drop-shadow(-2px 0 0 #4a216e)
					drop-shadow(0 -2px 0 #4a216e);
}
.faculty_member > div {
	position: absolute;
	display: inline-block;
	font-size: 15px;
	left: 130px;
}

.faculty_member:hover {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


/*#testimonials {
	white-space: nowrap;
	overflow-x: scroll;
	width: calc(100% - 60px);
	height: 600px;
	margin-top: 100px;
	padding: 30px;
}
#testimonials > div {
	display: inline-block;
	background-color: #21276e;
	vertical-align: middle;
	white-space: wrap;
	max-height: calc(100% - 60px);
	height: auto;
	width: 100%;
	max-width: 200px;
	padding: 30px;
}
#testimonials > div > p:nth-last-of-type(1) {
	color: rgba(255, 255, 255, 0.6);
}*/

#testimonials {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(12, 50px);
	grid-auto-columns: 260px;

	gap: 20px;

	overflow-x: auto;
	width: calc(100% - 60px);
	padding: 30px;
}

#testimonials > div {
	background: #21276e;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	outline: 1px solid rgba(66, 78, 220, 0.5);
}

#testimonials > div > p:nth-last-of-type(1) {
	position: absolute;
	bottom: 15px;
}

.large  { grid-row: span 9; }
.medium { grid-row: span 6; }
.small  { grid-row: span 3; }


#faqs {
	margin-top: -35px;
}
#faqs > div > p:nth-of-type(1) {
	padding: 15px;
	background-color: #21276e;
	border-radius: 5px;
	margin: 0;
	outline: 1px solid rgba(66, 78, 220, 0.5);
	cursor: pointer;
	user-select: none;
	position: relative;
}
#faqs > div > p:nth-of-type(2) {
	overflow: hidden;
	line-height: 0;
	height: 0;
	margin: 0;
	transition: 0.25s all;
	outline: 1px solid rgba(66, 78, 220, 0);
	background-color: rgba(33, 39, 110, 0.8);
	border-radius: 0;
	padding-left: 15px;
	padding-right: 15px;
}
#faqs > div:nth-of-type(1) > p {
	border-radius: 5px 5px 0 0;
}
#faqs > div:nth-last-of-type(1) > p {
	border-radius: 0 0 5px 5px;
}
#faqs > div.active-q > p:nth-of-type(2) {
	line-height: 1;
	height: auto;
	outline: 1px solid rgba(66, 78, 220, 0.5);
	padding: 15px;
}
#faqs > div.active-q:not(#faqs > div.active-q:nth-last-of-type(1)) > p:nth-of-type(2) {
	border-radius: 0;
}
#faqs > div.active-q > p:nth-of-type(1) {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
#faqs > div > p > span:nth-of-type(1) {
	display: inline-block;
	width: calc(100% - 25px);	
}
#faqs > div > p > span:not(#faqs > div > p > span:nth-of-type(1)) {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.25s all;
}
#faqs > div > p > span:nth-of-type(3) {
	opacity: 0;
}
#faqs > div.active-q > p > span:nth-of-type(2) {
	opacity: 0;
}
#faqs > div.active-q > p > span:nth-of-type(3) {
	opacity: 1;
}

#bars {
	display: none;
}

#bars > svg:nth-of-type(2), #bars > i:nth-of-type(2) {
	display: none;
}

footer:nth-of-type(2) {
	text-align: center;
	background-color: black;
	padding: 10px;
	border-radius: 0;
	width: calc(100% - 20px);
}
footer:nth-of-type(2) img {
	width: 20px;
	margin-right: -3px;
}

.anc-dark {
	background-color: #1a1a1a;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.anc-dark table {
	filter: grayscale(100%);
	width: 100%;
}
.anc-dark tr {
	width: 50%;
}


@media screen and (max-width: 580px) {
	#actions {
		/*display: none;
		opacity: 0;
		transition: 0.25s opacity 0s display;*/
		display: block;
		transform: translate(0px, -1000px) !important;
		transition: 0.5s all;

		left:  0;
		top: 0px;
		position: fixed;
		width: calc(100% - 40px);
		background-color: #21276e;
		padding-top: 330px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#bars {
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		font-size: 20px;
		transform: translateY(-50%);
		cursor: pointer;
	}
	nav h1 {
		position: relative;
		z-index: 3;
		display: inline-block;
		width: auto;
	}
	nav.active-m #actions {
		transform: translate(0px, -50%) !important;
	}
	nav.active-m #actions a {
		display: block;
		border: 0.5px solid rgba(255, 255, 255, 0.3);
		width: calc(100% - 30px);
		padding: 15px;
		border-radius: 5px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	nav.active-m #actions a:hover .bf_transition {
		border-radius: 5px;
	}
}

@media screen and (max-width: 680px) {
	#faculty_banner > img {
		width: 50cqw;
	}
}

@media screen and (max-width: 610px) {
	#faculty_banner > img {
		display: none;
	}
}

@media screen and (max-width: 440px) {
	#faculty_banner > h1 {
		font-size: 7cqw;
	}
	#faculty_banner > .btn {
		display: block;
	}
	#faculty_banner > .btn span:not(.bf_transition) {
		display: block;
	}
	#faculty_banner > .btn svg {
		position: absolute;
		top: 50%;
		left: auto;
		right: 0px;
		transform: translateY(-50%);
	}
}


@media screen and (max-width: 730px) {
	footer:nth-of-type(1) p, footer:nth-of-type(1) table {
		width: 100% !important;
		max-width: 100% !important;
		left: 0 !important;
	}
	footer:nth-of-type(1) p:nth-of-type(1) {
		margin-top: 100px;
	}
	footer:nth-of-type(1) h1 {
		top: 50px;
	}
}

@media screen and (max-width: 500px) {
	footer table td {
		display: block;
	}
	td:has(.fb) {
		display: none;
	}
}


@media screen and (max-width: 1500px) {
	.faculty_member {
		width: calc(50% - 110px);
	}
}

@media screen and (max-width: 930px) {
	.faculty_member {
		width: calc(100% - 130px);
	}
}

@media screen and (max-width: 500px) {
	.faculty_member {
		width: calc(100% - 130px);
		zoom: 0.8;
	}
}


input {
	width: calc(50% - 63px);
	padding: 8px;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #4a4a4a;
	background-color: #242424;
	color: white;
}
input[type="submit"] {
	width: 80px;
	background-color: #21276e;
	cursor: pointer;
}
input:focus {
	outline: 1px solid #4a4a4a;
}
input[type="submit"]:focus {
	outline: 2px solid rgba(33, 39, 110, 0.8);
}