#QUURcookieDisclosureDiv {
	 left: 0 !important;
	/* fixes issue with layout being centred */
}
 body {
	 gap: 0 1.5rem;
}
 main {
	 display: grid !important;
	/* important bc of normalize (bootstrap) */
	/* min-inline-size: 50%;
	 - for mobile? */
}
 section.feature {
	 width: 100%;
}
 section:not(.feature), .fw-container.sp {
	 position: relative;
	 order: 1;
}
 footer {
	 order: 2;
}
/* layout styles (previously from core.css, after base elements) */
 header, main, footer {
	 width: 100%;
	 max-width: 1920px;
}
 header {
	 display: grid;
}
 .qu-menu {
	 margin-bottom: var(--size-3);
	 padding-inline-end: 3rem;
}
 .top-nav .fw-container {
	 width: 100%;
	 max-width: 88rem;
	 display: flex;
	 text-align: center;
}
 .top-nav .site-links {
	 width: 100%;
	 padding-bottom: 1rem;
}
 .top-nav .site-name {
	 font-size: var(--font-size-fluid-2);
}
 .site-links .col2 {
	 display: flex;
	 align-items: center;
	 padding: 0;
}
 .site-links .col2 .button-group {
	 max-width: fit-content;
}
 .banner.hp .fw-container {
	 z-index: 5;
}
 .banner.module {
	 display: flex;
	 flex-direction: column;
	 align-items: inherit;
	 justify-content: flex-end;
}
 .banner.lp, .banner.sp {
	 align-items: flex-end;
}
 .banner .fw-container, .banner.module .module-header {
	 z-index: 5;
	 padding-bottom: 0.75rem;
	 padding-top: 0.5rem;
	 line-height: 1.15;
}
 .banner .bottom {
	 background-image: var(--gradient-bottom);
	 width: 100vw;
	 height: 85%;
	 max-width: 120rem;
	 position: absolute;
	 /*left: 0;*/
	 bottom: 0;
}
 .banner.hp .bottom { height: 90%; }
 
 .banner.lp, .banner.sp, .banner.module {
	 min-height: 250px;
}
.banner .title-mask, .banner .subtitle-mask {
	background-image: var(--gradient-banner-title, #002452ab);
    /* display: inline-block; */
    width: fit-content;
	padding-inline: 0.5rem 3rem;
	padding-block-end: 0.25rem;
	margin-block-start: 20px;
}
.banner.hp .separator {
	/* display: inline-block; */
    width: 80px;
	height: 0px;
	border: 4px solid #FFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	margin: 20px 5px 
}
 .banner h1, .banner.module .module-header  {
	/*max-width: 100%;*/
	 font-family: var(--font-accent, gotham_ssm);
	 font-feature-settings: var(--font-accent-setting);
	 line-height: var(--font-lineheight-0);
	 letter-spacing: 0.01em;
	 text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
	 margin-bottom: 0.25rem;
}
 .banner.hp h1 {
	/* width: var(--size-content-1); */
	 font-size: var(--font-size-fluid-3);
}
 .banner p {
	font-size: var(--font-size-fluid-1);
	width: var(--size-content-2);
	font-weight: var(--font-weight-6);
	line-height: 1.3;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	letter-spacing: 0.075em;
	max-width: 90vw;
	margin-bottom: 0;
}
 .banner.module .module-header {
	 font-size: var(--font-size-6);
	 text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
 .banner.module .module-header a {
	 text-decoration: none;
}
 .banner.module .module-header a:hover {
	 color: var(--sl-color-warning-200);
	 text-decoration: underline;
}
 .banner.module .module-header a:active, .banner.module .module-header a:visited {
	 color: inherit;
}
 .banner.module .page-title {
	/* display: block;
	 position: relative;
	 */
	 max-width: 1400px;
	 padding: 0 1rem;
	 background-color: #FFF;
	 color: var(--darkest-grey);
	 z-index: 1;
}
 .banner.module .page-title h1 {
	 font-size: revert;
	 text-shadow: unset;
	 padding-bottom: 0;
	/* not ideal--shouldn't have padding on h1 in principle */
	 font-weight: var(--font-weight-5);
}
 .banner.tile {
	 background-size: revert;
	 background-repeat: repeat;
}
 .main-section, .d-container {
	 margin-bottom: 1rem;
}
 section .fw-container {
	 max-width: 1400px;
}
/* For pages with sidebar nav */
 aside {
	/* does this affect module css? */
	 order: 0;
	 contain: size;
	 position: sticky;
	 top: 1rem;
	 z-index: 99;
	 flex-basis: 20rem;
	/*flex-grow: 1;
	 */
}
 aside #nav-sidebar {
	 display: flex;
	 flex-direction: column;
	 width: max-content;
	 max-height: fit-content;
	 height: fit-content;
	 margin: 0;
	 z-index: 2;
}
 aside #nav-sidebar button.navToggle {
	 position: relative;
	 box-sizing: content-box;
	 display: flex;
	 align-items: center;
	 padding: var(--size-1);
	/* default - gets larger on larger screens */
	 z-index: 3;
	 font-size: var(--font-size-fluid-0);
	/* default - gets larger on larger screens */
}
 aside #nav-sidebar #menu-page-vt {
	 display: none;
	 position: relative;
	 left: 0;
	 top: 0;
	 height: 100%;
	 overflow: auto;
	 margin: 0;
}
 #back-to-top {
	 display: none;
}
/* move default section styles here (above media queries) */
 section.featured {
	 display: grid;
	 justify-content: center;
	 padding-bottom: 2rem;
}
 section.angled {
	 padding: 1rem 0;
}
 .footer-bottom {
	 position: relative;
}
 .footer-address {
	 background-color: #000;
	 position: relative;
	 width: fit-content;
	 padding: 2rem;
	 z-index: 2;
}
/*** Media Queries ***/
 @media screen and (min-height: 300px) {
	 #nav-sidebar ul {
		 position: sticky;
		 top: 0;
	}
}
 @media screen and (min-height: 70rem) {
	 #back-to-top {
		 display: flex;
		 align-items: center;
	}
}
 @media screen and (max-width: 30rem) {
	/* < 480p */
	 .banner.lp, .banner.sp, .banner.module {
		 background-size: cover !important;
	}
	 .banner.module {
		 padding-inline-start: 0;
	}
	 .banner.module .module-header {
		 padding-inline-start: 1rem;
	}
	 .banner.module .page-title {
		 margin-inline-start: 0;
		 width: 100vw;
		 font-size: var(--font-size-fluid-0);
	}
	 .banner.module .bottom {
		 top: 15%;
		 height: 100%;
	}
	 .qu-menu, .top-nav .fw-container, .main-navbar, .banner, nav.breadcrumb, 
	/* .footer-top, .footer-bottom, */
	 .main-section, section .fw-container, section .d-container {
		 padding-inline-start: 1rem;
		 padding-inline-end: 1rem;
	}
	 .top-nav .fw-container {
		 padding-top: 1rem;
		 padding-inline: 1.5rem;
		/*justify-content: center;
		*/
	}
	 .site-links :first-child {
		 margin-bottom: 1rem;
	}
	 .fw-container.program-search {
		 width: min-content;
		 margin: 0 auto;
		 padding-inline-end: 3rem;
		 text-align: center;
	}
	 section .hw-left .col-sm-6, .hw-both > :first-child, .sidebar-left, .content-left {
		 padding-inline-start: 1.5rem;
	}
	 section .hw-right .col-sm-6, .hw-both > :last-child, .sidebar-right, .content-right, .back-to-top {
		 padding-inline-end: 1.5rem;
	}
	 aside {
		 position: initial;
	}
	/* unstick sidebar */
	 aside #nav-sidebar {
		 width: 100vw;
	}
	/* full width @ 480+ */
	 .has-sidebar {
		 top: 4rem;
	}
	/* to accommodate sidebar nav */
	 footer {
		 position: relative;
		top: 3rem;
	}
	 .footer-top {
		 text-align: center;
		 padding: 0 1rem;
	}
	 .footer-address {
		 width: 100vw;
	}
	 section.fw.angled {
		 clip-path: none;
	}
}
 @media screen and (max-width: 80rem) {
	/* overrides inline styles - revisit! */
	 .banner.lp, .banner.sp, .banner.module {
		 background-size: cover !important;
		 background-position: center !important;
	}
}
 @media screen and (min-width: 30rem) {
	/* > 480p */
	 .top-nav .fw-container {
		 padding-top: 1.5rem;
	}
	 .footer-bottom {
		 padding-bottom: 3rem;
	}
	 .footer-address {
		 background-color: #000c;
	}
	 .qu-menu, .top-nav .fw-container, .main-navbar, .banner, nav.breadcrumb, .footer-top, .footer-bottom, .main-section, section .fw-container:not(.post-page), section .d-container {
		 padding-inline-start: 2rem;
		 padding-inline-end: 2rem;
	}
	 section .hw-left .col-sm-6, .hw-both > :first-child, .sidebar-left, .content-left {
		 padding-inline-start: 2rem;
	}
	 section .hw-right .col-sm-6, .hw-both > :last-child, .sidebar-right, .content-right, .back-to-top {
		 padding-inline-end: 2rem;
	}
}
 @media only screen and (max-width: 690px) {
	 .generic .endlessgrid {
		 flex-wrap: wrap;
	}
}
 @media only screen and (min-width: 48rem) {
	/* > 768px */
	 .top-nav .fw-container {
		 justify-content: left;
	}
	/*.top-nav .site-links {
		 flex-wrap: initial;
	}
	*/
	 .top-nav .site-links .site-name {
		 font-size: var(--font-size-4);
	}
	 .top-nav .col1 {
		 padding-right: 0;
	}
	 .qu-menu, .top-nav .fw-container, .main-navbar, .banner, .breadcrumb, 
	/*.footer-top, .footer-bottom, */
	 .main-section, section .fw-container, .hw-left > div:first-child,
	 .hw-right > div:last-child, .hw-both .col-sm-6, .events-detail {
		 padding-inline-start: 2rem;
		/* should check this, already set @ 30rem */
		 padding-inline-end: 2rem;
	}
	 .hh-events figure img {
		 max-width: 616px;
	}
}
 @media screen and (min-width: 1025px) {
	/* 64rem + 1px */
	 .top-nav .site-links .site-name {
		 font-size: var(--font-size-5);
	}
	 .top-nav #e4e img {
		 width: 85%;
	}
	 .banner.lp h1, .banner.sp h1, .banner.module .module-header {
		 font-size: var(--font-size-7);
	}
	 .banner.module {
		 padding-top: 8rem;
	}
	 .banner.hp h1 {
		 width: var(--size-content-1);
	}
	 .banner.hp p {
		 width: var(--size-content-2);
	}
	/*section .d-container {
		 - why did I do this? margin-inline-start: 4rem;
		 margin-inline-end: 4rem;
	}
	*/
	 .main-section.has-sidebar, section.has-sidebar .fw-container, section.has-sidebar .hw-both .col-sm-6:first-child, section.has-sidebar .hw-left .col-sm-6:first-child {
		 padding-inline-start: 9rem;
	}
	 section.has-sidebar .hw-right .col-sm-6, section.has-sidebar .hw-left .col-sm-6, section.has-sidebar .hw-both .col-sm-6 {
		 flex-basis: 49vw;
		 max-width: 49vw;
	}
	 .sidebar-left, .content-left {
		 padding-inline-start: 4rem;
	}
	 .sidebar-right, .content-right, .back-to-top {
		 padding-inline-end: 4rem;
	}
	 section.featured .features {
		 padding-inline-start: 1rem;
		 padding-inline-end: 1rem;
		 max-width: 992px;
		 grid-gap: 1rem;
	}
}
 @media screen and (min-width: 80rem) {
	/* > 1280p */
	 .top-nav .site-links { max-width: 70rem; }
	 
	 .banner.lp, .banner.sp, .banner.module {
		 min-height: 250px;
		 background-position: center !important;
	}
	 .qu-menu, .top-nav .fw-container, .main-navbar, .banner, nav.breadcrumb, .footer-top, .footer-bottom, .main-section:not(.has-sidebar), section:not(.featured) .fw-container, section .d-container, .events-detail {
		 padding-inline-start: 8rem;
		 padding-inline-end: 8rem;
	}
	 section.featured .features {
		 max-width: 64rem;
	}
	 .footer-bg {
		 background-size: 100%;
	}
	 .main-section.has-sidebar, section.has-sidebar .fw-container,
	 section.has-sidebar .d-container, section.has-sidebar .hw-left .col-sm-6:first-child, section.has-sidebar .hw-both .col-sm-6:first-child, .sidebar-left, .content-left{
		 padding-inline-start: 10rem;
	}
	/* .main-section.has-sidebar, */
	section.has-sidebar .fw-container,
	 section:not(.has-sidebar) .hw-right .col-sm-6:last-child,
	 section.has-sidebar .hw-both .col-sm-6:first-child,
	 .hw-both .col-sm-6:last-child,
	 .sidebar-right, .content-right, .back-to-top {
		 padding-inline-end: 8rem;
	}
	 section.has-sidebar .hw-left div:not(.bg-img),
	 section.has-sidebar .hw-both .col-sm-6:first-child {
		 padding-inline-end: 2rem;
	}
	 section.angled {
		/* background: linear-gradient(105deg, white 25%, var(--qu-gold) 25%, white 75%, var(--qu-gold) 25%);
		 */
		 clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
		 padding: 5.3rem 0;
	}
	/* aside #nav-sidebar {
		 max-width: 375px;
		 - already defined at lower breakpoint width: fit-content;
		 - not sure about this - 14rem @ 80rem and up 
	}
	 aside #nav-sidebar button.navToggle {
		 padding: var(--size-3);
	} */
}
@media screen and (min-width: 90rem) {		/* > 1440p */
	/*.top-nav .site-links {
		 max-width: 66rem;
	} */
	main section p, main section li { font-size: 1.1rem; }

	.qu-menu, .top-nav .fw-container, .main-navbar, .banner,
	 nav.breadcrumb, .footer-top, .footer-bottom,
	 .main-section:not(.has-sidebar), .main-section.has-sidebar,
	 section:not(.featured) .fw-container, section .d-container {
		 padding-inline-start: 12rem;
		 padding-inline-end: 12rem;
	}
	 section:not(.has-sidebar) .hw-left .col-sm-6, .hw-both .col-sm-6, .sidebar-left, .content-left {
		/*flex-basis: 51vw;
		 - not working as expected max-width: 51vw;
		*/
	}
	 section:not(.has-sidebar) .hw-left .col-sm-6:first-child, .hw-both .col-sm-6:first-child, .sidebar-left, .content-left {
		 padding-inline-start: 12rem;
	}
	 section:not(.has-sidebar) .hw-right .col-sm-6:last-child, .hw-both .col-sm-6:last-child, .sidebar-right, .content-right, .back-to-top {
		 padding-inline-end: 12rem;
	}
	 section.has-sidebar .hw-left .col-sm-6:first-child {
		 padding-inline-start: 12rem;
		 padding-inline-end: 3rem;
	}
	 section.has-sidebar .hw-right .col-sm-6:last-child {
		 padding-inline-start: 3rem;
	}
}
 @media screen and (min-width: 1500px) {
	/* half + half breaks @ 1502px */
	 section:not(.has-sidebar) .hw-left .col-sm-6, .hw-both .col-sm-6, .sidebar-left, .content-left {
		 flex-basis: 50%;
		 max-width: 50%;
	}
}
 @media screen and (min-width: 96rem) {		/* 1536p */
	 .qu-menu, .top-nav .fw-container, 
	 .main-navbar, .banner, nav.breadcrumb, 
	 .footer-top, .footer-bottom,
	 .main-section:not(.has-sidebar), .main-section.has-sidebar,
	    section:not(.has-sidebar) .fw-container, section .d-container {
		 padding-inline-start: 14rem;
		 padding-inline-end: 14rem;
	}
	 section.has-sidebar .d-container,
	 section:not(.has-sidebar) .hw-left .col-sm-6:first-child, 
	 section.has-sidebar .hw-left .col-sm-6:first-child {
		 padding-inline-start: 14rem;
	}
	 section:not(.has-sidebar) .hw-right .col-sm-6:last-child,
	 section.has-sidebar .hw-right .col-sm-6:last-child {
		 padding-inline-end: 13rem;
	}
	 section.has-sidebar .fw-container {
		 padding-inline-start: 14rem;
		 padding-inline-end: 12rem;
	}
	 section.featured .features {
		 max-width: 68rem;
		/* 1088px? */
		 grid-gap: 4rem;
	}
}
 @media screen and (min-width: 120rem) { 	/* > 1920p */
	 .top-nav .site-links {
		 max-width: 100rem;
	}
	 .qu-menu, .top-nav .fw-container, .main-navbar, .banner, .breadcrumb, 
	 .footer-top, .footer-bottom, 
	 .main-section:not(.has-sidebar), 
	 section:not(.has-sidebar) .fw-container, section .d-container {
		 padding-inline-start: 16rem;
		 padding-inline-end: 16rem;
	}
	/*section .d-container {
		 margin-inline-start: 16rem;
		 - no longer needed? margin-inline-end: 16rem;
	}
	 */
	 .main-section.has-sidebar, section.has-sidebar .fw-container, section.has-sidebar .hw-left div:not(.bg-img), section.has-sidebar .hw-both .col-sm-6:not(:last-child) {
		 padding-inline-start: 15rem;
		/* ~width of #nav-sidebar button when collapsed = ~250px+ */
	}
	 .main-section.has-sidebar, section.has-sidebar .fw-container, section.has-sidebar .hw-left div:not(.bg-img) {
		 padding-inline-end: 11rem;
		/* = 176px = 1328px for content area */
	}
}
/** Objects **/
 .top-nav, .banner {
	 background: var(--qu-blue, #002452);
}
 .top-nav#dept {
	 background: var(--darkest-grey, #58595b);
}
 .top-nav #e4e {
	 background-color: #fff;
	 padding: 0.5rem;
	 text-align: center;
}
 .banner {
	 display: grid;
	 grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	 background-repeat: no-repeat;
	/* background-size: cover;
	 - for large images */
	 background-position: center;
}
 .banner.hp {
	 height: 400px;
	 background-attachment: fixed;
	 background-position: top center;
	/* Need to document this (w/screenshot) */
	 align-items: center;
	 position: relative;
}
/* Overrides - Module sites */
 .hh-news {
	 padding: 0 1rem;
}
 .hh-news .row {
	 margin: revert;
}
 .hh-news .container {
	 margin: 0 auto;
}
 .directory h1 {
	 margin-top: 1em;
	 color: var(--darkest-grey);
}
 .directory h2 {
	 margin-top: 0;
	 font-size: 1.5rem;
	 font-weight: var(--font-weight-4);
	 color: var(--darkest-grey);
}
 .directory .h3 {
	 margin-top: 15px;
	 font-weight: var(--font-weight-5);
	 font-size: var(--font-size-3);
}
 .directory .contact-info {
	 line-height: 1.6;
}
/** Content area -- not sure if .main-content is in use, the rest is causing issues .main-section, .main-content {
	 display: flex;
	 flex-wrap: wrap;
	 flex-basis: 0;
	 flex-grow: 999;
	 min-inline-size: 55%;
	 gap: var(--size-5);
}
 */
