@font-face {
  font-family: "Gotham";
  src: url('https://nusites.northwood.edu/web-assets/Gotham/Gotham-Book.otf');
}
@font-face {
	font-family: "Gotham Ultra";
	src: url('https://nusites.northwood.edu/web-assets/Gotham/Gotham-Ultra.otf');
}

/*
Enforce border-box sizing as a baseline, except for SQS admin
*/
html {
	box-sizing: border-box;
	overflow-x: hidden;
}
*, *:before, *:after {
	box-sizing: inherit;
}
.sqs-layout-insert-block-menu .sqs-blockicon .label {
    box-sizing: initial;
}

body main a,
body [role="main"] a {
  color: #0076bb;
}

/*
Hide empty links and headings
*/
html body a:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
	display: none;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 18px;
  margin: 1rem auto;
}
h6 {
  font-size: 17px;
}
[data-pending="true"] {
	display: none;
}
/*
Screen Reader Only Elements
*/
.sr-only {
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
#skip-link:focus {
  left: 0;
  opacity: 1;
  width: auto;
  height: auto;
  clip: initial;
  background: #ffffff;
  color: #000000;
  padding: 0.5rem;
  text-decoration: underline;
  border: 1px solid #0076bb;
  z-index: 99999;
}

/*
Allow for bold, italics, caps, etc. via class names
*/
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
}

/*
Focus styling for links/buttons
*/
#logoImage a:focus {
  outline: 1px dotted #0076bb !important;
}
a:focus,
a:active {
	outline: 1px dotted;
}
button:focus,
button:active {
	outline: 1px dotted;
	box-shadow: 2px 2px 0px #0076bb;
}
.sqs-block.sqs-block-button a.sqs-block-button-element:focus,
.sqs-block.sqs-block-button a.sqs-block-button-element:hover {
  background: #ffffff;
  color: #0076bb;
  border: 1px solid #0076bb;
  opacity: 1;
}
.sqs-block.sqs-block-button a.sqs-block-button-element {
  border: 1px solid transparent;
}

/*
Widen page content
*/
.pre-footer-inner, .footer-inner, #page {
  width: 1440px;
  max-width: 100% !important;
}
#folderNav, #categoryNav {
  padding-right: 32px;
}
@media(min-width: 641px) {
  #folderNav {
    width: calc(300px - 0%);
  }
  .collection-type-page:not(.hide-page-sidebar) #folderNav + #content {
    width: calc(100% - 300px);
  }
}

/*
Styling for <aside> tags
*/

aside {
  padding: 0.5rem;
  border: 1px solid #00c1de;
  background: #ffffff;
}
aside a {
  color: #0076bb;
}

/*
Styling for social links besides the main/global ones in the footer
*/
.social-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.social-links ul {
  list-style: none;
  padding: 0;
}
.social-links ul li {
  list-style: none;
}
.social-links ul li a {
  transition: 0.2s;
  display: inline-block;
  padding: 0.25rem;
}
.social-links ul li a:hover {
  background: #0076bb;
  color: #ffffff;
}

/*
Better chart styles
*/
.chart-type-1011 .chart-block-body.legend-visible .chart-block-legend ul.pie-legend {
  position: relative !important;
}

/*
Tweak styles for banners for better exposure/contrast
*/
body #siteWrapper .banner-thumbnail-wrapper {
  padding: 25vh 0;
}
body #siteWrapper .banner-thumbnail-wrapper.has-description {
  padding: 18vh 0;
}

#siteWrapper .banner-thumbnail-wrapper.has-description .desc-wrapper {
  max-width: 100%;
  background: rgba(0,0,0,0.6);
}

/*
Use Gotham Font
*/
body *:not(.fab):not(.fas), p, a, h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*
Spruce up nav folders with background and hover FX
*/
.Mobile-overlay-menu-main, 
.Mobile-overlay-folder {
  background: #ffffff;
}
.Mobile-overlay-folder {
  transition: initial !important;
  transform: initial !important;
}
.Mobile-overlay-menu-main .Mobile-overlay-nav-item {
  padding: 0;
  margin: 0.25rem auto;
  display: inline-block;
}
.Mobile-overlay-folder-item--toggle {
  padding: 0;
  margin: 1rem auto;
}
@media (min-width: 641px) {
  #folderNav .folder-nav {
    padding: 1rem;
    border: 1px solid #0076bb;
    background: #0076bb;
    color: #ffffff !important;
  }
  #folderNav .folder-nav * {
    color: #ffffff;
  }
  #folderNav .folder-nav .active-link,
  #headerNav .collection.active a {
    text-decoration: underline;
  }
  *:not(footer) nav .folder a,
  *:not(footer) nav ul a {
    position: relative;
    display: table !important;
    width: auto;
    padding-top: 0.5em !important;
    padding-bottom: 1px !important;
    line-height: 1em !important;
  }
  *:not(footer) nav *:not(.active-link) a:after {
    border-bottom: 1px solid;
    color: inherit;
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    bottom: 1px;
    transition: 0.2s;
  }
  header nav div.folder:not(.active-link) a:after {
    left: 1.5em;
  }
  header nav div.folder:not(.active-link) a:hover:after {
    width: calc(100% - 3em);
    left: 1.5em;
  }
  #folderNav nav li:not(.active-link) a:after {
    left: 0;
  }
  #folderNav nav li:not(.active-link) a:hover:after {
    width: 100%;
  }
  #headerNav .subnav {
	box-shadow: 2px 2px 2px;
  }
}

