/*!
Theme Name: NAADAC
Theme URI: https://adacoordinators.org
Author: Joe Dolson
Author URI: https://adacoordinators.org
Description: Description
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: naadac
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

:root {
	--blue: #1a5276;
	--blue-md: #1f618d;
	--blue-lt: #2471a3;
	--teal: #0e6655;
	--teal-lt: #148a72;
	--bg-blue: #eaf1f8;
	--bg-teal: #e8f5f1;
	--bg-warm: #f9f7f4;
	--rule: #d5dfe9;
	--border: #6d8fb0;
	--text: #1a1a1a;
	--text-mid: #333;
	--text-lt: #555;
	--white: #fefefe;
	--font-display: 'Source Serif 4', Georgia, serif;
	--font-body: 'Inter', Arial, Helvetica, sans-serif;
	--max-w: 1160px;
	--r: 3px;
}

.advanced-ada-coordinator main {
	--blue: #0e6655; /* Map blues to teals */
	--bg-blue: #e8f5f1;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.4rem;
	margin: 0.67em 0;
}

h2 {
	font-size: 2rem;
}


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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	transition: all 200ms;
}

button, input {
	transition: all 200ms;
}

/**
 * 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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 0.625em;
	border: none;
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--text-light);
	font-family: var( --font-body );
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.78;
}

h1, h2, h3, h4 {
	font-family: var(--font-display);
	line-height: 1.2;
	color: var(--blue);
	margin-top: 0;
}

h3, h4 {
	font-family: var(--font-body);
}

.entry-header h1.entry-title {
	margin-bottom: .75rem;
}

h3, h4 {
	font-size: 20px;
	font-family: var(--font-body);
	font-size: 1.25rem;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

h5, h6 {
	margin-top: 0;
}

h4 + p {
	margin-top: 0;
	font-size: 1rem;
}

p {
	margin-bottom: 1rem;
	margin-block-end: 1rem;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--color-very-light-gray);
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted var(--text-light);
	cursor: help;
}

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	scroll-padding-top: 5rem;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-color: var(--white);
}

hr.wp-block-separator {
	background-color: var(--blue);
	border: 0;
	height: 2px;
	width: 80%;
	max-width: 600px !important;
	margin: 1rem auto 2.5rem;
}

ul, ol {
	margin: 0 0 1rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

#content li > ul {
	margin-left: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

figure.wp-block-post-featured-image figcaption {
	padding: 10px 20px;
	margin-top: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
	border-collapse: collapse;
	font-size: .875rem;
}

table thead {
	background: var(--blue);
	text-align: left;
	color: #fff;
}

table thead th {
	vertical-align: middle;
}

table th, table td {
	padding: .5rem 1rem;
	vertical-align: top;
	text-align: left;
}

table td, table tbody th {
	padding: .5rem 1rem;
	border: 1px solid var(--border);
}

table tbody th {
	width: fit-content;
}

table:not(.fees) tbody tr td:nth-of-type(3),
table tbody tr:nth-of-type(even) {
	background: #f5faf8;
}

.wp-block-table tr td {
	min-width: 6em;
	vertical-align: top;
}

.wp-block-table td, .wp-block-table th {
	border: 1px solid var(--color-light-gray);
	padding: 6px 5px 1px;
}

.wp-block-table th {
	text-align: left;
	background: var(--color-very-light-gray);
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid var(--blue);
	border-radius: 4px;
	background: var(--bg-blue);
	color: var(--text);
	line-height: 1;
	padding: 12px 24px;
	font-size: 1rem;
}

input[disabled] {
	border: none;
	color: #c6c6c7;
	background: #676767;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--white);
}

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: var(--text);
}

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,
select {
	color: var(--text-mid);
	border: 1px solid var(--blue);
	border-radius: 3px;
	padding: 6px 6px 5px;
	background: var(--white);
}

select {
	padding: 6px 6px 5px 6px;
	max-width: 100%;
}

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,
select:focus {
	color: var(--text);
	outline: 2px solid var(--text);
	outline-offset: 2px;
}

#footer-widgets input[type="text"]:focus,
#footer-widgets input[type="email"]:focus,
#footer-widgets input[type="url"]:focus,
#footer-widgets input[type="password"]:focus,
#footer-widgets input[type="search"]:focus,
#footer-widgets input[type="number"]:focus,
#footer-widgets input[type="tel"]:focus,
#footer-widgets input[type="range"]:focus,
#footer-widgets input[type="date"]:focus,
#footer-widgets input[type="month"]:focus,
#footer-widgets input[type="week"]:focus,
#footer-widgets input[type="time"]:focus,
#footer-widgets input[type="datetime"]:focus,
#footer-widgets input[type="datetime-local"]:focus,
#footer-widgets input[type="color"]:focus,
#footer-widgets textarea:focus,
#footer-widgets select:focus {
	outline: 2px solid var(--white);
}


textarea {
	width: 100%;
}

label {
	display: block;
	font-weight: 700;
}

legend {
	font-weight: 700;
	padding-right: 5px;
}

fieldset {
	border-top: 1px solid var(--blue-md);
}

section,
article {
}

.search-wrapper {
	position: relative;
}

.search-form input[type="search"] {
	border-radius: 3px 0 0 3px;
	font-size: 1.4rem;
	padding: 12px;
}

.search-form .search-submit {
	border-radius: 0 3px 3px 0;
	font-size: 1.25rem;
	padding: 12px 24px
}

button.toggle-search {
	padding: 2px;
	margin-top: 2px;
}

button.toggle-search:focus,
button.toggle-search:hover {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

button.toggle-search .dashicons {
	font-size: 28px;
	width: 28px;
	height: 28px;
}

#main .search-form {
	display: grid;
	grid-template-columns: 1fr auto;
	width: 100%;
}

#main .search-form input[type="search"] {
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.search-results article .wp-post-image {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.search-results article:after {
	content: '';
	display: block;
	clear: both;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: var(--blue);
	font-weight: 700;
	text-decoration: underline;
}

.widget-area h2 {
	margin-bottom: 0;
}

a:hover, a:focus, a:active {
	color: var(--blue);
	text-underline-position: under;
}

.wp-block-image .size-full:not(.is-resized),
.wp-block-image .size-full:not(.is-resized) img {
	width: 100%;
}

.wp-block-image {
	margin-bottom: 20px;
}

.wp-block-columns .wp-block-image figcaption,
.wp-block-group .wp-block-image figcaption,
.wp-block-columns .wp-block-image,
.wp-block-group .wp-block-image {
	margin-bottom: 0;
}

.wp-block-file {
	background: transparent;
	padding: 0;
}

.wp-block-file a.wp-element-button:hover,
.wp-block-file a.wp-element-button:focus,
.wp-block-file a.wp-element-button:active {
	color: var(--white);
	border-bottom: inherit;
	outline: 2px solid;
	outline-color: var(--blue-md);
}

.wp-block-file:not(.wp-element-button) {
	font-size: 1rem;
}

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

.entry-meta {
	font-size: 1rem;
	color: #555;
	clear: both;
	padding: .5rem;
}

.menu-footer-container {
	padding: 0;
	margin: 0 0 1.5em;
}

#footer-menu {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: .9em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	margin-top: 1em;
	width: 50%;
	text-align: center;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	position: fixed !important;
	/* Above WP toolbar. */
}

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

