  .header{
	position: relative;
	z-index: 9;
}

.header-bottom{
	height: 5em;
}

/* SLIDERS */
.sliders{
	height:85vh;
    overflow:hidden;
    position:relative;
}

/* NAV */
.header-nav{
	height: 100%;
}
.nav{
	height: 100%;
}
.nav ul{
	height: 100%;
}
.nav li{
	float: left;
	height: 100%;
	position: relative;
}
.nav li:hover > ul{
	display: block;
}
.nav li a{
	line-height: 4em;
}
.nav li ul{
	display: none;
	position: absolute;
	transition: none;
	width: 220px;
}
.nav li ul li{
	background: #757575;
	color: white;
	float: none;
	height: auto;
	text-align: left;
	width: 100%;
}
.nav li ul li:hover{
	background: #56c0e8;
	color: white;
}

.nav li ul li:hover > a{
	color: white;
}

.nav li ul li a{
	color: white;
	line-height: 1.25em;
	padding: .625em 1.25em;
}

/* Refreshed header nav must not inherit legacy fixed-height nav behavior. */
.swv-header .swv-nav,
.swv-header .swv-nav ul,
.swv-header .swv-nav li {
	height: auto !important;
}

.swv-header .swv-nav li {
	float: none !important;
}

.swv-header .swv-nav li a {
	line-height: 1.3 !important;
}

.swv-header .swv-nav li ul {
	width: auto !important;
}

.swv-header .swv-nav__list > li > ul.is-long-menu,
.swv-header .swv-nav__list > li > ul.sub-menu.is-long-menu {
	width: min(1120px, calc(100vw - 24px)) !important;
	max-width: min(1120px, calc(100vw - 24px)) !important;
	grid-auto-flow: column !important;
	grid-template-rows: repeat(var(--swv-submenu-max-rows, 6), minmax(0, auto)) !important;
	grid-auto-columns: minmax(250px, 1fr) !important;
	column-width: auto !important;
	column-gap: 0 !important;
	column-fill: auto !important;
	gap: 0 1.25rem !important;
	align-items: start !important;
}

/* Keep all submenu depths visible/readable in refreshed header nav. */
.swv-header .swv-nav__list > li > ul a {
	color: #0e4c90 !important;
	background: #ffffff !important;
}

.swv-header .swv-nav__list > li > ul > li.menu-item-has-children > ul a {
	color: #0e4c90 !important;
	background: #ffffff !important;
}

.swv-header .swv-nav__list > li > ul ul,
.swv-header .swv-nav__list > li > ul ul.sub-menu {
	display: block !important;
	position: static !important;
}

/* Stronger hover contrast for submenu items (WCAG-friendly). */
.swv-header .swv-nav__list > li > ul a:hover,
.swv-header .swv-nav__list > li > ul a:focus,
.swv-header .swv-nav__list > li > ul a:focus-visible {
	background: #0e4c90 !important;
	color: #ffffff !important;
}



.grecaptcha-badge {
	bottom: 100px !important;
}


/* NAV ON SIDEBAR */
.sidebar-right .sidebar-nav{
	display: block;
}
.sidebar-right .nav{
	display: none;
}

.home-news p, .home-event p{
	font-size: 1em;
}

.home-news-box{
	box-sizing: unset;
}

.sub-header a{
	color: #56c0e8;
}

.sub-boxes nav li{
	background: #0e4c90;
	background-size: cover;
	/* font-size: 0.875em; */
	height: 8em;
	position: relative;
	translate3d:( 0, 0, 0);
	width: 23%;
}

.sub-boxes nav li:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}

.sub-boxes nav li:nth-child(4n){
	margin-right: 0;
}

.sub-boxes nav li a{
	font-weight: 600;
	position: relative;
	z-index: 3;
}

.sub-boxes .overlay{
	background: rgba(0,0,0,0.45);
	border-radius: 10px;
	left: 0;
}


.sub ul, .sub ol{
	margin: 1em 0;
}
.sub li{
	line-height: 1.125em;
	margin-bottom: 0.5em;
	margin-left: 1.25em;
}
.sub p{
	line-height: 1.25em;
	margin: 1.25em 0;
}
.sub table{
	border-collapse: collapse;
	margin: 1.5em 0;
	width: 100%;
}
.sub th{
	font-weight: 700;
}
.sub td, .sub th{
	border: 1px solid #CCC;
	font-size: 1.0625em;
	padding: 0.375em 0.75em;
}

/* Workforce Events (Simple Calendar): centered layout + WCAG-friendly controls. */
.page-id-8281 .page-section.top-section {
	padding-left: clamp(1rem, 3vw, 2.25rem);
	padding-right: clamp(1rem, 3vw, 2.25rem);
}

