/* desktop header - start */
header.blueBar .siteLogo.desktop {
	display: none;
}

@media only screen and (min-width: 768px) {
	header.blueBar .siteLogo.desktop {
		display: block;
	}

	header.blueBar .siteLogo.mobile {
		display: none;
	}
}

header.blueBar .siteLogo.mobile img {
	width: 245px;
	max-width: 100%;
}

header.blueBar .navHeader {
	z-index: 19996;
	background-color: #003893;
	padding: 12px 0;
}

header.blueBar .navHeader .container,
header.blueBar .navHeader .container-fluid {
	height: unset;
}

header.blueBar .navHeader .siteName {
	line-height: unset;
	max-width: unset;
}

header.blueBar .navHeader .siteName a {
	line-height: unset;
	border: none;
	margin: 0;
	padding: 0;
}

header.blueBar .navHeader .supertitle {
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
}

header.blueBar .navHeader .title {
	font-weight: bold;
	font-size: 18px;
}

header.blueBar .navHeaderTop {
	display: block;
}

@media screen and (min-width: 768px) {
	header.blueBar .navHeader .title {
		font-size: 25px;
	}
}

.header-logo a {
	text-decoration: none !important;
}

.header-links-short {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.header-links-short li {
	display: inline-block;
	width: 33%;
	list-style: none;
	/* 	text-align: center; */
}

.navbar {
	padding: 0 !important;
}

.header-bottom-level-links .navbar-nav .nav-item .nav-link {
	padding: 20px 0.8rem;
	margin: 0 0.3rem;
}

.header-bottom-level-links .navbar-nav .nav-item .show {
	background-color: var(--dark-blue);
}


.header-top-level { 
	position: relative; 
	background-color: var(--white); 
	padding-top: 55px; 
	padding-bottom: 25px; 
} 

.header-link-back { 
	position: absolute; 
	top: 16px; 
	right: 0; 
	color: var(--nsu-blue); 
	font-size: 15px; 
	line-height: 1.1; 
}

.header-cta-buttons {
	display: flex;
	align-items: end;
	float: right;
	margin-bottom: 2px;
}

.header-btn-give,
.header-btn-request-info,
.header-btn-apply-now,
.header-btn-quick-links {
	font-size: 16px;
	line-height: 1.1;
	text-transform: capitalize;
	text-decoration: none;
	margin-left: 10px;
	border-radius: 3px;
}

.header-btn-apply-now {
	background-color: var(--dark-blue);
	color: var(--white) !important;
	padding: 12px 18px;
}


.header-btn-request-info {
	background-color: var(--nsu-blue);
	color: var(--white) !important;
	padding: 12px 18px;
}

.header-btn-request-info:hover,
.header-btn-request-info:focus,
.header-btn-apply-now:hover,
.header-btn-apply-now:focus {
	background-color: var(--mid-blue);
}

.header-btn-give {
	outline: 2px solid var(--nsu-blue);
	color: var(--nsu-blue);
	padding: 10px 18px;
}

.header-btn-give:hover,
.header-btn-give:focus {
	background-color: var(--mid-blue);
	outline: 2px solid var(--mid-blue);
	color: var(--white);
}

.header-btn-mobile {
	background-color: var(--mid-blue);
	color: var(--white);
	line-height: 1.1;
	padding: 15px;
	text-decoration: none;
	border-radius: 3px;
}

.header-btn-mobile:hover,
.header-btn-mobile:focus {
	background-color: var(--nsu-blue);
	color: var(--white);
}

.header-btn-mobile-outline {
	background-color: transparent;
	color: var(--white);
	outline: 2px solid var(--white);
	line-height: 1.1;
	padding: 15px;
	text-decoration: none;
	border-radius: 3px;
}

.header-btn-mobile-outline:hover,
.header-btn-mobile-outline:focus {
	background-color: white;
	color: var(--mid-blue);
}

.header-btn-quick-links {
	color: var(--nsu-blue);
}

.header-btn-quick-links:hover,
.header-btn-quick-links:focus {
	color: var(--mid-blue);
}


.header-school-name {
	display: block;
	margin-top: 15px;
	font-size: 16px;
	line-height: 1.1;
	color: var(--nsu-blue);
}

.header-bottom-level-links ul {
	margin: 0 auto;
}

.header-bottom-level-links a {
	font-size: 16px;
	line-height: 1.1;
	color: var(--white) !important;
	margin-right: 25px;
}

header .dropdown {
	position: static;
}

header .dropdown-menu {
	left: 0;
	right: 0;
}

.header-dorpdown-search,
.header-dorpdown-mega {
	margin: -1px 0 0 0 !important;
	border-radius: 0;
	border: 0;
}

.dropdown-menu-quick {
	width: fit-content;
	border: 1px solid var(--border-color);
	border-radius: 3px;
	margin-top: 6px !important;
	font-size: 14px;
}

.header-dorpdown-mega {
	width: 100%;
	background-color: var(--dark-blue);
	color: var(--white);
	border-bottom: 5px solid var(--nsu-blue);
	padding: 30px 0;
}

.header-dorpdown-search {
	background-color: var(--light-gray);
	color: var(--main-gray);
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-dorpdown-search input {
	background-color: var(--light-gray) !important;
	color: var(--main-gray) !important;
	border: 1px solid var(--border-color) !important;
	border-radius: 0;
	font-size: 18px;
	line-height: 1.1;
	padding-top: 10px;
	padding-bottom: 8px;
}

.header-dorpdown-search input:focus,
.header-dorpdown-search textarea:focus,
.header-dorpdown-search select:focus {
	outline: none !important;
	box-shadow: none !important;
}

.header-links-col {
	margin-left: 40px;
	height: 100%;
}

.header-links-divider {
	border-right: 1px dashed var(--mid-blue);
}

.header-dorpdown-mega ul {
	list-style: none;
	padding-left: 0;
}

.header-dorpdown-mega li {
	margin-bottom: 10px;
}

.header-level-1-text {
	display: block;
	font-size: 16px;
	line-height: 1.1;
	margin-bottom: 20px;
}

.header-level-2-text a {
	font-size: 15px;
	line-height: 1.1;
	text-decoration: none;
}

.header-level-2-text a::before {
	font: var(--fa-font-solid);
	content: '\f054';
	margin-right: 6px;
	font-size: 11px;
	color: #7C858C;
}

.header-search-icon .header-close-search {
	display: none;
}

.header-search-icon:hover #btn-search #Rectangle_415,
.header-search-icon:focus #btn-search #Rectangle_415,
.show #btn-search #Rectangle_415 {
	fill: var(--mid-blue) !important;
}

.header-search-icon:hover #btn-search #Path_985,
.header-search-icon:focus #btn-search #Path_985,
.show #btn-search #Path_985 {
	fill: var(--white) !important;
}