#page {
	margin: 0 auto;
	position: relative;
}

#content {
	background: transparent; /* Inherited from #page */
}

#breadcrumbs {
	padding: 6px 0;
	font-size: .875rem;
	width: 100%;
	margin-bottom: .75rem;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs,
.page-excerpt p {
	color: rgba( 255, 255, 255, .85 );
}

.entry-header .page-excerpt {
	margin-bottom: 0;
}

.page-excerpt p {
	max-width: 50rem;
}

#main {
	background: transparent; /* Inherited from #page */
}

#main button:hover:not(.wp-block-accordion button),
#main input[type="button"]:hover,
#main input[type="reset"]:hover,
#main input[type="submit"]:hover {
	border-color: var(--text);
	background: var(--blue-md);
	color: var(--white);
}

#main input[disabled]:hover {
	border: none;
	color: #c6c6c7;
	background: #676767;
}

.flex-layout {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#main {
	margin: 0;
}

.nav-links {
	margin-bottom: 1em;
	display: flex;
	align-items: center;
}

.nav-next a, .nav-previous a {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	text-align: left;
}

.nav-links a span:not(.dashicons) {
	text-decoration: underline;
}

.nav-links a:hover span:not(.dashicons) {
	text-decoration: none;
}

.nav-next a {
	justify-content: end;
}

.site-branding {
	max-width: 20rem;
	font-family: var(--font-display);
	margin: 0 auto;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--blue);
	line-height: 1.2;
	text-wrap: balance;
}

.site-branding > span {
	font-size: .75rem;
	letter-spacing: .03rem;
	color: var(--text-lt);
	font-family: var(--font-body);
	display: block;
}

a.logo-link:hover, a.logo-link:focus {
	outline: 2px solid var(--blue-lt);
	outline-offset: 6px;
	background: var(--color-very-light-gray);
	border-radius: 6px;
}

.site-branding img {
	width: auto;
	height: auto;
	padding: 0;
	display: block;
	position: relative;
	max-height: 140px;
}

ul.columns {
	column-count: 4;
}

@media screen and ( max-width: 800px ) {
	ul.columns {
		column-count: 2;
	}
}

@media screen and (min-width: 55em) {
	#masthead .header-contents {
		display: grid;
		grid-template-columns: 16rem 1fr;
		align-items: center;
		margin: 0 auto;
		position: relative;
	}
	#masthead .sub-header {
		max-height: 140px;
	}
}

