@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Russo+One&display=swap');

html, body {
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	color: #4d4d4e;
	height: 100%;
}

h1, h2 {
	color: #4d4d4e;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 18px;
	font-family: "Russo One", sans-serif;
	color: #4d4d4e;
	font-weight: 900;
}

img {
	max-width: 100%;
	height: auto;
}

a:link {
	color: #1c3f81;
	text-decoration: underline;
}

a:visited {
	color: #1c3f81;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #1c3f81;
	text-decoration: underline;
}



.wprm-wrapper {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}




.wprmenu_bar {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}


.campusslidertext {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;

	font-family: "Roboto", sans-serif;
	font-size: 80px;
	line-height: 1.2;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 2px black;

	pointer-events: none; /* so arrows still clickable */
	width: 90%;
	max-width: 1200px;
}

@media only screen and (max-width: 767px) {
	.nwcampus-body-right {
		margin-top: -60px;
	}

.campusslidertext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;

	font-family: "Roboto", sans-serif;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-shadow: 1px 1px 2px black;

	pointer-events: none; /* so arrows still clickable */
	width: 90%;
	max-width: 1200px;
}
}

.csn-full-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.csn-slider-track {
	display: flex;
	transition: transform 0.7s ease-in-out;
	will-change: transform;
}

.csn-slide {
	min-width: 100%;
	width: 100%;
	flex: 0 0 100%;
	position: relative;
	height: 50vh;
	overflow: hidden;
}

.csn-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.csn-slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 46px;
	height: 70px;
	background: rgba(0,0,0,0.15);
	border: 0;
	padding: 0;
	cursor: pointer;
	z-index: 5;
	transition: background 0.25s ease, opacity 0.25s ease;
}

.csn-slider-arrow:hover {
	background: rgba(0,0,0,0.3);
}

.csn-slider-arrow span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-top: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
}

.csn-slider-prev {
	left: 18px;
}

.csn-slider-prev span {
	transform: translate(-35%, -50%) rotate(-135deg);
}

.csn-slider-next {
	right: 18px;
}

.csn-slider-next span {
	transform: translate(-65%, -50%) rotate(45deg);
}

@media (max-width: 767px) {
	.csn-slide {
		height: 25vh;
	}

	.csn-slider-arrow {
		width: 38px;
		height: 58px;
	}

	.csn-slider-prev {
		left: 10px;
	}

	.csn-slider-next {
		right: 10px;
	}

	.csn-slider-arrow span {
		width: 13px;
		height: 13px;
	}
	
	
.csn-full-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 0;
		margin-top: -44px;
}
}