.page-id-8281 .simcal-calendar,
.page-id-8281 .simcal-calendar-wrap,
.page-id-8281 .simcal-calendar-wrapper,
.page-id-8281 [id^="simcal-calendar"] {
	width: 100% !important;
	max-width: 1160px !important;
	margin: 1rem auto 2rem !important;
	background: #ffffff;
	border: 1px solid #c9d8e8;
	border-radius: 14px;
	box-shadow: 0 8px 24px rgba(14, 76, 144, 0.08);
	padding: 0.75rem;
}

.page-id-8281 .simcal-default-calendar-grid {
	overflow-x: auto;
}

.page-id-8281 .simcal-default-calendar-grid > table {
	width: 100% !important;
	min-width: 760px;
	margin: 0 !important;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
}

.page-id-8281 .simcal-default-calendar .simcal-nav-button {
	width: 44px !important;
	height: 44px !important;
	min-width: 44px !important;
	min-height: 44px !important;
	padding: 0;
	margin: 0 auto !important;
	border: 2px solid #0e4c90;
	border-radius: 999px;
	background: #0e4c90;
	color: #ffffff !important;
	font-weight: 700;
	line-height: 1;
}

.page-id-8281 .simcal-default-calendar .simcal-nav-button.simcal-prev:hover,
.page-id-8281 .simcal-default-calendar .simcal-nav-button.simcal-next:hover {
	margin: 0 auto !important;
}

.page-id-8281 .simcal-default-calendar-grid .simcal-calendar-head .simcal-current {
	text-align: center;
}

.page-id-8281 .simcal-default-calendar .simcal-nav-button:hover {
	background: #0e4c90;
	border-color: #0e4c90;
}

.page-id-8281 .simcal-default-calendar .simcal-nav-button:disabled {
	background: #8ba7c5;
	border-color: #8ba7c5;
	color: #ffffff !important;
	opacity: 1;
}

.page-id-8281 .simcal-default-calendar .simcal-nav-button:focus,
.page-id-8281 .simcal-default-calendar .simcal-nav-button:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 2px;
}

.page-id-8281 .simcal-default-calendar-grid > table thead th {
	background: #eef4fb;
	color: #0e4c90;
	font-weight: 700;
}

.page-id-8281 .simcal-default-calendar-grid > table th,
.page-id-8281 .simcal-default-calendar-grid > table td {
	border-color: #d2deea;
}

.page-id-8281 .simcal-default-calendar-grid .simcal-day-number {
	background: #f8fbff;
	color: #15395d;
	font-weight: 700;
}

.page-id-8281 .simcal-default-calendar-grid .simcal-event {
	border-bottom-color: #d6e2ef !important;
}

.page-id-8281 .simcal-default-calendar-grid .simcal-event a {
	color: #0e4c90;
	text-decoration: underline;
}

.page-id-8281 .simcal-default-calendar-grid .simcal-event a:focus,
.page-id-8281 .simcal-default-calendar-grid .simcal-event a:focus-visible {
	outline: 3px solid #ffbf47;
	outline-offset: 2px;
	border-radius: 2px;
}

table {
	border-collapse: collapse;
	margin: 1.5em 0;
	width: 100%;
}
th {
	font-weight: 700;
}
td, th {
	border: 1px solid #CCC;
	font-size: 1.0625em;
	padding: 0.375em 0.75em;
}

/* HOME BUTTONS */
.home-button{
	border-radius: 10px;
	display: block;
	padding: 0.75em 1.25em;
	position: absolute;
	right: 0;
	top: 1.5em;
	transition: background 0.25s ease;
	width: auto;
}
.home-button:hover{
	background: #0e4c90;
	text-decoration: none;
}

/* NEWS PAGE */
.news-list li{
	list-style: none;
	margin-bottom: 1.25em;
}
.news-list span{
	clear: both;
	display: block;
	margin-bottom: 0.375em;
}
.news-list-date{
	font-size: 0.875em;
}
.news-list-title{
	color: #0e4c90;
	font-weight: bold;
}

/* .page-numbers{
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid grey;
	line-height: 1;
	text-decoration: none;
	border-radius: 4px;
	font-weight: 600;
	background: lightgrey;
}
.page-numbers.current,
a.page-numbers:hover{
	background: #56c0e8;
}
.pagination{
	padding-top: 1.5em;
} */

/ New pagination look 9/16/25 */
/* ========= Modern Pagination (Pills) ========= */

/* Tweak these to match your brand */
:root {
  --pg-bg: #f8fafc;                /* default background */
  --pg-bg-hover: #eef2f6;          /* hover background */
  --pg-bg-active: #56c0e8;         /* active/current */
  --pg-text: #0f172a;              /* default text */
  --pg-text-subtle: #475569;       /* subtle numbers */
  --pg-contrast: #ffffff;          /* text on active */
  --pg-border: #e5e7eb;            /* border color */
  --pg-ring: #0e4c90;              /* focus ring */
  --pg-shadow: 0 1px 2px rgba(0,0,0,.06), 0 2px 6px rgba(0,0,0,.08);
}