.hentry.has-post-thumbnail {
	position: relative;
}

.hentry.odd {
	background: rgba( 240,240,240, .9 );
}

.single .hentry.odd {
	background: transparent;
}

#content .archive-links {
	padding: 0;
	margin: 0 0 1.5em;
}

#content .archive-links li {
	display: inline-block;
	padding: 6px;
}

#colophon,
#footer-widgets {
	background: #1a1a1a;
	color: #ccc;
	padding: 30px 1em;
	width: 100%;
	font-size: .875rem;
}

#footer-widgets .menu {
	list-style: none;
	padding: 0;
}

#footer-widgets .menu li {
	padding: .5rem 0;
}

#colophon .menu {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	padding: 0;
	justify-content: end;
}

#footer-widgets > .wp-block-columns > .wp-block-column:nth-of-type(1) {
	max-width: 420px;
}

#footer-widgets h2 {
	color: #fff;
}

#footer-widgets h2 {
	font-size: 1.25rem;
}

#footer-widgets h3 {
	font-size: .875rem;
	letter-spacing: .125rem;
	color: #ddd;
	font-family: var(--font-body);
	text-transform: uppercase;
}

#footer-widgets .is-layout-flex {
	gap: 48px;
}

#colophon a,
#footer-widgets a:not(.wp-block-button__link) {
	color: var(--white);
}

#colophon a:hover,
#colophon a:focus {
	color: var(--white);
}

.archive-cards .posting-meta {
	font-size: .875rem;
	background: #f6f6f6;
	padding: 8px;
	margin: 1rem -8px 0;
}

.wrapper {
	margin: 0 auto;
}

.wp-block-buttons {
	text-align: center;
}

.wp-block-button__link {
	background: var(--white);
	color: var(--blue);
	border: 2px solid currentColor;
	border-radius: 3px;
	padding: 12px 24px;
	border: 2px solid var(--blue);
	font-size: 1rem;
}

.wp-block-button__link:focus,
.wp-block-button__link:hover {
	outline: 2px solid var(--blue);
	outline-offset: -5px;
	color: var(--text);
	background: var(--bg-blue);
}

.wp-block-button__link.has-background:focus,
.wp-block-button__link.has-background:hover {
	background: var(--blue-lt);
	border-color: var(--blue-lt);
	outline-color: white;
}

/* Override Gutenberg core styles. */
.wp-block-column {
	overflow-wrap: normal;
	word-break: normal;
}

.panels .wp-block-column > * {
	margin-top: 0;
}

.included h3,
.sessions h3 {
	color: var(--blue);
	margin-bottom: .5rem;
}

.sessions .wp-block-column {
	border-left: 4px solid var(--blue);
	padding: 16px;
	background: var(--bg-blue);
	font-size: 1rem;
}

.at-a-glance {
	gap: 2px;
}

.at-a-glance .wp-block-column {
	border: 1px solid var(--border);
	background: var(--bg-blue);
	font-size: 1rem;
	padding: 16px;
}

.at-a-glance .wp-block-column h3 {
	font-size: 1.125rem;
	text-align: center;
	margin-bottom: .5rem;
}

.at-a-glance .wp-block-column:nth-of-type(odd),
.at-a-glance .wp-block-column:nth-of-type(odd) h3 {
	background: var(--blue);
	color: #fff;
}

.included {
	background: var(--bg-blue);
	padding: 16px;
	border: 2px solid var(--blue);
	border-radius: 3px;
}

#wrapper .is-style-rounded img {
	border-radius: 20px;
}

.wp-block-group:has(blockquote) {
	padding: 48px 16px;
}

.wp-block-group:has(blockquote) .eyebrow {
	margin-top: 0 !important;
}

figcaption {
	font-size: 14px;
	font-size: .875rem;
}

.hero{position:relative;min-height:440px;display:flex;align-items:stretch;overflow:hidden;background:var(--white);border-bottom:1px solid var(--rule)}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 35%}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(to right,rgba(255,255,255,0) 35%,rgba(255,255,255,.95) 56%,rgba(255,255,255,1) 70%)}
.hero-panel{position:relative;z-index:2;margin-left:auto;width:52%;max-width:560px;padding:52px 44px 52px 36px;display:flex;flex-direction:column;justify-content:center}
.hero-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-md);margin-bottom:12px;display:block; order:-1; text-wrap: balance;}
.hero h1{color:var(--blue);margin-bottom:0; line-height: 1.2;}
.hero-sub{font-size:1rem;color:var(--text-mid); line-height: 1.78;max-width:460px}

.eyebrow {
	margin-top: 4rem !important;
}

.credentials.no-eyebrow h3 {
	font-family: var(--font-display);
}