/* aside, .sidebar {
	 box-sizing: content-box;
	 flex-basis: 20rem;
	 flex-grow: 1;
}
 */
 .main-container section {
	/* may not work (section inside container div) */
	 width: 100%;
	 margin: 0 auto;
	 padding: 0;
}
 .fw-container {
	 box-sizing: content-box;
	/* margin-inline: auto;
	 max-inline-size: var(--max-width-block);
	 */
}
 .hp.featured {
	/* this all needs work */
	 margin: 0;
	 background-image: linear-gradient(var(--qu-blue), var(--qu-blue)), linear-gradient(to top left, transparent 49.8%, var(--qu-blue) 50%);
	/* background-attachment: fixed;
	 background-repeat: no-repeat;
	 background-size: 50.1% 100%;
	 background-position-x: left, right;
	 background-position-y: top, 220px;
	 */
}
/* Site links above main nav menu */
 .top-nav .site-links a.site-name, .top-nav .site-links a.faculty-link {
	 position: relative;
	 color: var(--light-grey, #f1f2f2);
	 text-decoration: none;
	 line-height: var(--font-lineheight-2, 1.375);
}
 .top-nav .site-links a.site-name:hover, .top-nav .site-links a.faculty-link:hover {
	 color: #fff;
}
 .top-nav .site-links a.site-name::before, .top-nav .site-links a.faculty-link::before {
	 content: "";
	 position: absolute;
	 display: block;
	 width: 100%;
	 height: 1px;
	 bottom: 0;
	 left: 0;
	 background-color: #a7a9ac99;
	 transform: scaleX(0);
	 transform-origin: bottom right;
	/* not sure about this */
	 transition: transform 0.5s ease-out;
}
 .top-nav .site-links a.site-name:hover::before, .top-nav .site-links a.faculty-link:hover::before {
	 transform: scaleX(1);
	 transform-origin: bottom left;
	/* not sure about this */
}
 .top-nav .site-links .faculty-link {
	 text-transform: uppercase;
}
 .top-nav .main {
	 padding: 1em 5% 5em;
}
 .top-nav .secondary-nav {
	 padding-top: 1.5rem;
	 text-align: right;
	 color: var(--light-grey, #f1f2f2);
}
 .top-nav .secondary-nav .links {
	 display: inline-block;
	 margin-right: 0.75rem;
}
 .top-nav .secondary-nav .links a {
	 color: var(--light-grey, #f1f2f2);
}
 .top-nav sl-drawer::part(base) {
	 border: solid 2px var(--sl-panel-border-color);
	 color: var(--darkest-grey);
	 text-align: left;
}
 .fw {
	 width: 100%;
}
 .main-container {
	/* change this or use something like main-container */
	/* ↓ Grow from nothing */
	 flex-basis: 0;
	 flex-grow: 999;
	 min-inline-size: 55%;
	/* wrap when elements are ~equal width */
}
/** Landing Page section styles -- should retest variables!! **/
 section.light-grey {
	 background: var(--lightest-grey);
	/* --bg-colour: var(--lightest-grey);
	 */
}
 section.dark-grey {
	 background: var(--darkest-grey);
	/* --bg-colour: var(--darkest-grey);
	 */
}
 section.blue {
	/** RETEST THIS!!! **/
	 background: var(--qu-blue);
	 --bg-colour: var(--qu-blue);
	 --text-colour: var(--off-black);
	/* for patterned bg, tends to be lighter at top -- NEEDS TESTING */
}
 section.gold {
	 background-color: var(--qu-gold);
	 --bg-colour: var(--qu-gold);
}
 section.red {
	 background-color: var(--qu-red);
}
 section.red.chevrons {
	 background: url("../../_images/bg-red-chevrons_1.svg") no-repeat center;
	 min-height: 84px;
}
 section.grad-pattern {
	/** will likely need different versions for different colours (red & blue gradients would be too light) **/
	 color: var(--text-colour);
	 background: linear-gradient(rgba(255, 255, 255, 0) 0%, var(--bg-colour) 100%), url("/renderfile/c220b0ec0a00bbda20b6f0a280781d6c/_images/patterns/bg-hexagons-gold.svg");
	 background-blend-mode: lighten;
	 background-size: cover;
	/*background: -moz-linear-gradient(rgba(255,255,255,1) 0%, var(--bg-colour) 100%);
	 background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, var(--bg-colour) 100%);
	 background: linear-gradient(rgba(255,255,255,1) 0%, var(--bg-colour) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="var(--bg-colour)",GradientType=1);
	 */
}
 section.blue, section.red, section.dark-grey, section.blue a:hover, section.red a:hover, section.dark-grey a:hover, .blue a.icon-prefix::before, .red a.icon-prefix::before, .dark-grey a.icon-prefix::before, .blue a.icon-suffix::after, .red a.icon-suffix::after, .dark-grey a.icon-suffix::after {
	 color: #FFF;
}
/* half & half section */
 .hw-container {
	 display: flex;
	 margin-inline-start: 0;
	 margin-inline-end: 0;
}
 .hw-container > .bg-img {
	 aspect-ratio: 16 / 9;
	/* was 3 / 2 */
	 background-repeat: no-repeat;
	 background-size: cover;
	/* needed to scale, esp small screens */
	 background-position: center center;
	 padding-bottom: 2rem;
}
/* Every Layout styles reference: https://every-layout.dev/layouts/frame/ */
 .stack {
	 display: flex;
	 flex-direction: column;
	 justify-content: flex-start;
	 width: 100%;
	 max-width: 100vw;
	 overflow:hidden;
}
 .stack:first-child:not(.hp) {
	 margin-block-start: 1.5rem;
}
 .stack:only-child {
	/* ↓ `height` in horizontal-tb writing mode */
	 block-size: 100%;
}
 .fw.stack .fw-container {
	 padding-block-end: 1.5rem;
}
 .hw.stack {
	 margin-bottom: 0;
}
 .hw.stack + .stack {
	 margin-top: 0;
}
 .hw-both {
	 align-items: center;
}
 .main-container .content, .footer-top {
	 padding-top: 1rem;
}
 .footer-top {
	 font-size: var(--sl-font-size-small);
	 color: var(--qu-blue);
}
 a#back-to-top svg {
	 width: 24px;
	 margin-right: 5px;
}
 .footer-bg {
	 width: 100%;
	 height: 100%;
	/*background-size: 100%;
	 - not for mobile */
	 background-position: bottom left;
	 background-repeat: no-repeat;
	 background-origin: padding-box;
	 background-attachment: fixed;
	 position: absolute;
	 z-index: 1;
	 top: 0px;
	 left: 0px;
	 clip-path: polygon(0% 3vw, 100vw 0%, 100vw 100vw, 0% 100vw);
}
 
 
 /*** NEW FOOTER STYLES -= clean up later ***/
 
 p.mini-title, ul.mini-title {
    font-family: var(--font-sans);
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
}
ol, ul { 
    padding-left: 2.5em;
	margin-top: 0;
	margin-bottom: 10px;
}
img {
	max-width: 100% !important;
	height: auto;
    vertical-align: middle;
    border: 0;
}
svg:not(:root) { overflow: hidden; }

.bttn {
	display: inline-block;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: "gotham_ssm";
	font-feature-settings: "ss01";
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	z-index: 1;
	transition: 0.2s ease-in;
	-o-transition: 0.2s ease-in;
	-ms-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
}

.bttn.backToTop {
	/*color: var(--qu-blue, #002452);*/
	line-height: 48px;
}
.bttn.backToTop span {
	display: inline-block;
	position: relative;
	height: 48px;
	width: 48px;
	border: 1px solid #FFF;
	text-align: center;
	margin-left: 16px;
	background: none;
	vertical-align: center;
}

.bttn.backToTop span::before {
	content: "";
	position: absolute;
	background-color: #fabd0f;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	transition: top 0.2s ease-in;
	-webkit-transition: top 0.2s ease-in;
}
.bttn.backToTop span svg {
	position: relative;
	top: 4px;
	display: inline-block;
	fill: #FFF;
	height: 15px;
	width: 15px;
}
.bttn.backToTop:hover span {
  color: #002452;
  border-color: #fabd0f;
  transition: top 0.2s ease-in;
  -webkit-transition: top 0.2s ease-in;
}

footer .footer-top { 
    text-align: right; 
    padding-bottom: 1rem;
}
footer .footer-bottom {
    background-color: var(--qu-blue, #002452);
    color: #FFF;
    font-size: 0.875em;
	font-weight: 600;
	padding-top: 40px;
}
footer {
	padding-top: 87px;
    display: block; /* global style - normalize */
}
footer#main-footer .container { background-color: #002452; } /* temp - for comparison */

footer .footer-title {
    font-weight: 600;       /* overrides core.css (remove) */
    font-family: var(--font-sans);
    font-size: 1.5rem;
    line-height: 36px;
    margin-bottom: 30px;
}
footer .footer-subtitle {
    font-size: 1rem;
    font-weight: 600;
}

footer .mini-title { 
    margin-bottom: 15px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: 2px;
}
.copyrightInfo .queens-logo {
    margin-bottom: 20px;
}
footer a, footer a.bttn.tertiary {
	color: #ffffff;
	text-decoration: none;
}
footer a:focus, footer a.bttn.tertiary:focus {
    color: #ffffff !important;
}
footer a svg, footer a.bttn.tertiary svg {
	fill: #ffffff;
	height: 15px;
	width: 15px;
	margin-right: 6px;
	position: relative;
	top: 2px;
}
footer a:hover, 
footer a.bttn.tertiary:hover { color: #fabd0f; }

footer .identityAndLinks {
    margin-bottom: 60px;
}
footer .identityAndLinks .col-xxl-3,
footer .contactInfo .col-xxl-3 { padding-left: var(--size-8, 3rem); }
footer .identityAndLinks .col-xxl-9 { padding-right: var(--size-8, 3rem); }

footer .identityAndLinks .col-xxl-3 img {
	width: 229px;
	height: auto;
	margin-bottom: 20px;
}
footer .identityAndLinks .col-xxl-3 svg {
    height: 16px;
    width: 16px;
    fill: #ffffff;
    position: relative;
    top: 2px;
    margin-left: 6px;
}
footer .identityAndLinks .footerNav {
	list-style: none;
	column-count: 3;
	margin-top: var(--size-4, 1.25rem);
}
footer .footerNav {
    padding-left: 0;
}
footer .identityAndLinks .footerNav li { 
    margin-bottom: var(--size-3, 1rem);
    margin-top: initial;
}
footer .contactInfo { margin-bottom: 60px; }
footer .contactInfo .col-xxl-9 { padding-left: 0; }

footer .contactInfo .footerContactLinks, 
footer .contactInfo .footerSocialLinks {
	list-style: none;
	padding-left: 0;
}
footer .contactInfo .footerSocialLinks li {
  margin-right: 20px;
  margin-top: 0px;
}
footer .contactInfo .footerContactLinks li,
footer .contactInfo .footerSocialLinks li { display: inline-block; }
footer .contactInfo .footerContactLinks li { margin-right: 2rem; }
footer .contactInfo .footerContactLinks li { margin-right: 1rem; }
footer .contactInfo .footerSocialLinks li svg {
	height: 1.5rem;
	width: 1.5rem;
}
footer .divider {
    width: 100%;
	height: 1px;
	background: #ffffff;
	margin-bottom: 2.8rem;
}
footer .copyrightInfo {	
    width: 100%;
    padding-bottom: 2.5rem; 
}
footer .copyrightInfo .col-xl-6 {
    text-align: center;
}
footer .copyrightInfo .col-xl-6 svg {
    height: 1rem;
    width: 1rem;
    fill: #ffffff;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

footer .copyrightInfo .col-xl-3.col-lg-12:last-of-type { text-align: right; }
footer .contactInfo .footerSocialLinks li svg:last-of-type,
footer .copyrightInfo .col-xl-3.col-lg-12:last-of-type svg { margin-right: 0; }
footer .copyrightInfo .center {
    font-weight: 600;
    line-height: 24px;
}
footer .copyrightInfo .copyright {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
}
footer .copyrightInfo .land-acknowledgement {
    line-height: 24px;
    max-width: 390px;
}
footer .postFooter {
	/* width: 100%; 
    width: 101.375%; */
	--bs-gutter-x: 0;
}
footer .postFooter .postFooterGold, footer .postFooter .postFooterRed {
	width: 50%;
	height: 20px;
}
footer .postFooter .postFooterGold { background-color: #fabd0f; }
footer .postFooter .postFooterRed { background-color: #b90e31; }
 
@media (max-width:1599px) {
        footer .footer-top { text-align: right; }
    footer .contactInfo .col-xxl-3.col-lg-12 { padding-left: 20px; }
}

@media (max-width:1399px) {                     /**** NB - selectors have changed! ****/
    footer .contactInfo .col-xxl-3.col-lg-12 {
        margin-top: 20px;
        padding-left: 0;
    }
    footer .contactInfo .col-xxl-9.col-lg-12 .footerContactLinks li { margin-top: 10px; }
}

@media (max-width:1199px) {                         /**** NB - selectors have changed! ****/
    footer .copyrightInfo .col-xl-3.col-lg-12,
    footer .copyrightInfo .col-xl-6.col-lg-12,
    footer .copyrightInfo .col-xl-3.col-lg-12:last-of-type,
    footer .copyrightInfo .col-xl-6.col-lg-12:last-of-type { text-align: left; }
    footer .copyrightInfo .col-xl-6.col-lg-12 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer .copyrightInfo .col-xl-6.col-lg-12 p {
        padding-left: 40px;
        position: relative;
    }
    footer .copyrightInfo .col-xl-6.col-lg-12 p img {
        position: absolute;
        left: 0;
    }
}

@media (max-width:991px) {
    footer .identityAndLinks .footerNav { column-count: 2; }
    footer .contactInfo .col-xxl-3.col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width:767px) {
    footer .identityAndLinks {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .identityAndLinks .col-xxl-3.col-lg-3.col-md-4 {
        padding-left: calc(var(--bs-gutter-x) * 0.75);
    }
    footer .identityAndLinks .col-xxl-9.col-lg-9.col-md-8 {
        padding-right: calc(var(--bs-gutter-x) * 0.75);
        margin-top: 25px;
    }
    footer .identityAndLinks .col-xxl-9.col-lg-9.col-md-8 .footerNav {
        padding-left: 0;
    }
    footer .contactInfo {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .copyrightInfo {
        padding-left: 20px;
        padding-right: 20px;
    }
    footer .copyrightInfo .col-xl-6 {
        text-align: center;
    }
    footer .copyrightInfo .col-xl-3.col-lg-12:nth-of-type(2) p {
        padding-left: 35px;
    }
    footer .copyrightInfo .col-xl-3.col-lg-12:nth-of-type(2) p img {
        position: absolute;
        left: 10px;
    }
}

/*** OVERRIDES - clean up later ***/

/* to make emergency alerts align with the rest of the interface + default styles */
 .block-emergency-alerts {
	 background-color: #002452;
	 color: #FFF;
}
 #quur-emergency-alerts > * > * {
	 padding-inline-start: 1rem;
	 padding-inline-end: 1rem;
}
 .quur-block-emergency-emergency-alert > * {
	 margin-inline-start: 1rem;
	 margin-inline-end: 1rem;
}
/* @media screen and (min-width: 480px) {
	 .block-emergency-alerts .content.block-content {
		 --side-padding: 2rem;
		 padding-inline-start: var(--side-padding);
		 padding-inline-end: var(--side-padding);
	}
}
 */
 .top-nav#dept {
	 height: 80px;
	 background-color: #FFF;
}
 .top-nav .site-links {
	 padding-inline-start: 50px;
}
 .top-nav .site-links a.site-name {
	 color: var(--qu-blue);
	 font-size: 1.75rem;
	 font-weight: 600;
	 line-height: 40px;
}
 .top-nav .site-links a.site-name:hover {
	 color: #212121;
	 text-decoration: underline;
}
 .top-nav .site-links a.site-name::before {
	 background-color: #FFF;
	 transform: none;
}
 .top-nav .site-links a.site-name:hover::before {
	 transform: none;
}
 .program-search .search-container {
	 background-color: #FFF;
	 box-shadow: none;
}
 .program-search .search-dropdown {
	 display: grid;
	 width: 100%;
}
 .program-search .search-dropdown label {
	 font-size: 1.5rem;
	 font-family: var(--font-accent);
	 font-weight: var(--font-weight-4);
	 margin-bottom: 1rem;
}
 .program-search .search-dropdown .input-wrapper {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 background-color: var(--lightest-grey);
	 width: 100%;
	 padding: 0 2rem;
	 margin-bottom: 1rem;
	 border-radius: 8px;
	 font-size: var(--font-size-fluid-1);
}
 .program-search .search-dropdown .input-wrapper sl-icon {
	 margin: 1rem 1rem 1rem 0;
}
 .program-search .search-dropdown .input-wrapper input#searchInput {
	 font-family: var(--font-accent);
	/* + font-feature */
	 font-size: 1.15rem;
	 background-color: var(--lightest-grey);
	 width: 100%;
	 max-width: revert;
	 padding: 1rem;
	 margin: 0.5rem 0;
	 border: 0;
	 background-image: none;
}
 .program-search .search-dropdown .input-wrapper input#searchInput:before {
	/*content: "\f002";
	*/
	/*font: var(--fa-font-light);
	*/
	 position: absolute;
	 top: 50%;
	 left: 10px;
	 font-size: 30px;
	/*margin-top: -21px;
	*/
	 color: #6a625c;
}
 .search-dropdown sl-button {
	 justify-self: end;
}
 .program-search .search-content {
	 overflow: auto;
}
 .program-search .search-content a {
	 color: var(--link-primary);
	 font-size: var(--font-size-2);
}
 .program-search .search-content a:hover, .program-search .search-content a:active, .program-search .search-content a:focus {
	 color: var(--link-secondary);
}
