/*!
Theme Name: UWSP2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.3
Text Domain: uwsp2

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

UWSP2 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* variables */
:root {
	--purple: 81,38,152; /* #512698 */
	--gold: 255,196,37; /*#ffc425 */
	--white: 255,255,255; /* #FFFFFF */
	--black: 0,0,0; /* #000000 */
	--dkgrey: 51,51,51;
	--mgrey: 120,120,120;
  }


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-size: 16px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: rgb(var(--white));
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 6px 20px;
	padding: 0 0 0 16px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 20px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	/*margin: 0 0 1.5em;*/
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: rgb(var(--purple));
}

a:visited {
	color: rgb(var(--purple));
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*******************************/
/*********** custom ************/
/*******************************/

.gsc-search-button-v2 {border: 1px rgb(var(--white)) solid;}

/* default styling */

body {font-family: "Libre Franklin", sans-serif;color: rgb(var(--dkgrey));}

a, a:link, a:active, a:visited {color: rgb(var(--purple));}
a:hover {text-decoration: underline;}

hr { margin: 1rem 0; color: inherit; background-color: currentColor;border: 0;opacity: 0.25;}
hr:not([size]) {height: 1px;}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 18px;
  margin-bottom: 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: rgb(var(--purple));
  text-transform: uppercase;
}
h1, .h1 {font-size: 42px;}
h2, .h2 {font-size: 36px;}
h3, .h3 {font-size: 30px;}
h4, .h4 {font-size: 24px;}
h5, .h5 {font-size: 18px;}
h6, .h6 {font-size: 16px;}

.highlighttitle {color: rgb(var(--black));}