/*
Don't shrink banners on smaller laptop sizes
*/
@media only screen and (max-device-height: 768px) {
  #siteWrapper div.banner-thumbnail-wrapper {/*
    padding-top: 130px;
    padding-bottom: 130px;*/
  }
}

/*
Make sure some faded elements are full opacity for color contrast
*/
.quote-block figure .source {
  opacity: 1 !important;
}
.quote-block blockquote > span:last-child {
  display: initial;
}

/*
Styling for de-emphasized text
*/
.fine-print {
	font-size: 12px;
	font-style: italic;
	margin: auto;
}

/*
Styling for big, infographic-style text elements
*/
.big-text {
	font-size: 2rem;
	line-height: 2rem;
	color: #081e3f;
	font-weight: bold;
	text-shadow: 1px 1px 1px gray;
	display: inline-block;
	width: auto;
	margin: auto;
	margin: 0.25rem auto;
}
.big-text.light-blue {
	color: #0076bb;
}
.big-text.alt-blue {
	color: #00c1de;
}
.big-text.orange {
	color: #f79713;
}
.big-text.gray {
	color: #c1c4c6;
}
.giant-text {
  font-size: 60pt;
  text-shadow: 2px 2px 2px black;
	line-height: 1.1;
}
@media (max-width:1024px) {
  .giant-text {
    font-size: 3em;
  }
}

/*
Formatting for "quick facts"-style lists
*/
ul.stat-list {
	margin: 0;
}
ul.stat-list > li {
	position: relative;
	padding-left: 0.5rem;
	margin: 1rem auto;
	border-left: 2px solid #081e3f;
	list-style-type: none;
}
ul.stat-list > li:before {
	content:"\25cf";
	position: absolute;
	font-size: 2rem;
	left: -2rem;
	text-align: center;
	top: calc(50% - 1rem);
	color: #081e3f;
	text-shadow: 1px 1px 1px gray;
}

/*
Formatting the links to page anchors that appear dynamically on some longer pages
*/
#anchor-subnav {
  width: 100%;
}
#anchor-subnav ul {
  padding: 0;
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
  width: 1440px;
  margin: auto;
  max-width: 100%;
	border-bottom: 1px solid #f79713;
}
#anchor-subnav ul li a {
	display: inline-block;
	background: #081e3f;
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 1rem 0.5rem !important;
	transition: 0.1s linear;
}
#anchor-subnav ul li a:hover,
#anchor-subnav ul li a:focus {
	background: #ffffff;
	color: #081e3f;
}
@media (min-width: 768px) {
	#anchor-subnav ul li {
		width: 25%;
	}
	#anchor-subnav ul li:first-child:nth-last-child(1) {
		width: 100%;
	}
	#anchor-subnav ul li:first-child:nth-last-child(2),
	#anchor-subnav ul li:first-child:nth-last-child(2) ~ li {
		width: 50%;
	}
	#anchor-subnav ul li:first-child:nth-last-child(3),
	#anchor-subnav ul li:first-child:nth-last-child(3) ~ li,
	#anchor-subnav ul li:first-child:nth-last-child(6),
	#anchor-subnav ul li:first-child:nth-last-child(6) ~ li {
		width: calc(100% / 3);
	}
	#anchor-subnav ul li:first-child:nth-last-child(4),
	#anchor-subnav ul li:first-child:nth-last-child(4) ~ li,
	#anchor-subnav ul li:first-child:nth-last-child(7),
	#anchor-subnav ul li:first-child:nth-last-child(7) ~ li,
	#anchor-subnav ul li:first-child:nth-last-child(8),
	#anchor-subnav ul li:first-child:nth-last-child(8) ~ li {
		width: 25%;
	}
	#anchor-subnav ul li:first-child:nth-last-child(5),
	#anchor-subnav ul li:first-child:nth-last-child(5) ~ li,
	#anchor-subnav ul li:first-child:nth-last-child(9),
	#anchor-subnav ul li:first-child:nth-last-child(9) ~ li,
	#anchor-subnav ul li:first-child:nth-last-child(10),
	#anchor-subnav ul li:first-child:nth-last-child(10) ~ li {
		width: 20%;
	}
}
@media (min-width: 768px) {
	#anchor-subnav ul li {
		background-color: #ffffff;
	}
	#anchor-subnav ul li a {
		width: calc(100% - 1px);
		margin-right: 1px;
		margin-bottom: 1px;
	}
}
@media (max-width: 767px) {
	#anchor-subnav ul li {
		width: 100%;
		border-bottom: 1px solid #ffffff;
	}
}