.credentials:not(.no-eyebrow) h3,
.eyebrow h2 {
	font-family: var(--font-body);
	font-size: .875rem !important;
	text-transform: uppercase;
	margin-bottom: .375rem;
	color: var(--blue);
}

.wp-block-columns:has(.eyebrow) .wp-block-image {
	margin-top: 4rem;
}

.credentials:not(.no-eyebrow) h3 {
	width: fit-content;
	padding: 6px;
	font-size: .75rem;
	text-transform: none;
}

.credentials .wp-block-column {
	background: white;
}

.credentials:not(.no-eyebrow) .wp-block-column:nth-of-type(1) h3 {
	background: var(--blue);
	color: white;
}

.credentials:not(.no-eyebrow) .wp-block-column:nth-of-type(2) h3 {
	background: var(--teal);
	color: white;
}

.credentials .wp-block-column:nth-of-type(1) {
	border-color: var(--blue-lt);
}

.credentials .wp-block-column:nth-of-type(2) {
	border-color: var(--teal);
}

.credentials:not(.no-eyebrow) p:nth-of-type(1),
.eyebrow p:nth-of-type(1) {
	font-family: var(--font-display);
	margin-top: 0;
	margin-bottom: .125rem;
	font-size: 2rem;
	color: var(--blue-md);
}

.credentials:not(.no-eyebrow) p:nth-of-type(1) {
	font-size: 1.375rem;
}

.entry-content ul li {
	border-bottom: 1px solid var(--rule);
	padding: 8px 0 8px 24px;
	color: var(--text-mid);
	line-height: 1.5;
	font-size: 1rem;
	list-style-position: inside;
	text-indent: -1rem;
}

.entry-content ul li:last-of-type {
	border-bottom: none;
}

#content .alignfull {
	max-width: 100% !important;
}

#content .alignfull:has( + .alignfull) {
	margin-bottom: 0;
}

.note {
	background: var(--bg-blue);
	border-left: 3px solid var(--blue);
	padding: .875rem;
	margin-bottom: 1.5rem;
	font-size: .875rem;
}

.note.green {
	background: var(--bg-teal);
	border-left: 3px solid var(--teal);
}

.note.green h3 {
	color: var(--teal);
}

div.note {
	font-size: 1rem;
}

.note .wp-block-column {
	background: #fff;
	padding: 1rem;
}

.note .wp-block-column:nth-of-type(1) {
	border: 2px solid var(--blue);
}

.note .wp-block-column:nth-of-type(2) {
	border: 2px solid var(--teal);
}

.note .wp-block-column ul {
	list-style-type: none;
	padding: 0;
}

#content .wp-block-cover img {
	max-width: 100%;
	display: flex;
	align-content: stretch;
	width: 80%;
	height: 480px;
}

.curriculum-row-1 .wp-block-column,
.curriculum-row-2 .wp-block-column {
	padding: 16px;
	border-top: 3px solid var(--blue);
}

.curriculum-row-1 .wp-block-column {
	background: var(--bg-blue);
}

.curriculum-row-2 .wp-block-column {
	background: var(--bg-teal);
	border-top-color: var(--teal);
}

.curriculum-row-2 {
	margin-bottom: 1.5rem;
}

.curriculum-row-1 h3,
.curriculum-row-2 h3 {
	font-size: 1rem;
	font-family: var(--font-body);
}

.curriculum-row-2 h3 {
	color: var(--teal);
}

.curriculum-row-1 p,
.curriculum-row-2 p {
	font-size: .875rem;
}

.wp-block-accordion h3 {
	font-family: var(--font-body);
	font-size: 1.125rem;
	margin: 0;
}

.wp-block-accordion button {
	padding-top: 24px;
	padding-bottom: 24px;
	color: var(--blue);
}

.wp-block-accordion button:hover {
	background: var(--blue-bg);
	border-radius: 0;
}

.wp-block-accordion .wp-block-accordion-item {
	border-bottom: 1px solid var(--blue-lt);
	margin: 0;
}

.wp-block-accordion .wp-block-accordion-panel {
	margin-block-end: 24px;
	color: var(--text-mid);
}

.wp-block-accordion-item:first-of-type {
	border-top: 1px solid var(--blue-lt);
}

#content .alignfull > .wp-block-group__inner-container {
	max-width: var(--max-w);
	margin: 0 auto;
	padding: .75rem 0;
}

#content .alignfull.hero,
#content .alignfull.hero > .wp-block-group__inner-container {
	padding: 0;
	max-width: 100% !important;
}

.panels {
	gap: 0 !important;
}

.two-panel {
	gap: 2px !important;
}

.two-panel .wp-block-column {
	padding: 2rem;
}

