  /* General Styles */
:root {
	color-scheme: only light;
	--vu-primary: #003366;
	--vu-secondary: #003a5d;
	--vu-accent: #f8d100;
	--vu-text: #333333;
	--vu-light-bg: #dde5e9;
	--vu-border: #dee2e6;
}

html, body {
	min-height: 0!important;
	height: auto!important;
	position: inherit!important;
}

body {
	font-family: "Industry", Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: #ffd100 solid 2px;
}

.full-bleed > div.container {
	max-width: 100%;
}

.container-no-pad {
	padding-right: 0;
	padding-left: 0;
}

.row-no-pad {
	margin-right: 0;
	margin-left: 0;
}

.row-no-pad > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

/* center reCAPTCHA box on forms */
.g-recaptcha > div {
	margin: auto;
}

h3.panel-title {
	margin-bottom: 0px !important;
}

button::-moz-focus-inner {
	border: 0;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
	-webkit-transform: rotate(0.000001deg);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}

.nobr {
	white-space: nowrap;
}

.img-block {
	width: 100%;
	height: auto;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

img.photo {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.margin-bottom, .margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-none {
	margin-bottom: 0px;
}

div#wrapper a {
	color: #003A5D;
	font-size: 1.2rem;
	text-decoration: none;
}

div#wrapper a:hover, div#wrapper a:active,
div.modal-content-container a:hover,
div.modal-content-container a:active {
	color: #006Ea5; 
}

@media (max-width: 991px){
	.none{
		display: none !important;
	}
}
/* Hidden Header Skip Link for Accessability (use tab to access) */
.header-skip {
	color: #000;
	clip: rect(1px 1px 1px 1px);
	display: block;
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	text-align: center;
}

.header-skip:active, .header-skip:focus {
	color: #000;
	position: static !important;
	clip: auto;
	overflow: visible;
	height: auto;
}

/* Main Header */
#content {
	margin-top: 0px;
}