/* mobile header - start */
.mobile-header-logo {
	display: inline-block;
}

.mobile-header-logo a {
	text-decoration: none !important;
}

.mobile-header-logo img {
	width: 231px;
	height: 32px;
	margin-top: 6px;
}

.mobile-header-icons>div {
	display: flex;
	align-items: center;
	justify-content: end;
}

.mobile-header-icons .devider {
	display: inline-block;
	height: 47px;
	width: 2px;
	background-color: #6CAAE4;
	margin-right: 10px;
	margin-left: 10px;
}

.mobile-header-icons .navbar-toggler {
	padding: unset;
	font-size: unset;
	line-height: unset;
	background-color: unset;
	border-radius: unset;
	transition: unset;
}

.mobile-header-icons .navbar-toggler:focus,
.mobile-header-icons .navbar-toggler:active {
	outline: 2px solid orange !important;
	box-shadow: none;
}

.header-mobile-top-level {
	padding: 20px 12px !important;
}

.header-mobile-top-level span {
	display: block;
	line-height: 1.1;
	color: var(--nsu-blue);
	margin-top: 10px;
}

.header-mobile-dropdown-buttons {
	padding: 0 20px;
	text-transform: capitalize;
}


.header-mobile-divider {
	display: block;
	border-bottom: 1px solid #6CAAE4;
	margin: 0 20px;
}

.header-mobile-bottom-level {
	padding-bottom: 20px;
}

.header-hr-grey-line {
	display: block;
	border-bottom: 1px solid var(--main-gray);
	margin: 0 20px;
}

.mobile-link-back {
	text-align: center;
	margin-top: 20px;
}

.mobile-link-back img {
	width: 34px;
	margin-right: 4px;
}

.header-mobile-level-1-direct,
.header-mobile-level-1-text,
.mobile-link-back a {
	font-size: 20px;
	line-height: 1.1;
	padding: 20px !important;
	color: var(--white) !important;
	text-decoration: none;
}

.header-mobile-dropdown .dropdown-menu,
.header-mobile-dropdown-2 .dropdown-menu {
	background-color: var(--light-gray);
	border: 0;
	border-radius: 0;
	box-shadow: 0;
	padding: 0;
}

.header-mobile-dropdown-single {
	padding: 10px 0;
}

.header-mobile-level-2-text {
	font-size: 16px;
	color: var(--dark-blue) !important;
	padding: 15px 30px !important;
	line-height: 1.1;
}

.header-mobile-level-3-text {
	font-size: 16px;
	line-height: 1.1;
	color: var(--text-gray) !important;
	background-color: var(--light-gray) !important;
	padding: 0 0 20px 70px;
}

.header-mobile-top-level .hamburger-close {
	display: none;
}

nav .header-bottom-level-links .dropdown-toggle::after,
.header-mobile-level-1-text::after {
	font: var(--fa-font-solid);
	content: '\f078';
	border: 0;
	vertical-align: 0;
	margin-left: 6px;
}

.header-mobile-level-1-text::after {
	float: right;
}

.header-mobile-level-2-text::after {
	display: none;
}

.header-mobile-level-2-text::before {
	font: var(--fa-font-solid);
	content: '\f054';
	margin-right: 6px;
	font-size: 13px;
	color: var(--icon-color);
}

.dropdown>.header-mobile-level-2-text::before {
	font: var(--fa-font-solid);
	content: '\f078';
	margin-right: 6px;
	font-size: 13px;
}

/* header styles - end */

@media only screen and (max-width: 992px) { 
	.header-school-name { 
		font-size: 15px; 
		max-width: 80%; 
	} 

	#mobile-header .header-dorpdown-search { 
		width: 100%; 
		overflow: hidden !important; 
		transform: translate(0px, 89px) !important; 
	} 

	.sticky-header .mobile-header .header-mobile-bottom-level { 
		height: 100vh; 
		overflow-y: scroll !important; 
		padding-bottom: 150px; 
	}
}

.sticky-header .desktop-header, 
.sticky-header .mobile-header { 
	position: fixed; 
	background-color: white; 
	width: 100%; 
	top: 0; 
	left: 0; 
	z-index: 1000; 
}

.header-dorpdown-mega li a, 
.header-mobile-dropdown-2 .dropdown .nav-link { 
	display: flex; 
	align-items: baseline; 
	column-gap: 4px; 
	text-wrap: wrap; 
	line-height: 1.6; 
}