.panels .wp-block-column {
	background: linear-gradient(180deg,#1a3476 0%,#15295c 100%);
	color: var(--white);
}

.panels .wp-block-column p {
	padding: 0 20px;
	font-size: .875rem;
}

.panels .wp-block-column p:nth-of-type(1) {
	font-size: 2rem;
	font-family: var(--font-display);
	margin-bottom: 0;
	margin-top: .5rem;
}

.panels .wp-block-column p:last-of-type {
	margin-bottom: 1rem;
}

.wp-block-accordion.is-style-narrow-width,
.wp-block-group.is-style-narrow-width {
    max-width: 780px !important; /* Set your preferred narrow width */
    margin-left: auto !important;
    margin-right: auto !important;
}

#content .alignfull.has-background {
	max-width: 100% !important;
}

#content .alignfull .wp-block-columns:not(.alignfull,.alignwide) {
	max-width: var(--max-w);
	column-gap: 30px;
}

#content .alignfull .wp-block-columns .wp-block-column .wp-block-columns {
	margin: 1rem auto;
}

#content .alignfull .wp-block-columns:not(.alignfull,.alignwide) img {
	width: auto;
	height: auto;
}

figure.aligncenter {
	text-align: center;
}

.wp-block-file > a:nth-of-type(1):before {
	font-family: dashicons;
	content: "\f316";
	margin-right: 3px;
	vertical-align: middle;
	color: var(--text-light);
}

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

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

.archive-cards .entry-footer {
	padding: 1rem .5rem;
}

.entry-summary {
	border-bottom: 2px solid var(--blue-md);
}

section.entry-content {
	margin-top: 0;
}

.site-footer-wrapper,
.wp-block-group.alignwide blockquote,
.posts-navigation,
.post-navigation,
.wp-pagenavi,
#comments,
.entry-footer > *,
.entry-header > *,
.entry-content > * {
	margin: 0 auto 1.5rem;
	max-width: var(--max-w) !important;
}

.entry-header:not(.faculty-cards .entry-header, .archive-cards .entry-header) {
	background: var(--blue);
	color: #fff;
	padding: 40px 0 34px;
	border-bottom: 1px solid var(--border);
}

.entry-header > *:not(.faculty-cards .entry-header > *) {
	color: #fff;
}

.wp-block-column:has(blockquote) {
	background: #fff;
	border-left: 4px solid var(--blue);
	padding: 24px;
	box-shadow: 0 1px 4px rgba( 0,0,0,.07 );
}

blockquote {
	font-size: 1rem;
	font-style: italic;
	margin: 0;
	font-family: var(--font-display);
}

blockquote strong {
	font-style: normal;
	font-size: .875rem;
	font-weight: 600;
	font-family: var(--font-body);
}

.entry-content > h2,
.entry-content > h3,
.entry-content > h4 {
	margin-bottom: .75rem;
}

@media screen and ( width > 960px ) {
	.entry-content > p {
		padding-right: 16.6667%;
	}
}

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

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

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100% !important;
	width: 100%;
}

/* Make sure logo link wraps around logo image. */
.logo-link {
	display: inline-block;
	border-bottom: none !important;
	text-decoration: none;
}

@media screen and (max-width: 55em) {
	.wp-block-columns.landing, .wp-block-group.landing .wp-block-columns {
		gap: 30px;
	}
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.wp-block-gallery,
.blocks-gallery-grid {
	width: 100%;
}

.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#footer-menu {
	list-style: none;
	text-align: center;
}

#footer-menu li {
	margin: 12px;
	display: inline-block;
}

#utility-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 24px;
}

#utility-menu li a {
	color: var(--white);
	display: flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	padding-top: 6px;
	font-weight: 600;
}

#utility-menu li a:hover,
#utility-meny li a:focus {
	border-bottom: 2px solid var(--white);
}

#masthead {
	background: var(--white);
	border-bottom: 4px solid var(--blue);
	position: sticky;
	top: 0;
	z-index: 200;
	box-shadow: 0 2px 8px rgba( 0,0,0,.1 );
	padding: .5rem 0;
}
body:has(#wpadminbar) #masthead {
	top: 32px;
}

#site-navigation, #site-navigation > div, #primary-menu, #primary-menu > li {
	align-items: center;
}

.single-job #main > article > .entry-header,
.post-type-archive-job #main > .entry-header {
	margin-bottom: 2rem;
}

.entry-content > .job:not(.archive-cards .job) {
	display: grid;
	grid-template-columns: 1fr 20rem;
	gap: 40px;
}

@media screen and ( width < 50rem ) {
	.entry-content > .job:not(.archive-cards .job) {
		grid-template-columns: 1fr;
	}
}

.entry-content .job .job-description p:first-of-type {
	margin-top: 0;
}

.job-details h3 {
	font-size: 1.125rem;
	margin-bottom: 0;
}

.entry-content .job-details p {
	margin-top: 0;
}

.archive-cards {
	max-width: 1280px;
	margin: 2rem auto 0;
	display: grid;
	grid-template-columns: repeat( 4, 1fr );
	gap: 30px;
	margin-bottom: 3rem;
}