/* header styling */
.site-header {background-color: rgb(var(--gold));}
.menu-cell {margin-left: auto;}
.search-cell {display: none;}
.breadcrumb-bar {background-color: #43207f;border-bottom: 1px #280267 solid;padding: 10px;color: rgb(var(--white));font-size: .875rem;}
.breadcrumb-bar a {color: rgb(var(--white)); text-decoration: none;}
.breadcrumb-bar a:hover {text-decoration: underline;}

.site-branding {display: flex;flex-direction: row;align-items: center;padding: 1em 0 .5em 0;gap: 16px;}
/* overwritten by media query */
.topline {display: none;}
#site-navigation {display: none;}

/* applicable to all submenus */
.sub-menu {list-style-type: none;padding: 0;margin: 0;}

/* large screen main menu */
.main-navigation {position: relative;z-index: 20;}
.main-navigation a {color: rgb(var(--purple));font-weight: bold;text-decoration: none;}
#primary-menu {display: flex;margin: 0; padding: 0;}
#primary-menu > li {position: relative;display:flex;flex-direction: column;padding: 0;margin: 0;}
#primary-menu > li > a {display: block;padding: 12px 0px 12px 4px;white-space: nowrap;}
#primary-menu > li > a:hover {opacity: 0.7}
#primary-menu a span {display: none;}
#primary-menu .menu-item-has-children > a {padding-right: 14px;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='6' width='12'%3E%3Cpolygon points='1,1 12,1 6,6' fill='%23512698'%3E%3C/polygon%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right;}
#primary-menu .sub-menu {flex-direction: column;background-color: rgb(var(--white));padding: .5rem 0;margin: 0px;box-shadow: 0 0.5rem 1rem rgba(0, 1, 17, 0.15);border-radius: 0.25rem;border: 1px solid rgba(0, 1, 17, 0.15);position: absolute;top: 44px; left: 0;display: none;}
#primary-menu li:last-child .sub-menu {right: 0; left: auto;}
#primary-menu .sub-menu a {font-weight: normal;display: block;padding: 6px 12px;line-height: 20px;}
#primary-menu .sub-menu a:hover {background-color: #eee;text-decoration: none;}
.main-navigation ul ul a {width: 250px;}

/* mobile main menu */
#mobile-navigation input[type="checkbox"]  {display: none;}
#mobile-navigation input:checked ~ .the-mobile-nav {display: block;}
.the-mobile-nav {display: none;background-color: rgb(var(--purple)); color: rgb(var(--white));padding: 20px 20px 30px 20px;font-weight: bold;}
.the-mobile-nav h3 {color: rgb(var(--white));}
.the-mobile-nav a {color: rgb(var(--gold));text-decoration: none;}
.the-mobile-nav ul {list-style-type: none;margin: 0;padding: 0;}
#mobile-menu-main {margin-bottom: 20px;}
#mobile-menu-main > li > a {display: block; border-bottom: 2px #977dc1 solid;padding: 8px 0;}
#mobile-menu-main .menu-item-has-children > a {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='6' width='12'%3E%3Cpolygon points='1,1 12,1 6,6' fill='%23ffc425'%3E%3C/polygon%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right;}
#mobile-menu-main .sub-menu {display: none;background-color: #7d5cb2;padding: 3px 0;}
#mobile-menu-main .sub-menu a {font-weight: normal;color: rgb(var(--white)); display: block;padding: 4px 12px;}
#mobile-menu-main .sub-menu a:hover {background-color: #6640a5;}
#mobile-menu-resources {margin-bottom: 20px;display: flex;column-gap: 20px;row-gap: 6px;flex-wrap: wrap;}
#mobile-menu-utility {display: flex;column-gap: 20px;row-gap: 6px;flex-wrap: wrap;}
#mobile-menu-utility li {position: relative;}
#mobile-menu-utility .sub-menu {display: none;position: absolute; top: 28px;left: 0;background-color: #6a45a7;width: 200px;box-shadow: 0 0.5rem 1rem rgba(0, 1, 17, 0.15);border-radius: 0.25rem;padding: 10px 16px;z-index: 10;}
#mobile-menu-utility .sub-menu a {display: block;padding: 4px 0;}
.mobile-menu label {border: 2px #ca974e solid; color: rgb(var(--purple));display: block;padding: 6px 16px; border-radius: 6px;font-size: 20px;cursor: pointer;}
.sub-open {display: block !important;}

#mobile-navigation table {margin: 0;}
#mobile-navigation .menu-main-menu-container {margin-top: 16px;}/* space between search in mobile nav and the links */

/* subsite title in the header */
.subsite-title {padding-top: 40px;}
.subsite-title-container {background-color: rgba(65,30,122,0.85);border-bottom: 1px #280267 solid;padding-top: 10px;padding-bottom: 24px;}
.subsite-title .site-title, .subsite-title .site-title a {color: rgb(var(--white));text-decoration: none;display: block;font-size: 36px;text-shadow: 1px 1px 3px rgb(var(--purple));padding: 0px 6px 6px 0;font-family: "Roboto Condensed", sans-serif !important; font-weight: 700;margin-bottom:0;margin-top: 0;text-transform: uppercase;border-bottom: 0px !important;}
.abovetitle, .abovetitle > a  {font-family: "Roboto Condensed", sans-serif;text-transform: uppercase;font-size: 18px;color: rgb(var(--gold));font-weight:bold;padding-top: 10px;text-shadow: 1px 1px 3px rgb(var(--purple));text-decoration: none;}

/* main navigation for subsite */
.subsite-menu-container {padding: 0;margin: 0;background-color: rgb(var(--white));}
.submenu-pos {position: relative;height: 0px;z-index:2;}
.subsitemainmenu {background-color: rgb(var(--gold));border-radius: 4px;position: relative; top: -24px;}
.subsitenav-spacer {height: 30px;}
#subsite-menu {list-style-type: none;position: relative;display:flex;flex-direction: row;gap: 0px;padding: 0; margin: 0;}
#subsite-menu > li {padding: 0;margin: 0;}
#subsite-menu a {text-decoration: none;font-weight: normal;display: block;line-height: 20px;color: rgb(var(--purple));padding: 10px 6px;}
#subsite-menu > li > a:hover {color: rgb(var(--black));}
#subsite-navigation, .subsite-menu-container, .submenu-pos, .subsitemainmenu {display: none;}
.you-are-here {font-weight: bold !important;text-decoration: underline !important;}

#subsite-menu {display: flex;margin: 0; padding: 0 6px;}
#subsite-menu > li {position: relative;display:flex;flex-direction: column;padding: 0;margin: 0;}
#subsite-menu > li > a {display: block;padding: 12px 12px 12px 12px;white-space: nowrap;font-size: 14px;}

#subsite-menu a span {display: none;}
#subsite-menu .menu-item-has-children > a {padding-right: 24px;}
#subsite-menu .menu-item-has-children > a::after{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='12' %3E%3Cpolygon points='2,11 6,15 7,15 11,11 12,12 7,17 6,17 1,12' fill='%23512698'%3E%3C/polygon%3E%3C/svg%3E");position: absolute;top: 8px;right: 8px;display: block;transition: transform 0.3s ease;transform-origin: 6px 14px;}
#subsite-menu .menu-item-has-children > a.subm-active::after{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='12'%3E%3Cpolygon points='2,11 6,15 7,15 11,11 12,12 7,17 6,17 1,12' fill='%23512698'%3E%3C/polygon%3E%3C/svg%3E");position: absolute;top: 8px;right: 8px;display: block;transform: rotate(-180deg) !important;transform-origin: 6px 14px;transition: transform 0.3s ease;}
#subsite-menu .sub-menu {flex-direction: column;background-color: rgb(var(--gold));padding: 0;margin: 0px;border-radius: 0 0 6px 6px;position: absolute;top: 42px;left: 0;display: none;z-index: 2;}
#subsite-menu li:last-child .sub-menu {right: 0; left: auto;}
#subsite-menu li:first-child .sub-menu {left: 0; right: auto;}
#subsite-menu .sub-menu a {font-weight: normal;display: block;padding: 6px 12px;line-height: 20px;color: rgb(var(--purple));font-size: 14px;}
#subsite-menu .sub-menu li {border-bottom: 1px #FFF solid;}
#subsite-menu .sub-menu li:last-child {border-bottom: 0;}
#subsite-menu .sub-menu a:hover {background-color: #eee;text-decoration: none;}
.subsitemainmenu ul ul a {width: 250px;}
.subm-active {background-color: rgb(var(--gold));font-weight: bold !important;}

#subsite-menu > .menu-item-has-children > .sub-menu  > .menu-item-has-children > a {position: relative;}
#subsite-menu > .menu-item-has-children > .sub-menu  > .menu-item-has-children > a::after{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='12' %3E%3Cpolygon points='2,11 6,15 7,15 11,11 12,12 7,17 6,17 1,12' fill='%23512698'%3E%3C/polygon%3E%3C/svg%3E");position: absolute;top: 4px;right: 9px;display: block;transition: transform 0.3s ease;transform-origin: 6px 14px;}
#subsite-menu > .menu-item-has-children > .sub-menu  > .menu-item-has-children > a.subsubm-active {font-weight: bold;}
#subsite-menu > .menu-item-has-children > .sub-menu  > .menu-item-has-children > a.subsubm-active::after{content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' width='12'%3E%3Cpolygon points='2,11 6,15 7,15 11,11 12,12 7,17 6,17 1,12' fill='%23512698'%3E%3C/polygon%3E%3C/svg%3E");position: absolute;top: 4px;right: 9px;display: block;transform: rotate(-180deg) !important;transform-origin: 6px 14px;transition: transform 0.3s ease;}
#subsite-menu > .menu-item-has-children > .sub-menu  > .menu-item-has-children > .sub-menu {position: relative;top: 0;background-color: #ffd051;}
#subsite-menu > .menu-item-has-children > .sub-menu  > .menu-item-has-children > .sub-menu li a {padding-left: 30px;border-top: 1px #FFF solid;}

.subsite-mobile-nav {display: flex;gap: 20px;align-items: center;}
.subsite-mobile-nav-container {background-color: rgb(var(--purple));display: block;padding: 6px 0;}
.subsite-mobile-nav div:last-child {flex-grow: 5;}

label.sub-mnav-label {color: rgb(var(--white));font-size: 20px;line-height: 24px;border: 2px rgb(var(--white)) solid;border-radius: 6px;margin: 1px;padding: 6px 12px;cursor: pointer;text-align: center;display: block;}
#subsite-navigation {display: none;}

#smnav {display: none;}
#mobile-subsite-navigation {display: none;background-color: rgb(var(--purple));padding: 20px 0;}
#smnav:checked ~ #mobile-subsite-navigation {display: block;}

#mobile-subsite-menu {list-style-type: none;margin: 0;padding: 0;}
#mobile-subsite-menu {margin-bottom: 20px;}
#mobile-subsite-menu > li > a {display: block; border-bottom: 2px #977dc1 solid;padding: 8px 0;color: rgb(var(--white));text-decoration: none;font-weight: bold;}
#mobile-subsite-menu .menu-item-has-children > a {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='6' width='12'%3E%3Cpolygon points='1,1 12,1 6,6' fill='%23ffc425'%3E%3C/polygon%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right;}
#mobile-subsite-menu .menu-item-has-children > ul > .menu-item-has-children > a {background-position: right 20px top 50%;}
#mobile-subsite-menu .sub-menu {display: none;background-color: #7d5cb2;padding: 3px 0;}
#mobile-subsite-menu .sub-menu a {font-weight: normal;color: rgb(var(--white)); display: block;padding: 4px 12px;text-decoration: none;}
#mobile-subsite-menu .sub-menu a:hover {background-color: #6640a5;}

#mobile-subsite-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children >.sub-menu {padding-left: 20px;background-color: #351963;}


/* search box */
.search-container {position: relative;}
.searchbox {padding-top: 20px;}
.searchbox input[type='search'] {width: 70%;}
/*.searchbox input[type='submit'] {}*/
.search-container table, .search-container form {margin: 0px !important;}/* fix the table google puts around there search box, yes really, a table */
.search-container .gsc-search-button-v2 {background-color: rgb(var(--gold));}
.search-container .gsc-search-button-v2 svg {fill: rgb(var(--purple));}

#search-box {background-color: rgba(81, 38, 152, 1);padding: 20px ;display: none;width: 100%;}
#searchboxswitch {display: none;}
#searchboxswitch:checked ~ #search-box {display: block;position: relative;}
#search-box label {color: rgb(var(--white));font-size: 14px;line-height: 14px;}
.search-structure {gap: 10px;line-height: 18px;}
#search-box label.xclose {display: block;color: rgb(var(--white)); font-size: 16px;padding: 4px 4px 4px 4px;border: 1px #7451ad solid;border-radius: 4px;background-color: #7451ad;cursor: pointer;float: right;}

input[type="submit"].search-submit {background-color: rgb(var(--gold));border: 1px rgb(var(--gold)) solid;font-family: "Roboto Condensed", sans-serif;color: rgb(var(--purple));cursor: pointer;position: relative; top: 2px;margin-left: 4px;font-weight: bold;}
input[type="search"].search-field {font-family: "Libre Franklin", sans-serif;border: 1px #AAA solid;padding: 4px 8px;}

.fulluwspsitesearch {display: none;}

.srch-boxes-container {background-color: rgba(255, 255, 255,.2);display: block;padding: 14px;}
.srch-boxes-container .search-field {width: 70%;}
#searchsite, #searchuwsp {display: none;}
.search-structure > label {display: inline-block;padding: 8px 12px;font-weight: bold;margin-right: 6px;cursor: pointer}
#searchuwsp:not(:checked) + label#search-uwsp-label, #searchsite:not(:checked) + label#search-site-label {background-color: rgba(0, 0, 0,.3);color: #CCC;}
#searchuwsp:checked + label#search-uwsp-label, #searchsite:checked + label#search-site-label {background-color: rgba(255, 255, 255,.2); position: relative; color: rgb(var(--white));}
#searchuwsp:checked ~ div .fulluwspsitesearch {display: block;}
#searchuwsp:not(:checked) ~ div .fulluwspsitesearch {display: none;}
#searchsite:checked ~ div .localsitesearchonly {display: block;}
#searchsite:not(:checked) ~ div .localsitesearchonly {display: none;}
  
/* page body */
.site-main {padding: 0;}
.entry-header .entry-title {padding-top: 10px;font-size: 2.5em;text-transform: uppercase;font-family: "Roboto Condensed", sans-serif;}
.page-header {padding-top: 20px;}

/* department contact info */
.department-contact {background-color: #f6f4fa;border-top: 1px rgb(var(--white)) solid;border-bottom: 6px rgb(var(--white)) solid;margin-top: 1.5rem;}

/* footer */
.link-footer {background-color: rgb(248,249,250);padding: 2rem 0;}
.link-footer .site-width {display: block;}

/* social links */
.footer-social {text-align: center;margin-top: 2rem;}
.footer-social h2 {text-transform: uppercase;}
#menu-social-menu {list-style-type: none;padding: 0;margin: 0 auto;display: flex;gap: 1rem;font-size: 2.5rem;align-items: center;justify-content: center;
}

/* 3 columns of links in footer */
#footer-menu {display: flex;list-style-type: none;padding: 0;margin: 0;font-weight: bold;}
#footer-menu > li {padding: 2rem 0 0 0;width: 33%;}
#footer-menu > li > a {text-decoration: none;text-transform: uppercase;font-size: 1.25rem;pointer-events: none;}
#footer-menu .sub-menu {list-style-type: none;padding: 0;margin: 0;font-weight: normal;}
#footer-menu .sub-menu a {text-decoration: none; color: #333;line-height: 1.3rem;display: block; padding: 4px 0}
#footer-menu .sub-menu li {margin: 0;}
#footer-menu .sub-menu a:hover {text-decoration: underline;}

/* locations in footer */
.locations-footer {display: block;padding-top: 2rem;}
.the-locations {display: flex;gap: 16px;flex-direction: column;}
.location {flex-basis: auto;padding-bottom: 20px;}
.location .location-address {font-size: 14px;padding: 14px 0 14px 0}
.location-email {font-size: 16px;}
.location-phone {font-size: 16px;padding: 8px 0;}
.location a {text-decoration: none;font-weight: bold;}
.location-logo {padding: 0 0 8px 0; margin: 0 0 8px 0;border-bottom: 1px rgb(var(--black)) solid;}
.location-logo img {height: 50px;}

/* other stuff in the footer */
.hlc-cell {width: 150px;padding-top: 0;}
.hlc-extra {display: flex;gap: 30px;margin: 40px auto 0 auto;}
.locations-footer p {margin-top: 0;padding-top: 0;}
.uwlogo {width: 150px;margin-top: 25px;}
.fafsa {margin-top: 11px;font-weight: bold;}

#extra-links {list-style-type: none;margin: 0; padding: 0;}
#extra-links li {padding: 0 0 4px 0; line-height: 1.25rem;margin: 0;}
#extra-links a {text-decoration: none;margin: 0;}

/* copyright footer */
.copy-footer {background-color: rgb(var(--purple));color: rgb(var(--white));padding: 1rem 0; margin: 1rem 0 0 0;}
.copy-footer > .site-width {display: flex;flex-direction: column-reverse;}
#copyright-menu {margin: 0; padding: 0;list-style-type: none;display: flex; gap: 4px;flex-direction:column;}
.copy-footer a {color: rgb(var(--gold));text-decoration: none;}
.copyright {padding-top: 20px;}


/* image header on individual pages */
#custom-bg {background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;z-index: 1;padding: 0;margin: 0;display: block;overflow: hidden;}
.headback-filter {backdrop-filter: blur(6px);display: block;position: relative;z-index: 1;background-color: rgba(var(--white),0.45);padding: 0;margin: 0;}
.headback-filter img {display: block !important;}
.titleback-pic {display: block;background-color: rgba(var(--purple),0.75);position: absolute;bottom: 0;right: 0; left: 0;padding: 16px 0 4px 0;margin: 0;}
#custom-bg > .headback-filter > .site-width {position: relative;}
.hh-image {width: 100%;border: 0px; display: block;font-size: 0; line-height: 0;padding: 0px;margin: 0;}
.hero-headline { /* container for content that sits on top of the hero image like headline and text */
	display: block; 
	padding: 20px;
	background-color: rgba(var(--white),0.9); /* fallback */
}
.hero-headline-light {background-color: rgba(var(--white),0.9); }
.hero-headline-dark {background-color: rgba(var(--purple),0.75);}
.hero-headline-gold {background-color: rgba(var(--gold),0.85);}
.hero-heading-text { /* hero heading headline styling */
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	display: block;
	line-height: 1.2em;
	margin-bottom: 12px;
	color:rgb(var(--purple));text-shadow: 1px 1px 0px rgb(var(--white));
}
.hero-headline-light > .hero-heading-text {color:rgb(var(--purple));text-shadow: 1px 1px 0px rgb(var(--white));}
.hero-headline-dark > .hero-heading-text {color:rgb(var(--white));text-shadow: 1px 1px 0px rgb(var(--purple));}
.hero-headline-gold > .hero-heading-text {color:rgb(var(--purple));text-shadow: 0px 0px 0px rgb(var(--gold));}

.hero-heading-text > .secondary-headline {font-size: 24px;text-transform: initial;line-height: 1.2em;display: block;margin-bottom: 16px;}

.hero-heading-paragraph {font-size: 16px;line-height: 1.3em;display: block; margin: 0 0 12px 0;color: rgb(var(--black));text-shadow: 1px 1px 3px rgb(var(--white));}
.hero-headline-light > .hero-heading-paragraph {color: rgb(var(--black));text-shadow: 1px 1px 3px rgb(var(--white));}
.hero-headline-dark > .hero-heading-paragraph {color: rgb(var(--white));text-shadow: 1px 1px 3px rgb(var(--purple));}
.hero-headline-gold > .hero-heading-paragraph {color: rgb(var(--black));text-shadow: -1px -1px 3px rgb(var(--gold));}

a.hero-featured-button {text-decoration: none;padding: 6px 14px 4px 14px;margin: 8px 4px 0 0;border-radius: 4px;font-weight: bold;background-color: rgb(var(--purple));color: rgb(var(--white));}
.hero-headline-light > a.hero-featured-button {background-color: rgb(var(--purple));color: rgb(var(--gold));}
.hero-headline-dark > a.hero-featured-button {background-color: rgb(var(--gold));color: rgb(var(--purple));}
.hero-headline-gold > a.hero-featured-button {background-color: rgb(var(--purple));color: rgb(var(--white));}

/* posts */
.cat-links {display: inline-block; margin-right: 10px;}
.entry-footer {margin-bottom: 10px;}

/* utility */
.nopad {padding: 0px !important;}

a.wp-element-button:link, a.wp-element-button:active, a.wp-element-button:visited, a.wp-element-button:hover {color: rgb(var(--gold));}
.wp-block-button > a.wp-element-button {color: rgb(var(--gold));} /* default */
.is-style-fill > a.wp-element-button {color: rgb(var(--gold));} /* fill */
.is-style-outline > a.wp-element-button {color: rgb(var(--purple));} /* outline */
.is-style-uwsp-gold > a.wp-element-button {color: rgb(var(--purple));} /* gold fill */
.is-style-uwsp-gold-outline > a.wp-element-button {color: rgb(var(--gold));} /* gold outline */


article.news figcaption {color: rgb(var(--mgrey));font-style: italic;text-align: center; padding: 10px 0;}
article.news .entry-title {font-size: 2.5em;}
.newstags {display: flex;align-items: center;gap: 10px;margin: 10px 0;}
.newstags .fas {font-size: 36px;color: rgb(var(--purple));}
.newstags a {display: inline-block;background-color: rgba(var(--purple),0.1);box-shadow:1px 1px 1px rgba(0, 0, 0, 0.1);padding: 3px 8px 1px 8px;margin: 0 6px 6px 0;text-decoration: none;font-weight: bold;}

/* custom block spacing */
.blockspacetop {margin-top: 42px;}
.noblockspacetop {margin-top: 0px;}
.blockspacebottom {margin-bottom: 42px;}
.noblockspacebottom {margin-bottom: 0px;}


/*****************************************/
/* CORE BLOCK STYLES 
/* - Accordion
/*
/* These core blocks are styled via theme.json:
/* - button
/*****************************************/

/* Accordion */
.wp-block-accordion-item {
	border: 0;
	background-color: rgb(239,239,239);
	margin-bottom: 4px;
}
.wp-block-accordion-item.is-open {
	border: 3px rgb(168, 147, 204) solid;
	padding: 2px;
}
.wp-block-accordion-heading {
	background-color: var(--wp--preset--color--primary);
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	button {
		padding: 16px 20px;
		margin: 0;
		font-size: 22px;
	};
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {text-decoration: none;}
.wp-block-accordion-item.is-open .wp-block-accordion-heading button {
	padding: 16px 15px;
}
.wp-block-accordion-panel {padding: 0 15px;}

/* Heading */
h1.wp-block-heading {font-size: 42px;}
h2.wp-block-heading {font-size: 36px;}
h3.wp-block-heading {font-size: 30px;}
h4.wp-block-heading {font-size: 24px;}
h5.wp-block-heading {font-size: 18px;}
h6.wp-block-heading {font-size: 16px;}


/*****************/
/* MEDIA QUERIES */
/*****************/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.site-width {width: auto;margin: 0;padding: 0 20px;}
	.site-logo {width: 200px}
	#footer-menu {flex-direction: column;text-align: center;margin-top: 40px;}
	#footer-menu > li {margin: 0 auto;width: auto;}
	#search-box {display: none !important}
	.hero-headline {position: relative;}
	.hh-lower-left, .hh-lower-right, .hh-upper-left, .hh-upper-right, .hh-full-width-bottom, .hh-full-width-top, .hh-vertical-bar-right, .hh-vertical-bar-left {top: initial;bottom: initial;left: initial;right:initial;margin: 0;}
	a.hero-featured-button {display: block;}
	.subsite-title-container {padding-bottom: 0;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
	.site-width {width: 560px;margin: 0 auto;padding: 0 20px;}
	.site-logo {width: 250px}
	#footer-menu {flex-direction: column;text-align: center;}
	#footer-menu > li {margin: 0 auto;width: auto;}
	#copyright-menu {flex-direction:row;gap: 12px;}
	#search-box {display: none}
	.hero-headline {position: relative;}
	.hh-lower-left, .hh-lower-right, .hh-upper-left, .hh-upper-right, .hh-full-width-bottom, .hh-full-width-top, .hh-vertical-bar-right, .hh-vertical-bar-left {top: initial;bottom: initial;left: initial;right:initial;margin: 0;}
	a.hero-featured-button {display: block;}
	.subsite-title-container {padding-bottom: 0;}
	
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	/*body {background-color: #00F; margin: 0; padding: 0;}*/
	.site-width {width: 727px;margin: 0 auto;padding: 0 20px;}
	
	.the-locations {flex-direction: row;}
	.location {flex-basis: 240px;padding: 0;}
	.location:first-child {flex-basis: 284px;}
	#footer-menu {flex-direction: row;justify-content: space-evenly;text-align: left;}
	#footer-menu > li {width: 30%}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	article.news {max-width: 900px;margin: 0 auto;}

	/*body {background-color: #0F0; margin: 0; padding: 0;}*/
	.site-width {width: 951px;margin: 0 auto;padding: 0 20px;}
	.search-cell {display: block;font-size: 18px;padding-bottom: 6px;}
	.search-cell .srchbutton {cursor: pointer;color: rgb(var(--purple));}
	
	.site-branding {padding: 2em 0 1em 0;}
	#site-navigation {display: block;}

	.entry-title {margin-top: 20px;}
	
	/* top utility menus */
	.topline {display: flex;}

	/* upper left menu - students, fac/staff, media etc */
	/*.resource-cell {}*/
	#resource-menu {display: flex;gap: 6px;list-style: none;margin: 0;padding: 0;}
	#resource-menu a {display: block;text-decoration: none; color: rgb(var(--purple));margin: 0;font-size: 14px;padding: 6px;}

	/* upper right menu - Giving, Directory, etc */
	.utility-cell {margin-left: auto; position: relative; z-index: 30;}
	#utility-menu {display: flex;list-style: none;margin: 0;padding: 0;gap: 6px;}
	#utility-menu a {text-decoration: none; color: rgb(var(--purple));margin: 0;font-size: 14px;display: block;padding: 6px;cursor: pointer;}
	#utility-menu > li.menu-item-has-children > a {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='5' width='10'%3E%3Cpolygon points='1,1 10,1 5,5' fill='%23512698'%3E%3C/polygon%3E%3C/svg%3E");background-repeat: no-repeat; background-position: right;padding-right: 12px;}
	#utility-menu .sub-menu  {display:flex;flex-direction: column;background-color: rgb(var(--white));padding: .5rem 0;margin: 0px;box-shadow: 0 0.5rem 1rem rgba(0, 1, 17, 0.15);border-radius: 0.25rem;border: 1px solid rgba(0, 1, 17, 0.15);position: absolute;top: 38px; left: 0;display: none;z-index: 10;width:140px;gap: 0;}
	#utility-menu .sub-menu li {padding: 0;margin:0;}
	#utility-menu .sub-menu a {display: block;padding:3px 8px 3px 8px;}
	#utility-menu .sub-menu a:hover {background-color: #EEE;}
	#utility-menu > li {position: relative;}
	#utility-menu > li:nth-last-of-type(-n+2) {background: rgb(var(--purple));}
	#utility-menu > li:nth-last-of-type(-n+2) a {color: rgb(var(--white));}
	
	#primary-menu {gap: 12px;}
	.mobile-menu {display: none;}
	#subsite-navigation, .subsite-menu-container, .submenu-pos, .subsitemainmenu {display: block;}
	.subsite-mobile-nav-container {display: none;}
	
	.link-footer .site-width {display: flex; gap: 20px;}
	
	.the-locations {justify-content: space-between;}
	#footer-menu > li {padding: 0 1rem}
	.link-footer .socials-footer {width: 420px;}
	
	.copy-footer > .site-width {display: flex;flex-direction: row;}
	.feedback-cell {margin-left: auto;}
	.copyright {padding-top: 0;}
	.hero-headline {position: absolute;vertical-align: text-bottom;}

	/* is there a less verbose way to do this? */
	.hh-lower-left.hh-overlay-float {bottom: 20px; left: 20px;margin-right: 20px;}
	.hh-lower-left.hh-overlay-attach {bottom: 0px; left: 0px;margin-right: 0px;}
	.hh-lower-left.hh-overlay-float.hh-overlay-w-half, .hh-lower-left.hh-overlay-attach.hh-overlay-w-half {width: 50%;margin-right: 50%;}
	.hh-lower-left.hh-overlay-float.hh-overlay-w-23, .hh-lower-left.hh-overlay-attach.hh-overlay-w-23 {width: 66%;margin-right: 33%;}
	.hh-lower-left.hh-overlay-float.hh-overlay-w-13, .hh-lower-left.hh-overlay-attach.hh-overlay-w-13 {width: 33%;margin-right: 66%} 
	.hh-lower-left.hh-overlay-float.hh-overlay-w-full {margin: 0;right: 20px;}
	.hh-lower-left.hh-overlay-attach.hh-overlay-w-full {margin: 0; right: 0;}

	.hh-lower-right.hh-overlay-float {bottom: 20px; right: 20px;margin-left: 20px;}
	.hh-lower-right.hh-overlay-attach {bottom: 0px; right: 0px;margin-left: 0px;}
	.hh-lower-right.hh-overlay-float.hh-overlay-w-half, .hh-lower-right.hh-overlay-attach.hh-overlay-w-half {width: 50%;margin-left: 50%}
	.hh-lower-right.hh-overlay-float.hh-overlay-w-23, .hh-lower-right.hh-overlay-attach.hh-overlay-w-23 {width: 66%;margin-left: 33%}
	.hh-lower-right.hh-overlay-float.hh-overlay-w-13, .hh-lower-right.hh-overlay-attach.hh-overlay-w-13 {width: 33%;margin-left: 66%}
	.hh-lower-right.hh-overlay-float.hh-overlay-w-full {margin: 0; left: 20px;}
	.hh-lower-right.hh-overlay-attach.hh-overlay-w-full {margin: 0; left: 0;}

	.hh-upper-left.hh-overlay-float {top: 20px; left: 20px;margin-right: 20px;}
	.hh-upper-left.hh-overlay-attach {top: 0px; left: 0px;margin-right: 0px;}
	.hh-upper-left.hh-overlay-float.hh-overlay-w-half, .hh-upper-left.hh-overlay-attach.hh-overlay-w-half {width: 50%;margin-right: 50%;}
	.hh-upper-left.hh-overlay-float.hh-overlay-w-23, .hh-upper-left.hh-overlay-attach.hh-overlay-w-23 {width: 66%;margin-right: 33%;}
	.hh-upper-left.hh-overlay-float.hh-overlay-w-13, .hh-upper-left.hh-overlay-attach.hh-overlay-w-13 {width: 33%;margin-right: 66%;}
	.hh-upper-left.hh-overlay-float.hh-overlay-w-full {margin: 0;right: 20px;}
	.hh-upper-left.hh-overlay-attach.hh-overlay-w-full {margin: 0; right: 0;}

	.hh-upper-right.hh-overlay-float {top: 20px; right: 20px;margin-left: 20px;}
	.hh-upper-right.hh-overlay-attach {top: 0px; right: 0px;margin-left: 0px;}
	.hh-upper-right.hh-overlay-float.hh-overlay-w-half, .hh-upper-right.hh-overlay-attach.hh-overlay-w-half {width: 50%;margin-left: 50%}
	.hh-upper-right.hh-overlay-float.hh-overlay-w-23, .hh-upper-right.hh-overlay-attach.hh-overlay-w-23 {width: 66%;margin-left: 33%}
	.hh-upper-right.hh-overlay-float.hh-overlay-w-13, .hh-upper-right.hh-overlay-attach.hh-overlay-w-13 {width: 33%;margin-left: 66%}
	.hh-upper-right.hh-overlay-float.hh-overlay-w-full {margin: 0; left: 20px;}
	.hh-upper-right.hh-overlay-attach.hh-overlay-w-full {margin: 0; left: 0;}

	.hh-vertical-bar-right.hh-overlay-float {bottom: 20px; right: 20px;top: 20px;margin-left: 50%;}
	.hh-vertical-bar-right.hh-overlay-attach {bottom: 0px; right: 0px;top: 0px;margin-left: 50%;}
	.hh-vertical-bar-right.hh-overlay-float.hh-overlay-w-half, .hh-vertical-bar-right.hh-overlay-attach.hh-overlay-w-half {width: 50%;margin-left: 50%}
	.hh-vertical-bar-right.hh-overlay-float.hh-overlay-w-23, .hh-vertical-bar-right.hh-overlay-attach.hh-overlay-w-23 {width: 66%;margin-left: 33%}
	.hh-vertical-bar-right.hh-overlay-float.hh-overlay-w-13, .hh-vertical-bar-right.hh-overlay-attach.hh-overlay-w-13 {width: 33%;margin-left: 66%}
	.hh-vertical-bar-right.hh-overlay-float.hh-overlay-w-full {margin: 0; left: 20px;}
	.hh-vertical-bar-right.hh-overlay-attach.hh-overlay-w-full {margin: 0; left: 0;}

	.hh-vertical-bar-left.hh-overlay-float {bottom: 20px; left: 20px;top: 20px;margin-right: 50%;}
	.hh-vertical-bar-left.hh-overlay-attach {bottom: 0px; left: 0px;top: 0px;margin-right: 50%;}
	.hh-vertical-bar-left.hh-overlay-float.hh-overlay-w-half, .hh-vertical-bar-left.hh-overlay-attach.hh-overlay-w-half {width: 50%;margin-right: 50%;}
	.hh-vertical-bar-left.hh-overlay-float.hh-overlay-w-23, .hh-vertical-bar-left.hh-overlay-attach.hh-overlay-w-23 {width: 66%;margin-right: 33%;}
	.hh-vertical-bar-left.hh-overlay-float.hh-overlay-w-13, .hh-vertical-bar-left.hh-overlay-attach.hh-overlay-w-13 {width: 33%;margin-right: 66%;}
	.hh-vertical-bar-left.hh-overlay-float.hh-overlay-w-full {margin: 0;right: 20px;}
	.hh-vertical-bar-left.hh-overlay-attach.hh-overlay-w-full {margin: 0; right: 0;}

	a.hero-featured-button {display: inline-block;}

	.subsite-title-container {padding-bottom: 24px;}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	/*body {background-color: rgb(var(--white)); margin: 0; padding: 0;}*/
	.site-width {width: 1159px;margin: 0 auto;padding: 0 20px;}
	.site-logo {width: 300px;}
	.locations-footer {display: flex;gap: 30px;}
	.hlc-extra {display: flex;gap: 30px;margin: 0px auto 0 auto;}
	#primary-menu {gap: 12px;}
	.link-footer .socials-footer {width: 420px;}
}


@media only screen and (min-width: 1400px) {
	.site-width {width: 1350px;margin: 0 auto;padding: 0 20px;}
	.link-footer .socials-footer {width: 520px;}
	.menu-footer-menu-container {width:900px;}
}
	

	@media (prefers-color-scheme: dark) {
/*.site-branding {background-color: rgb(var(--purple))}*/
	}