.pagination.modern {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}

/* When paginate_links uses 'type' => 'list' it outputs <ul class="page-numbers"> */
.pagination.modern .page-numbers {
  display: flex;
  gap: .4rem;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

/* li reset */
.pagination.modern .page-numbers > li {
  display: inline-flex;
}

/* Links and current page pill */
.pagination.modern .page-numbers a,
.pagination.modern .page-numbers span {
  --size: 40px; /* ensures comfortable 44x44-ish touch target with padding */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--size);
  height: var(--size);
  padding: 0 .85rem;
  border: 1px solid var(--pg-border);
  border-radius: 9999px; /* pill */
  background: var(--pg-bg);
  color: var(--pg-text-subtle);
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  box-shadow: var(--pg-shadow);
  transition: transform .12s ease, background-color .12s ease, border-color .12s ease, color .12s ease;
}

/* Hover & active */
.pagination.modern .page-numbers a:hover {
  background: var(--pg-bg-hover);
  color: var(--pg-text);
  transform: translateY(-1px);
}

/* Current page */
.pagination.modern .page-numbers .current[aria-current="page"],
.pagination.modern .page-numbers .current {
  background: var(--pg-bg-active);
  color: var(--pg-contrast);
  border-color: transparent;
  cursor: default;
  transform: none;
}

/* Prev/Next icons */
.pagination.modern .pg-icon {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
}

/* Place next icon on right without extra spacing issues */
.pagination.modern .page-numbers .next .pg-icon { margin-left: .15rem; }
.pagination.modern .page-numbers .prev .pg-icon { margin-right: .15rem; }

/* Ellipsis */
.pagination.modern .page-numbers .dots {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 0 .3rem;
  color: var(--pg-text-subtle);
}

/* Keyboard focus (accessible) */
.pagination.modern .page-numbers a:focus-visible {
  outline: 3px solid var(--pg-ring);
  outline-offset: 2px;
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pagination.modern .page-numbers a { transition: none; }
}

/* Optional: dark mode */
@media (prefers-color-scheme: dark) {
  :root {
    --pg-bg: #0b1220;
    --pg-bg-hover: #111a2e;
    --pg-bg-active: #38bdf8;
    --pg-text: #e5e7eb;
    --pg-text-subtle: #cbd5e1;
    --pg-contrast: #0b1220;
    --pg-border: #1f2937;
    --pg-ring: #60a5fa;
    --pg-shadow: 0 1px 2px rgba(0,0,0,.3), 0 2px 6px rgba(0,0,0,.35);
  }
}

/* Utility: visually hidden (for screen reader-only labels in prev/next) */
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden; clip: rect(1px,1px,1px,1px);
  white-space: nowrap; border: 0; padding: 0; margin: -1px;
}

/* --------- Fallback if you keep 'type' => 'plain' somewhere else --------- */
/* This targets anchors directly (no <ul>) so styling remains consistent */
.pagination:not(.modern) .page-numbers,
.pagination .page-numbers:not(ul) {
  display: inline-flex;
  gap: .4rem;
  flex-wrap: wrap;
}
.pagination:not(.modern) .page-numbers a,
.pagination:not(.modern) .page-numbers span,
.pagination .page-numbers:not(ul) a,
.pagination .page-numbers:not(ul) span {
  /* reuse the pill styles defined above */
  --size: 40px;
  display: inline-flex; align-items: center; justify-content: center;
  min-width: var(--size); height: var(--size); padding: 0 .85rem;
  border: 1px solid var(--pg-border); border-radius: 9999px;
  background: var(--pg-bg); color: var(--pg-text-subtle);
  text-decoration: none; font-weight: 600; line-height: 1;
  box-shadow: var(--pg-shadow);
}

/** End new pagination ****/

.home-event-image-3rd{
	float: left;
	width: 33.33%;
	padding: 25px;
	padding-bottom: 2em;
}

.home-event-image-2nd{
	float: left;
	width: 50%;
	padding: 25px;
	padding-bottom: 2em;
}

.home-event-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	padding-bottom: 2em;
}

@media screen and (max-width: 800px){
	.home-event-image-2nd{
		flex: 100%;
		max-width: 100%;
	}
	.homepage-facts{
		display: block;
		width: 100%;
		min-height: 10vh;
		padding-right: 5%;
		padding-left: 5%;
		margin: auto;
		text-align: center;
	}
}

.home-event-image:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}

.home-event-image-2nd:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}

.home-event-image-3rd:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
}


/* INLINE BUTTON LINKS FOR MCE EDITOR */
.inline-button-link{
	background: #0e4c90;
	border-radius: 4px;
	color: white;
	cursor: pointer;
	display: inline-block;
	margin-right: 1em;
	padding: 0.375em 0.375em 0.375em;
	transition: background ease .25s;
}
.inline-button-link:hover{
	background: #56c0e8;
	text-decoration: none;
}