.archive-cards.paginated-items {
	margin-bottom: 1rem;
}

.archive-cards .content-type {
	margin: 0;
	padding: 0 .5rem;
	text-transform: uppercase;
	color: #666;
	font-size: 1rem;
}

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

.archive-cards article {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	align-content: start;
	box-shadow: 3px 3px 3px #ccc;
	border: 1px solid var(--border);
	background: var(--white);
	border-radius: 3px;
}

.archive-cards h4 a,
.archive-cards h3 a,
.archive-cards h2 a {
	border-bottom: 6px solid var(--color-red);
	width: 100%;
	text-decoration: none;
	display: block;
	padding: 2px;
}

.archive-cards article:nth-of-type(4n+1) h4 a,
.archive-cards article:nth-of-type(4n+1) h3 a,
.archive-cards article:nth-of-type(4n+1) h2 a {
	border-bottom: 6px solid var(--blue-lt);
}

.archive-cards article:nth-of-type(4n+2) h4 a,
.archive-cards article:nth-of-type(4n+2) h3 a,
.archive-cards article:nth-of-type(4n+2) h2 a {
	border-bottom: 6px solid var(--blue-md);
}

.archive-cards article:nth-of-type(4n+3) h4 a,
.archive-cards article:nth-of-type(4n+3) h3 a,
.archive-cards article:nth-of-type(4n+3) h2 a {
	border-bottom: 6px solid var(--blue);
}

.faculty-cards article {
	background: var(--bg-blue);
	color: var(--text-mid);
}

.faculty-cards article h2 {
	margin-bottom: 0;
}


.page .archive-cards.single-item {
	grid-template-columns: 1fr;
}

.archive-cards .hidden {
	display: none;
}

.page .archive-cards.single-item article {
	max-width: 240px;
}

.archive-cards article .entry-title a:hover,
.archive-cards article .entry-title a:focus {
	border-color: var(--blue-lt);
	background: #f3f3f3;
}

.archive-cards header {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.archive-cards .entry-content p {
	margin: 0;
}

.archive-cards header .entry-featured-thumbnail {
	order: -1;
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}

.archive-cards header .entry-title {
	font-size: 1.2rem;
	padding: .5rem;
	margin-bottom: 0;
	width: 100%;
}

.archive-cards .subtitle {
	font-size: 1rem;
	padding: 0 .5rem;
	margin: 0 0 .5rem;
}

.archive-cards .subtitle .primary {
	font-weight: 600;
}

#content .archive-cards header .entry-title .title {
	font-size: 1rem;
}

.archive-cards .entry-content {
	margin: 0;
	padding: .5rem;
	padding-bottom: 0;
}

.resource-pagination {
	display: flex;
	justify-content: end;
	gap: 6px;
	align-items: center;
}

.resource-pagination button {
	padding: .5rem;
	border-radius: 50%;
	width: 2.2rem;
	height: 2.2rem;
	font-size: 1.2rem;
}

.resource-pagination button[aria-pressed=true] {
	background: var(--color-very-light-gray);
}

#main .mc-main .list-event {
	margin: 0;
}

.wp-block-query figure {
	order: -1;
	border: 1px solid #eee;
	box-shadow: 3px 3px 3px #ccc;
}

.wp-block-columns.rounded .wp-block-column {
	border-radius: 32px;
}

.wp-block-buttons {
	margin-bottom: 1em;
}

.wp-block-button a {
	font-weight: 700;
}

strong::before {
	font-weight: 400;
	font-family: dashicons;
	margin-right: .25rem;
}

strong.telephone::before {
	content: "\f525";
	color: var(--blue-md);
}

strong.url::before {
	content: "\f103";
	color: var(--blue-md);
}

strong.facebook::before {
	content: "\f304";
	color: #4267B2;
}

.has-very-small-font-size {
	font-size: .875rem;
}

.has-small-font-size {
	font-size: 1rem;
}

.has-large-font-size {
	font-size: 1.25rem;
}

.has-very-large-font-size {
	font-size: 1.5rem;
}

.has-light-blue-color {
	color: var(--blue-lt) !important;
	background: var(--text) !important;
}
.has-medium-blue-color {
	color: var(--blue-md) !important;
}
.has-dark-blue-color {
	color: var(--blue) !important;
}
.has-white-color > *,
.has-white-color {
	color: var(--white) !important;
}
.has-black-color {
	color: var(--text) !important;
}