/*
Replace "missing photo image with higher res pic
*/
.summary-thumbnail.img-wrapper img[src*="unknown.jpg"] {
  display: none;
  position: relative;
}
.summary-thumbnail.img-wrapper {
  /*
  background: url("https://www.northwood.edu/s/unknown-crisp.png");
  */
  background-size: cover;
  background-repeat: no-repeat;
}

/*
Focus styling for Gallery scroll arrows
*/
.next:focus,
.previous:focus {
  background: #0076bb;
  color: white;
}

/*
Full gallery image caption visible
*/
#content .sqs-gallery-block-grid.sqs-gallery-block-meta-only-title .margin-wrapper .image-slide-title {
  white-space: normal;
  overflow: auto;
}

/*
Prevent clicking on any summary item without a specific clickthrough URL
*/
.summary-title-link {
    pointer-events: none;
}
.summary-item:not([data-click-through-url*="/"]) a {
  pointer-events: none;
}
.summary-item[data-click-through-url^="https"] .summary-title a,
.summary-item[data-click-through-url^="/"] .summary-title a {
    color: #0076bb;
    pointer-events: initial;
}
.sqs-block.sqs-block-summary-v2 .summary-block-setting-show-read-more-link a.summary-read-more-link {
  pointer-events: initial;
  color: #0076bb;
  text-decoration: underline;
}
.summary-item .summary-excerpt a {
    pointer-events: initial;
}
.summary-item .summary-title > a[href^="/academics"],
.summary-item .summary-title > a[href^="/locations"] {
	pointer-events: initial;
	color: #0076bb;
}
.summary-item .summary-title > a[href^="/academics/faculty"] {
  text-decoration: underline;
  transition: 0.1s linear;
}
.summary-item .summary-title > a[href^="/academics/faculty"]:hover,
.summary-item .summary-title > a[href^="/academics/faculty"]:focus {
  color: #081e3f;
}
.summary-item:not(.summary-block-setting-show-thumbnail) {
  margin-bottom: 1rem !important;
}
/*
Styling for anchor spans in long text content (less ugly than bare white space)
*/
.anchor-span {
  border-top: 1px solid #0076bb;
  width: 100%;
  display: block;
}

/* 
Bigger, fixed font for image collage buttons
*/
.image-title p.min-font-set {
  font-size: 18px !important;
}
.image-subtitle > p {
  font-size: 16px !important;
  line-height: 1.1 !important;
}
.image-button-wrapper .image-button a {
  white-space: normal;
  line-height: 1 !important;
  padding: 1rem !important;
}
.image-button-inner.min-font-set {
  font-size: 16px !important;
}

/*
Remove inactive slides from screen reader view
*/
.slideshow[data-view-all="false"] .slide[data-slide-pos="previous"],
.slideshow[data-view-all="false"] .slide[data-slide-pos="future"] {
	visibility: hidden;
}
/*
.sqs-gallery .slide:not(.sqs-active-slide) {
	display: none;
}*/

/*
Style video captions for distinction
*/
.video-caption p {
  font-style: italic;
  font-size: 14px;
}

/*
Responsive tables and <dl> tags
*/
.responsive-table tbody th, .two-col dt {
  font-weight: normal;
}
.responsive-table tr > * {
  padding: 0.5rem;
  line-height: 1;
  border: 1px solid;
}
.responsive-table th {
  text-align: left;
  background: #081e3f;
  color: #ffffff;
  border-color: rgba(255,255,255,0.25);
}
.responsive-table td {
  border-color: rgba(9,31,64,0.25);
}
.two-col > * {
	margin-left: 0;
}
@media only screen and (min-width: 980px) {
  dl.two-col > * {
    width: 49%;
    display: inline-block !important;
	vertical-align: middle;
	line-height: 1;
	padding: 0.5rem 0rem;
  }
  table .mobile-label {
	display: none;
  }
}
@media only screen and (max-width: 979px) {
  .responsive-table {
    width: 100%;
  }
  .responsive-table tr {
    border: 1px solid;
  }
  .responsive-table tr > * {
    display: block;
    width: 100%;
    border: none;
  }
  .responsive-table tr > :empty {
    display: none;
  }
  .responsive-table thead {
	display: none;
  }
}

