<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Header styles shared across all pages using the bs4 template.
 * Uses Bootstrap color variables but has older browser fallbacks
 */


/* navbar white/light */
.msb-top-navbar {
	margin-left: auto;
	margin-right: auto;
	color: #000;
	background-color: #f8f9fa;
	 }
	.msb-top-navbar.navbar-white {
		background-color: #fff !important;
	}
	.msb-top-navbar .navbar-brand,
	.msb-top-navbar .navbar-brand:hover,
	.msb-top-navbar .navbar-brand:focus {
		color: rgba(0, 0, 0, 0.9);
	}
	.msb-top-navbar .navbar-nav .nav-link {
		color: #000;
	}
	.msb-top-navbar .navbar-nav .nav-link:hover,
	.msb-top-navbar .navbar-nav .nav-link:focus {
		color: rgba(0, 0, 0, 0.8);
	}
	.msb-top-navbar .navbar-nav .nav-link.disabled {
		color: rgba(0, 0, 0, 0.5);
	}
	.msb-top-navbar .navbar-nav .show &gt; .nav-link,
	.msb-top-navbar .navbar-nav .active &gt; .nav-link,
	.msb-top-navbar .navbar-nav .nav-link.show,
	.msb-top-navbar .navbar-nav .nav-link.active {
		color: #000;
	}
	.msb-top-navbar .navbar-toggler {
		color: rgba(0, 0, 0, 0.9);
		border-color: rgba(0, 0, 0, 0.1);
	}
	.msb-top-navbar .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.msb-top-navbar .navbar-text {
		margin-left: 15px;
		color: rgba(0, 0, 0, 0.8);
	}
	.msb-top-navbar .navbar-text a {
		color: rgba(0, 0, 0, 0.9);
	}
	.msb-top-navbar .navbar-text a:hover,
	.msb-top-navbar .navbar-text a:focus {
		color: rgba(0, 0, 0, 0.9);
		outline: 1px dotted rgba(0, 0, 0, 0.75);
	}