.has-light-blue-color .wp-block-heading,
.has-light-blue-background-color a,
.has-light-blue-background-color {
	background-color: var(--blue-lt) !important;
	color: contrast-color(var(--blue-lt)) !important;
}
.has-medium-blue-color .wp-block-heading,
.has-medium-blue-background-color a:not(.wp-block-button a),
.has-medium-blue-background-color {
	background-color: var(--blue-md) !important;
	color: contrast-color(var(--blue-md)) !important;
}
.has-dark-blue-color .wp-block-heading,
.has-dark-blue-background-color a,
.has-dark-blue-background-color {
	background-color: var(--blue) !important;
	color: contrast-color(var(--blue)) !important;
}
.has-white-background-color {
	background: var(--white);
}
.has-black-background-color {
	background: var(--text);
}

.box {
	border: 2px solid var(--border);
	background: var(--bg-blue);
	border-radius: 3px;
	padding: 1rem;
	font-size: 1rem;
}

.box h3 {
	color: var(--blue);
}

.entry-content:has(.box + .eyebrow) .box {
	margin-top: 3rem;
}

.page-template h1.has-background, .page-template h2.has-background, .page-template h3.has-background, .page-template h4.has-background, .page-template h5.has-background, .page-template h6.has-background {
	padding: .5em 1em;
}

.webinar-grid {
	border: 1px solid var(--blue);
	border-radius: 3px;
}

.webinar-grid h3 {
	background: var(--blue);
	padding: 8px 16px;
	letter-spacing: .08rem;
	color: #fff;
	font-size: .875rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.webinar-row {
	display: grid;
	grid-template-columns: 2rem 1fr 7rem;
	align-items: start;
	gap: 20px;
	border-bottom: 1px solid var(--border);
	padding: 8px 0;
}

.webinar-row > div {
	padding: 0 12px;
}

.webinar-row p,
.webinar-row h4 {
	display: inline;
	font-size: .875rem;
	color: var(--text-mid);
}

.webinar-row div {
	font-size: .875rem;
}

.webinar-row strong {
	color: var(--blue);
}

.webinar-row:last-of-type {
	border-bottom: none;
}

.text {
  max-width: 750px;
  font-size: 18px;
  margin: 0 auto 50px;
}

.meta {
  color: var(--text-light);
  font-style: italic;
}

.meta a {
  color: var(--text-light);
}

.utility-dark-mode {
	display: flex;
	padding-top: .1rem;
}

.utility-dark-mode button {
	all: unset;
	background: var(--text);
	color: var(--white);
	border: 2px solid var(--blue);
	border-radius: 2rem;
	display: inline-block;
	text-align: center;
}

.utility-dark-mode button:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.utility-dark-mode button span {
	border-radius: 2rem;
}

.utility-dark-mode button span {
	border: 1px solid transparent;
	border-radius: 2rem;
	z-index: 2;
	position: relative;
}

.utility-dark-mode button[aria-pressed=false] span.fa-sun {
	background: var(--blue-lt);
	border: 1px solid var(--blue);
	color: var(--text);
}

.utility-dark-mode button[aria-pressed=true] span.fa-moon {
	background: var(--blue-lt);
	border: 1px solid var(--blue);
	color: var(--text);
}

.utility-dark-mode button span {
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
}

.utility-dark-mode button span::before {
	line-height: 1.875;
}

.utility-dark-mode button:hover span,
.utility-dark-mode button:focus span  {
	background: var(--blue-md);
	color: var(--white);
}

.curriculum-box .wp-block-group .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	background: var(--blue);
	color: #fff;
	align-items: center;
	padding: 12px 20px;
	border-radius: 3px 3px 0 0;
}

.curriculum-box .wp-block-group .wp-block-group__inner-container h3 {
	font-size: 1rem;
	font-family: var(--font-display);
}

.curriculum-box .wp-block-group .wp-block-group__inner-container h3,
.curriculum-box .wp-block-group .wp-block-group__inner-container p {
	margin: 0;
	color: #fff;
}

.curriculum-box .wp-block-group .wp-block-group__inner-container p {
	font-size: .875rem;
}

.curriculum-box > .wp-block-group__inner-container > p {
	border: 1px solid var(--blue);
	border-radius: 0 0 3px 3px;
	padding: 16px 20px;
	margin: 0;
	font-size: 1rem;
}

.curriculum-box .wp-block-group .wp-block-group__inner-container p {
	text-align: right;
}

#naadac-notice {
	background: var(--blue-lt);
	color: var(--text);
	padding: .5rem;
	border-bottom: 4px solid var(--blue);
	box-shadow: 0 3px 6px #cfcfcf;
}

#naadac-notice p {
	margin: 0 auto;
	max-width: 1120px;
}

/* Tabs */
#main .wp-block-tb-tabs > ul button:hover {
	background-color: var(--white);
	color: #333;
	border-top-color: var(--color-light-gray);
}

#main .wp-block-tb-tabs > ul button[aria-selected="false"]:hover {
	background-color: transparent;
}

#main .wp-block-tb-tabs > ul button,
#main .wp-block-tb-tabs > ul button:active,
#main .wp-block-tb-tabs > ul button:hover,
#main .wp-block-tb-tabs > ul button:focus {
	font-weight: 400;
}