/*
Styles for expandable sections
*/
.expando-button {
  cursor: pointer;
  background: transparent;
  text-decoration: underline;
  border: 0;
  color: inherit;
  padding: 0;
  position: relative;
  text-align: left;
  user-select: text;
  padding-left: 2.5rem;
  width: 100%;
  line-height: 2.5rem;
}
.expando-button > * {
  line-height: 2.5rem;
	margin: auto;
}
.expando-heading {
	margin: auto;
}
.expando-content {
	margin: auto auto 1rem auto;
  transition: height 0.5s ease-out, opacity 0.6s ease-in;
}
.expando-content.margin-exception {
	margin: 0px auto;
}
.expando-content[aria-expanded="false"],
.expando-content[aria-hidden="true"] {
  overflow: hidden;
  opacity: 0;
  height: 0px;
}
.expando-content[aria-expanded="true"],
.expando-content[aria-hidden="false"] {
  opacity: 1;
}
.expando-content > *:not(.margin-exception) {
  margin: 0rem auto !important;
}
.expando-content > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.expando-button:before {
  content: "+";
  position: absolute;
  left: 0;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  width: 2.5rem;
  transition: 0.4s ease-in-out;
  color: #0076bb;
  text-decoration: none;
}
.expando-button:after {
  content: "-";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  width: 2.5rem;
  transition: 0.4s ease-in-out;
  opacity: 0;
  color: #0076bb;
}
.expando-button[data-status="opened"]:before,
.expando-button[aria-expanded="true"]:before {
  opacity: 0;
}
.expando-button[data-status="opened"]:after,
.expando-button[aria-expanded="true"]:after {
  opacity: 1;
}

/*
Styles for LHN Widget to bring in line with NU branding
*/
body #lhnHelpOutCenter div.lhnWindow-header,
div#lhnHocButton div.lhnHocChatBtnCont,
div#lhnHocButton div.lhnHocChatBtn,
div#lhnHocInvite div.lhnHocInviteCont,
div#lhnHocInvite div.lhnHocInviteButton:not(.lhnstart) {
  background-color: #0076bb !important;
  border-radius: 0;
}
div#lhnHocButton div.lhnHocChatBtnCont {
  border: 1px solid #081e3f;
}
div#lhnHocButton.lhnslide .lhnHocChatBtnCont,
body #lhnHelpOutCenter * {
  border-radius: 0 !important;
  font-family: "Gotham", "Helvetica Neue", Arial, sans-serif !important;
  text-transform: initial !important;
} {
  background: #0076bb;
}
div#lhnHocInvite div.lhnHocInviteButton.lhnstart {
  background: #ffffff;
  color: #0076bb;
}

/*
Formatting the standard footer information
*/
@media (max-width:1023px) {
	#footer {
		padding-bottom: 100px;
	}
}
#footer-address {
	color: #ffffff;
	font-style: normal;
}
#footer-address a {
	color: #ffffff;
}
.be-list {
	list-style: none;
	padding: 0;
}
.be-list li a {
	color: #ffffff;
}
#footer-disclaimer {
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
#footer-disclaimer a {
	color: #ffffff;
	text-decoration: underline;
}
.sqs-svg-icon--list:hover .sqs-svg-icon--wrapper {
	background: #ffffff !important;
}
a.sqs-svg-icon--wrapper:hover svg,
a.sqs-svg-icon--wrapper:focus svg {	
	background: #0076bb;
	color: #0076bb;
}
.sqs-svg-icon--list:hover .sqs-use--icon {
	fill: #081e3f !important;
}
a.sqs-svg-icon--wrapper:hover .sqs-use--icon,
a.sqs-svg-icon--wrapper:focus .sqs-use--icon {
	fill: #ffffff !important;
}