.nwcampus-body-wrap {
	width: 100%;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.nwcampus-body-left {
	width: 60%;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 3%;
	padding-left: 1%;
	box-sizing: border-box;
	
	font-family: "Roboto", sans-serif;
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
	color: #000000;
	text-align: left;
}

.nwcampus-body-right {
	width: 31%;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 2%;
	padding-left: 3%;
	box-sizing: border-box;
	position: relative;
	margin-top: -300px;
}

.nwcampus-form-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.nwcampus-form-bg {
	background-color: #004990;
	width: 94%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 3%;
	padding-left: 3%;
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}

.nwcampus-mobile-floating-button-wrap {
	display: none;
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 12px;
	transform: none;
	z-index: 9999;
	width: auto;
	max-width: none;
	box-sizing: border-box;
}

.nwcampus-mobile-floating-button,
.nwcampus-mobile-floating-button:link,
.nwcampus-mobile-floating-button:visited,
.nwcampus-mobile-floating-button:hover,
.nwcampus-mobile-floating-button:focus,
.nwcampus-mobile-floating-button:active {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	background-color: #004990;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 14px 18px;
	border-radius: 999px;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	box-shadow: 0 6px 18px rgba(0,0,0,0.2);
	white-space: normal;
	overflow-wrap: break-word;
}

.nwcampus-mobile-floating-button,
.nwcampus-mobile-floating-button * {
	color: #ffffff !important;
}

@media only screen and (max-width: 991px) {
	.nwcampus-body-wrap {
		display: flex;
		flex-direction: column;
	}

	.nwcampus-body-right {
		order: 1;
		width: 100%;
		padding-right: 1%;
		padding-left: 1%;
		margin-top: -80px;
		margin-bottom: 30px;
	}

	.nwcampus-body-left {
		order: 2;
		width: 100%;
		padding-right: 1%;
		padding-left: 1%;
	}

	.nwcampus-form-holder {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
	}

	.nwcampus-form-bg {
		width: 100%;
	}

	.nwcampus-mobile-floating-button-wrap {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.nwcampus-body-right {
		margin-top: -60px;
	}

	.nwcampus-mobile-floating-button-wrap {
		left: 10px;
		right: 70px;
		bottom: 10px;
		width: auto;
		max-width: none;
	}

	.nwcampus-mobile-floating-button,
	.nwcampus-mobile-floating-button:link,
	.nwcampus-mobile-floating-button:visited,
	.nwcampus-mobile-floating-button:hover,
	.nwcampus-mobile-floating-button:focus,
	.nwcampus-mobile-floating-button:active {
		font-size: 16px;
		padding: 12px 16px;
		line-height: 1.25;
	}
}

.wp-autoplay-video {
	width: 100%;
	height: auto;
	display: block;
}




.alignright {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:20px;
	float: right;
	
}

.alignleft {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:0px;
	float: left;
	
}

@media only screen and (max-width: 767px) {


.alignright {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}

.alignleft {
	width: 100%;
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	
}


}





.nwpagebluetitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 40px;
	line-height: 1.5;
	font-family: 'Alegreya Sans', sans-serif;
	color: #004890;
	text-align: left;
	font-weight: 500;
	
}



@media only screen and (max-width: 767px) {


.nwpagebluetitle {
	padding-top:0px;
	padding-bottom:10px;
	padding-right:0px;
	padding-left:0px;
	font-size: 30px;
	line-height: 36px;
	font-family: 'Alegreya Sans', sans-serif;
	color: #004890;
	text-align: left;
	font-weight: 500;
	
}

}



.timeline-section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 20px;
	font-family: "Roboto", sans-serif;
	color: #222222;
}

.timeline-title {
	text-align: center;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.timeline-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.timeline-item {
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 22px 24px;
	border-radius: 8px;
}

.timeline-item:nth-child(odd) {
	background: #f4f4f4;
}

.timeline-item:nth-child(even) {
	background: #e9eef3;
}

.timeline-year {
	flex: 0 0 95px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	color: #111111;
}

.timeline-text {
	flex: 1;
	font-size: 18px;
	line-height: 1.6;
}

.timeline-download-wrap {
	text-align: center;
	margin-top: 40px;
}

.timeline-download-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 88px;
	padding: 0 32px;
	background: #004990;
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 20px;
	font-weight: 700;
	border-radius: 8px;
	box-sizing: border-box;
	transition: background 0.3s ease, transform 0.3s ease;
	vertical-align: middle;
}

.timeline-download-btn span {
	display: inline-block;
	color: #ffffff !important;
	line-height: 1.1;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.timeline-download-btn:hover,
.timeline-download-btn:focus,
.timeline-download-btn:active,
.timeline-download-btn:visited {
	background: #000000;
	color: #ffffff !important;
	text-decoration: none !important;
	transform: translateY(-2px);
}

.timeline-download-btn:hover span,
.timeline-download-btn:focus span,
.timeline-download-btn:active span,
.timeline-download-btn:visited span {
	color: #ffffff !important;
	text-decoration: underline;
}


@media (max-width: 767px) {
	.timeline-title {
		font-size: 28px;
	}

	.timeline-item {
		flex-direction: column;
		gap: 10px;
		padding: 18px 16px;
	}

	.timeline-year {
		flex: none;
		font-size: 28px;
	}

	.timeline-text {
		font-size: 17px;
	}
}


.embed-container {
 position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed {
 position: absolute; top: 0; left: 0; width: 100%; height: 100%; }#myVideo{
			right: 0;			bottom: 0;			top:0;			right:0;			width: 100%;			height: auto;	 		background-color: black; /* in case the video doesn't fit the whole page*/	  		background-image: /* our video */;	  		background-position: top center;	  		background-size: contain;	   		object-fit: cover; /*cover video background */	   		position: relative;	   		overflow: hidden;		}		.flexcenter {
display:flex;justify-content:center;align-items:center;}