.wp-block-tb-tabs li:nth-of-type(3n+1) button {
	border-top: 6px solid var(--blue-md);
}

.wp-block-tb-tabs li:nth-of-type(3n+2) button {
	border-top: 6px solid var(--color-red);
}

.wp-block-tb-tabs li:nth-of-type(3n) button {
	border-top: 6px solid var(--blue-lt);
}

.wp-pagenavi a, .wp-pagenavi span {
	border: 2px solid var(--color-light-gray);
}

.wp-pagenavi span.current {
	background: var(--blue-lt);
}

.wp-pagenavi span,
.wp-pagenavi a {
	padding: 3px 7px;
}

.wp-pagenavi {
	display: flex;
	align-items: center;
}

.wp-pagenavi .pages {
	font-size: 1rem;
	border: none;
}

.menu-site-map-container {
	display: grid;
	grid-template-columns: repeat( 2, 1fr );
	gap: 30px;
}

/* Rendered at more than 37.5 em */
@media screen and (min-width: 55em) {
	#footer-menu {
		display: flex;
	}
	#footer-menu li {
		margin: 0 16px 0 0;
		list-style-type: none;
	}

	#footer-menu a {
		text-decoration: none;
	}
}

@media screen and ( width < 800px ) {
	#menu-site-map-container {
		display: grid;
		grid-template-columns: repeat( 1, 1fr );
		gap: 30px;
	}
	#masthead .header-contents {
		grid-template-columns: 40% 1fr;
	}
}

/* Rendered at greater than 1200px. */
@media screen and ( width > 1200px ) {
	#masthead > *, #footer-widgets .wp-block-columns {
		width: var(--max-w);
		max-width: 100%;
		margin: 0 auto;
	}
	#masthead nav {
		display: flex;
		align-items: center;
		justify-content: end;
		column-gap: 20px;
		flex-wrap: wrap;
	}
	.wrapper .wp-pagenavi,
	.wrapper nav.post-navigation,
	.wrapper nav.posts-navigation {
		width: 100%;
	}
	.page-template-page-sidebar .wrapper {
		display: grid;
		grid-template-columns: 66.6666% 33.3333%;
		width: 100%;
	}
	.home.page .wrapper {
		display: block;
		padding: 0 3em;
	}
	.page-template-default.home .wrapper {
		padding: 0;
	}
	#masthead .site-header {
		padding: 0;
	}
	#main {
		margin: 0;
	}
}

@media screen and ( max-width: 1200px ) {
	h2 {
		font-size: 1.6rem;
	}

	.wp-block-columns.landing, .wp-block-group.landing .wp-block-columns {
		gap: 30px;
	}
	#content .alignfull .wp-block-columns:not(.alignfull, .alignwide) {
		column-gap: 30px;
	}
	.page .archive-cards .entry-content {
		font-size: 1rem;
	}
}

@media screen and ( width < var(--max-w) ) {
	#content .alignfull {
		padding: 0;
		max-width: 100% !important;
	}
	.entry-header:not(.faculty-cards .entry-header) {
		padding: 30px 8px 24px;
	}
	#content .alignfull.has-background {
		padding-right: 8px;
		padding-left: 8px;
	}
	.archive-cards {
		grid-template-columns: repeat( 3, 1fr );
	}
	.page .archive-cards {
		gap: 15px;
	}
	.page .archive-cards header .entry-title {
		font-size: 1.1rem;
	}
}

@media screen and ( max-width: 720px ) {
	#content .alignfull {
		padding: 0;
		max-width: 100% !important;
	}
	.archive-cards {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media screen and ( max-width: 600px ) {
	.page .archive-cards {
		grid-template-columns: 1fr;
	}
}

@media screen and ( width < 480px ) {
	#masthead {
		padding: 5px;
		position: static;
	}
	.hero-panel {
		width: 100%;
		max-width: 100%;
		background: rgba( 255, 255, 255, .9 );
	}
	h1 {
		font-size: 2rem;
	}
	#main .search-form {
		grid-template-columns: 1fr;
	}
	.search-form .search-submit {
		padding: 12px 6px;
	}
	.entry-content {
		padding: 0;
	}
	.entry-content > * {
		padding: .5rem 1rem;
	}
	#content .entry-content .alignfull > *,
	.archive-cards,
	#breadcrumbs,
	.entry-header > * {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#content .alignfull {
		margin: 0;
		max-width: 100% !important;
	}
	.archive-cards {
		grid-template-columns: 1fr;
	}
	h1.entry-title {
		font-size: 1.8rem;
	}
}

.post-password-form p:nth-of-type(1) {
	color: var(--blue);
	background: rgba( 0,0,0,.04 );;
	padding: 1rem;
	font-size: 1.125rem;
}

.post-password-form p:nth-of-type(2) {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}