/*
OLX form style overrides
*/
#bbox-msg-wrapper {
  text-align: center;
}
input#bboxdonation_btnSubmit, 
input#bboxevent_btnSubmit, 
#bbox-root #mongo-form button, 
#bbox-root #mongo-form .BBFormRadioLabelGivingLevelSelected, 
.BBFormFieldContainer .BBFormPaymentRadioOptions input:checked + label {
  background: #081e3f;
  border: 1px solid transparent;
}
#bbox-root #mongo-form a {
  color: #081e3f;
}
#donate-header {
  background: #081e3f;
  color: #ffffff;
  margin: 0;
  padding: 1rem;
  text-align: center;
}
.BBFormFieldContainer label,
.BBFormFieldContainer input, 
.BBFormFieldContainer textarea, 
.BBFormFieldContainer select {
  margin-left: auto !important;
}
#mongo-form .BBFormContainer .BBFormSection {
  margin: auto !important;
}
#bboxevent_fldOrgReg {
  display: block;
  text-align: center;
}
/* 
BG and BD box styles, combine with color classes as shown below for different NU brand colors
*/
.bg-box {
	padding: 2rem;
	font-size: 1.1em;
}
.bg-box * {
	color: inherit;
}
.bg-box a:not(.button) {
	text-decoration: underline;
	color: inherit;
}
.bg-box.dark-blue {
	background: #081e3f;
	color: #ffffff;
}
.bg-box.light-blue {
	background: #0076bb;
	color: #ffffff;
}
.bg-box.alt-blue {
	background: #00c1de;
	color: #000000;
}
.bg-box.orange {
	background: #f79713;
	color: #000000;
}
.bg-box.gray {
	background: #c1c4c6;
	color: #000000;
}
.bd-box {
	border: 1px solid;
}
.bd-box:not(.unpadded) {
	padding: 1.5rem;
}
.bd-box.dark-blue {
	border-color: #081e3f;
}
.bd-box.light-blue {
	border-color: #0076bb;
}
.bd-box.alt-blue {
	border-color: #00c1de;
}
.bd-box.orange {
	border-color: #f79713;
}
.bd-box.gray {
	border-color: #c1c4c6;
}
.img-with-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.img-with-box.img-right {
  flex-direction: row-reverse;
}
.img-with-box .bg-box,
.img-with-box .box-img {
  min-width: 200px;
  width: 100%;
}
.img-with-box .box-img {
  min-height: 400px;
  background-size: cover;
  background-position: center top;
}
@media (min-width:981px) {
  .img-with-box .bg-box {
    width: 50%;
  }
  .img-with-box .box-img {
    width: 50%;
  }
}

/*
Colored font styles, combine with color classes as shown below to have NU brand colored text for contrast/emphasis 
USE NU "light blue" WITH CAUTION, it is the default color for links and could cause confusion!
*/
.color-font.dark-blue {
	color: #081e3f;
}
.color-font.light-blue {
	color: #0076bb;
}
.color-font.alt-blue {
	color: #00c1de;
}
.color-font.orange {
	color: #f79713;
}
.color-font.gray {
	color: #c1c4c6;
}

/*
Button styles, combine with color classes as shown below for different NU brand colors
*/
.button {
	font-family: "Gotham A", "Gotham B", Helvetica Neue, sans-serif;
	padding: 1rem;
	border: 1px solid;
	display: inline-block;
	transition: 0.2s;
	cursor: pointer;
	margin: auto;
	width: auto;
	background: #1e1e1e;
	color: #ffffff;
	border-color: rgba(0,0,0,0.0);
}
.button, 
.sqs-block-button-element {
  box-shadow: 0.15em 0.15em 0.15em rgba(0,0,0,0.75);
}
@media (max-width:640px) {
  .button {
		margin: 0.5rem auto;
  }
}
.button:hover,
.button:focus {
	background: #ffffff;
	color: #1e1e1e;
	border-color: #1e1e1e;
}
.button.dark-blue {
  background: #081e3f;
  color: #ffffff;
}
.button.dark-blue:hover, 
.button.dark-blue:focus {
  background: #ffffff;
  color: #081e3f;
  border-color: #081e3f;
}
.button.light-blue {
  background: #0076bb;
  color: #ffffff;
}
.button.light-blue:hover, 
.button.light-blue:focus {
  background: #ffffff;
  color: #0076bb;
  border-color: #0076bb;
}
.button.gray {
  background: #c1c4c6;
  color: #1e1e1e;
}
.button.gray:hover, 
.button.gray:focus {
  background: #ffffff;
  border-color: #c1c4c6;
}
.button.orange {
  background: #f79713;
  color: #1e1e1e;
}
.bg-box.dark-blue .button.dark-blue, 
.bg-box.light-blue .button.light-blue,
.bg-box.alt-blue .button.alt-blue, 
.bg-box.orange .button.orange,
.bg-box.gray .button.gray {
	border: 1px solid;
}
.button.orange:hover, 
.button.orange:focus {
  background: #ffffff;
  color: #1e1e1e;
  border-color: #f79713;
}
.button.alt-blue {
  background: #00c1de;
  color: #1e1e1e;
}
.button.alt-blue:hover,
.button.alt-blue:focus {
  background: #ffffff;
  border-color: #00c1de;
}
/*
"Callout" styles to separate boxes of text content for contrast
*/
.callout {
  padding: 1rem;
  line-height: 1.1;
}
.callout.dark-blue,
.callout.dark-blue * {
  background: #081e3f;
  color: #ffffff;
}
.callout.light-blue {
  background: #0076bb;
  color: #ffffff;
}
.callout.orange {
  border: 1px solid #f79713;
}
.callout.alt-blue {
  border: 1px solid #00c1de;
}
.callout.gray {
  background: #c1c4c6;
  color: #000000;
}