.header {
	background-image: linear-gradient(#003a5d, #0069A7);
	border-bottom: none;
	position: relative;
	z-index: 1000;
}

.header-toggle {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 40px;
	z-index: 1100;
}

.header-toggle::before {
	content: "\2630"; /* Unicode for ☰ */
	font-size: 24px; /* Adjust size as needed */
	color: white; /* Adjust color to match your design */
	display: inline-block;
	cursor: pointer;
}
.header-toggle:hover,
.header-toggle:focus {
	color: #fff !important;
}

.header-logo > h1 {
	margin: 0px;
	padding: 0px;
}

.header-logo-vuj > h1 {
	margin: 0px;
	padding: 0px;
}
.header-logo-col > h1 {
	margin: 0px;
	padding: 0px;
}

.header-logo a {
	background-image: url('/_resources/images/logos/Horizontalwhite%20VU%20Logo-435x143px.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 258px;
	color: #fff;
	display: block;
	padding: 60px 10px;
	height: 18px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.header-logo-vuj a {
	background-image: url('/_resources/images/logos/Jasperwhite.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 258px;
	color: #fff;
	display: block;
	padding: 60px 10px;
	height: 18px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.header-logo-col a {
	background-image: url('/_resources/images/logos/Columns-vu.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 258px;
	color: #fff;
	display: block;
	padding: 60px 10px;
	height: 18px;
	width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.header-logo a span,
.header-logo-vuj a span,
.header-logo-col a span,
.header-search,
.header-choices,
.header-toggle span, 
.header-search-toggle,
.header-search-toggle span {
	display: none;

}

.header-search-form {
	padding: 10px;
	position: relative;
}

.header-search-form input {
	color: #000;
	background-color: #fff;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #999;
	padding: 8px 40px 8px 10px;
	height: 45px;
	width: 100%;
	border-radius: 4px 0px 0px 4px !important;
	-moz-border-radius: 4px 0px 0px 4px !important;
	-webkit-border-radius: 4px 0px 0px 4px !important;
}

button.header-search-btn {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #efefef !important;
	border-radius: 0px 4px 4px 0px !important;
	-moz-border-radius: 0px 4px 4px 0px !important;
	-webkit-border-radius: 0px 4px 4px 0px !important;
	height: 45px;
	min-width: 45px;
	background-image: url('/_resources/css/icon-search.png');
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 30px 20px;
	/*border-left: 1px solid #ffd100;*/
	display: block;
	height: 80px;
	margin-top: -10px;
	width: 100px;
	order: 1;
}

.header-search-form .glyphicon-search {
	color: #999;
	font-size: 16px;
}

.header-choices {
	margin: 0;
	padding: 0px 10px;
	list-style-type: none;
	text-transform: uppercase;
}

.header-actions-and-audiences {
	border-bottom: 1px solid #ffd100;
	color: #fff !important;
	margin: 0px 4px 0px 4px;
	padding: 5px 0px;
	list-style: none;
	text-align:center;
}

.header-actions-and-audiences a {
	display: inline-block;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 0px;
	/*min-width: 44px;*/
	text-align:center;
}
.line1{
	display:none;
}

.header-actions-and-audiences a:hover{
	color:#FFB71B !important;
	font-weight:500;
}
.header-actions-and-audiences ul {
	display: inline;
	margin: 0;
	padding: 0;
}

.header-actions-and-audiences li strong {
	color: #FFD100 !important;
	padding-right: 4px;

}
.header-action {
	display:inline;
}

.header-actions-and-audiences li strong a:hover {
	color:#ffd100 !important;
}

.header-actions li ,
.header-audiences li {
	display: inline-block;
	padding-left: 0px;
	padding-right: 0px;	
}
.header-actions li:not(:last-child)::after,
.header-audiences li:not(:last-child)::after {
	content: ":"; /* the delimiter you want */
	padding-left: 0px; /* Adjust spacing as needed */
	padding-right: 0px; /* Adjust spacing as needed */	
}

.header-topics {
	margin: 0;
	padding: 4px;
	list-style: none;
	text-align: left;
}

.header-topics > li > a {
	border-bottom: 1px solid #ffd100;
	display: block;
	color: #fff !important;
	padding: 10px 0px;

}

.header-topics > li > a {
	text-decoration: none;
}

.header-topics > li > a > span {
	float: right;
	margin-right: 10px;
}

.header-topics > li:last-child > a {
	/* 	border-bottom: none; */
}

.header-dropdown {
	border-bottom: 1px solid #ffd100;
	display: none;
	background-color: #062A47;
	margin: 0;
	padding: 0;
}

.header-dropdown-photo {
	display: none;
}

.header-dropdown-title {
	display: none;
}

.header-dropdown-buttons,
.header-dropdown-links {
	margin: 0;
	padding: 10px;
	color:#ffd100 !important;
}

.header-dropdown-buttons {
	padding-bottom: 0px;
}

.header-dropdown-buttons li,
.header-dropdown-links li {
	list-style: none;
	color:#ffd100 !important;
}

.header-dropdown-buttons li a:hover{
	color:#ffd100 !important;
}

.header-dropdown-links li a.header-dropdown-link {
	border-bottom: 0px;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	padding: 0 0 4px 0;
	color:#ffd100 !important;
}

.header-dropdown-links li a.header-dropdown-link:hover {
	color:#fff !important;
}

.header-dropdown-buttons li a.navy2:hover {
	color:#ffd100 !important;
}

.header-dropdown-buttons li a.gold2:hover {
	color:#ffd100 !important;
}

.vux{	
	border: 2px solid #EE7623;
	margin-left:10px;
	padding: 0px;
}
.vux:hover {
	background-color: #ffd100;
	border: 2px solid #ffd100;
}

/* Post Header Div (Provides space for fixed header above) */

#post-header {
	position: relative;
	z-index: 20;
}
.mobileview{
	display: inline-block;
}


/* Homepage hero */

#post-header {
	height: 0px;
}
.homepage-hero {
	background-color: #333;
	background-position: center center;
	background-size: cover;
	height: 450px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
.homepage-hero-video-bg {
	display: none;
}
.homepage-hero-txt-and-button {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 10;
	animation: fadein 1s;
}

.homepage-hero-txt-img {
	display: block;
	margin-top: 0px;
	max-height: 160px;
	max-width: 90%;
}

.hompeage-hero-btn {
	border-radius: 4px;
	margin: 0;
	padding: 0;
}

.homepage-hero-btn a {
	display: inline-block;
	border: 1px solid rgba(255,255,255,0.9);
	border-radius: 8px;
	padding: 1px;
}

.homepage-hero-btn a strong {
	background-color: rgba(255,255,255,0.9);
	border-radius: 6px;
	color: #000;
	display: inline-block;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 16px;
	margin-top: 0px;
	padding: 10px 16px;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 260px;
}

.homepage-hero-btn a strong:hover {
	color: #fff;
	background-color: rgba(246,139,31,0.9);
}

.homepage-hero-overlay {
	text-align: center;
	margin-bottom: 1em;
}

.homepage-hero-overlay img {
	border-radius: 6px;
	width: 50vw;
	max-width: 600px;
	min-width: 320px;
}
.homepage-hero-actions {
	position: absolute;
	bottom: -80px;
	left: 0;
	right: 0;
	display: block;
}

.homepage-hero-actions-angle {
	display: block;
	width: 100%;
	height: auto;
	max-height: 40px;
}

.homepage-hero-actions-angle polygon {
	fill: #f68b1f;
}

.homepage-hero-action-links {
	background-color:#003a5d;
	color:#fff;
	height: 80px;
}

.homepage-hero-action-links ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 80px;
}

.homepage-hero-action-links ul li {
	display: block;
	text-align: center;
}

.homepage-hero-action-links ul li.action-link:nth-child(1) { flex: 1 1 33%; }
.homepage-hero-action-links ul li.action-link:nth-child(2) { flex: 1 1 33%; }
.homepage-hero-action-links ul li.action-link:nth-child(3) { flex: 1 1 33%; }
.homepage-hero-action-links ul li.action-link:nth-child(4) { flex: 1 1 50%; }
.homepage-hero-action-links ul li.action-link:nth-child(5) { flex: 1 1 50%; }

.homepage-hero-action-links ul li strong {
	display: block;
	text-align: center;
}

.homepage-hero-action-links ul li strong a {
	color: #fff !important;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-right: 2px solid #aaa;
}
.homepage-hero-action-links ul li strong a:hover {
	color: #ffd100 !important;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border-right: 2px solid #aaa;
}


.homepage-hero-action-links ul li:last-child strong a, 
.homepage-hero-action-links ul li.action-link:last-child strong a {
	border-right: none;
}



/* Slightly wider than the smallest phone (350px and up) */
@media (min-width: 350px) {

}

/* Between Extra-small and Small devices (phones, 600px and up) */
@media (min-width: 600px) {

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.homepage-hero {
		height: 600px;
		background-image: none;
	}

	.homepage-hero-video-bg {
		display: block;
		width: 100%;
		height: 100%;
	}

	.homepage-hero-video-bg video {	
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.homepage-hero-action-links ul {
		flex-wrap: inherit;
	}

	.homepage-hero-txt-img {
		max-height: 180px;
	}

	.homepage-hero-overlay {
		text-align: right;
		margin-bottom: 1em;
		margin-right: 1em;
	}

	.homepage-hero-action-links ul li.action-link { flex: 1 1 auto; }

	.homepage-hero-action-links ul li strong a {
		font-size: 20px;
	}

	.homepage-hero-action-links ul li:last-child strong a {
		border-right: 2px solid #aaa;
	}
}
@media (max-width: 1654px) and (min-width: 1443px){
	.header-search{
		width: 250px !important;
	}
	.header-action a{
		font-size: 1rem !important;
	}
	.header-topics > li > a {
		font-size: 1rem !important;
	}
}
@media (max-width: 1442px) and (min-width: 1267px){
	.header-search{
		width: 200px !important;
	}
	.header-action a{
		font-size: 1rem !important;
	}
	.header-topics > li > a {
		font-size: 1rem !important;
	}
	.header-logo{
		background-size: 150px 100px;
	}
}

@media (min-width: 1150px) and (max-width: 1266px){
	.header-search{
		width: 200px !important;
	}
	.header-logo{
		width: 170px !important;
	}
	.header-logo a{
		background-size: 140px 100px !important;
		width: 190px !important;
	}
	.header-action a{
		font-size: 1rem !important;
	}
	.header-topics > li > a {
		font-size: 0.9rem !important;
	}
}
/* Medium devices (desktops, 1024px and up) */
@media (min-width: 1149px) {
	.homepage-hero {
		height: calc(70vh - 105px);
		min-height: 600px;
		background-position: center center;
		background-repeat: no-repeat;
	}


	.homepage-hero-txt-img {
		max-width: 50%;
		max-width: inherit;
		max-height: 25vh;
	}

	.homepage-hero-btn a strong {
		font-size: 18px;
		line-height: 20px;
		padding: 12px 16px;
		max-width: 320px;
	}

	.homepage-hero-actions {
		bottom: 0;
	}

	.homepage-hero-action-links {
		background: #003a5d;
		height: 80px;
	}

	.homepage-hero-action-links ul {
		height: 80px;
	}

	.homepage-hero-action-links ul li {
		flex: 1 1 0;
	}

	.homepage-hero-action-links ul li strong {
		padding-top: 0;
	}

	.homepage-hero-action-links ul li strong a {
		font-size: 24px;		
	}

	.homepage-hero-actions {
		position: absolute;
		bottom: -80px;
		left: 0;
		right: 0;
		display: block;
	}

	.homepage-hero-actions-angle {
		display: block;
		width: 100%;
		height: auto;
		max-height: 40px;
	}

	.homepage-hero-actions-angle polygon {
		fill: #f68b1f;
	}

	.homepage-hero-action-links {
		background-color: #003a5d;
		height: 80px;
	}

	.homepage-hero-action-links ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 80px;
	}

	.homepage-hero-action-links ul li {
		display: block;
		text-align: center;
	}

	.homepage-hero-action-links ul li.action-link:nth-child(1) { flex: 1 1 20%; }
	.homepage-hero-action-links ul li.action-link:nth-child(2) { flex: 1 1 20%; }
	.homepage-hero-action-links ul li.action-link:nth-child(3) { flex: 1 1 20%; }
	.homepage-hero-action-links ul li.action-link:nth-child(4) { flex: 1 1 20%; }
	.homepage-hero-action-links ul li.action-link:nth-child(5) { flex: 1 1 20%; }

	.homepage-hero-action-links ul li strong {
		display: block;
		text-align: center;
	}

	.homepage-hero-action-links ul li strong a {
		color: #fff !important;
		display: block;
		text-decoration: none;
		font-size: 16px;
		font-weight: 700;
		text-align: center;
		border-right: 2px solid #aaa;
	}

	.homepage-hero-action-links ul li:last-child strong a, 
	.homepage-hero-action-links ul li.action-link:last-child strong a {
		border-right: none;
	}
	/* Test Site Alert */
	.test-site-alert {
		position: fixed;
		z-index: 100000;
	}

	/* Main Header */
	.header-main {
		background-image: linear-gradient(#003a5d, #0069A7);
		/*background: rgba(0, 58, 93, 0.6); 
		background: linear-gradient(to bottom, #003a5d 0%, #003a5d 50px, rgba( 0, 58, 93, 0.6) 50px, rgba(0, 58, 93, 0.6) 100%);*/
		height: auto !important;
		position: relative;
		display: flex;
		align-items: flex-end;
	}

	.header-search{
		display: block !important;
	}
	.header-choices{
		display: block !important;
		text-transform: uppercase;
	}

	.header-logo {
		width: 220px;
		height: 130px;
		order: 0;
		margin:auto;
	}

	.header-logo-vuj {
		width: 220px;
		height: 130px;
		order: 0;
		margin:auto;
	}

	.header-logo a {
		display: block;
		background-image: url(https://www.vinu.edu/_resources/images/logos/hero-logo.svg);
		background-size: 200px 100px;
		width: 220px;
		background-repeat: no-repeat;
		background-position: 30px center;
	}

	.header-logo-vuj a {
		display: block;
		background-image: url(https://www.vinu.edu/_resources/images/logos/hero-logoJasper.svg);
		background-size: 200px 100px;
		width: 220px;
		background-repeat: no-repeat;
		background-position: 30px center;

	}

	.header-search {
		display: flex;
		width: 300px;
		height: 60px;
		order: 2;
		text-align: center;
		vertical-align: middle;
		margin:auto;
	}

	.header-search-form {
		/*display: none;*/
	}

	.header-search-form .input-group-btn {
		display: none;
	}
	/* Hide the hamburger menu on larger screens */
	.header-toggle {
		display: none; /* Hide by default */
	}
	.header-search.active .header-search-form {
		display: block;
		margin: 0;
		padding: 0;
		order: 0;
		flex-grow: 1;
	}

	.header-search.active div.input-group {
		width: 100%;
	}

	.header-search.active #header-search-field {
		border-radius: 4px 4px 4px 4px !important;
		display: inline-block;
		font-size: 16px;
		font-weight: bold;
		width: 400px;
		height: 50px;
		margin-top: 40px;
		margin-bottom: 40px;
		margin-left: 100px;
	}

	.header-search.active .header-search-toggle {
		display: block;
		background-image: url('/_resources/icon-search-close.png');
		border-left: none;
		order: 1;
		margin-top: 0px;
		width: 100px;
		height: 130px;
	}

	.header-choices {
		display: block;
		margin-right: 20px;
		order: 1;
		flex-grow: 1;
		text-align: left;
		width:50%;
		text-transform: uppercase;
	}

	.header-actions-and-audiences {
		border-bottom: none;
		margin: 0 0 0px 0;
		padding: 0;
		animation: beam 2s linear infinite;

	}
	.line1{
		position: absolute;
		left: 0;
		height: 2px;
		background: #ffd100;
		animation: lineH 6s 3s infinite linear;
	}

	.header-actions-and-audiences li {
		display: inline-block;
	}

	.header-actions-and-audiences li a {
		color: #ddd;
		display: inline-block;
		/* 		font-size: calc(12px + 2 * ((100vw - 768px) / 512)); */
		font-weight: 400;
		text-decoration: none;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 12px;
		padding-bottom: 12px;
		min-width: 44px;
	}

	.header-actions-and-audiences li strong {
		display: none;
	}
	.header-action {
		display:none;
	}

	.header-actions,
	.header-audiences {
		font-size: 90%;
	}

	.header-action.last {
		padding-right: 22px;
		border-right: 1px solid #ffd100;
	}

	.header-audience.first {
		padding-left: 16px;
	}

	.header-topics {
		color: #fff !important;
		margin: 0;
		padding: 0;
		list-style: none;
		border-top:#ffd100 solid 1px;
		text-align:center;
	}

	.header-topics > li {
		display: inline-block;
	}

	.header-topics > li > a {
		color: #fff !important;
		display: inline-block;
		margin-right: -4px;
		font-size: 90%;
		font-weight: 500;
		text-decoration: none;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 12px;
		border-bottom: 14px solid transparent;
	}

	.header-topics > li > a:hover {
		color:#ffd100;
		padding-bottom: 12px;
		border-bottom: 14px solid #ffd100;
	}

	.header-topics > li > a:focus {
		padding-bottom: 12px;
		border-bottom: 14px solid #ffd100;
	}

	.header-topics > li > a.focused {
		padding-bottom: 12px;
		border-bottom: 14px solid #ffd100;
	}

	.header-dropdown {
		display: none;
		background-color: #F0F9FC;
		border-top: 10px solid #ffd100;
		margin: 0;
		padding: 30px 0;
		list-style: none;
		position: absolute;
		text-align: left;
		left: 0;
		right: 0;
	}

	.header-dropdown-container {
		width: 940px;
		margin-left: auto;
		margin-right: auto;
	}

	.header-dropdown-photo {
		border-radius: 4px 4px 4px 4px;
		display: block;
		float: left;
		width: 290px;
		height: 175px;
		margin-right: 30px;

		border: 1px solid darkgrey;
		background-color: white;
		padding: 5px 30px 5px 10px;
		box-shadow: 5px 10px 10px darkgrey;
	}


	.header-dropdown-title {
		border-bottom: 1px solid #ffd100;
		color: #003a5d;
		display: block;
		font-size: 140%;
		font-weight: 700;
		margin-left: 280px;
		margin-bottom: 10px;
		margin-top: 0px;
		padding: 0;
	}

	.header-dropdown-lists {
		display: grid;
		grid-template-columns: 75% 25%;
	}

	.header-dropdown-buttons {
		margin: 0;
		order: 2;
		padding: 0;
		columns: 1;
		-webkit-columns: 1;
	}

	.header-dropdown-buttons li a {
		background-color: #ee7623;
		background-image: linear-gradient(to bottom right,#FFB716 49.5%, #ffd100 50%);
		background-position: bottom right;
		background-size: 200% 200%;
		border-top: 1px solid #ee7623;
		border-left: 1px solid #ee7623;
		border-right: 1px solid #AA004F;
		border-bottom: 2px solid #AA004F;
		text-shadow: 1px 1px #f1b06f;
		transition: background-position 0.2s;
		border-radius: 5px;
		color: #111 !important;
		font-family: "Industry", Arial, Helvetica, sans-serif;
		word-wrap: break-word;
		font-size: 105%;
		font-weight: 400 !important;
		line-height: 1.2em;
		padding: 12px 20px 12px 20px;
		text-transform: uppercase;
		white-space: normal;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		cursor: pointer;
		user-select: none;
		display: block;
		margin-bottom: 0.5em;
	}

	.header-dropdown-buttons li a.navy2 {
		color: #fff !important;
		background-color: #003a5d;
		background-image: linear-gradient(to bottom right, #0069A7 49.5%, #003a5d 50%);
		background-position: bottom right;
		background-size: 200% 200%;
		border-top: 1px solid #97D700;
		border-left: 1px solid #97D700;
		border-right: 1px solid #1e0f33;
		border-bottom: 2px solid #1e0f33;
		text-shadow: none;
		transition: background-position 0.2s;
	}

	.header-dropdown-buttons li a:hover,
	.header-dropdown-buttons li a:focus {
		background-position: top left;
		color:#fff !important;
	}

	.header-dropdown-buttons li a:active {
		background-color: #ffd100;
	}

	.header-dropdown-buttons li a.navy2:active {
		background-color: #003a5d;
		color:#fff !important;
	}

	.header-dropdown-links {
		margin: 0;
		order: 1;
		padding: 0;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		color:#ffd100 !important;
	}

	.header-dropdown-buttons li,
	.header-dropdown-links li {
		margin: 0;
		padding: 0;
		color:#003a5d !important;
	}

	.header-dropdown-links li a {
		border-bottom: 0px;
		color: #000;
		font-weight: 400;
		text-decoration: none;
		margin: 0;
		padding: 0 0 4px 0;
		text-shadow: 1px 1px 1px #ffffff;
		color:#003a5d !important;
	}

	.header-dropdown-buttons li a:hover{
		color:#003a5d !important;
	}

	.header-dropdown-links li a.header-dropdown-link {
		border-bottom: 0px;
		color: #000;
		font-weight: 400;
		text-decoration: none;
		margin: 0;
		padding: 0 0 4px 0;
		text-shadow: 1px 1px 1px #ffffff;
		color:#003a5d !important;
	}

	.header-dropdown-links li a.header-dropdown-link:hover {
		color:#0069A7 !important;
		font-weight:600;
	}

	.header-dropdown-buttons li a.gold2:hover {
		color:#ffd100 !important;
	}

	.header-dropdown-buttons li a.navy2:hover {
		color:#ffd100 !important;

	}

	/*.header-dropdown-links li a:hover {
	text-decoration: underline;
	color:#003a5d !important;
} */
	.mobileview{
		display: none;
	}
	/* Page Specific Header */
	.sub-header {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.sub-header-text {
		padding-top: 20px;
	}

	.sub-header-text.col-xs-12 {
		padding-top: 20px;
	}

	/* Area Navbar */
	.area-nav {
		background-color: #003a5d;
		background-image: none;
	}

	.area-nav-list {
		background-color: inherit;
		display: block;
		list-style-type: none;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.area-nav-list > li {
		display: inline-block;
		position: relative;
	}

	.area-nav-list > li a:hover,
	.area-nav-list > li a:focus {
		background-color: #654996;
		color: #fff;
	}

	.area-nav-list > li.selected a:hover,
	.area-nav-list > li.selected a:focus {
		background-color: #fff;
		color: #000;
	}

	.area-nav-list > li > a {
		display: inline-block;
		font-family: "Industry", Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-size: 100%;
		margin-top: 1px;
		margin-bottom: 1px;
		padding: 4px 12px;
		position: relative;
		-webkit-transition: background-color 200ms ease;
		-moz-transition: background-color 200ms ease;
		-o-transition: background-color 200ms ease;
		transition: background-color 200ms ease;
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	.area-nav-list > li > ul {
		background-color: #fff;
		border: 1px solid #ccc;
		color: #222;
		left: 0;
		margin: 0;
		width: 260px;
		min-width: 100%;
		padding: 0;
		position: absolute;
		z-index: 500;
		-webkit-box-shadow: 0px 6px 20px -2px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 6px 20px -2px rgba(0,0,0,0.75);
		box-shadow: 0px 6px 20px -2px rgba(0,0,0,0.75);
	}

	.area-nav-list > li > ul.edge {
		left: inherit;
		right: 0px;
	}

	.area-nav-list > li > ul > li > a {
		background-color: #fff;
		border-bottom: 1px solid #ddd;
		border-radius: 0px;
		color: #222;
		font-size: 90%;
		margin: 0;
		padding: 5px 10px;
		text-align: left;
	}

	.area-nav-list > li > ul > li > a:hover {
		background-color: #eee;
	}

}



/* Google Translate Text Color override */
.goog-logo-link {
	color: #666 !important;
}

.nav-pills > li.active > a {
	background-color: #298fc2;
}

.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	background-color: #34657f;
}
@media (min-width: 1025px) {
	.header-dropdown-buttons li a.gold2:hover {
		color:#003a5d !important;
	}

	.header-dropdown-buttons li a.navy2:hover {
		color:#fff !important;

	}
}
@media (max-width: 1023px) {
	.header-dropdown-buttons li a.gold2:hover {
		color:#ffd100 !important;
	}

	.header-dropdown-buttons li a.navy2:hover {
		color:#ffd100 !important;

	}
}
@media (max-width: 1023px) {
	.header-dropdown-buttons li a.gold2,
	.header-dropdown-buttons li a.navy2 {
		color: #fff !important;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	/* Global Header */
	.header-logo {
		width: 220px;		
	}
	.header-logo-vuj {
		width: 220px;		
	}

	.header-logo a {
		background-image: url('https://www.vinu.edu/_resources/images/logos/hero-logo.svg');
		background-size: 200px 100px;
		width: 220px;
	}

	.header-logo-jasper a {
		background-image: url('https://www.vinu.edu/_resources/images/logos/jasper-hero-logo.svg'); /*need to make this image */
		background-size: 200px 100px;
		width: 220px;
	}
	.header-logo-columns a {
		background-image: url('https://www.vinu.edu/_resources/images/logos/Columns-vu.png'); /*need to make this image */
		background-size: 200px 100px;
		width: 220px;
	}


	.header-search.active {
		width: 700px;
	}

	.header-search.active #header-search-field {
		width: 500px;
	}

	.header-actions-and-audiences li a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.header-action {
		display:none;
	}

	.header-topics > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.header-dropdown-container {
		width: 1120px;
	}

	.header-academics .header-dropdown-links {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
		color:#003a5d !important;
	}

	.header-studentlife .header-dropdown-links {
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
		color:#003a5d !important;
	}

	/* Page Specific Header */
	.sub-header-text h1 {
		font-size: 2.8em;
	}

	.sub-header-text p {
		font-size: 110%;
		line-height: 1.5;
	}
	.header-main {
		background-image: linear-gradient(#003a5d, #0069A7);
		height: 200px;
		position: relative;
		display: flex;
		align-items: flex-end;
	}

	.header-dropdown {
		display: none;
		background-color: #F0F9FC;
		border-top: 10px solid #ffd100;
		margin: 0;
		padding: 30px 0;
		list-style: none;
		position: absolute;
		text-align: left;
		top: 130px;
		left: 0;
		right: 0;
	}
}

/* Between Large and Extra Large devices (almost extra large desktops, 1400px and up) */
@media (min-width: 1400px) {
	.header-actions-and-audiences li a {
		padding-left: 14px;
		padding-right: 14px;
	}

	.header-topics > li > a {
		font-size: 1em;
		line-height: 1.5;
		padding-left: 6px;
		padding-right: 6px;
	}

	.header-dropdown-container {
		width: 1300px;
	}

	/* People Small Grid Size */
	.people.small .person {
		/* Uncomment this to get three columns */
		/* width: 31%; */
	}
}

/* Extra large devices (extra large desktops, 1600px and up) */
@media (min-width: 1600px) {
	.header-actions-and-audiences li a {
		padding-left: 14px;
		padding-right: 14px;
	}

	.header-actions,
	.header-audiences {
		font-size: 1em;
	}

	.header-topics > li > a {
		font-size: 100%;
		padding-left: 14px;
		padding-right: 14px;
	}

	/*Main Site Header */
	.header-main {
		background-color: #003a5d;
		/*background: rgba(0, 58, 93, 0.6); 
		background: linear-gradient(to bottom, #003a5d 0%, #003a5d 50px, rgba( 0, 58, 93, 0.6) 50px, rgba(0, 58, 93, 0.6) 100%);*/
		height: 130px;
		position: relative;
		display: flex;
		align-items: flex-end;

	}
}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	background-color:#fff;
	color:#000;
}

@media (min-width: 992px) {
	.header-action.apply, .header-action.Visit, .header-action.visit, .header-action.explore, .header-action.request, .header-action.RequestInfo, .header-action.ExploreMajors, .header-action.give {
		display: none;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.header-search.active {
		width: 700px;
	}
}
@media (min-width: 992px) {
	.header-search.active {
		width: 600px;
		display: flex;
	}
}

.header-action a {
	color: #fff !important;
	font-size: 1.2rem;
	text-decoration: none;
}

.header-action a:hover {
	color: #ffd100 !important;
	font-size: 1.2rem;
	text-decoration: none;
}

.header-dropdown-link a {
	color:#003a5d !important;
}

/*#wrapper > header a:hover {
color: #ffd100 !important;
}*/

/* .header-dropdown-buttons li a:hover{
color:#003a5d !important;
}
.header-dropdown-link a {
color:#003a5d !important;
}
.header-dropdown-link a:hover {
color:#0069A7 !important;
}

.header-dropdown-buttons li a.navy:hover {
color:#fff !important;
}

.header-dropdown-buttons li a.gold:hover {
color:#003a5d !important;
} */

/*
.header-dropdown-links a:hover{
color: #000 !important;
}
.header-dropdown-buttons li a:hover{
color: #003a5d !important;
}

.header-dropdown-buttons li .navy a:hover{
color: #ffd100; !important;
}*/

.button-navy {        
	background-color: #003a5d;
	background-image: linear-gradient(to bottom right, #0069A7 49.5%, #003a5d 50%);
	background-position: bottom right;
	background-size: 200% 200%;
	border-top: 1px solid #97D700;
	border-left: 1px solid #97D700;
	border-right: 1px solid #1e0f33;
	border-bottom: 2px solid #1e0f33;
	text-shadow: none;
	transition: background-position 0.2s;
	border-radius: 5px;
	color: #111 !important;
	font-family: "Industry", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	font-size: 105%;
	font-weight: 400 !important;
	line-height: 1.2em;
	padding: 12px 20px 12px 20px;
	text-transform: uppercase;
	white-space: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	display: block;
	margin-bottom: 0.5em;
	color: #fff !important;
}

.button-gold{
	background-color: #ee7623;
	background-image: linear-gradient(to bottom right, #FFB716 49.5%, #ffd100 50%);
	background-position: bottom right;
	background-size: 200% 200%;
	border-top: 1px solid #ee7623;
	border-left: 1px solid #ee7623;
	border-right: 1px solid #AA004F;
	border-bottom: 2px solid #AA004F;
	text-shadow: 1px 1px #f1b06f;
	transition: background-position 0.2s;
	border-radius: 5px;
	color: #111 !important;
	font-family: "Industry", Arial, Helvetica, sans-serif;
	word-wrap: break-word;
	font-size: 105%;
	font-weight: 400 !important;
	line-height: 1.2em;
	padding: 12px 20px 12px 20px;
	text-transform: uppercase;
	white-space: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	display: block;
	margin-bottom: 0.5em;
}

.button-gold:hover,
.button-gold:focus {
	background-position: top left;
}

.button-gold:active {
	background-color: #ffd100;
}

.button-navy:active {
	background-color: #003a5d;
}
/*#google_translate_element {
position: fixed;  /* Fixes the element to the top of the viewport */
/*  bottom: 0;          /* Positions the element at the bottom */
/*  right:0; /* Positions the element at the left */
/*  z-index: 1000; /* Ensures it stays on top of other content */
/*}*/

/* Logo Slider CSS */

.slider-container-logo {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.slider {
	display: flex;
	height: 100%;
	transition: transform 0.5s ease;
}

.slide {
	/* Base slide width - will be overridden by JS for responsiveness */
	min-width: 25%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	padding: 15px;
}

.logo {
	max-width: 100%;
	max-height: 90%;
	object-fit: contain;
}

.nav-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.7);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font-size: 18px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
	transition: background 0.3s ease;
}

@media (max-width: 768px) {
	.slider-container {
		height: 200px;
	}

	.nav-button {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.slider-container {
		width: 90vw;
		height: 150px;
	}

	.nav-button {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
}

.nav-button:hover {
	background: rgba(255, 255, 255, 0.9);
}

.nav-button:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.4);
}

.prev {
	left: 10px;
}

.next {
	right: 10px;
}

.homepage-hero-actions-update {
	display: flex;
	gap: 1rem;
	width: 100%;
	height: 100px;
}
.homepage-hero-action-update-links {
	width: 100%;
	background: #003a5d;
	height: auto;
}

.homepage-hero-action-update-links ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
	height: 100%;
}

.homepage-hero-action-update-links ul li {
	display: block;
	background-color: blue; /* For browsers that do not support gradients */
	background-image: linear-gradient(#003a5d, #0069A7);
	border-bottom: 2px solid white;
	min-height: 100px;
	text-align: center;
}

.homepage-hero-action-update-links ul li strong {
	display: block;
	height: 100%;
}

.homepage-hero-action-update-links ul li strong a {
	color: #fff !important;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-right: 2px solid #aaa;
	height: 100%;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1rem !important;
}

.homepage-hero-action-update-links ul li strong a:hover {
	color: #ffd100 !important;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	border-right: 2px solid #aaa;
	height: 100%;
}


.homepage-hero-action-update-links ul li:last-child strong a,
.homepage-hero-action-update-links ul li.action-update-link:last-child strong a {
	border-right: none;
}

@media (min-width: 1025px){
	.homepage-hero-action-update-links ul li{
		flex: 0 0 calc(100% / var(--button-count));
	}
}


@media (max-width: 1024px) and (min-width: 768px){
	.homepage-hero-actions-update {
		display: flex;
		gap: 1rem;
		width: 100%;
		height: 200px;
	}
	.homepage-hero-action-update-links {
		width: 100%;
		background: #003a5d;
		height: 100%;
	}
	.homepage-hero-action-update-links ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		height: 100%;
	}

	.homepage-hero-action-update-links ul li strong{
		height: 100%;
	}

	.homepage-hero-action-update-links ul li strong a{
		height: 100%;
		display: flex; 
		justify-content: center;
		align-items: center;
	}

	.homepage-hero-action-update-links ul li{
		height: 80px;
		display: block;
		background-color: blue; /* For browsers that do not support gradients */
		background-image: linear-gradient(#003a5d, #0069A7);
		border-bottom: 2px solid white;
	}

	/* For 3 buttons: show as 1 row of 3 */
	.button-count-3 li {
		width: 33.33%;
	}

	/* For 4 buttons: show as 2 rows of 2 */
	.button-count-4 li {
		width: 50%;
	}
	.button-count-5 li:nth-child(-n+3) {
		width: 33.33%;
	}

	/* Second row (last 2 buttons) should be 50% each */
	.button-count-5 li:nth-child(n+4) {
		width: 50%;
	}
	/* For 6 buttons: show as 2 rows of 3 */
	.button-count-6 li {
		width: 33.33%; !important;
	}
	.button-count-4 li:nth-child(2) strong a {
		border-right: none;
	}
	.button-count-4 li:nth-child(3) strong a {
		border-right: 2px solid #aaa;
	}
	.button-count-3 li:nth-child(3) strong a,
	.button-count-5 li:nth-child(3) strong a,
	.button-count-6 li:nth-child(3) strong a {
		border-right: none;
	}
}

@media (max-width: 767px){
	.homepage-hero-actions-update {
		height: 200px;
	}
	.homepage-hero-action-update-links ul li strong a{
		font-size: 1rem !important;	
	}
	/* For 3 buttons: show as 1 row of 3 */
	.button-count-3 li {
		width: 33.33%;
	}

	/* For 4 buttons: show as 2 rows of 2 */
	.button-count-4 li {
		width: 50%;
	}
	.button-count-5 li:nth-child(-n+3) {
		width: 33.33%;
	}

	/* Second row (last 2 buttons) should be 50% each */
	.button-count-5 li:nth-child(n+4) {
		width: 50%;
	}
	/* For 6 buttons: show as 2 rows of 3 */
	.button-count-6 li {
		width: 33.33%; !important;
	}
	.button-count-4 li:nth-child(2) strong a {
		border-right: none;
	}
	.button-count-4 li:nth-child(3) strong a {
		border-right: 2px solid #aaa;
	}
	.button-count-3 li:nth-child(3) strong a,
	.button-count-5 li:nth-child(3) strong a,
	.button-count-6 li:nth-child(3) strong a {
		border-right: none;
	}
}

@media (max-width: 500px){
	.homepage-hero-actions-update {
		height: 200px;
	}
	.homepage-hero-action-update-links ul li strong a{
		font-size: 0.7rem !important;	
	}
	/* For 3 buttons: show as 1 row of 3 */
	.button-count-3 li {
		width: 33.33%;
	}

	/* For 4 buttons: show as 2 rows of 2 */
	.button-count-4 li {
		width: 50%;
	}
	.button-count-5 li:nth-child(-n+3) {
		width: 33.33%;
	}

	/* Second row (last 2 buttons) should be 50% each */
	.button-count-5 li:nth-child(n+4) {
		width: 50%;
	}
	/* For 6 buttons: show as 2 rows of 3 */
	.button-count-6 li {
		width: 33.33%; !important;
	}
	.button-count-4 li:nth-child(2) strong a {
		border-right: none;
	}
	.button-count-4 li:nth-child(3) strong a {
		border-right: 2px solid #aaa;
	}
	.button-count-3 li:nth-child(3) strong a,
	.button-count-5 li:nth-child(3) strong a,
	.button-count-6 li:nth-child(3) strong a {
		border-right: none;
	}
}

@media (max-width: 768px) { /* Adjust the breakpoint as needed */
	.d-flex.justify-content-center.align-items-stretch {
		flex-direction: column;
		align-items: center; /* Optional: Center items horizontally */
		justify-content: center; /* Optional: Center items vertically (if there's extra space) */
	}

	/* You might also need to adjust the width of the inner divs if they were taking up 50% width in the row layout */
	.d-flex.justify-content-center.align-items-stretch > div {
		width: 100%; /* Make each div take full width on mobile */
	}
}
@media (max-width: 768px) { /* Adjust the breakpoint as needed */
	.d-flex.justify-content-around.align-items-stretch {
		flex-direction: column;
		align-items: center; /* Optional: Center items horizontally */
	}
	.d-flex.justify-content-around.align-items-stretch > div {
		width: 100%; /* Make each div take full width on mobile */
	}
}

/* Base container styles */
.vu-container {
	max-width: 90vw;
	margin: 0 auto;
	padding: 0 20px;
}

/* Header styles */
.vu-content-header {
	background-color: var(--vu-primary);
	color: white;
	padding: 20px 0;
	text-align: center;
	border-bottom: 5px solid var(--vu-accent);
	margin-top: 0px;
}

.vu-header-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Typography styles */
.vu-heading-1 {
	font-size: 2.5rem;
	margin-bottom: 10px;
}

.vu-heading-2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
	font-weight: 400;
}

.vu-heading-3 {
	color: var(--vu-primary);
	font-size: 1.5rem;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--vu-accent);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.vu-heading-3 i {
	margin-right: 10px;
	color: var(--vu-accent);
}

.vu-heading-4 {
	margin-top: 30px;
	margin-bottom: 10px;
	color: var(--vu-primary);
}

/* Main content area */
.vu-main-content {
	padding: 40px 0;
}

/* Tab navigation */
.vu-tab-container {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--vu-border);
}

.vu-tab {
	padding: 15px 60px;
	background-color: #B9E4FD40;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	margin-right: 10px;
	font-weight: bold;
}

.vu-tab.vu-active {
	background-color: var(--vu-primary);
	color: white;
}

.vu-tab-content {
	display: none;
}

.vu-tab:hover{
	background-color: var(--vu-primary);
	color: white;
}

.vu-tab-content.vu-active {
	display: block;
}

/* Content sections */
.vu-info-section {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	padding: 30px;
	margin-bottom: 30px;
}

/* Date and time blocks */
.vu-date-time {
	background-color: #fafafa;
	padding: 15px;
	border-radius: 5px;
	border-left: 4px solid var(--vu-secondary);
}

.vu-date-time strong {
	color: var(--vu-primary);
	display: inline-block;
	width: 300px;
}

/* Notice blocks */
.vu-important-notice {
	background: #003A5D;
	background: linear-gradient(90deg, rgba(0, 58, 93, 1) 0%, rgba(0, 105, 167, 1) 100%);
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 5px;
	display: flex;
	align-items: center;
}

/* List styles */
/* Improved Registration Requirements Card */
.vu-requirements-card {
	margin-bottom: 25px;
}

.vu-requirement-category {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold !important;
	color: var(--vu-primary);
	padding-bottom: 5px;
	border-bottom: 1px solid #e0e0e0;
}

.vu-requirements-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 15px;
}

.vu-requirement-item {
	background-color: #FAFAFA;
	border-left: 4px solid #0069a7;
	padding: 12px 15px;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.vu-requirement-item:hover {
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.vu-requirement-scores {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.vu-requirement-score {
	background-color: #e9ecef;
	padding: 4px 8px;
	border-radius: 3px;
	font-size: 0.9rem;
}
.vu-list {
	padding-left: 20px;
	margin-bottom: 5px;
}

.vu-list-item {
	margin-bottom: 10px;
}

/* Link styles */
.vu-link {
	color: var(--vu-secondary) !important;
	text-decoration: none;
}

.vu-link-transfer {
	color: white !important;
	text-decoration: none;
}
.vu-link:hover {
	text-decoration: underline;
}
.vu-link-transfer:hover {
	color: #ffd100 !important;
	text-decoration: underline;
}

/* Text styles */

.card-horizontal-text {
	font-family:Roboto, Arial, Helvetica, sans-serif;
}

.card-vertical-text {
	font-family:Roboto, Arial, Helvetica, sans-serif;
}

.card-vertical-half-text {
	font-family:Roboto, Arial, Helvetica, sans-serif;
}

/* Venue information */
.vu-venue-info {
	display: flex;
	margin-top: 20px;
}

.vu-venue-details {
	flex: 1;
}

/* Responsive Tabs */
@media screen and (max-width: 1285px) {
	.vu-tab-container {
		flex-direction: column;
		border-bottom: none;
	}

	.vu-tab {
		margin-right: 0;
		margin-bottom: 5px;
		border-radius: 5px;
		text-align: center;
	}

	.vu-tab.vu-active {
		border-bottom: none;
	}

	.vu-info-section {
		padding: 20px 15px;
	}

	.vu-requirements-list {
		grid-template-columns: 1fr;
	}
}

/* For very small screens */
@media screen and (max-width: 480px) {
	.vu-heading-2 {
		font-size: 1.5rem;
	}

	.vu-heading-3 {
		font-size: 1.3rem;
	}

	.vu-tab {
		padding: 12px 15px;
		font-size: 0.9rem;
	}

	.vu-important-notice {
		padding: 10px;
	}
}

/* Admission Page styles */

/* Polaroid Image Styles */
.vu-polaroid {
	background-color: white;
	padding: 15px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow for better contrast */
	border-radius: 8px;
	max-width: 400px;
	width: 100%;
	height: 400px;
	margin: 20px auto;
	transition: transform 0.3s ease;
	border: 1px solid #ddd; /* Light gray border for definition */
}

.vu-polaroid:hover {
	transform: scale(1.05);
}

.vu-polaroid-image {
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 4px;
}

.vu-polaroid-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 4px;
}

.vu-polaroid-caption {
	text-align: center;
	padding: 10px 0;
	color: var(--vu-primary);
	font-size: 0.9rem;
}

/* Responsive Adjustments */
@media screen and (min-width: 1101px) {
	.vu-info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.vu-info-section-content {
		flex: 1;
	}

	.vu-polaroid {
		flex: 0 0 300px;
		margin: 0;
		background-color: white;
		padding: 15px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Stronger shadow for better contrast */
		border-radius: 8px;
		max-width: 400px;
		width: 100%;
		height: 220px;
		margin: 20px auto;
		transition: transform 0.3s ease;
		border: 1px solid #ddd; /* Light gray border for definition */
	}
}

@media screen and (max-width: 1100px) {
	.vu-info-section {
		flex-direction: column;
	}

	.vu-polaroid {
		display: none;
	}
}

.gold{
	font-size: 2rem;
	font-weight: bold !important;
	color: #FFD100; 
	display: inline;
	margin-bottom: 10px;
	text-shadow: #003A5D 2px 0 2px;
}

/* basic-hero */
.basicpage-hero{
	background-color:#003a5d; 
	background-size: cover; 
	opacity: 1;
	height: 75vh;
	overflow: hidden;
}


.hero-w-video-container video {
	display: none; /* Prevent extra space below the video */
	width: 100vw;     /* Make the video fill the container */
	height: auto;    /* Maintain video aspect ratio */
}
.video-overlay-text {
	position: absolute; /* Position the text absolutely within the container */
	top: 50%;         /* Center vertically */
	left: 50%;        /* Center horizontally */
	transform: translate(-50%, -50%); /* Adjust for the text element's size */
	color: white;      /* Example text color */
	text-align: center; /* Center the text horizontally */
	z-index: 10;       /* Ensure the text is on top of the video */
	/* Add any other styling you want (font-size, background, etc.) */
}

.hero-video-btn-container > * {
	margin: 0.5rem;
}
.hero-image-btn-container > * {
	margin: 0.5rem;
}
.hero-image-title {
	margin:auto;
	flex-grow: 1;
	padding-bottom: 20px !important;
}
.hero-image-btn-container {
	width: fit-content;
	display: flex;
	flex-direction: column;
	transform: scale(1);
	margin:auto;
}

div#wrapper h1, div#wrapper h1 > div, div.modal-content-container h1, div.modal-content-container h1 > div {
	font-size: 1.8rem !important;
	font-weight: 700;
}

@media (max-width: 768px){
	.basicpage-hero{
		height: 300px
	}
}

@media screen and (min-width: 768px) {
	.hero-video-title {
		position: absolute; /* Position the text absolutely within the container */
		top: 50%;         /* Center vertically */
		left: 50%;        /* Center horizontally */
		transform: translate(-50%, -50%); /* Adjust for the text element's size */
		color: white;      /* Example text color */
		text-align: center; /* Center the text horizontally */
		z-index: 10;       /* Ensure the text is on top of the video */
	}
	.hero-video-btn-container {
		width: fit-content;
		display: flex;
		flex-direction: column;
		transform: scale(1);
		margin: auto;
	}
	.hero-w-video-container video {
		display: block; /* Prevent extra space below the video */
		width: 100vw;     /* Make the video fill the container */
		height: auto;    /* Maintain video aspect ratio */
	}
}


@media screen and (min-width: 768px) {
	div#wrapper h1, div#wrapper h1 > div, div.modal-content-container h1, div.modal-content-container h1 > div {
		font-size: 2.8rem !important;
		font-weight: 700;
	}

	.hero-image-title {
		margin-top: 15%;
		flex-grow: 1;
		padding-bottom: 20px !important;
	}
	.hero-image-btn-container {
		width: fit-content;
		display: flex;
		flex-direction: column;
		transform: scale(1);
		margin:auto;

	}
}

@media screen and (min-width: 1025px) {
	.hero-video-title {
		position: absolute; /* Position the text absolutely within the container */
		top: 50%;         /* Center vertically */
		left: 50%;        /* Center horizontally */
		transform: translate(-50%, -50%); /* Adjust for the text element's size */
		color: white;      /* Example text color */
		text-align: center; /* Center the text horizontally */
		z-index: 10;       /* Ensure the text is on top of the video */

	}
	.hero-video-btn-container {
		position: absolute; /* Position the text absolutely within the container */
		top: 20%;         /* Center vertically */
		left: 70%;
		width: fit-content;
		display: flex;
		flex-direction: column;
		transform: scale(1);       
		transform: translate(-20%, -0%);
	}
}

	@media screen and (min-width: 1025px) {
		div#wrapper h1, div#wrapper h1 > div, div.modal-content-container h1, div.modal-content-container h1 > div {
			font-size: 3.8rem !important;
			font-weight: 700;
		}

		.hero-image-title {
			margin-top: 15%;
			flex-grow: 1;
			padding-bottom: 20px !important;
		}

		.hero-image-btn-container {
			width: fit-content;
			display: flex;
			flex-direction: column;
			transform: scale(1);
			margin-top: 5%;
			margin-right:5%
		}

	}

	.cost-container {
		width: 100%;
	}

	.cost-table {
		width: 100%;
		border-collapse: collapse;
		background: white;
		box-shadow: 0 2px 8px rgba(0,0,0,0.1);
		margin-bottom: 30px;
	}

	.cost-table thead {
		background: linear-gradient(180deg, rgba(0, 58, 93, 1) 0%, rgba(0, 105, 167, 1) 100%);
		color: #ffd100;
	}

	.cost-table th {
		padding: 12px 15px;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
	}

	.cost-table td {
		padding: 12px 15px;
		border-bottom: 1px solid #eee;
		font-size: 15px;
		text-align: center;
	}

	.cost-table tbody tr:nth-child(odd) {
		background-color: #f9f9f9;
	}

	.mobile-heading-tables {
		display: none;
	}


	/* Mobile responsive styles */
	@media screen and (max-width: 992px) {
		.mobile-heading-tables{
			display: block;
		}

		/* Hide the header */
		.cost-table thead {
			display: none;
		}

		/* Make each table row a card */
		.cost-table tbody tr {
			display: block;
			margin-bottom: 20px;
			box-shadow: 0 2px 8px rgba(0,0,0,0.1);
			background: white !important;
		}

		/* Style each cell as a row within the card */
		.cost-table td {
			display: flex;
			justify-content: space-between;
			padding: 10px 15px;
			border-bottom: 1px solid #eee;
			text-align: right;
		}

		/* First cell (day) becomes the card header */
		.cost-table td:first-child {
			background: linear-gradient(180deg, rgba(0, 58, 93, 1) 0%, rgba(0, 105, 167, 1) 100%);
			color: #ffd100;
			font-weight: bold;
			font-size: 16px;
			justify-content: center;
			text-align: center;
			padding: 12px 15px;
		}

		/* Alternate row colors for cards */
		.cost-table tbody tr:nth-child(odd) {
			background-color: white;
		}

		.cost-table tbody tr:nth-child(odd) td:not(:first-child):nth-child(odd) {
			background-color: #f2f8fc;
		}

		/* Add labels before each cell using data attributes */
		.cost-table td:not(:first-child)::before {
			content: attr(data-label);
			font-weight: bold;
			text-align: left;
		}

		/* Remove the last border */
		.cost-table td:last-child {
			border-bottom: none;
		}
	}

	/* Tooltip styling */
	.tooltips {
		position: relative;
		display: inline-block;
		cursor: help;
	}

	.tooltips .tooltiptext {
		visibility: hidden;
		width: 200px;
		background-color: #003a5d;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 8px;
		position: absolute;
		z-index: 1;
		bottom: 125%;
		left: 50%;
		margin-left: -100px;
		opacity: 0;
		transition: opacity 0.3s;
		font-size: 14px;
		font-weight: normal;
	}

	.tooltips .tooltiptext::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #003a5d transparent transparent transparent;
	}

	.tooltips:hover .tooltiptext {
		visibility: visible;
		opacity: 1;
	}

	/*Bento Box Card Layout  **/
	.gallery-title {
		font-size: 1.875rem;
		margin-bottom: 0.5rem;
		font-weight: bold;
		text-align: center;
		color: #003a5d;
		padding: 30px 0 10px 0;

	}
	.art-gallery {
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(3, 1fr);
		grid-auto-rows: 250px;
		padding: 10px 0 10px 0;
	}

	/* The primary "Bento" card styles */
	.bento-card {
		position: relative;
		overflow: hidden;
		border-radius: 8px; /* Optional: adds that clean bento look */
	}

	/* Feature Item (Position 2 */
	.bento-card-feature {
		grid-column: 2;
		grid-row: span 2;
	}

	/* Standard Items */
	.bento-card-standard {
		grid-column: span 1;
	}

	/* Image & Link handling */
	.bento-card-standard a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.bento-card-feature a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}

	.bento-card a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.overlay-bento {
		position: absolute;
		inset: 0;
		background: linear-gradient(
			to bottom,
			transparent 20%,
			rgba(0, 0, 0, 0.92) 100%
		);
		display: flex;
		align-items: flex-end;
		padding: 1rem 1rem 0.875rem;
		color: #ffffff;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.3;
		transition: background 0.25s ease;
	}

	.bento-card:hover .overlay-bento,
	.bento-card:focus-within .overlay-bento {
		background: linear-gradient(
			to bottom,
			transparent 20%,
			rgba(0, 0, 0, 0.99) 100%
			);
			}

	.bento-card a .overlay-bento {
		pointer-events: none;
	}

	/* Visible focus ring for keyboard users */
	.bento-card a:focus-visible {
		outline: 3px solid #ffffff;
		outline-offset: -3px;
	}

	/* Responsive Overrides */
	@media (max-width: 768px) {
		.art-gallery {
			grid-template-columns: 1fr;
			grid-auto-rows: auto;
		}

		.bento-card-feature {
			grid-column: 1;
			grid-row: span 1;
			height: 300px;
			order: -1;
		}

		.bento-card-standard {
			height: 300px;
		}

		.bento-card-standard a img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

		.bento-card-feature a img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
		}

		/* Slightly larger text on smaller cards for legibility */
		.overlay-bento {
			font-size: 0.9375rem;
			padding: 0.75rem 0.75rem 0.75rem;
			/* Stretch to fill the card */
			position: absolute;
			inset: 0;
			background: linear-gradient(
				to bottom,
				transparent 20%,
				rgba(0, 0, 0, 0.92) 100%
			);
			display: flex;
			align-items: flex-end;

			padding: 1rem 1rem 0.875rem;
			color: #ffffff;
			font-size: 1rem;
			font-weight: 600;
			line-height: 1.3;
			transition: background 0.25s ease;
		}
	}

/* --- Shared Hero & ADA Video Component --- */
.vu-hero-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #003a5d; /* Fallback */
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interior-hero {
   height: calc(80vh - 105px); /* Interior Height from convert.xsl */
}

/* Video Background Styles */
.hero-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#hero-video-ada {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Centered Content Overlay */
.hero-content-overlay {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    pointer-events: none;
}

.hero-content-overlay * {
    pointer-events: auto;
}

/* ADA Video Toggle Button */
.hero-video-toggle {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: rgba(0, 58, 93, 0.85);
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.hero-video-toggle:hover { background-color: rgba(0, 0, 0, 0.7); }
.hero-video-toggle:active { transform: scale(0.93); }
.hero-video-toggle img { width: 1.75rem; height: 1.75rem; display: block; }

/* Mobile Responsiveness */
@media (max-width: 767px) {
    .interior-hero { height: 400px; }
    
    #hero-video-ada, .hero-video-toggle {
        display: none !important; 
    }
    
    .vu-hero-wrapper {
        background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.4)), var(--hero-bg-image) !important;
    }
}