/* BANNERS */
.banners{
	border-bottom: 1px solid #0e4c90;
	height: 12em;
	padding: 0;
}
.banner{
	align-items: center;
	background-position-y: 30%;
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
	height: 100%;
	justify-content: center;
	text-align: center;
}
.banner:first-child{
	display: flex;
}

.banner div{
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
}

.banner .overlay{
	background: rgba(0,0,0,0.5);
	left: 0;
}
.banner strong{
	color: white;
	font-size: 1.625em;
	width: 100%;
}
.banner button{
	display: block;
	margin: 1em auto 0 auto;
	padding: 0.25em 0.75em 0.375em;
}
.banner button:hover{
	background-color: #56c0e8;
}
.banner button a{
	font-size: 0.75em;
}


/* PAGE SECTIONS */
.page-section{
	border-top: 1px solid #CCC;
	padding-left: 10%;
	padding-right: 10%;

}

.top-section{
	border-top: none;
	/* padding-top: 4em; */
}

.page-section-image{
	float: right;
	margin: 0 0 2em 2em;
	max-width: 40%;
	display: block;
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(9, 19, 26, 0.18), 0 2px 8px rgba(9, 19, 26, 0.1);
	border: 1px solid rgba(9, 19, 26, 0.08);
	overflow: hidden;
}

/* Give most content/body images the same soft-card treatment as section images. */
#page-main .page-section img:not(.emoji):not(.wp-smiley),
#page-main .top-section img:not(.emoji):not(.wp-smiley) {
	border-radius: 16px;
	box-shadow: 0 14px 30px rgba(9, 19, 26, 0.18), 0 2px 8px rgba(9, 19, 26, 0.1);
	border: 1px solid rgba(9, 19, 26, 0.08);
	overflow: hidden;
}

@media screen and (max-width: 800px){
	.page-section-image{
		float: none;
		max-width: 100%;
		margin: 0 0 1.25em 0;
	}
}

.page-section h1{
	color: #292929;
	font-size: 1.5em;
	margin-bottom: 0.5em;
}

.page-section h2{
	font-size: 1.25em;
	margin-top: 1em;
}

.page-section h3{
	color: #292929;
	font-size: 1em;
	margin-bottom: 0;
	margin-top: 1em;
	text-transform: uppercase;
}

.page-section h4{
	color: #333;
	font-weight: bold;
	margin-top: .75em;
}


#back-to-top {
  display: none;           
  position: fixed;
  bottom: 2rem;            
  right: 7rem;
  background: #757575;
  border: 1px solid #CCC;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.5em;
  cursor: pointer;
  z-index: 9999;
  transition: background .2s;
}

#back-to-top:hover {
  background: #333;
}

.programs-back-to-top{
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 100%;
	bottom: 2%;
	cursor: pointer;
	display: none;
	font-size: 1.5em;
	padding: 10px;
	position: fixed;
	right: 4%;
	z-index: 9;
}

.programs-back-to-top:hover{
	background: #DDD;
}


/* PROGRAMS */
.bold-links{
	font-weight: bold;
}


/* CAMPUS INFO */
.campus{
	border-bottom: 1px solid #EEE;
	padding-top: 1em;
	padding-bottom: 1em;
}
.campus img{
	float: right;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	width: 50%;
}


/* EMPLOYEE DIRECTORY */
.employees-filter{
	margin: .5em 0;
}
.employees-filter label{
	margin-bottom: 0.375em;
}
.employee{
	margin-bottom: .25em;
}
.employee p{
	margin: 0;
}