/*
Plain text quotation styles
*/
blockquote.plain-quote {
  padding: 1rem;
  font-style: normal;
  position: relative;
  font-size: 18px;
  z-index: 0;
}
.plain-quote .quote-img {
	float: left;
	width: auto;
	max-width: 100%;
	padding: 1rem 1rem 2rem 1rem;
}
.plain-quote .quote-source {
	width: 100%;
	clear: both;
	text-align: right;
}
blockquote.plain-quote:before {
  content:'\201C';
  color: #081e3f;
  position: absolute;
  font-size: 72pt;
  font-weight: bold;
  line-height: 1;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}
blockquote.plain-quote:after {
  content:'\201D';
  color: #0076bb;
  position: absolute;
  font-size: 72pt;
  font-weight: bold;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  z-index: -1;
}

/*
Styles for "back to top" button
*/
#back-to-top {
  position: fixed;
  display: block;
  z-index: 1111;
  bottom: calc(1rem + 48px);
  right: calc(-24pt - 2rem);
  transition: 0.2s ease;
  background: #081e3f;
  border: 1px solid #ffffff;
  border-right: 0;
  text-align: center;
  font-size: 24pt;
  line-height: 24pt;
  font-weight: bold;
  font-family: "Arial";
  padding: 0.5rem;
}
[data-scrolled="true"] #back-to-top {
  right: 0;
}
#back-to-top .up-arrow {
  position: relative;
  color: #ffffff;
  font-size: 24pt;
  width: 24pt;
  height: 24pt;
  display: block;
  text-align: center;
}
#back-to-top .up-arrow:after {
  content:"";
  position: absolute;
  text-align: center;
}

/*
Calendar Widget - Override site-by-site if needed
*/
#lclst_widget_footer a[title^="Widget"],
#lclst_widget_footer a[title^="Widget"] > img {
  display: none !important;
}
@media (min-width: 768px) {
  #lw #lwe {
    display: flex;
    align-items: stretch;
    justify-content: center;
		flex-wrap: wrap;
  }
  .lwe {
    width: calc(20% - 1rem);
  }
  #lw {
		text-align: center;
  }
  #lw ul {
		text-align: initial;
  }
}
@media (max-width: 767px) {
  #lw #lwe {
    display: block;
  }
}
#lwe {
  margin: 1rem auto;
  padding: 0;
}
.lwe {
  max-width: 100%;
  font-size: 14px;
  line-height: 1.2;
  transition: box-shadow 0.2s;
  border: 1px solid #c1c4c6;
  background: #ffffff;
  width: 240px;
  margin: 1rem 0.5rem;
}
.lwe:hover {
  box-shadow: 2px 2px 5px #081e3f;
}
.lwt {
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #081e3f;
}
.lw-desc {
  padding: 0.5rem;
}
.lwc div {
	margin: 0.5rem auto;
}
#lwe .lwe .lwt {
  font-size: 16pt;
  font-weight: bold;
}
#lwe .lwe a.event-reg-button {
  text-align: center;
  color: #ffffff;
  background: #081e3f;
  padding: 0.5rem;
  transition: 0.1s linear;
  border: 1px solid transparent;
}
#lwe .lwe a.event-reg-button:hover,
#lwe .lwe a.event-reg-button:focus {
  color: #081e3f;
  background: #ffffff;
  border-color: #081e3f;
}
div #lw .lwd {
	font-size: 13px;
	color: #222222;
}
div #lw .lwe span {
  color: #222222;
  padding: 5px 0px;
}
div #lw .lwe a {
  color: #0076bb;
  display: block;
}
.lwe img {
  width: auto;
  margin: auto;
  display: block;
  height: auto;
  border-bottom: 1px solid #c1c4c6;
}
div #lw span.lw-date {
  display: inline-block;
}
.lwe-status {
	background: #f79713;
	color: #000000 !important;
	padding: 2px 4px !important;
}
div #lw .lwc {
  font-size: 14px;
}
div #lw .button.dark-blue {
	margin: 1rem auto;
}
div #lw .button.dark-blue:hover {
	color: #081e3f;
}
@media (max-width: 768px) {
	div #lw .button.dark-blue {
		display: table;
	}
  .lwe {
    width: 240px;
		margin: 1rem auto;
  }
}
@media (min-width:769px) and (max-width:980px) {
  .lwe {
    width: 320px;
  }
}
@media (min-width:981px) and (max-width:1024px) {
  .lwe {
    width: 280px;
  }
}
@media (min-width:1025px) and (max-width:1307px) {
  .lwe {
    width: 300px;
  }
}
@media (min-width:1308px) and (max-width:1440px) {
  .lwe {
    width: 220px;
  }
}
@media (min-width:1441px) {
  .lwe {
    width: 250px;
  }
}