/* navbar blue */
.main-layout.blue-top .msb-top-navbar:not(.navbar-white),
.header-layout.blue-header .msb-top-navbar:not(.navbar-white) {
	background-color: #005DE9; }
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-brand,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-brand:hover,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-brand:focus,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-brand,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-brand:hover,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-brand:focus {
		color: #fff;
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link {
		color: #fff;
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link:hover,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link:focus,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link:hover,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link:focus {
		color: rgba(255, 255, 255, 0.8);
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link.disabled,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link.disabled {
		color: rgba(255, 255, 255, 0.25);
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .show &gt; .nav-link,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .active &gt; .nav-link,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link.show,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link.active,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .show &gt; .nav-link,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .active &gt; .nav-link,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link.show,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-nav .nav-link.active {
		color: #fff;
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-toggler,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-toggler {
		color: rgba(255, 255, 255, 0.5);
		border-color: rgba(255, 255, 255, 0.1);
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-toggler-icon,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-text,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-text {
		color: rgba(255, 255, 255, 0.8);
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-text a,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-text a:hover,
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .navbar-text a:focus,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-text a,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-text a:hover,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .navbar-text a:focus {
		color: #fff;
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .msb-logo,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .msb-logo {
		background-image: url('/images/logos/msb-logo-white.svg');
	}
	.main-layout.blue-top .msb-top-navbar:not(.navbar-white) .studentpayplus-logo,
	.header-layout.blue-header .msb-top-navbar:not(.navbar-white) .studentpayplus-logo {
		background-image: url('/images/logos/studentpayplus-logo-white.svg');
	}

/* Brand / Logo */
.msb-top-navbar .navbar-brand {
	float: none !important;
	display: inline-block;
	width: 80px;
	height: 55px;
	padding: 0.3125rem 0;
	margin: 0 0.5rem 0 0 !important; }
	.msb-top-navbar .navbar-brand img {
		max-width: 70px;
	}
	.msb-top-navbar .msb-logo {
		display: inline-block;
		width: 100%;
		min-width: 70px;
		height: 100%;
		background-image: url('/images/logos/msb-logo.svg');
		background-position: left center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.msb-top-navbar .studentpayplus-logo {
		display: inline-block;
		width: 100%;
		min-width: 70px;
		height: 100%;
		background-image: url('/images/logos/studentpayplus-logo.svg');
		background-position: left center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	@media (max-width: 320px) {
		.msb-top-navbar .navbar-brand {
		    margin-right: 0;
		}
	}
	@media (min-width: 576px) {
		.msb-top-navbar .navbar-nav li &gt; a {
			font-size: 0.9rem !important;
		}
		.msb-top-navbar .navbar-brand img {
			max-width: 85px;
		}
		.msb-top-navbar .nav-link.btn-primary {
			padding: 6px 15px !important;
		}
	}
	@media (min-width: 768px) {
		.msb-top-navbar .navbar-brand {
			width: 90px;
			height: 60px;
		}
		.msb-top-navbar .navbar-brand img {
			max-width: 90px;
		}
		.msb-top-navbar .nav-link.btn-primary {
			padding: 9px 25px !important;
			margin: 0 7px !important;
		}
	}
	@media (min-width: 992px) {
		.msb-top-navbar .navbar-brand {
			width: 110px;
			height: 65px;
		}
		.msb-top-navbar .navbar-brand img {
			max-width: 100px;
		}
	}


.msb-top-navbar.fixed-top {
	/* Center when max-width applied (in template specific files) */
	width: 100%;
	left: auto;
	right: auto;
}

.msb-top-navbar .fa-md {
	font-size: 1rem;
}
.msb-top-navbar .nav-link {
	font-size: 0.8rem;
	font-weight: 500;
}
@media (min-width: 992px) {
	.msb-top-navbar li.nav-item, .msb-top-navbar li.dropdown {
		margin-right: 0.4rem;
	}
}

.msb-top-navbar a {
	font-size: 0.9rem;
}
.msb-top-navbar .nav-link.btn-primary {
	padding: 6px 15px !important;
	margin: 0 3px;
	white-space: nowrap;
}

@media (min-width: 992px) {
	.msb-top-navbar .dropdown.hover-open:hover &gt; .dropdown-menu {
		display: block;
		margin: -0.25rem 0 0;
	}
	.msb-top-navbar .dropdown.hover-open:hover &gt; .dropdown-toggle::after {
		transform: translateY(3px);
	}
}


/* Client List &amp; Favorite Icon */
.msb-top-navbar .client-list {
	font-size: 0.9rem; }
	.msb-top-navbar .client-list {
		position: relative;
		min-width: 300px;
		max-width: 325px;
		left: -80px;
		right: auto;
	}
	@media (min-width: 375px) {
		.msb-top-navbar .client-list {
			left: -80px;
			max-width: 350px;
		}
	}
	@media (min-width: 568px) {
		.msb-top-navbar .client-list {
			max-width: max-content !important;
			left: auto;
			right: auto;
		}
	}
	.msb-top-navbar .client-list a {
		display: inline-block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.msb-top-navbar .client-list a:first-child {
		max-width: 260px;
	}
	.msb-top-navbar .client-list .client-list-current {
		font-weight: bold;
	}
	.msb-top-navbar .favorite-item::after {
		content: '\f005'; /* fa-star */
		font-family: 'Font Awesome 6 Pro';
		font-weight: 300;
		float: right;
	}
	.msb-top-navbar .clientlist-favicon:hover .favorite-item::after {
		color: gold;
		font-weight: 500;
	}
	.msb-top-navbar .clientlist-favicon.active .favorite-item::after {
		font-size: 1rem;
		font-weight: 700;
		color: goldenrod;
	}


/* District DropDown
   NOTE: We must limit the max-width!
   So, we need a flex element [d-inline-flex] with a child to get this to work correctly.
   Otherwise, the [::after] caret applied by bootstrap on the dropdown will not align correctly.
*/
.msb-top-navbar .district-name-limited {
	max-width: 16em; /* shows about 30 characters */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Language Dropdown */
.language-menu .dropdown-menu .active &gt; a,
.header .nav .language-menu li.active &gt; a {
	font-weight: bold;
	color: #005DE9;
	color: var(--bs-primary);
	background-color: #fff; }
	.language-menu .dropdown-menu .active &gt; a::after {
		content: '\f058'; /* [\f058] fas fa-check-circle */
		font-family: 'Font Awesome 6 Pro';
		font-size: 1.15rem;
		font-weight: 900;
		color: LimeGreen;
		float: right;
	}
	.language-menu a i { margin-right: 2px; }

/* Cart Block */
.cart-block {
	position: relative;
	white-space: nowrap; }
	.cart-badge i {
		font-size: 1.25rem;
	}
	.cart-badge::after {
		position: absolute;
		top: -4px;
		left: 40%;
		height: 22px;
		width: 22px;
		content: attr(data-count);
		font-size: 11px;
		font-weight: 700;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #343a40;
		background-color: limegreen;
		border: 1px solid lime;
		border-radius: 50%;
		z-index: 999; }
		.cart-badge[data-count="0"]::after {
			display: none;
		}
		.main-layout.blue-top .msb-top-navbar .cart-badge::after,
		.header-layout.blue-header .msb-top-navbar .cart-badge::after {
			color: #343a40;
			background-color: limegreen;
			border: 1px solid green;
		}
	.cart-content-wrapper {
		position: absolute;
		right: 0;
		top: 90%;
		z-index: 1030; /* Set to 1030 to give priority over navbar */
	}
	.cart-content {
		font-size: 0.9rem;
		padding: 15px;
		background: #fff;
		border-radius: 0.25rem;
		box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
		color: #343a40;
		color: var(--bs-gray-dark);
		display: none;
		position: relative;
		transition: opacity .3s ease-in-out;
		-moz-transition: opacity .3s ease-in-out;
		-webkit-transition: opacity .3s ease-in-out; }
		.cart-content:after {
			top: -8px;
			width: 0;
			height: 0;
			right: 9px;
			z-index: 2;
			content: " ";
			display: block;
			position: absolute;
			border-bottom: 8px solid #fff;
			border-right: 8px solid transparent;
			border-left: 8px solid transparent;
		}
		.cart-content .cart-item-list {
			max-height: 75vh;
			overflow-y: auto;
		}

.msb-top-navbar .user-icon {
	font-size: 2rem;
}
/* Notify Badges */
.notify-badge::after {
	position: absolute;
	top: 2px;
	right: -3px;
	height: 22px;
	width: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	content: attr(data-count);
	font-size: 0.8rem;
	font-weight: 400;
	border-radius: 50%;
	color: #fff;
	z-index: 999; }
	.notify-badge.red::after {
		background-color: #dc3545;
		background-color: var(--bs-red);
	}
	.notify-badge[data-count="0"]::after,
	.notify-badge[data-count=""]::after {
		display: none;
	}
	.notify-icon.fa-bell-on {
		color: #000000 !important;
		font-weight: 700;
	}

/* Search */
.msb-top-navbar .search-dropdown .dropdown-toggle {
	padding-left: 0.5rem;
	margin-left: 0.35rem;
}
.msb-top-navbar .search-dropdown .dropdown-menu {
	min-width: 300px;
	max-width: 325px;
	left: -150px;
	right: auto;
}
@media (max-width: 320px) {
	.msb-top-navbar .search-dropdown .dropdown-menu {
		left: -135px;
	}
}
@media (min-width: 375px) {
	.msb-top-navbar .search-dropdown .dropdown-menu {
		left: -160px;
	}
}
@media (min-width: 768px) {
	.msb-top-navbar .search-dropdown .dropdown-menu {
		max-width: max-content !important;
		left: auto;
		right: 0;
	}
}

/* Dropdowns */
/* Corrects an issue with user dropdown-menu not being
   completely accessible (no scroll) on phones in landscape mode. */
.msb-top-navbar .user-dropdown-menu .dropdown-menu {
	min-width: 220px;
	max-height: 75vh;
	overflow-y: auto;
}
@media (min-height: 500px) {
	.msb-top-navbar .user-dropdown-menu .dropdown-menu {
		max-height: none;
	}
}

/* No Carets */
.dropdown.caret-off .dropdown-toggle::before {
    display: none !important; }
	.dropdown.caret-off .dropdown-toggle::after {
	    display: none !important;
	}
	@media (max-width: 320px) {
		/* Hide the toggles on really small phones (need the room) */
		.dropdown-toggle::before, .dropdown-toggle::after {
		    display: none !important;
		}
	}

/* Dropdowns with icons  */
.dropdown-menu.with-icons &gt; a .fas,
.dropdown-menu.with-icons &gt; a .far,
.dropdown-menu.with-icons &gt; a i:first-of-type {
	width: 20px;
	margin-right: 0.75rem;
	text-align: center;
}

/* offcanvas-collapse */
.offcanvas-collapse {
	width: 85%;
	top: 0;
	z-index: 1040; }
	@media (min-width: 768px) {
		.offcanvas-collapse {
			width: 50%;
			top: 0;
		}
	}
	@media (min-width: 992px) {
		.offcanvas-collapse {
			width: 50%;
		}
	}
	@media (max-width: 991.98px) {
		.offcanvas-collapse {
			position: fixed;
			right: 0;
			height: 100%;
			min-height: 300px;
			padding: 1rem 1rem 2rem 1rem;
			margin-bottom: 2rem;
			overflow-y: auto;
			display: none;

			background-color: #fff;
		}
		.offcanvas-collapse.open {
			display: inline-block;
			z-index: 1040 !important;
		}
		.offcanvas-collapse.open .dropdown, .offcanvas-collapse.open li { width: 100%; }
		.offcanvas-collapse.open .dropdown-menu { border-width: 1px 0 0 0; }
		.offcanvas-collapse.open .megamenu-container {
			border-top: 1px solid #dee2e6 !important;
		}
		.offcanvas-collapse.open .megamenu-container .container {
			padding: 0 1rem 1rem;
			box-shadow: none !important;
		}
		.offcanvas-collapse.open .navbar-nav &gt; .nav-item:not(:last-child) {
			padding: 5px 0;
			border-bottom: 1px solid #dee2e6 !important;
		}
		.offcanvas-collapse.open .dropdown-toggle::after {
			display: inline-block !important; /* always show the toggles for offcanvas */
		}
		.offcanvas-collapse .nav-link {
			color: #000000 !important;
		}
	}

.offcanvas-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none; }
	@media (max-width: 991.98px) {
		.offcanvas-overlay.open {
			display: block;
			z-index: 1030;/*1029;*/
		}
	}

body.offcanvas-active {
	overflow:hidden;
}

/* Visual Feedback */
.dropdown-toggle::after {
	transition: transform 0.15s linear;
}
.show.dropdown .dropdown-toggle::after {
	transform: translateY(3px);
}



/* Layout for Student checkout */
.msb-top-navbar-row2 {
	padding: 5px; }
	.msb-top-navbar-row2.navbar-grey {
		background-color: #f8f9fa;
		border-top: 1px solid rgba(222, 226, 200, 0.5) !important;
		border-bottom: 1px solid #dee2e6 !important;
	}
	.msb-top-navbar-row2.navbar-grey .navbar-nav .nav-link {
		color: #fff;
	}


/* Mega Menus */
.megamenu {
	position: static; }
	.megamenu .dropdown-menu {
		background: none;
		border: none;
		width: 100%;
	}
	.megamenu-container .container {
		background-color: #fff;
		padding: 2rem;
		border-radius: 0.2rem;
		box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175) !important;
	}
	.megamenu-container .container.single-column {
		max-width: 400px;
	}
	.megamenu .list-group-item {
		font-weight: 500;
		background-color: transparent;
		font-size: 0.85rem;
	}


/* Store Dropdown */
.store-megamenu .container {
	max-width: 576px;
	background-color: #fff; }
	@media (min-width: 992px) {
		.store-megamenu .container {
			max-width: 768px;
		}
		/*.list-group-flush &gt; .list-group-item { border-bottom-width: 0; }*/
		.store-megamenu .container.single-column {
			max-width: 768px;
			background-image: url('/images/school-store-banner.jpg');
			background-position: right top;
			background-repeat: no-repeat;
			background-size: cover;
			padding-left: 5rem !important;
		}
	}
	@media (min-width: 1200px) {
		.store-megamenu .container {
			max-width: 992px;
			background-image: url('/images/school-store-banner.jpg');
			background-position: right top;
			background-repeat: no-repeat;
			background-size: cover;
		}
	}
	.store-megamenu .categories-list {
		max-height: 30vh;
		overflow-y: auto;
	}

/* Store Dropdown for AU country */
.store-megamenu-au .container {
	max-width: 576px !important;
	background-color: #fff; }
	@media (min-width: 992px) {
		.store-megamenu-au .container {
			max-width: 768px !important;
		}
		/*.list-group-flush &gt; .list-group-item { border-bottom-width: 0; }*/
		.store-megamenu-au .container.single-column {
			padding-left: 5rem !important;
		}
	}
	@media (min-width: 1200px) {
		.store-megamenu-au .container {
			max-width: 992px !important;
		}
	}
	.store-megamenu-au .categories-list {
		max-height: 30vh;
		overflow-y: auto;
	}


/* title-bar/breadcrumbs */
.title-bar {
	width: 100%;
	background-color: #f8f9fa;
	border-top: 1px solid rgba(222, 226, 200, 0.5) !important;
	border-bottom: 1px solid #dee2e6 !important;
}
.header-layout.blue-header .title-bar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
	/*border-bottom: 1px solid rgba(0, 93, 233, 0.5) !important;*/
}

.title-bar .title {
	float: left;
}
.breadcrumb {
	padding: 0 15px 5px 3px;
	margin: 9px 0 4px 0;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 400;
}
.breadcrumb &gt; li + li:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600; /* must be greater than 500 or some FontAwesome 5 icons will not display */
	content: "\f105"; /*\f105 angle-right*/
    display: inline-block;
    color: rgba(0, 0, 0, 0.35);
    padding: 0 5px;
    margin: 0 5px;
}
.breadcrumb &gt; .active {
	font-weight: 600;
	color: rgba(0, 0, 0, 0.65);
}
.breadcrumb a:focus {
	outline: thin dotted;
	outline: 1px dotted #fff;
	outline-offset: 0px;
}

.main-layout.blue-top .title-bar,
.header-layout.blue-header .title-bar {
	background-color: #005DE9;
}
.main-layout.blue-top .breadcrumb a,
.main-layout.blue-top .breadcrumb &gt; .active,
.main-layout.blue-top .breadcrumb &gt; li + li:before,
.header-layout.blue-header .breadcrumb a,
.header-layout.blue-header .breadcrumb &gt; .active,
.header-layout.blue-header .breadcrumb &gt; li + li:before {
	color: #fff;
}



a.navbar-brand.au img {
    width: 170px;
    max-width:200px;
    max-height: 100px;
    height: 71px;
}

a.navbar-brand.au {
    width: 170px;
    height: 71px;
}

</pre></body></html>