/* FOOTER */
.footer{
	padding: 0;
}
.footer-main{
	padding: 2.5em;
	position: relative;
}
.footer-main .overlay{
	margin-left: -2.5em;
}
.footer-legal{
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.footer-legal p{
	color: white;
	font-size: 0.5em;
	margin: 0.5em 0;
	text-align: center;
}


/* FOOTER MIDDLE */
.footer-middle{
	bottom: 0.5em;
	padding-top: 0.25em;
	position: absolute;
	width: calc(100% - 5em);
}
.social-media{
	justify-content: center;
	list-style: none;
	margin-top: 0.5em;
	overflow: auto;
}
.social-media li{
	float: left;
	margin: 0 0.5em;
}
.social-media i{
	font-size: 1.75em;
}
.social-media i:hover{
	color: #56c0e8;
}

.legal{
	list-style: none;
}
.legal li{
	float: left;
	margin-right: 0.75em;
}

footer .hashtag{
	float: left;
	margin-top: .625em;
	width: 80%;
}

.find-direction{
	float: left;
	width: 60%;
	padding-top: 1em;
}

.top-apply{
    background: #292929;
}
.top-donate{
    background: #292929 ;
}
.sec{
    background: #0e4c90;
}

.extreme{
	background: red;
}

.standard{
	background: yellow;
}

.weather{
	background: #0e4c90;
}

.event{
	background: #0e4c90;
	overflow: hidden;
	position: relative;
}

.event ul{
    color: #fff;
	text-transform: uppercase;
	font-style: bold;
	font-size: large;
    font-weight: 600;
    /* Starting Position */
	transform: translateX(100%);
	/* Apply Animation to this element */
	animation: event 15s linear infinite;
}

@keyframes event{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}

a{
   color:#0e4c90;
   font-weight:600;
   text-decoration: none;
}

.page-section p a{
    text-decoration:none;
}
.page-section p a:hover{
    text-decoration:underline;
}
.page-section p a.inline-button-link{ text-decoration: none; }

p{
   color:#000;
}

.slider-text span{
	border-radius: 8px;
	padding:0;
	display:inline-block;
}

.static-slider-text span{
	border-radius: 8px;
	padding:0;
	display:inline-block;
}

.sidebar-nav a {
  color:#000;
  font-weight:400;
}

/* .grecaptcha-badge{
	visibility: collapse !important;
} */

.wpcf7 input[type="radio"], .wpcf7 input[type="checkbox"]{
	height:auto;
}

/* SEARCH CHANGES */
.search input{
	border-bottom: 1px solid #EEE;
}
.search-input-con{
	border-bottom: 0;
}
.search-common strong{
	color: #56c0e8;
	display: block;
	margin: 1.5em 0 1em;
}
.search-common a{
	color: #56c0e8;
}

.alert{
	text-align: center;
	padding:10px;
	border-color: #000;
}
.alert a{
	font-size:19px;
	color:#fff;
	text-decoration: underline;
}

.header-announcement{
	font-size:24px;
	color:black;
	text-align: center;
	padding:10px;
	border-top: 2px solid black;
	border-color: #000;
}
.header-announcement a{
	color: red;
	font-weight: 750;
	text-decoration: underline;
}


/*Event Images****/
.event-main{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.event-row{
  display: flex;
  flex-wrap: wrap;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

/* New Directory Page **/
.new-directory-search{
	display: grid;
	column-gap: 2em;
	grid-template-columns: repeat(2, 1fr);
}

.directory-filter{
	width: 25%;
	vertical-align: bottom;
	margin: auto;
}

.new-directory{
	display: grid;
	gap: 2em;
	grid-template-columns: repeat(3, 1fr);
}

.employee-img{
	justify-content: left;
	aspect-ratio: 3 / 2;
	overflow: hidden;
    width: 100%;
    height: 100%;
	border-radius: 4px;
	border: 7px solid #fff;
	filter: 
		drop-shadow(0 6px 10px rgba(0,0,0,.4));
}

.employee-img:hover{
	transform: perspective(1px) scale3d(1.04, 1.04, 1);
	cursor: pointer;
}

.employee-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.employee-detail-img{
	display: flex;
	justify-content: left;
	overflow: hidden;
	border-radius: 4px;
	border: 7px solid #fff;
	filter: 
		drop-shadow(0 6px 10px rgba(0,0,0,.4));
}

/**Employee Directory Detailed Information**/

.employee-info-row{
	display: block;
	flex-wrap: wrap;
	padding: .5em;
	margin-left: .5em;
	margin-right: .5em;
}

.employee-info-row:after{
	content: "";
	display: table;
	clear: both;
}

.employee-info-column{
	float: left;
	width: 30%;
	padding: 2.5em;
    line-height:1.5;
}
.employee-info-column a{
	font-size: 0.9em;
	float: left;
	width: 15%;
	word-wrap: normal;
}

.employee-info-column1{
	float: left;
	width: 70%;
	padding: 2.5em;
}

/* Create three equal columns that sits next to each other */
.employee-column{
  	flex: 33.3334%;
	font-weight: 600;
}

/***Employee Directory Contact Form****/
/* #name, #email, #message, #subject{
	padding: .1em;
	margin: .1em;
}

#submit{
	margin: .1em;
	display: flex;
	width: 40%;
  	justify-content: center;
  	align-items: center;
} */

/New Navbar Below Hero Image/
.header-below-hero{
    width: 100%;
    min-height: 3.125em;
	position: relative;
	background-color: #fff;
}

#header-below-hero{
	float: left;
}

.header-below-hero ul{
	width: 80%;
	min-height: 3.125em;
	margin: auto;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
}

.header-below-hero li{
	padding: 1em 1.5em;
	text-align: center;
}

.header-below-hero li:hover{
    background-color:#56c0e8;
	color: #fff;
}

.header-below-hero a{
    color:#09131a;
	font-weight:550;
    text-transform:uppercase;
    transition:color ease .25s;
}

.header-below-hero a:hover{
    text-decoration:none;
}

/** Information Bar (Modernized) **/
.information-bar-header {
  width: 100%;
  background-color: #0e4c90;
  color: #fff;
  padding: 2em 1em;
  font-family: 'Segoe UI', sans-serif;
}

.info-header-bar-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
  max-width: 1200px;
  margin: 0 auto;
}

.info-column {
  flex: 1 1 300px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 1.2em 1.5em;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.info-column h3 {
  font-size: 1.4em;
  color: #fff;
  margin-bottom: 0.5em;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.95em;
  font-weight: 600;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.info-list li {
  margin-bottom: 0.75em;
  line-height: 1.6;
}

.info-list a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  transition: color 0.3s ease, background 0.3s ease;
}

.info-list a:hover {
  color: #000;
  background-color: #56c0e8;
  padding: 0.2em 0.4em;
  border-radius: 5px;
}

.large-number {
  display: inline-block;
  font-size: 1.75em;
  font-weight: 700;
  color: #fff;
}


/**Home Page Announcement**/
.home-announcement-container{
	display: grid;
	position: relative;
	grid-template-columns: .65fr .35fr;
	grid-gap: 30px;
	height: 36em;
	width: 90%;
	padding-top: 2em;
	padding-bottom: 2em;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    align-items: center;
}

.home-announcement-image{
	margin-left: auto;
	margin-right: auto;
	max-width: 884px;
	justify-content: center;
	align-content: center;
}

/**** Contact Forms ****/
/* #name{
	width: 40%;
}
#number{
	width: 40%;
}
#email{
    width: 40%;
}
#message{
	width: 60%;
}
#submit{
	width: 15%;
} */

/*Alumni Information**/
#city, #state, #zip, #employer, #jobTitle, #dob, #contribute {
	width: 40%;
}
#streetAdd {
	width: 60%
}