/*
Poster-type images dark overlay on text only (not the whole image)
*/
.design-layout-poster .image-card.sqs-dynamic-text-container {
    background: rgba(0,0,0,0.75);
    position: absolute;
    bottom: 1rem;
    padding: 0.5rem 0.25rem;
    left: 0;
    right: 0;
}

/*
Make folder Nav less awkward on tablets
*/
@media (min-width: 641px) and (max-width: 980px) {
  #folderNav {
    display: block;
    width: 100%;
  }
  .collection-type-page:not(.hide-page-sidebar) #folderNav + #content {
    margin-top: 1rem;
    width: 100%;
  }
}

/*
Sticky folder nav on desktop screens
*/
@media (min-width:981px) {
  #folderNav {
    position: sticky;
    top: 60px;
  }  
}

/*
Folder display tweaks for smaller screens
*/

.Header-nav--secondary .Header-nav-item:hover .Header-nav-folder {
  right: 0 !important;
  left: unset !important;
}

@media only screen and (max-width: 1440px) {
  .Header-nav-item:hover .Header-nav-folder {
    right: 0 !important;
    left: unset !important;
  }
}

/*
Folder Navigation Styling for better UI/UX
*/
@media (max-width: 640px) {
	#page #folderNav.expanded .folder-nav li:not(.active-link).nav-section-label {
	  display: block;
	  font-size: 18px;
	  border-bottom: 1px solid;
	  padding-top: 0;
	  min-height: 2rem;
	  margin-right: 1rem;
	}
	#page #folderNav.expanded .folder-nav li {
	  padding: 5px 0;
	}
	#page #folderNav.expanded .folder-nav li a {
	  padding: 0;
	  font-size: 16px;
	  color: #0076bb;
	}
}
.folder-nav-toggle {
  padding-top: 0;
  border: 1px solid transparent;
}
.folder-nav-toggle:after{
  content: "☰";
  vertical-align: middle;
  font-size: 2rem;
  display: inline-block;
  color: #ffffff;
  padding: 10px 5px;
  background: #0076bb;
}
#folderNav.expanded .folder-nav-toggle:after {
  content: "X";
}
.folder-nav-toggle:active {
  border-color: #081e3f;
}

/*
Increase nav width on International site
*/
.Header-inner.Header-inner--top,
.Header-inner.Header-inner--bottom {
  max-width: 100%;
}

/*
Styles for the CTA w/ buttons set to pull in under academic program pages
*/
#program-cta {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
#program-cta h2 {
  width: 100%;
  text-align: center;
}
#program-cta > a {
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  position: relative;
  bottom: -30px;
  opacity: 0;
  margin: 1rem;
  text-align: center;
}
#program-cta > .button {
  width: calc(25% - 2rem);
  min-width: 200px;
}
@keyframes fade-in {
  from {
    bottom: -30px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

/*
Styling for when curricula for programs is formatted using raw HTML instead of the on-platform text editor w/ columns
*/
#curriculum-content {
  display: flex;
  flex-wrap: wrap;
}
#curriculum-content > * {
  width: 100%;
}
#curriculum-content > .curriculum-semester {
  width: 50%;
}

/*
Styling for dynamically-pulled "shared" curriculum cores and PDF guide buttons
*/
#shared-cores {
	animation-name: fade-in;
	animation-fill-mode: forwards;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	position: relative;
}
#shared-cores li {
	margin: 0.5em auto;
	list-style-type: none;
}
#shared-cores li:before {
	padding-right: 10px;
	content: "\2022";
	display: inline-block;
	margin-left: -40px;
	min-width: 40px;
	text-align: right;
	box-sizing: border-box;
}
#curriculum-pdfs {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
#curriculum-pdfs h3 {
  width: 100%;
}
#curriculum-pdfs a {
  text-align: center;
  font-size: 1.1em;
  padding: 1.25em 1.75em;
	margin: 0.75em auto;
}