/***Media Queries**/
/* @media(min-width: 2000px){
	.page-section h1 {
    	font-size: 2em;
    }
	.page-section h2 {
    	font-size: 1.75em;
    }
    .page-section h3 {
    	font-size: 1.5em;
    }
}
@media(min-width: 2700px){
    p{
        /* font-size: 1.675em; */
    /* }
    body{
        /* font-size: 2em; */
    /* }
	h1{
		font-size:2.25em;
		margin-bottom:2em
	} */
	/* h2{
		font-size:2em;
		margin-bottom:1.625em
	}
	h3{
		font-size:1.625em;
		margin-bottom:1.5em
	} 
}  */

/** SWV Footer Refresh **/
.swv-sr-only {
            border: 0;
            clip: rect(0 0 0 0);
            clip-path: inset(50%);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            white-space: nowrap;
            width: 1px;
        }

.swv-site-footer {
            --swv-footer-bg: #0e4c90;
            --swv-footer-surface: #0e4c90;
            --swv-footer-border: rgba(86, 192, 232, 0.46);
            --swv-footer-text: #ffffff;
            --swv-footer-muted: #e5f4fd;
            --swv-footer-accent: #56c0e8;
            --swv-footer-focus: #56c0e8;
            background: #0e4c90;
            color: var(--swv-footer-text);
            margin: 0;
            max-width: none;
            padding: 0;
            width: 100%;
        }

        .swv-site-footer .footer-main {
            box-sizing: border-box;
            margin: 0;
            max-width: none;
            position: relative;
            padding: clamp(0.85rem, 1.5vw, 1.6rem);
            background-position: center;
            width: 100%;
        }

        .swv-site-footer .footer-main .overlay {
            background: linear-gradient(140deg, rgba(14, 76, 144, 0.95), rgba(14, 76, 144, 0.84));
            inset: 0;
            margin-left: 0;
            width: 100%;
        }

        .swv-site-footer .swv-footer-grid {
            display: grid;
            gap: 0.7rem;
            grid-template-columns: repeat(12, minmax(0, 1fr));
            position: relative;
            z-index: 2;
        }

        .swv-site-footer .swv-footer-card {
            backdrop-filter: blur(2px);
            background: var(--swv-footer-surface);
            border: 1px solid var(--swv-footer-border);
            border-radius: 12px;
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
            padding: 0.72rem 0.8rem 0.82rem;
        }

        .swv-site-footer .swv-footer-card--contact {
            grid-column: span 3;
        }

        .swv-site-footer .swv-footer-card--menu {
            grid-column: span 3;
        }

        .swv-site-footer .swv-footer-card--quick {
            grid-column: span 3;
        }

        .swv-site-footer .logo {
            max-width: min(100%, 220px);
            width: 100%;
            margin-bottom: 0.45rem;
        }

        .swv-site-footer .swv-footer-contact,
        .swv-site-footer .swv-footer-contact p {
            color: var(--swv-footer-muted);
            font-size: 0.91rem;
            line-height: 1.45;
            margin: 0.3rem 0;
        }

        .swv-site-footer .swv-footer-contact {
            margin: 0;
        }

        .swv-site-footer .swv-footer-heading {
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            color: #fff;
            font-size: 0.8rem;
            letter-spacing: 0.07em;
            margin: 0 0 0.45rem;
            padding-bottom: 0.32rem;
            text-transform: uppercase;
        }

        .swv-site-footer nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .swv-site-footer nav li + li {
            margin-top: 0.18rem;
        }

        .swv-site-footer a {
            color: var(--swv-footer-text);
            text-decoration-thickness: 2px;
            text-underline-offset: 3px;
        }

        .swv-site-footer .swv-footer-card nav a {
            border-radius: 7px;
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 500;
            padding: 0.06rem 0.18rem;
            transition: color 0.18s ease, background-color 0.18s ease;
        }

        .swv-site-footer .swv-footer-card nav a:hover,
        .swv-site-footer .swv-footer-card nav a:focus-visible {
            background: rgba(255, 255, 255, 0.14);
            color: #fff;
            text-decoration: none;
        }

        /* Keep footer targets comfortably tappable for Lighthouse and mobile users. */
        .swv-site-footer .swv-footer-card nav a {
            align-items: center;
            display: flex;
            /* min-height: 44px; */
            padding: 0.35rem 0.5rem;
        }

        .swv-site-footer .swv-footer-contact a[href^="mailto:"],
        .swv-site-footer .swv-footer-contact a[href^="tel:"] {
            align-items: center;
            border-radius: 7px;
            display: inline-flex;
            /* min-height: 44px; */
            padding: 0.2rem 0.24rem;
            margin: 0.08rem 0;
        }

        .swv-site-footer .swv-footer-phone-list {
            display: flex;
            flex-direction: column;
            gap: 0.14rem;
            margin: 0.2rem 0 0;
        }

        .swv-site-footer .swv-footer-phone-list a {
            display: inline-flex;
            /* min-height: 44px; */
            text-decoration: none;
        }

        .swv-site-footer a:focus-visible,
        .swv-footer-dialog button:focus-visible,
        .swv-footer-dialog input:focus-visible,
        .swv-footer-dialog a:focus-visible {
            outline: 3px solid var(--swv-footer-focus);
            outline-offset: 2px;
        }

        .swv-site-footer .find-direction {
            display: block;
            margin-top: 0.45rem;
            max-width: 150px;
            width: 100%;
        }

        .swv-site-footer .great-college {
            align-items: center;
            display: flex;
            justify-content: center;
            margin: 0.62rem 0 0;
            position: relative;
            z-index: 2;
        }

        .swv-site-footer .great-college img {
            max-width: 105px;
            width: min(100%, 105px);
            height: auto;
        }

        .swv-site-footer .footer-middle {
            bottom: auto;
            margin-top: 0.7rem;
            position: relative;
            width: auto;
            z-index: 2;
        }

        .swv-site-footer .social-media {
            display: flex;
            flex-wrap: wrap;
            gap: 0.45rem;
            justify-content: center;
            margin: 0;
            padding: 0;
        }

        .swv-site-footer .social-media li {
            float: none;
            margin: 0;
        }

        .swv-site-footer .social-media a {
            align-items: center;
            background: rgba(255, 255, 255, 0.14);
            border: 1px solid rgba(86, 192, 232, 0.8);
            border-radius: 50%;
            display: inline-flex;
            height: 48px;
            justify-content: center;
            text-decoration: none;
            transition: transform 0.18s ease, background-color 0.18s ease;
            width: 48px;
        }

        .swv-site-footer .social-media a:hover {
            background: rgba(86, 192, 232, 0.26);
            transform: translateY(-1px);
        }

        .swv-site-footer .social-media i {
            font-size: 1.16rem;
        }

        .swv-site-footer .footer-legal {
            background: #0e4c90;
            border-top: 1px solid rgba(86, 192, 232, 0.56);
            box-sizing: border-box;
            margin: 0;
            max-width: none;
            padding: 0.65rem clamp(0.85rem, 2vw, 2rem) 0.9rem;
            text-align: left;
            width: 100%;
        }

        .swv-site-footer .footer-legal p {
            color: #ffffff;
            font-size: 0.82rem;
            line-height: 1.42;
            margin: 0.1rem 0 0.45rem;
            text-align: left;
        }

        .swv-site-footer .swv-footer-policy {
            border: 1px solid rgba(255, 255, 255, 0.26);
            border-radius: 10px;
            margin-top: 0.35rem;
            padding: 0.12rem 0.62rem 0.55rem;
        }

        .swv-site-footer .swv-footer-policy summary {
            cursor: pointer;
            font-size: 0.84rem;
            font-weight: 700;
            list-style: none;
            margin: 0.24rem 0;
            padding: 0.12rem 0;
        }

        .swv-site-footer .swv-footer-policy summary::-webkit-details-marker {
            display: none;
        }

        .swv-site-footer .swv-footer-policy summary::after {
            content: " +";
            font-weight: 700;
        }

        .swv-site-footer .swv-footer-policy[open] summary::after {
            content: " -";
        }

        .swv-footer-dialog.search,
        .swv-footer-dialog.sidebar {
            position: fixed;
            inset: 0;
            z-index: 1300;
        }

        .swv-footer-dialog.sidebar {
            width: 100vw;
            max-width: 100vw;
        }

        .swv-footer-dialog.sidebar .row {
            width: 100%;
            height: 100%;
            margin: 0;
        }

        .swv-footer-dialog.sidebar .sidebar-left {
            flex: 1 1 auto;
            width: auto;
        }

        .swv-footer-dialog.sidebar .sidebar-right {
            margin-left: auto;
            margin-right: 0;
            flex: 0 0 min(92vw, 430px);
            width: min(92vw, 430px);
            max-width: min(92vw, 430px);
        }

        .swv-footer-dialog .search-close-icon,
        .swv-footer-dialog .sidebar-close-icon {
            align-items: center;
            background: #0e4c90;
            border: 1px solid #56c0e8;
            border-radius: 999px;
            color: #ffffff;
            cursor: pointer;
            display: inline-flex;
            height: 44px;
            justify-content: center;
            width: 44px;
        }

        .swv-footer-dialog .search-close-icon i,
        .swv-footer-dialog .sidebar-close-icon i {
            color: inherit;
        }

        .swv-footer-dialog .search-close-icon {
            position: absolute;
            right: clamp(0.75rem, 3vw, 2rem);
            top: clamp(0.75rem, 2vw, 1.5rem);
            z-index: 2;
        }

        .swv-footer-dialog .search-input-con {
            border-bottom: 0;
            margin-top: 2rem;
            max-width: 860px;
            width: min(92vw, 860px);
        }

        .swv-footer-dialog .swv-search-shell {
            background: rgba(14, 76, 144, 0.93);
            border: 1px solid rgba(86, 192, 232, 0.5);
            border-radius: 16px;
            padding: clamp(1rem, 3vw, 1.8rem);
        }

        .swv-footer-dialog .search input {
            border: 2px solid rgba(255, 255, 255, 0.56);
            border-radius: 12px;
            color: #fff;
            font-size: clamp(1rem, 2.1vw, 1.2rem);
            margin-bottom: 0;
            min-height: 48px;
            padding: 0.55rem 3rem 0.55rem 0.8rem;
            text-align: left;
            width: 100%;
        }

        .swv-footer-dialog .swv-search-form-row {
            position: relative;
        }

        .swv-footer-dialog .swv-search-submit {
            background: transparent;
            border: 0;
            color: #fff;
            cursor: pointer;
            height: 44px;
            position: absolute;
            right: 6px;
            top: 2px;
            width: 44px;
        }

        .swv-footer-dialog .search-common strong {
            display: block;
            margin: 0.8rem 0 0.55rem;
            color: #fff;
        }

        .swv-footer-dialog .swv-search-common-grid {
            display: grid;
            gap: 0.7rem;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .swv-footer-dialog .search-common ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .swv-footer-dialog .search-common li + li {
            margin-top: 0.25rem;
        }

        .swv-footer-dialog .search-common a {
            color: #ffffff;
            display: inline-block;
            padding: 0.1rem 0.15rem;
        }

        .swv-footer-dialog .search-common a:hover,
        .swv-footer-dialog .search-common a:focus-visible {
            color: #fff;
        }

        .swv-sidebar-help-link {
            display: inline-block;
            width: 100%;
            max-width: 180px;
            margin: 1.25em 0 1.5em;
            padding: 0.55em 0.85em;
            text-align: center;
            line-height: 1.25;
            border-radius: 10px;
            color: #ffffff;
            text-decoration: none;
            height: auto;
            min-height: 0;
        }

        .swv-sidebar-help-link:hover,
        .swv-sidebar-help-link:focus-visible {
            background: #0e4c90;
            color: #ffffff;
        }

        @media (max-width: 1000px) {
            .swv-site-footer .swv-footer-card--contact,
            .swv-site-footer .swv-footer-card--menu,
            .swv-site-footer .swv-footer-card--quick {
                grid-column: span 6;
            }
        }

        @media (max-width: 720px) {
            .swv-site-footer .swv-footer-grid {
                gap: 0.75rem;
            }

            .swv-site-footer .swv-footer-card--contact,
            .swv-site-footer .swv-footer-card--menu,
            .swv-site-footer .swv-footer-card--quick {
                grid-column: span 12;
            }

            .swv-site-footer .footer-main {
                padding: 0.75rem 0.7rem 0.82rem;
            }

            .swv-footer-dialog .search-input-con {
                margin-top: 2.8rem;
            }

            .swv-footer-dialog .swv-search-common-grid {
                grid-template-columns: 1fr;
            }
        }