/*
Basic styles for "slideshow" collections
*/
.slideshow {
	position: relative;
	overflow: hidden;
	transition: 0.2s linear;
}
.slide {
	transition: 0.4s linear;
	width: 100%;
}
.slideshow[data-view-all="false"] .slide {
  position: absolute;
}
.slideshow[data-view-all="false"] .slide[data-slide-pos='current'] {
	left: 0;
}
.slideshow[data-view-all="false"] .slide[data-slide-pos='previous'] {
	left: -100%;
}
.slideshow[data-view-all="false"] .slide[data-slide-pos='future'] {
	left: 100%;
}
.slideshow-controls button:not(:first-child) {
  margin-left: 1rem;
}

/*
Small nav and site search style tweaks
*/
body:not(.sqs-edit-mode) #small-nav {
	transition: 0.1s linear;
  border-bottom: 1px solid #0076bb;
  padding: 0.25rem 20px;
  font-size: 16px;
  background-color: inherit;
  position: relative;
	z-index: 9999;
}
@media(min-width: 811px) {
	body:not(.sqs-edit-mode) #small-nav.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0px;
	}
}
#small-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#small-nav ul li {
  margin: 0.35rem 4px;
}
#small-nav ul li:last-child {
  margin-right: 0px;
}
#small-nav ul li a {
  text-decoration: underline;
  padding: 3px 6px !important;
  line-height: 1 !important;
  transition: 0.1s linear;
}
#small-nav .rfi {
  text-decoration: none;
  background: #0076bb;
  color: #ffffff;
  border: 1px solid #0076bb;
  transition: 0.1s linear;
}
#small-nav .rfi:hover,
#small-nav .rfi:focus {
  background: #ffffff;
  color: #081e3f;
  border: 1px solid #f79713;
} 

#small-nav .covid {
  text-decoration: none;
  background: #f79713;
  color: #000000;
  border: 1px solid #f79713;
  transition: 0.1s linear;
}
#small-nav .covid:hover,
#small-nav .covid:focus {
  background: #ffffff;
  color: #081e3f;
  border: 1px solid #f79713;
}
#search-box {
  padding: 1px 4px;
  border: 1px solid #c1c4c6;
}
#search-submit {
  border: 1px solid #0076bb;
  background: #0076bb;
  padding: 1px 4px;
  color: #ffffff;
}
/*
Site Search styles to make Google obey our CSS rules!
*/
#results .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #000000;
}
#results .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover {
	text-decoration: none;
}
#results .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #0076bb;
  background: transparent;
  font-size: 20px;
}
#results .gcsc-branding {
	display: none;
}
#results .gsc-control-cse.gsc-control-cse-en {
    padding: 0;
}
#results .gs-result > *,
#results .gsc-result-info {
  padding: 0 !important;
}
#results .gsc-cursor-box {
  margin-left: 0 !important;
}

/*
Small text for "(PDF)" that may be appended to some PDF links
*/
.pdf-warning {
  font-size: 0.6em;
  vertical-align: middle;
}

/*
NU NOW Alerts
*/
#nu-now-alerts {
  width: 100%;
  padding: 1rem;
  border: 5px solid #f79713;
  background: #ffffff;
}
#nu-now-alerts p {
  margin: 0.25rem auto;
}
#nu-now-alerts a {
  color: #0076bb;
  text-decoration: underline;
}

/*
Special Banner
*/
#special-banner {
  position: relative;
  z-index: 210;
  text-align: center;
  text-decoration: underline;
  padding: 0.25rem;
  font-size: 11pt;
  box-shadow: inset 0px 0px 5px #f79713;
}

/*
404 Content
*/
#e-404-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#e-404-content h1,
#e-404-content h2,
#e-404-content h3 {
  border: none;
}
#e-404-image {
  background: url('https://www.northwood.edu/s/woody404.jpg');
  background-position: center;
}
@media (max-width: 1023px) {
  #e-404-content > * {
    width: 100%;
    margin: 1rem auto;
  }
  #e-404-image {
    height: 40vh;
    background-position-y: 30%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1024px) {
  #e-404-content {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #e-404-content > * {
    width: 50%;
  }
  #e-404-text {
    padding-right: 2rem;
  }
  #e-404-image {
    height: 65vmax;
    max-height: 800px;
    background-size: cover;
  }
}

/*
Yext Search Styles
*/
#yext-search .yxt-SearchBar {
	padding: 0;
	height: auto;
}
#yext-search .yxt-SearchBar-container {
	border-radius: 0;
	overflow: visible;
	z-index: 10000;
	position: relative;
}
#yext-search input,
#yext-search button {
	padding: 1px 4px;
	font-size: 14px;
	line-height: normal;
}
#yext-search .Icon svg {
	height: 1em;
	width: 1em;
}
.Answers-container {
	width: 100%;
}
.yxt-SearchBar-autocomplete.yxt-AutoComplete-wrapper {
  background: #ffffff;
  position: absolute;
  width: 480px;
  right: 0;
  max-width: 90vw;
}
