/*
Theme Name: Princeton Engineering
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush.
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: -1.4
Author: The School of Engineering and Applied Science at Princeton University, Neil Adelantar,      Josh Cartagena
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text-Domain: twentytwentyone-child
*/
/* Import Fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Roboto:wght@100;300;400;500;700");
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Roboto, ui-sans-serif, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-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.
*/
::-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 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 300px){
  .container{
    max-width: 300px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
@tailwindcss /aspect-ratio;
body{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.site-main{
  margin: 0px;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .site-main{
    padding: 0px;
  }
}

.site-header, .site-footer, .widget-area{
  margin-left: auto;
  margin-right: auto;
  max-width: none;
}

.widget-area{
  margin-top: 0px;
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.widget-area h2, .widget-area p, .widget-area li, .widget-area a, .widget-area a:link, .widget-area a:active, .widget-area a:visited{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity));
  background-color: transparent;
}

.event-type{
  border-left-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity));
  padding: 0.75rem;
}

.event-tag{
  padding-top: 2.5rem;
}

.event-tag-top{
  padding-bottom: 4rem;
}

.event-type-gray{
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: rgb(229 231 235 / 0.5);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.event-type-gray-top{
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background-color: rgb(229 231 235 / 0.5);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

article .entry-header .article-meta{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

article .entry-header .article-meta :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

article .entry-header .article-meta :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

article .entry-header .article-meta :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

article .entry-header .article-meta :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

article .entry-header .article-meta :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

article .entry-header .article-meta :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

article .entry-header .article-meta :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

article .entry-header .article-meta :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

article .entry-header .article-meta :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

article .entry-header .article-meta :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

article .entry-header .article-meta :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

article .entry-header .article-meta :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

article .entry-header .article-meta :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

article .entry-header .article-meta :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

article .entry-header .article-meta :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

article .entry-header .article-meta :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

article .entry-header .article-meta :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

article .entry-header .article-meta :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

article .entry-header .article-meta :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

article .entry-header .article-meta :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

article .entry-header .article-meta :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

article .entry-header .article-meta :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

article .entry-header .article-meta :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

article .entry-header .article-meta :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

article .entry-header .article-meta :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

article .entry-header .article-meta :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

article .entry-header .article-meta :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

article .entry-header .article-meta :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

article .entry-header .article-meta :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

article .entry-header .article-meta :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

article .entry-header .article-meta :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

article .entry-header .article-meta :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

article .entry-header .article-meta :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

article .entry-header .article-meta :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

article .entry-header .article-meta :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

article .entry-header .article-meta :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

article .entry-header .article-meta :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

article .entry-header .article-meta :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

article .entry-header .article-meta :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

article .entry-header .article-meta :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

article .entry-header .article-meta :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

article .entry-header .article-meta :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

article .entry-header .article-meta :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

article .entry-header .article-meta :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

article .entry-header .article-meta :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

article .entry-header .article-meta :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

article .entry-header .article-meta :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

article .entry-header .article-meta :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

article .entry-header .article-meta :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

article .entry-header .article-meta{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

article .entry-header .article-meta :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

article .entry-header .article-meta :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

article .entry-header .article-meta :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

article .entry-header .article-meta :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

article .entry-header .article-meta :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

article .entry-header .article-meta :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

article .entry-header .article-meta :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

article .entry-header .article-meta :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

article .entry-header .article-meta :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

article .entry-header .article-meta :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

article .entry-header .article-meta :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

article .entry-header .article-meta :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

article .entry-header .article-meta :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

article .entry-header .article-meta :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

article .entry-header .article-meta :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

article .entry-header .article-meta :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

article .entry-header .article-meta :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

article .entry-header .article-meta :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

article .entry-header .article-meta :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

article .entry-header .article-meta :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

article .entry-header .article-meta :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

article .entry-header .article-meta :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

article .entry-header .article-meta :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
article .entry-header .article-meta p.person{
  margin-bottom: 0px;
}
article .entry-header .article-meta p.date{
  margin-top: 0px;
}
article .entry-header figcaption{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
article .entry-header figcaption :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
article .entry-header figcaption :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
article .entry-header figcaption :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
article .entry-header figcaption :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
article .entry-header figcaption :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
article .entry-header figcaption :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
article .entry-header figcaption :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
article .entry-header figcaption :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
article .entry-header figcaption :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
article .entry-header figcaption :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
article .entry-header figcaption :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
article .entry-header figcaption :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
article .entry-header figcaption :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
article .entry-header figcaption :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
article .entry-header figcaption :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
article .entry-header figcaption :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
article .entry-header figcaption :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
article .entry-header figcaption :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
article .entry-header figcaption :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
article .entry-header figcaption :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
article .entry-header figcaption :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
article .entry-header figcaption :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
article .entry-header figcaption :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
article .entry-header figcaption :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
article .entry-header figcaption :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
article .entry-header figcaption :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
article .entry-header figcaption :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
article .entry-header figcaption :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
article .entry-header figcaption :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article .entry-header figcaption :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
article .entry-header figcaption :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
article .entry-header figcaption :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
article .entry-header figcaption :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
article .entry-header figcaption :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
article .entry-header figcaption :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
article .entry-header figcaption :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
article .entry-header figcaption :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
article .entry-header figcaption :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
article .entry-header figcaption :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
article .entry-header figcaption :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
article .entry-header figcaption :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
article .entry-header figcaption :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
article .entry-header figcaption :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
article .entry-header figcaption :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
article .entry-header figcaption :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
article .entry-header figcaption :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
article .entry-header figcaption :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
article .entry-header figcaption :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
article .entry-header figcaption :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
article .entry-header figcaption{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
article .entry-header figcaption :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
article .entry-header figcaption :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article .entry-header figcaption :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article .entry-header figcaption :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
article .entry-header figcaption :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
article .entry-header figcaption :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
article .entry-header figcaption :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
article .entry-header figcaption :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
article .entry-header figcaption :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
article .entry-header figcaption :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
article .entry-header figcaption :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
article .entry-header figcaption :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
article .entry-header figcaption :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-header figcaption :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-header figcaption :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-header figcaption :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-header figcaption :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
article .entry-header figcaption :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
article .entry-header figcaption :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
article .entry-header figcaption :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
article .entry-header figcaption :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
article .entry-header figcaption :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-header figcaption :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
article .entry-header figcaption{
  max-width: none;
}
article .entry-content .content{
  font-size: 1rem;
  line-height: 1.75;
}
article .entry-content .content :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
article .entry-content .content :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
article .entry-content .content :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
article .entry-content .content :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
article .entry-content .content :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
article .entry-content .content :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
article .entry-content .content :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
article .entry-content .content :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article .entry-content .content :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article .entry-content .content :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
article .entry-content .content :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
article .entry-content .content :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
article .entry-content .content :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
article .entry-content .content :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
}
article .entry-content .content :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em;
}
article .entry-content .content :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
article .entry-content .content :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
article .entry-content .content :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
article .entry-content .content :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
article .entry-content .content :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
article .entry-content .content :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
article .entry-content .content :where(.prose-base > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
article .entry-content .content :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
article .entry-content .content :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
article .entry-content .content :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
article .entry-content .content :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
article .entry-content .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
article .entry-content .content :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
article .entry-content .content :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-content .content :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-content .content :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-content .content :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-content .content :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}
article .entry-content .content :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
article .entry-content .content :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
article .entry-content .content :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
article .entry-content .content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
article .entry-content .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
article .entry-content .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
article .entry-content .content :where(.prose-base > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
article .entry-content .content :where(.prose-base > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
article .entry-content .content{
  --tw-prose-body: #44403c;
  --tw-prose-headings: #1c1917;
  --tw-prose-lead: #57534e;
  --tw-prose-links: #1c1917;
  --tw-prose-bold: #1c1917;
  --tw-prose-counters: #78716c;
  --tw-prose-bullets: #d6d3d1;
  --tw-prose-hr: #e7e5e4;
  --tw-prose-quotes: #1c1917;
  --tw-prose-quote-borders: #e7e5e4;
  --tw-prose-captions: #78716c;
  --tw-prose-code: #1c1917;
  --tw-prose-pre-code: #e7e5e4;
  --tw-prose-pre-bg: #292524;
  --tw-prose-th-borders: #d6d3d1;
  --tw-prose-td-borders: #e7e5e4;
  --tw-prose-invert-body: #d6d3d1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a8a29e;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a8a29e;
  --tw-prose-invert-bullets: #57534e;
  --tw-prose-invert-hr: #44403c;
  --tw-prose-invert-quotes: #f5f5f4;
  --tw-prose-invert-quote-borders: #44403c;
  --tw-prose-invert-captions: #a8a29e;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d6d3d1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #57534e;
  --tw-prose-invert-td-borders: #44403c;
}
article .entry-content .content h1, article .entry-content .content h2, article .entry-content .content h3, article .entry-content .content .wp-block-table table caption, .wp-block-table table article .entry-content .content caption, article .entry-content .content h4, article .entry-content .content p, article .entry-content .content ol, article .entry-content .content ul, article .entry-content .content li, article .entry-content .content blockquote{
  font-family: Roboto, ui-sans-serif, system-ui;
}
article .entry-content .content h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}
article .entry-content .content h1 strong{
  font-weight: 900;
}
article .entry-content .content h2{
  font-weight: 700;
}
article .entry-content .content h2 strong{
  font-weight: 800;
}
article .entry-content .content h3, article .entry-content .content .wp-block-table table caption, .wp-block-table table article .entry-content .content caption{
  font-weight: 600;
}
article .entry-content .content h3 strong, article .entry-content .content .wp-block-table table caption strong, .wp-block-table table article .entry-content .content caption strong{
  font-weight: 700;
}
article .entry-content .content h4{
  font-weight: 600;
}
article .entry-content .content h4 strong{
  font-weight: 700;
}
article .entry-content .content p:first-child, article .entry-content .content h4:first-child{
  margin-top: 0px;
}
article .entry-content .content ol{
  list-style-type: decimal;
}
article .entry-content .content ol li::marker{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
article .entry-content .content ul{
  list-style-type: disc;
}
article .entry-content .content ul li::marker{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
article .entry-content .content p a{
  font-weight: 500;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
article .entry-content .content p.lead{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
article .entry-content .content p.lead a{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
article .entry-content .content .wp-block-cover__inner-container p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
article .entry-content .content .wp-block-cover__inner-container p.lead{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
article.type-page .entry-content .content .article-meta h1{
  margin: 0px;
}
article.type-news .entry-content .content .article-meta p.person{
  margin-bottom: 0px;
}
article.type-news .entry-content .content .article-meta p.date{
  margin-top: 0px;
  margin-bottom: 0px;
}

h2:after{
  margin-top: 1.25rem;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
  content: " ";
  height: 2px;
  width: 50px;
}

p.award svg, p.browser svg, p.center svg, p.company svg, p.chevron-down svg, p.chevron-left svg, p.chevron-right svg, p.chevron-up svg, p.date svg, p.department svg, p.diploma svg, p.email svg, p.fax svg, p.github svg, p.google svg, p.home svg, p.instagram svg, p.link svg, p.linkedin svg, p.media-credit svg, p.office svg, p.pdf svg, p.person svg, p.phone svg, p.publication svg, p.research svg, p.series svg, p.time svg, p.twitter svg, p.website svg{
  margin-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.alert{
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.alert svg{
  margin-right: 0.625rem;
}

.note{
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}

.card .info, .left-sidebar nav .info{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.card .info :where([class~="lead"]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.card .info :where(a):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.card .info :where(strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.card .info :where(a strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(blockquote strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(thead th strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(ol):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.card .info :where(ol[type="A"]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.card .info :where(ol[type="a"]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.card .info :where(ol[type="A" s]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.card .info :where(ol[type="a" s]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.card .info :where(ol[type="I"]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.card .info :where(ol[type="i"]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.card .info :where(ol[type="I" s]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.card .info :where(ol[type="i" s]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.card .info :where(ol[type="1"]):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.card .info :where(ul):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.card .info :where(ol > li):not(:where([class~="not-prose"] *))::marker, .left-sidebar nav .info :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.card .info :where(ul > li):not(:where([class~="not-prose"] *))::marker, .left-sidebar nav .info :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.card .info :where(hr):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.card .info :where(blockquote):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.card .info :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before, .left-sidebar nav .info :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.card .info :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after, .left-sidebar nav .info :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.card .info :where(h1):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.card .info :where(h1 strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.card .info :where(h2):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.card .info :where(h2 strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.card .info :where(h3):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.card .info :where(h3 strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.card .info :where(h4):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.card .info :where(h4 strong):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.card .info :where(img):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.card .info :where(figure > *):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.card .info :where(figcaption):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.card .info :where(code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.card .info :where(code):not(:where([class~="not-prose"] *))::before, .left-sidebar nav .info :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.card .info :where(code):not(:where([class~="not-prose"] *))::after, .left-sidebar nav .info :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.card .info :where(a code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(h1 code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(h2 code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.card .info :where(h3 code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.card .info :where(h4 code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(blockquote code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(thead th code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.card .info :where(pre):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.card .info :where(pre code):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.card .info :where(pre code):not(:where([class~="not-prose"] *))::before, .left-sidebar nav .info :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.card .info :where(pre code):not(:where([class~="not-prose"] *))::after, .left-sidebar nav .info :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.card .info :where(table):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.card .info :where(thead):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.card .info :where(thead th):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.card .info :where(tbody tr):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.card .info :where(tbody tr:last-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.card .info :where(tbody td):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.card .info :where(tfoot):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.card .info :where(tfoot td):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.card .info, .left-sidebar nav .info{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.card .info :where(p):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.card .info :where(video):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.card .info :where(figure):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.card .info :where(li):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.card .info :where(ol > li):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.card .info :where(ul > li):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.card .info :where(.prose > ul > li p):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.card .info :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.card .info :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.card .info :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.card .info :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.card .info :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.card .info :where(hr + *):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.card .info :where(h2 + *):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.card .info :where(h3 + *):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.card .info :where(h4 + *):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.card .info :where(thead th:first-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.card .info :where(thead th:last-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.card .info :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.card .info :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.card .info :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.card .info :where(.prose > :first-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.card .info :where(.prose > :last-child):not(:where([class~="not-prose"] *)), .left-sidebar nav .info :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.card .info h3, .card .info .wp-block-table table caption, .wp-block-table table .card .info caption, .left-sidebar nav .info h3, .left-sidebar nav .info .wp-block-table table caption, .wp-block-table table .left-sidebar nav .info caption{
  margin-bottom: 1rem;
  margin-top: 0px;
  line-height: 1.25;
}
.card .info h3:last-child, .card .info .wp-block-table table caption:last-child, .wp-block-table table .card .info caption:last-child, .left-sidebar nav .info h3:last-child, .left-sidebar nav .info .wp-block-table table caption:last-child, .wp-block-table table .left-sidebar nav .info caption:last-child{
  margin-bottom: 0px;
}
.card .info p.quote, .left-sidebar nav .info p.quote{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.card .info p.eyebrow, .left-sidebar nav .info p.eyebrow{
  margin: 0px;
  margin-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
}
.card .microcopy, .left-sidebar nav .microcopy{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  justify-items: end;
  overflow-wrap: break-word;
}
.card .microcopy p, .left-sidebar nav .microcopy p{
  grid-column: span 4 / span 4;
  grid-column-start: 2;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-bottom: 0px;
  text-align: end;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}
.card .microcopy svg, .left-sidebar nav .microcopy svg{
  margin-left: 0.25rem;
  align-self: center;
}

.events .card .info p.date, .events .left-sidebar nav .info p.date, .left-sidebar .events nav .info p.date, .events .card .info p.time, .events .left-sidebar nav .info p.time, .left-sidebar .events nav .info p.time{
  margin-top: 0px;
}

.staff .info .office, .staff .info .email, .staff .info .phone, .staff .info .fax{
  margin-bottom: 0px;
}
.staff .info .email, .staff .info .phone, .staff .info .fax{
  margin-top: 0.625rem;
}
.staff .info svg{
  display: none;
}
@media (min-width: 768px) {
  .staff .info svg{
    display: inline-block;
  }
}

.leadership-council .info .diploma{
  margin-bottom: 0px;
}
.leadership-council .info .company{
  margin-top: 0px;
}

.related-content > section > .related__inner > header{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.related-content > section > .related__inner > header :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.related-content > section > .related__inner > header :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.related-content > section > .related__inner > header :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.related-content > section > .related__inner > header :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.related-content > section > .related__inner > header :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.related-content > section > .related__inner > header :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.related-content > section > .related__inner > header :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.related-content > section > .related__inner > header :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.related-content > section > .related__inner > header :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.related-content > section > .related__inner > header :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.related-content > section > .related__inner > header :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.related-content > section > .related__inner > header :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.related-content > section > .related__inner > header :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.related-content > section > .related__inner > header :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.related-content > section > .related__inner > header :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.related-content > section > .related__inner > header :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.related-content > section > .related__inner > header :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.related-content > section > .related__inner > header :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.related-content > section > .related__inner > header :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.related-content > section > .related__inner > header :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.related-content > section > .related__inner > header :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.related-content > section > .related__inner > header :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.related-content > section > .related__inner > header :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.related-content > section > .related__inner > header :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.related-content > section > .related__inner > header :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.related-content > section > .related__inner > header :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.related-content > section > .related__inner > header :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.related-content > section > .related__inner > header :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.related-content > section > .related__inner > header :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.related-content > section > .related__inner > header :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.related-content > section > .related__inner > header :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.related-content > section > .related__inner > header :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.related-content > section > .related__inner > header :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.related-content > section > .related__inner > header :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.related-content > section > .related__inner > header :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.related-content > section > .related__inner > header :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.related-content > section > .related__inner > header :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.related-content > section > .related__inner > header :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.related-content > section > .related__inner > header :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.related-content > section > .related__inner > header :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.related-content > section > .related__inner > header :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.related-content > section > .related__inner > header :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.related-content > section > .related__inner > header :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.related-content > section > .related__inner > header :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.related-content > section > .related__inner > header :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.related-content > section > .related__inner > header :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.related-content > section > .related__inner > header :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.related-content > section > .related__inner > header :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.related-content > section > .related__inner > header :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.related-content > section > .related__inner > header{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.related-content > section > .related__inner > header :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.related-content > section > .related__inner > header :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.related-content > section > .related__inner > header :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.related-content > section > .related__inner > header :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.related-content > section > .related__inner > header :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.related-content > section > .related__inner > header :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.related-content > section > .related__inner > header :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.related-content > section > .related__inner > header :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.related-content > section > .related__inner > header :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.related-content > section > .related__inner > header :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.related-content > section > .related__inner > header :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.related-content > section > .related__inner > header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.related-content > section > .related__inner > header :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.related-content > section > .related__inner > header :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.related-content > section > .related__inner > header :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.related-content > section > .related__inner > header :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.related-content > section > .related__inner > header :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.related-content > section > .related__inner > header :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.related-content > section > .related__inner > header :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.related-content > section > .related__inner > header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.related-content > section > .related__inner > header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.related-content > section > .related__inner > header :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.related-content > section > .related__inner > header :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.home .entry-header .entry-header__inner{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.home .entry-header .entry-header__inner :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.home .entry-header .entry-header__inner :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.home .entry-header .entry-header__inner :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.home .entry-header .entry-header__inner :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.home .entry-header .entry-header__inner :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.home .entry-header .entry-header__inner :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.home .entry-header .entry-header__inner :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.home .entry-header .entry-header__inner :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.home .entry-header .entry-header__inner :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.home .entry-header .entry-header__inner :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.home .entry-header .entry-header__inner :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.home .entry-header .entry-header__inner :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.home .entry-header .entry-header__inner :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.home .entry-header .entry-header__inner :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.home .entry-header .entry-header__inner :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.home .entry-header .entry-header__inner :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.home .entry-header .entry-header__inner :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.home .entry-header .entry-header__inner :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.home .entry-header .entry-header__inner :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.home .entry-header .entry-header__inner :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.home .entry-header .entry-header__inner :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.home .entry-header .entry-header__inner :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.home .entry-header .entry-header__inner :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.home .entry-header .entry-header__inner :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.home .entry-header .entry-header__inner :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.home .entry-header .entry-header__inner :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.home .entry-header .entry-header__inner :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.home .entry-header .entry-header__inner :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.home .entry-header .entry-header__inner :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.home .entry-header .entry-header__inner :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.home .entry-header .entry-header__inner :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.home .entry-header .entry-header__inner :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.home .entry-header .entry-header__inner :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.home .entry-header .entry-header__inner :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.home .entry-header .entry-header__inner :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.home .entry-header .entry-header__inner :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.home .entry-header .entry-header__inner :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.home .entry-header .entry-header__inner :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.home .entry-header .entry-header__inner :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.home .entry-header .entry-header__inner :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.home .entry-header .entry-header__inner :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.home .entry-header .entry-header__inner :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.home .entry-header .entry-header__inner :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.home .entry-header .entry-header__inner :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.home .entry-header .entry-header__inner :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.home .entry-header .entry-header__inner :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.home .entry-header .entry-header__inner :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.home .entry-header .entry-header__inner :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.home .entry-header .entry-header__inner :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.home .entry-header .entry-header__inner{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.home .entry-header .entry-header__inner :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.home .entry-header .entry-header__inner :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.home .entry-header .entry-header__inner :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.home .entry-header .entry-header__inner :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.home .entry-header .entry-header__inner :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.home .entry-header .entry-header__inner :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.home .entry-header .entry-header__inner :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.home .entry-header .entry-header__inner :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.home .entry-header .entry-header__inner :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.home .entry-header .entry-header__inner :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.home .entry-header .entry-header__inner :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.home .entry-header .entry-header__inner :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.home .entry-header .entry-header__inner :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.home .entry-header .entry-header__inner :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.home .entry-header .entry-header__inner :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.home .entry-header .entry-header__inner :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.home .entry-header .entry-header__inner :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.home .entry-header .entry-header__inner :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.home .entry-header .entry-header__inner :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.home .entry-header .entry-header__inner :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.home .entry-header .entry-header__inner :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.home .entry-header .entry-header__inner :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.home .entry-header .entry-header__inner :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.home .entry-header .entry-header__inner{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  max-width: none;
}
.home .entry-header .entry-header__inner h1{
  margin: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-family: Roboto, ui-sans-serif, system-ui;
}
.home .entry-header .entry-header__inner h1 a{
  font-weight: 800;
  text-decoration-line: none;
}
.home .entry-header .entry-header__inner figure{
  margin-top: 0px;
  margin-bottom: 0px;
}
.home .entry-header .entry-header__inner figure img{
  margin-top: 0px;
  margin-bottom: 0px;
}
.home .related-content .related .related__inner header{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.home .related-content .related .related__inner header :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.home .related-content .related .related__inner header :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.home .related-content .related .related__inner header :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.home .related-content .related .related__inner header :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.home .related-content .related .related__inner header :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.home .related-content .related .related__inner header :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.home .related-content .related .related__inner header :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.home .related-content .related .related__inner header :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.home .related-content .related .related__inner header :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.home .related-content .related .related__inner header :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.home .related-content .related .related__inner header :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.home .related-content .related .related__inner header :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.home .related-content .related .related__inner header :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.home .related-content .related .related__inner header :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.home .related-content .related .related__inner header :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.home .related-content .related .related__inner header :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.home .related-content .related .related__inner header :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.home .related-content .related .related__inner header :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.home .related-content .related .related__inner header :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.home .related-content .related .related__inner header :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.home .related-content .related .related__inner header :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.home .related-content .related .related__inner header :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.home .related-content .related .related__inner header :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.home .related-content .related .related__inner header :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.home .related-content .related .related__inner header :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.home .related-content .related .related__inner header :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.home .related-content .related .related__inner header :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.home .related-content .related .related__inner header :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.home .related-content .related .related__inner header :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.home .related-content .related .related__inner header :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.home .related-content .related .related__inner header :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.home .related-content .related .related__inner header :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.home .related-content .related .related__inner header :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.home .related-content .related .related__inner header :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.home .related-content .related .related__inner header :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.home .related-content .related .related__inner header :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.home .related-content .related .related__inner header :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.home .related-content .related .related__inner header :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.home .related-content .related .related__inner header :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.home .related-content .related .related__inner header :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}
.home .related-content .related .related__inner header :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.home .related-content .related .related__inner header :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.home .related-content .related .related__inner header :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.home .related-content .related .related__inner header :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.home .related-content .related .related__inner header :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.home .related-content .related .related__inner header :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}
.home .related-content .related .related__inner header :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.home .related-content .related .related__inner header :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.home .related-content .related .related__inner header :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.home .related-content .related .related__inner header{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.home .related-content .related .related__inner header :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.home .related-content .related .related__inner header :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.home .related-content .related .related__inner header :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.home .related-content .related .related__inner header :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.home .related-content .related .related__inner header :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.home .related-content .related .related__inner header :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.home .related-content .related .related__inner header :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.home .related-content .related .related__inner header :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.home .related-content .related .related__inner header :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.home .related-content .related .related__inner header :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.home .related-content .related .related__inner header :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.home .related-content .related .related__inner header :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.home .related-content .related .related__inner header :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.home .related-content .related .related__inner header :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.home .related-content .related .related__inner header :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.home .related-content .related .related__inner header :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.home .related-content .related .related__inner header :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.home .related-content .related .related__inner header :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.home .related-content .related .related__inner header :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.home .related-content .related .related__inner header :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.home .related-content .related .related__inner header :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.home .related-content .related .related__inner header :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.home .related-content .related .related__inner header :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.home .related-content .related .related__inner header h2{
  margin-top: 0px;
}
.home .related-content .related.e100 .related__inner header, .home .related-content .related.princeton-engineers .related__inner header{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.home .related-content .related.e100 .related__inner header h2, .home .related-content .related.princeton-engineers .related__inner header h2{
  margin-top: 0px;
}
.home .related-content .related.e100__mobile .related__inner header, .home .related-content .related.princeton-engineers__mobile .related__inner header{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}

.homepage-feature__content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.homepage-feature__content :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.homepage-feature__content :where(a):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.homepage-feature__content :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.homepage-feature__content :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.homepage-feature__content :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.homepage-feature__content :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.homepage-feature__content :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}

.homepage-feature__content :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}

.homepage-feature__content :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.homepage-feature__content :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.homepage-feature__content :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}

.homepage-feature__content :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}

.homepage-feature__content :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}

.homepage-feature__content :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.homepage-feature__content :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.homepage-feature__content :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}

.homepage-feature__content :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.homepage-feature__content :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.homepage-feature__content :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}

.homepage-feature__content :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}

.homepage-feature__content :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.homepage-feature__content :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}

.homepage-feature__content :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.homepage-feature__content :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}

.homepage-feature__content :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.homepage-feature__content :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.homepage-feature__content :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.homepage-feature__content :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}

.homepage-feature__content :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.homepage-feature__content :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}

.homepage-feature__content :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.homepage-feature__content :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.homepage-feature__content :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}

.homepage-feature__content :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}

.homepage-feature__content :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}

.homepage-feature__content :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}

.homepage-feature__content :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}

.homepage-feature__content :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.homepage-feature__content :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.homepage-feature__content :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none;
}

.homepage-feature__content :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}

.homepage-feature__content :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.homepage-feature__content :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.homepage-feature__content :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.homepage-feature__content :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.homepage-feature__content :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0;
}

.homepage-feature__content :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}

.homepage-feature__content :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.homepage-feature__content :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}

.homepage-feature__content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.homepage-feature__content :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.homepage-feature__content :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.homepage-feature__content :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}

.homepage-feature__content :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.homepage-feature__content :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.homepage-feature__content :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}

.homepage-feature__content :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.homepage-feature__content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.homepage-feature__content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.homepage-feature__content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}

.homepage-feature__content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}

.homepage-feature__content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.homepage-feature__content :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.homepage-feature__content :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.homepage-feature__content :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.homepage-feature__content :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.homepage-feature__content :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.homepage-feature__content :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.homepage-feature__content :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.homepage-feature__content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}

.homepage-feature__content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}

.homepage-feature__content :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}

.homepage-feature__content :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}

.homepage-feature__content{
  --tw-prose-body: var(--tw-prose-invert-body);
  --tw-prose-headings: var(--tw-prose-invert-headings);
  --tw-prose-lead: var(--tw-prose-invert-lead);
  --tw-prose-links: var(--tw-prose-invert-links);
  --tw-prose-bold: var(--tw-prose-invert-bold);
  --tw-prose-counters: var(--tw-prose-invert-counters);
  --tw-prose-bullets: var(--tw-prose-invert-bullets);
  --tw-prose-hr: var(--tw-prose-invert-hr);
  --tw-prose-quotes: var(--tw-prose-invert-quotes);
  --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  --tw-prose-captions: var(--tw-prose-invert-captions);
  --tw-prose-code: var(--tw-prose-invert-code);
  --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
}
.homepage-feature__content h2:after{
  display: none;
}
.homepage-feature__content h2, .homepage-feature__content p{
  text-align: center;
}

.funding-links > .inner p strong{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.site-title a, .site-title-white a{
  display: block;
  height: 100%;
  overflow: hidden;
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat -159px 50%;
  min-height: 60px;
  text-indent: -999rem;
  width: 1.875rem;
}
@media (min-width: 1370px) {
  .site-title a, .site-title-white a {
    background: url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat 50% 50%;
    width: 19.0625rem;
  }
}
.site-title a:focus, .site-title-white a:focus {
  background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat -159px 50% !important;
}
@media (min-width: 1024px) {
  .site-title a:focus, .site-title-white a:focus {
    background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat 0 50% !important;
  }
}
.site-title:after, .site-title-white:after {
  display: none !important;
}

.e100-logo {
  background: url("/wp-content/uploads/one-hundred-years.svg") no-repeat 0% 50%;
  background-size: contain;
  height: 91px;
  margin: 20px auto !important;
  padding: 0 !important;
  text-indent: -999rem;
}
@media (min-width: 1024px) {
  .e100-logo {
    margin-left: 0 !important;
  }
}
.e100-logo:after {
  display: none !important;
}

.site-title-white{
  margin-bottom: 0px;
}
.site-title-white a{
  margin-left: auto;
  margin-right: auto;
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo-white.svg") no-repeat 50% 50%;
  width: 19.0625rem;
}
@media (min-width: 1024px) {
  .site-title-white a{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.site-title-white a:focus {
  background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo-white.svg") no-repeat 50% 50% !important;
}

.princeton-logo a{
  display: block;
  height: 100%;
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/princeton-university.svg") no-repeat 50% 50%;
  text-indent: -999rem;
  width: 18.75rem;
  text-indent: -999em;
}
.princeton-logo a:focus {
  background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/princeton-university.svg") no-repeat 50% 50% !important;
}
.princeton-logo:after {
  display: none !important;
}

.site-header{
  position: relative;
  margin-bottom: 2.5rem;
  align-items: flex-end;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-shadow:  0 3px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.site-header .university-bar{
  position: relative;
  display: flex;
  height: 4rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.site-header .university-bar h3, .site-header .university-bar .wp-block-table table caption, .wp-block-table table .site-header .university-bar caption{
  margin: 0px;
}
.site-header .university-bar .university-bar-widgets{
  display: flex;
  display: none;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .site-header .university-bar .university-bar-widgets{
    display: flex;
  }
}
.site-header .university-bar .social-media-links{
  display: flex;
  list-style-type: none;
  gap: 0px;
}
.site-header .university-bar .social-media-links li a{
  position: relative;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-indent: -999rem;
}
.site-header .university-bar .social-media-links li a::before{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 20px;
  line-height: 40px;
  text-indent: 0rem;
}
.site-header .university-bar .social-media-links li a[href^="https://www.youtube.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
}
.site-header .university-bar .social-media-links li a[href^="https://www.linkedin.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f08c";
}
.site-header .university-bar .social-media-links li a[href^="https://www.vimeo.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f40a";
}
.site-header .university-bar .social-media-links li a[href^="https://www.twitter.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}
.site-header .university-bar .social-media-links li a[href^="https://www.facebook.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
}
.site-header .university-bar .social-media-links li a[href^="https://www.instagram.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}
.site-header .university-bar .wp-block-search__input {
  border: none !important;
  padding: 0 8px !important;
}
.site-header .university-bar .wp-block-search__button {
  border: none !important;
  padding: 0 !important;
}
.site-header .site-branding{
  position: relative;
  top: 0px;
  margin-top: 0px;
  padding: 1.25rem;
  z-index: 1000;
}
.site-header .primary-navigation{
  position: absolute;
  top: 4rem;
  width: 100%;
}

.left-sidebar nav{
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
.left-sidebar nav > ul > li:last-child{
  margin-bottom: 0px;
}

article.entry .entry-content{
  margin-top: 0px;
  margin-bottom: 1.25rem;
  display: grid;
  max-width: 1280px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  article.entry .entry-content{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
article.entry .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce){
  margin: 0px;
  max-width: 100%;
}
article.entry .entry-content:after, article.entry .entry-content:before{
  display: none;
}
article.entry .entry-content .left-sidebar, article.entry .entry-content .right-sidebar{
  margin: 0px;
}
article.entry .entry-content .left-sidebar{
  order: 2;
}
@media (min-width: 1024px) {
  article.entry .entry-content .left-sidebar{
    order: 1;
  }
}
article.entry .entry-content .right-sidebar{
  order: 3;
}
@media (min-width: 1024px) {
  article.entry .entry-content .right-sidebar{
    order: 3;
  }
}
article.entry .entry-content .content{
  position: relative;
  order: 1;
  margin: 0px;
  overflow: hidden;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --tw-shadow:  0 3px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
article.entry .entry-content .content .cancelled {
  background: #ffedd5;
  border-left-color: orange;
}
@media (min-width: 1024px) {
  article.entry .entry-content .content{
    order: 2;
    grid-column: span 4 / span 4;
  }
  article.entry .entry-content.with-left-sidebar .content, article.entry .entry-content.with-right-sidebar .content{
    grid-column: span 3 / span 3;
  }
  article.entry .entry-content.with-left-sidebar.with-right-sidebar .content{
    grid-column: span 2 / span 2;
  }
}
article.entry .entry-content .article-meta{
  margin-bottom: 1.25rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  article.entry .entry-content .article-meta{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
article.type-page .entry-content .content .article-meta{
  border-width: 0px;
  padding: 0px;
}
article.post-8683{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

article .entry-header{
  margin-top: 0px;
  margin-bottom: 0px;
}
article .entry-header__inner{
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: grid;
  max-width: 1280px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding: 0px;
}
@media (min-width: 1024px) {
  article .entry-header__inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
article .entry-header__inner .article-meta{
  order: 2;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  article .entry-header__inner .article-meta{
    order: 1;
  }
}
article .entry-header__inner .article-meta p:nth-child(2){
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding-top: 1.25rem;
}
article .entry-header__inner .article-meta p:last-child{
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
article .entry-header__inner figure{
  order: 1;
  margin: 0px;
  width: 100% !important;
}
@media (min-width: 1024px) {
  article .entry-header__inner figure{
    order: 2;
    grid-column: span 3 / span 3;
  }
}
article .entry-header__inner figure.post-thumbnail{
  margin: 0px;
}
article .entry-header__inner figure.post-thumbnail img{
  margin: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article .entry-header__inner figure.post-thumbnail figcaption{
  margin: 0px;
  text-align: left;
}
article .entry-header__inner .call-to-action{
  order: 1;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  article .entry-header__inner .call-to-action{
    order: 2;
    grid-column: span 3 / span 3;
  }
}
article#post-5204 .entry-header{
  margin-top: -2.5rem;
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-repeat: none;
  background-size: cover;
}
article#post-5204 .entry-header .article-meta h1, article#post-5204 .entry-header .article-meta p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.page-header{
  margin: 0px;
  margin-bottom: 1.25rem;
  border-style: none;
  padding: 0px;
}
@media (min-width: 1024px) {
  .page-header{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.page-header .page-meta{
  margin-bottom: 0px;
}
.page-header .page-meta h1{
  margin: 0px;
  margin-bottom: 1.25rem;
}
.page-header .page-meta p{
  margin: 0px;
}
.page-header .page-meta p:nth-child(2){
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding-top: 1.25rem;
}
.page-header .page-meta p:last-child{
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
.page-header figure{
  margin: 0px;
}
@media (min-width: 1024px) {
  .page-header figure{
    grid-column: span 3 / span 3;
  }
}
.page-header figure.post-thumbnail{
  margin: 0px;
}
.page-header figure.post-thumbnail img{
  margin: 0px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header figure.post-thumbnail figcaption{
  margin: 0px;
  text-align: left;
}

.widget-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}
@media (min-width: 1024px) {
  .widget-area{
    flex-direction: row;
  }
}
.widget-area > *{
  margin: 0px;
}
.widget-area::after{
  display: none;
}
.widget-area .widget_block{
  padding: 1.25rem;
}
.widget-area .widget_block#block-11 > p{
  margin: 0px;
}
.widget-area .widget_block#block-11 #mc_embed_signup{
  margin: 0px;
}
.widget-area .widget_block#block-11 #mc_embed_signup form{
  padding: 0px;
}
.widget-area .widget_block#block-11 #mc_embed_signup #mc_embed_signup_scroll br, .widget-area .widget_block#block-11 #mc_embed_signup #mc_embed_signup_scroll p:empty{
  display: none;
}
@media (min-width: 1024px) {
  .widget-area .widget_block#block-11 #mc_embed_signup #mc_embed_signup_scroll label{
    text-align: left;
  }
}
.widget-area .widget_block .social-media li{
  text-align: center;
}
@media (min-width: 1024px) {
  .widget-area .widget_block .social-media li{
    text-align: right;
  }
}
.widget-area .widget_block .social-media li svg{
  margin-right: 0.625rem;
}

.site-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
}
.site-footer .site-info, .site-footer .powered-by{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-footer .site-info h2, .site-footer .site-info p, .site-footer .site-info li, .site-footer .site-info a, .site-footer .site-info a:link, .site-footer .site-info a:active, .site-footer .site-info a:visited, .site-footer .powered-by h2, .site-footer .powered-by p, .site-footer .powered-by li, .site-footer .powered-by a, .site-footer .powered-by a:link, .site-footer .powered-by a:active, .site-footer .powered-by a:visited{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-footer .site-info{
  margin: 0px;
  align-items: center;
  justify-content: center;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
  padding: 0px;
}
@media (min-width: 1280px) {
  .site-footer .site-info{
    display: flex;
  }
}
.site-footer .site-info .site-name, .site-footer .site-info .address, .site-footer .site-info .copyright{
  width: 100%;
  padding: 1.25rem;
}
@media (min-width: 1280px) {
  .site-footer .site-info .site-name, .site-footer .site-info .address, .site-footer .site-info .copyright{
    width: 33.333333%;
  }
}
.site-footer .site-info .site-name p, .site-footer .site-info .address p, .site-footer .site-info .copyright p{
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 1280px) {
  .site-footer .site-info .site-name p{
    text-align: left;
  }
  .site-footer .site-info .copyright p{
    text-align: right;
  }
}

.card, .left-sidebar nav{
  position: relative;
  overflow: hidden;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow:  0 3px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card > a, .left-sidebar nav > a{
  position: absolute;
  z-index: 50;
  display: block;
  height: 100%;
  width: 100%;
}
.card figure img, .left-sidebar nav figure img{
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .info, .left-sidebar nav .info{
  padding: 1rem;
}
@media (min-width: 1024px) {
  .card .info .date-time, .left-sidebar nav .info .date-time{
    display: flex;
    justify-content: space-between;
  }
}

.newsletter .card .info, .newsletter .left-sidebar nav .info, .left-sidebar .newsletter nav .info{
  text-align: center;
}

.related-faculty .card figure img, .related-faculty .left-sidebar nav figure img, .left-sidebar .related-faculty nav figure img, .staff .card figure img, .staff .left-sidebar nav figure img, .left-sidebar .staff nav figure img, .related-engineers .card figure img, .related-engineers .left-sidebar nav figure img, .left-sidebar .related-engineers nav figure img, .ppia-pgs-people .card figure img, .ppia-pgs-people .left-sidebar nav figure img, .left-sidebar .ppia-pgs-people nav figure img{
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards.staff{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .cards.staff{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .cards.staff{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.cards.staff .card, .cards.staff .left-sidebar nav, .left-sidebar .cards.staff nav{
  border-radius: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cards.staff .card .info, .cards.staff .left-sidebar nav .info, .left-sidebar .cards.staff nav .info {
  padding: 0 !important;
}

.cards.leadership-council{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .cards.leadership-council{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
  }
}
.cards.leadership-council .card, .cards.leadership-council .left-sidebar nav, .left-sidebar .cards.leadership-council nav{
  border-radius: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.cards.leadership-council .card .name, .cards.leadership-council .left-sidebar nav .name, .left-sidebar .cards.leadership-council nav .name{
  display: flex;
  align-items: center;
}
.cards.leadership-council .card .name h3, .cards.leadership-council .card .name .wp-block-table table caption, .wp-block-table table .cards.leadership-council .card .name caption, .cards.leadership-council .left-sidebar nav .name h3, .cards.leadership-council .left-sidebar nav .name .wp-block-table table caption, .wp-block-table table .cards.leadership-council .left-sidebar nav .name caption, .left-sidebar .cards.leadership-council nav .name h3, .left-sidebar .cards.leadership-council nav .name .wp-block-table table caption, .wp-block-table table .left-sidebar .cards.leadership-council nav .name caption{
  margin-right: 0.625rem;
}
.cards.leadership-council .card .info, .cards.leadership-council .left-sidebar nav .info, .left-sidebar .cards.leadership-council nav .info {
  padding: 0 !important;
}
.cards.leadership-council .card .info h3, .cards.leadership-council .card .info .wp-block-table table caption, .wp-block-table table .cards.leadership-council .card .info caption, .cards.leadership-council .left-sidebar nav .info h3, .cards.leadership-council .left-sidebar nav .info .wp-block-table table caption, .wp-block-table table .cards.leadership-council .left-sidebar nav .info caption, .left-sidebar .cards.leadership-council nav .info h3, .left-sidebar .cards.leadership-council nav .info .wp-block-table table caption, .wp-block-table table .left-sidebar .cards.leadership-council nav .info caption, .cards.leadership-council .card .info p, .cards.leadership-council .left-sidebar nav .info p, .left-sidebar .cards.leadership-council nav .info p{
  margin-bottom: 0px;
}
.cards.leadership-council .card .info h3 + p, .cards.leadership-council .card .info .wp-block-table table caption + p, .wp-block-table table .cards.leadership-council .card .info caption + p, .cards.leadership-council .left-sidebar nav .info h3 + p, .cards.leadership-council .left-sidebar nav .info .wp-block-table table caption + p, .wp-block-table table .cards.leadership-council .left-sidebar nav .info caption + p, .left-sidebar .cards.leadership-council nav .info h3 + p, .left-sidebar .cards.leadership-council nav .info .wp-block-table table caption + p, .wp-block-table table .left-sidebar .cards.leadership-council nav .info caption + p{
  margin-bottom: 1.25rem;
}
.cards.leadership-council .card .info p.role, .cards.leadership-council .left-sidebar nav .info p.role, .left-sidebar .cards.leadership-council nav .info p.role{
  margin-bottom: 0px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.cards.leadership-council .card .info p.role:empty, .cards.leadership-council .left-sidebar nav .info p.role:empty, .left-sidebar .cards.leadership-council nav .info p.role:empty{
  display: none;
}

.card.archive, .left-sidebar nav.archive{
  margin-bottom: 1.25rem;
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.card.archive figure img, .left-sidebar nav.archive figure img{
  height: auto;
}
.card.archive .info, .left-sidebar nav.archive .info{
  grid-column: span 3 / span 3;
}

.card.event.archive, .left-sidebar nav.event.archive{
  margin-bottom: 1.25rem;
  margin-top: 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.card .cancelled, .left-sidebar nav .cancelled {
  background: #ffedd5;
  border-left-color: orange;
}

.card.archive.search-result .post-type, .left-sidebar nav.archive.search-result .post-type{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 0.625rem;
  width: -moz-fit-content;
  width: fit-content;
}
.card.archive.search-result.person-result figure img, .left-sidebar nav.archive.search-result.person-result figure img{
  aspect-ratio: 4 / 5;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .call-to-action .cards{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
  }
  .call-to-action .cards .card:first-child, .call-to-action .cards .left-sidebar nav:first-child, .left-sidebar .call-to-action .cards nav:first-child{
    grid-column: span 3 / span 3;
    margin-bottom: 0px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.call-to-action .cards .card:first-child figure, .call-to-action .cards .left-sidebar nav:first-child figure, .left-sidebar .call-to-action .cards nav:first-child figure{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .call-to-action .cards .card:first-child figure, .call-to-action .cards .left-sidebar nav:first-child figure, .left-sidebar .call-to-action .cards nav:first-child figure{
    grid-column: span 1 / span 1;
  }
}
.call-to-action .cards .card:first-child figure img, .call-to-action .cards .left-sidebar nav:first-child figure img, .left-sidebar .call-to-action .cards nav:first-child figure img{
  height: auto;
}
.call-to-action .cards .card:first-child .info p.role, .call-to-action .cards .left-sidebar nav:first-child .info p.role, .left-sidebar .call-to-action .cards nav:first-child .info p.role{
  margin-bottom: 0px;
  padding: 0.5rem;
}
.call-to-action .cards .card:first-child .info p.role:empty, .call-to-action .cards .left-sidebar nav:first-child .info p.role:empty, .left-sidebar .call-to-action .cards nav:first-child .info p.role:empty{
  display: none;
}
.call-to-action .cards .card > a:hover, .call-to-action .cards .left-sidebar nav > a:hover, .left-sidebar .call-to-action .cards nav > a:hover, .call-to-action .cards .card a:focus, .call-to-action .cards .left-sidebar nav a:focus, .left-sidebar .call-to-action .cards nav a:focus {
  transition: all 0.15s ease;
  box-shadow: 0px 0px 2px 2px rgba(231, 119, 34, 0.53);
  border: 3px solid #e77722;
}

.left-sidebar .post-thumbnail{
  margin-top: 0px;
}
.left-sidebar .post-thumbnail img{
  margin-top: 0px;
}
.left-sidebar nav .menu-item{
  margin-bottom: 0px;
}
.left-sidebar nav .menu-item a{
  display: block;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  text-decoration-line: none;
}
.left-sidebar nav .menu-item a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.left-sidebar nav .menu-item.current_page_item a{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
  font-weight: 700;
}

.entry-content .content figure picture p{
  margin-bottom: 0px;
  overflow: hidden;
}
.entry-content .content figure picture p img{
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
}
.entry-content .content figure figcaption p{
  margin-bottom: 1.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.entry-content .content figure.right, .entry-content .content figure.left{
  width: 33.333333%;
}
.entry-content .content figure.left{
  float: left;
  margin-right: 1.25rem;
}
.entry-content .content figure.right{
  float: right;
  margin-left: 1.25rem;
}
.entry-content .content figure.aligncenter {
  width: 100% !important;
}
@media (min-width: 768px) {
  .entry-content .content figure.aligncenter {
    width: 80% !important;
  }
}
.entry-content .content p img.aligncenter {
  width: 100% !important;
}
@media (min-width: 768px) {
  .entry-content .content p img.aligncenter {
    width: 80% !important;
  }
}

iframe{
  width: 100%;
}

.accordion-items > .section__inner{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: grid;
  max-width: 1280px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .accordion-items > .section__inner {
    grid-template-columns: 1fr 3.1fr;
  }
}
.accordion-items > .section__inner > header h2{
  margin-bottom: 0px;
  text-align: center;
}
@media (min-width: 1024px) {
  .accordion-items > .section__inner > header h2{
    margin-bottom: 1.25rem;
    text-align: left;
  }
}
.accordion-items > .section__inner > header h2:after{
  display: none;
}
@media (min-width: 1024px) {
  .accordion-items > .section__inner > header h2:after{
    display: block;
  }
}

.Accordion {
  margin: 0;
  padding: 0;
  border: 2px solid #d1d1d1;
  border-radius: 7px;
  width: 100%;
}
@media (min-width: 1024px) {
  .Accordion{
    grid-column: span 3 / span 3;
  }
}
.Accordion h3, .Accordion .wp-block-table table caption, .wp-block-table table .Accordion caption {
  margin: 0;
  padding: 0;
}
.Accordion.focus {
  border-color: #79adfb;
}
.Accordion > * + * {
  border-top: 1px solid #d1d1d1;
}
.Accordion *:first-child .Accordion-trigger {
  border-radius: 5px 5px 0 0;
}
.Accordion button::-moz-focus-inner {
  border: 0;
}

.Accordion-trigger {
  background: none;
  color: #212121;
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding: 1em 1.5em;
  position: relative;
  text-align: left;
  width: 100%;
  outline: none;
}
.Accordion-trigger:focus .Accordion-title {
  border-color: #79adfb;
}

.Accordion-trigger:focus,
.Accordion-trigger:hover {
  background: #e1edfe;
}

button {
  border-style: none;
}

.Accordion-title {
  display: block;
  pointer-events: none;
  border: transparent 2px solid;
  border-radius: 5px;
  padding: 0.25em;
  outline: none;
}

.Accordion-icon {
  border: solid #9e9e9e;
  border-width: 0 2px 2px 0;
  height: 0.5rem;
  pointer-events: none;
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-60%) rotate(45deg);
  width: 0.5rem;
}

.Accordion-trigger:focus .Accordion-icon,
.Accordion-trigger:hover .Accordion-icon {
  border-color: #79adfb;
}

.Accordion-trigger[aria-expanded=true] .Accordion-icon {
  transform: translateY(-50%) rotate(-135deg);
}

.Accordion-panel {
  margin: 0;
  padding: 1em 1.5em;
}
.Accordion-panel > .cards{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.Accordion-panel > .cards .card, .Accordion-panel > .cards .left-sidebar nav, .left-sidebar .Accordion-panel > .cards nav{
  display: flex;
}
.Accordion-panel > .cards .card figure, .Accordion-panel > .cards .left-sidebar nav figure, .left-sidebar .Accordion-panel > .cards nav figure{
  width: 33.333333%;
}
@media (min-width: 1024px) {
  .Accordion-panel > .cards .card figure img, .Accordion-panel > .cards .left-sidebar nav figure img, .left-sidebar .Accordion-panel > .cards nav figure img {
    height: 100%;
  }
  .Accordion-panel > .cards .card figure img .info, .Accordion-panel > .cards .left-sidebar nav figure img .info, .left-sidebar .Accordion-panel > .cards nav figure img .info{
    width: 66.666667%;
  }
}
@media (min-width: 640px) {
  .Accordion-panel > .cards .card figure img, .Accordion-panel > .cards .left-sidebar nav figure img, .left-sidebar .Accordion-panel > .cards nav figure img {
    height: auto;
  }
}

.Accordion-panel[hidden] {
  display: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  border: 1px solid #9e9e9e;
  border-radius: 0.3em;
  display: block;
  font-size: inherit;
  padding: 0.3em 0.5em;
}

.related-content{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
  .related-content{
    padding-left: 0px;
    padding-right: 0px;
  }
}
.related-content > section > .related__inner{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 1280px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .related-content > section > .related__inner__events{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related-content > section > .related__inner__events > header h2:after{
  display: none;
}
@media (min-width: 1024px) {
  .related-content > section > .related__inner__events > header h2:after{
    display: block;
  }
}
.related-content > section > .related__inner__events > .cards{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .related-content > section > .related__inner__events > .cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .related-content > section > .related__inner__events{
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related-content > section > .related__inner__events > .card, .left-sidebar .related-content > section > .related__inner__events > nav{
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .related-content > section > .related__inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.related-content > section > .related__inner > header h2:after{
  display: none;
}
@media (min-width: 1024px) {
  .related-content > section > .related__inner > header h2:after{
    display: block;
  }
}
.related-content > section > .related__inner > .cards{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .related-content > section > .related__inner > .cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .related-content > section > .related__inner > .cards{
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related-content > section > .related__inner > .cards > .card, .left-sidebar .related-content > section > .related__inner > .cards > nav{
  margin-bottom: 0px;
}
.related-content > section > .related__inner.related-faculty > .cards{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 1024px) {
  .related-content > section > .related__inner.related-faculty > .cards{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.related-content > section > .related__inner.related-engineers > .cards{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.related-content > section > .related__inner.related-engineers > .cards .card, .related-content > section > .related__inner.related-engineers > .cards .left-sidebar nav, .left-sidebar .related-content > section > .related__inner.related-engineers > .cards nav{
  display: flex;
}
.related-content > section > .related__inner.related-engineers > .cards .card figure, .related-content > section > .related__inner.related-engineers > .cards .left-sidebar nav figure, .left-sidebar .related-content > section > .related__inner.related-engineers > .cards nav figure{
  width: 33.333333%;
}
.related-content > section > .related__inner.related-engineers > .cards .card .info, .related-content > section > .related__inner.related-engineers > .cards .left-sidebar nav .info, .left-sidebar .related-content > section > .related__inner.related-engineers > .cards nav .info{
  width: 66.666667%;
}

.podcasts{
  padding-bottom: 1.25rem;
}

hr{
  position: relative;
  clear: both;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  display: block;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  height: 6.25rem;
}
hr:before, hr:after{
  position: absolute;
  display: block;
  height: 2.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  content: " ";
}
hr:before{
  top: 0px;
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
  --tw-shadow:  0 3px 0 rgba(0,0,0,.05);
  --tw-shadow-colored: 0 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
hr:after{
  bottom: 0px;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

article .entry-content .content :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 0px;
  margin-bottom: 0px;
}

.site .button:not(:hover):not(:active):not(.has-background){
  position: relative;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
.site .button:not(:hover):not(:active):not(.has-background) a{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.site .button:hover{
  position: relative;
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}
.site .button:hover a{
  text-decoration-line: none;
}
.site .button__dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site .edit {
  z-index: 99;
  color: #000000 !important;
}

.site{
  position: relative;
}
.site .button a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
  margin-left: -2rem;
  margin-right: -2rem;
  box-sizing: border-box;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.home .site-header{
  margin-bottom: 0px;
}
.home .site-content{
  width: 100%;
  max-width: 100%;
}
.home .site-content article .entry-header {
  margin-bottom: -9px !important;
  padding-bottom: 0 !important;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.home .site-content article .entry-header__inner{
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .home .site-content article .entry-header__inner {
    gap: 3.25rem;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 1280px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.home .site-content article .entry-header__inner h1{
  z-index: 0;
  order: 2;
  padding: 1.25rem;
}
@media (min-width: 1024px) {
  .home .site-content article .entry-header__inner h1{
    order: 1;
    padding-top: 1.25rem;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 1.25rem;
  }
}
.home .site-content article .entry-header__inner figure{
  z-index: 0;
  order: 1;
}
@media (min-width: 1024px) {
  .home .site-content article .entry-header__inner figure{
    order: 2;
  }
}
.home .site-content article .entry-header__inner__bg{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.home .site-content article .entry-header__inner__bg img{
  z-index: -10;
  margin: 0px;
  width: 100%;
  opacity: 0.3;
  --tw-blur: blur(16px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.home .site-content article .related-content{
  padding-left: 0px;
  padding-right: 0px;
}
.home .site-content article .related-content .related{
  display: inline-block;
  width: 100%;
}
.home .site-content article .related-content .related__inner{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .home .site-content article .related-content .related__inner{
    flex-direction: row;
  }
}
.home .site-content article .related-content .related__inner header{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px) {
  .home .site-content article .related-content .related__inner header{
    width: 25%;
    align-items: flex-start;
    text-align: left;
  }
}
.home .site-content article .related-content .related__inner header h2:after{
  display: none;
}
@media (min-width: 1024px) {
  .home .site-content article .related-content .related__inner header h2:after{
    display: block;
  }
}
.home .site-content article .related-content .related__inner .cards{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .home .site-content article .related-content .related__inner .cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .home .site-content article .related-content .related__inner .cards{
    display: grid;
    width: 75%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-left: 0px;
    padding-right: 0px;
  }
  .home .site-content article .related-content .e100, .home .site-content article .related-content .princeton-engineers{
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  }
  .home .site-content article .related-content .e100 header, .home .site-content article .related-content .princeton-engineers header{
    flex-direction: column;
    padding: 1.25rem;
    padding-top: 0px;
  }
  .home .site-content article .related-content .e100 header h2, .home .site-content article .related-content .princeton-engineers header h2{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
  }
  .home .site-content article .related-content .e100 header h2 img, .home .site-content article .related-content .princeton-engineers header h2 img{
    margin-left: auto;
    margin-right: auto;
  }
  @media (min-width: 1024px) {
    .home .site-content article .related-content .e100 header h2 img, .home .site-content article .related-content .princeton-engineers header h2 img{
      margin-left: 0px;
    }
  }
}

.homepage-feature{
  display: inline-block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .homepage-feature__inner{
    grid-column: span 4 / span 4;
  }
}
.homepage-feature__content{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 1024px;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding: 2.5rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.homepage-feature-one {
  background: url("/wp-content/uploads/2021/08/engineering-school.jpeg") no-repeat 50% 50%;
  background-size: cover;
}
.homepage-feature-two {
  background: url("/wp-content/uploads/2021/11/engineering-tours.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.juicer{
  grid-column: span 3 / span 3;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.wp-block-group:before, .wp-block-group:after{
  display: none;
}
.wp-block-group > .inner *:first-child{
  margin-top: 0px;
}
.wp-block-group > .inner *:last-child{
  margin-bottom: 0px;
}
.wp-block-group.columns > .inner{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .wp-block-group.columns.two-col > .inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .wp-block-group.columns.three-col > .inner{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wp-block-group.columns.four-col > .inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wp-block-group.columns.link-list{
  margin-bottom: 1.25rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.wp-block-group.columns.link-list > .inner{
  gap: 0.125rem;
}
.wp-block-group.columns.link-list > .inner > *{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.wp-block-group.columns.link-list > .inner > * a{
  margin-bottom: 0px;
  display: block;
  padding: 1.25rem;
  text-align: center;
  text-decoration-line: none;
}
.wp-block-group.columns.link-list > .inner > * a strong{
  margin-bottom: 0.625rem;
  display: block;
}
.wp-block-group.columns.link-list > .inner > * a br{
  display: none;
}
.wp-block-group.columns.link-list > .inner p{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 1.25rem;
  text-align: center;
}
.wp-block-group.columns.link-list > .inner ul{
  list-style-type: disc;
  padding: 1.25rem;
  padding-left: 2.5rem;
}
.wp-block-group.columns.link-list > .inner ul li{
  margin-bottom: 0px;
}
.wp-block-group.columns.funding-links > .inner p{
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.wp-block-group.columns.funding-links > .inner p a{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.1;
}
.wp-block-group.columns.funding-links > .inner p .icon{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  display: block;
  height: 6rem;
  width: 6rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.wp-block-group.columns.funding-links > .inner p .icon svg{
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.wp-block-group.columns.funding-links > .inner p:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.wp-block-group.columns.funding-links > .inner p:hover .icon{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.wp-block-group.contact{
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 0.625rem;
}
.wp-block-group.contact > .inner h4, .wp-block-group.contact > .inner p{
  margin: 0px;
}
.wp-block-group.contact > .inner h4 + p{
  margin-bottom: 1.25rem;
}
.wp-block-group.contact.with-portrait{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.wp-block-group.contact.with-portrait > .inner figure {
  --tw-aspect-w: 1 !important;
  --tw-aspect-h: 1 !important;
}
.wp-block-group.contact.with-portrait > .inner figure img{
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.contact.with-portrait > .inner h4, .wp-block-group.contact.with-portrait > .inner p{
  text-align: center;
}
.wp-block-group.dean{
  padding-top: 2.5rem;
}
.wp-block-group.dean > .inner{
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .wp-block-group.dean > .inner{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.wp-block-group.dean > .inner figure{
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-block-group.dean > .inner figure img{
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group.dean > .inner > div{
  text-align: center;
}
@media (min-width: 1024px) {
  .wp-block-group.dean > .inner > div{
    grid-column: span 4 / span 4;
    text-align: left;
  }
}
.wp-block-group.dean h4{
  margin-bottom: 0px;
}
.wp-block-group.notice{
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  border-width: 4px;
  padding: 1.25rem;
}
.wp-block-group.notice.yellow{
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity));
}
.wp-block-group.notice p:last-child{
  margin-bottom: 0px;
}
.wp-block-group.notice ul{
  list-style-type: disc;
  padding-left: 2.5rem;
}
.wp-block-group.notice ul li{
  margin-bottom: 0px;
}
.wp-block-group.fund{
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 1.25rem;
}

.wp-block-table table{
  margin-bottom: 1.25rem;
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  border-radius: 0.125rem;
}
.wp-block-table table thead th{
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  padding: 1.25rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-table table tbody tr th, .wp-block-table table tbody tr td{
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.wp-block-table table tbody tr th{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-table table tbody tr td{
  overflow: hidden;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}
.wp-block-table table tbody tr:nth-child(even) td{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

nav.pagination{
  margin: 0px;
  max-width: 100%;
  border-style: none;
  padding: 0px;
  padding-bottom: 1.25rem;
}
nav.pagination .nav-links{
  margin: 0px;
}
nav.pagination .nav-links span{
  margin: 0px;
  padding: 0px;
}
nav.pagination .nav-links span.current{
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: none;
}
nav.pagination .nav-links a{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  padding: 0px;
}
nav.pagination .nav-links a.page-numbers{
  display: block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration-line: none;
}
nav.pagination .nav-links a.page-numbers:hover{
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
nav.pagination .nav-links a.page-numbers.next{
  margin-left: 2.5rem;
}
nav.pagination .nav-links a.page-numbers.prev{
  margin-right: 2.5rem;
}

.related-programs{
  margin-bottom: 1.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.related-programs .inner{
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.125rem;
}
@media (min-width: 1024px) {
  .related-programs .inner{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.related-programs .inner div{
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
  text-align: center;
}
.related-programs .inner div h3, .related-programs .inner div .wp-block-table table caption, .wp-block-table table .related-programs .inner div caption{
  margin-top: 0px;
  margin-bottom: 0px;
}
.related-programs .inner div ul{
  list-style-type: none;
  padding: 0px;
}
.related-programs .inner div ul li{
  margin-bottom: 0px;
}
.related-programs .inner div ul li:before{
  display: none;
}
.related-programs .inner div ul li a{
  text-decoration-line: underline;
}

article.research .related-programs{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.department-contacts {
  list-style-type: none !important;
}
.department-contacts li .info p{
  margin-bottom: 0px;
}
.department-contacts li .info p.person{
  font-weight: 700;
}

.wp-block-search__label{
  position: absolute;
  left: -999rem;
}

.wp-block-cover__background.has-background-dim {
  opacity: 0.7;
}

.wp-block-cover__inner-container h2, .wp-block-cover__inner-container p {
  max-width: 100% !important;
}
.wp-block-cover__inner-container p:not(lead) {
  font-size: 1.1em;
  font-weight: 500;
}

img.wp-block-cover__image-background {
  margin-top: 0em !important;
}

.searchandfilter ul{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}
@media (min-width: 1024px) {
  .searchandfilter ul{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
.searchandfilter ul li{
  padding: 0px;
}
.searchandfilter ul li select{
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 0.5rem;
}
@media (min-width: 1024px) {
  .searchandfilter ul li:nth-child(1), .searchandfilter ul li:nth-child(2), .searchandfilter ul li:nth-child(3){
    grid-column: span 3 / span 3;
  }
}
.searchandfilter ul li .search-filter-reset{
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.newsletter-content h3, .newsletter-content .wp-block-table table caption, .wp-block-table table .newsletter-content caption{
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.newsletter-content h4 {
  color: #1055CC;
}
.newsletter-content p:last-child{
  margin-bottom: 1.5rem;
}
.newsletter-content p:not(:last-child) {
  margin-bottom: 0;
}
.newsletter-content .cancelled {
  background: #ffedd5;
  border-left-color: orange;
  width: 50%;
}
.newsletter-content .sponsors a {
  color: #1C5BCD;
}

.content.diversity-newsletter > form > ul > li {
  grid-column: span 6;
}
.content.diversity-newsletter > form > ul > li > input {
  width: 60% !important;
}

.diversity-news {
  padding: 1em 0em;
}
.diversity-news > h3, .wp-block-table table .diversity-news > caption, .diversity-news p.date {
  margin-bottom: 0.5rem;
}
.diversity-news > p.date {
  font-size: 0.7rem;
}

.post-8696 .article-meta{
  flex-wrap: wrap;
}
.post-8696 .article-meta h1{
  width: 100%;
}
.post-8696 .article-meta .searchandfilter{
  width: 100%;
}
.post-8696 .article-meta .searchandfilter ul {
  padding-left: 0 !important;
}
.post-8696 .article-meta .searchandfilter ul li:before{
  display: none;
}
@media (min-width: 1024px) {
  .post-8696 .cards.staff{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.post-type-archive .site-content .content-area{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.search-results .site-content .content-area{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.entry-content .content ul.anchor-links{
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 0px;
}
@media (min-width: 768px) {
  .entry-content .content ul.anchor-links{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .entry-content .content ul.anchor-links{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.entry-content .content ul.anchor-links li{
  margin: 0px;
  padding: 0px;
}
.entry-content .content ul.anchor-links li a{
  display: block;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding: 1.25rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .entry-content .content ul.anchor-links li a{
    height: 8rem;
    border-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
}
.entry-content .content ul.anchor-links li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  font-weight: 700;
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.entry-content .content ul.anchor-links li a:focus {
  border: none !important;
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  font-weight: 700;
  outline-style: solid;
  outline-width: 4px;
  outline-color: #60a5fa;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.entry-content .content ul.anchor-links li:last-child a{
  border-bottom-width: 1px;
}
@media (min-width: 768px) {
  .entry-content .content ul.anchor-links li:nth-child(3) a, .entry-content .content ul.anchor-links li:nth-child(6) a, .entry-content .content ul.anchor-links li:nth-child(9) a{
    border-right-width: 0px;
  }
  .entry-content .content ul.anchor-links li:nth-child(10) a, .entry-content .content ul.anchor-links li:nth-child(11) a{
    border-bottom-width: 0px;
  }
}
@media (min-width: 1024px) {
  .entry-content .content ul.anchor-links li:nth-child(3) a, .entry-content .content ul.anchor-links li:nth-child(6) a, .entry-content .content ul.anchor-links li:nth-child(9) a{
    border-right-width: 1px;
  }
  .entry-content .content ul.anchor-links li:nth-child(4) a, .entry-content .content ul.anchor-links li:nth-child(8) a, .entry-content .content ul.anchor-links li:nth-child(12) a{
    border-right-width: 0px;
  }
  .entry-content .content ul.anchor-links li:nth-child(9) a, .entry-content .content ul.anchor-links li:nth-child(10) a, .entry-content .content ul.anchor-links li:nth-child(11) a, .entry-content .content ul.anchor-links li:nth-child(12) a{
    border-bottom-width: 0px;
  }
}

.entry-content .content ul.external-link-list{
  margin-bottom: 1.25rem;
  display: grid;
  list-style-type: none;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.625rem;
  padding: 0px;
}
@media (min-width: 1024px) {
  .entry-content .content ul.external-link-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.entry-content .content ul.external-link-list li{
  position: relative;
  margin: 0px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  padding: 0.625rem;
  padding-left: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.entry-content .content ul.external-link-list li:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.entry-content .content ul.external-link-list li a{
  text-decoration-line: underline;
}
.entry-content .content ul.external-link-list li a::after{
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  content: " ";
}
.entry-content .content ul.external-link-list li a[href^="https://"]::before, .entry-content .content ul.external-link-list li a[href$=".pdf"]::before, .entry-content .content ul.external-link-list li a[href^="https://www.youtube.com/"]::before{
  position: absolute;
  margin-left: -1.75rem;
  margin-top: 0.25rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  text-align: center;
  line-height: 20px;
}
.entry-content .content ul.external-link-list li a[href^="https://"]::before {
  content: "\f2d0";
}
.entry-content .content ul.external-link-list li a[href$=".pdf"]::before {
  content: "\f1c1";
}
.entry-content .content ul.external-link-list li a[href^="https://www.youtube.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
}
.entry-content .content ul.external-link-list li a:focus {
  border: none !important;
  font-weight: 700;
}
.entry-content .content ul.external-link-list li a:focus::after{
  z-index: 10;
  border-radius: 0.25rem;
  outline-style: solid;
  outline-width: 4px;
  outline-color: #60a5fa;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

article .entry-content .content p a[href="#top"]{
  position: relative;
  z-index: 10;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
  text-decoration-line: none;
}
article .entry-content .content p a[href="#top"]::after{
  margin-left: 0.625rem;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f106";
}
article .entry-content .content p a[href="#top"]:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
article .entry-content .content p a[href="#top"]:focus {
  border: none !important;
  border-radius: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
  text-decoration-line: none;
  outline-style: solid;
  outline-width: 4px;
  outline-color: #60a5fa;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mr-4{
  margin-right: 1rem;
}

.mb-0{
  margin-bottom: 0px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-6{
  height: 1.5rem;
}

.w-6{
  width: 1.5rem;
}

.rounded{
  border-radius: 0.25rem;
}

.border-l-4{
  border-left-width: 4px;
}

.fill-current{
  fill: currentColor;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.font-bold{
  font-weight: 700;
}

.leading-loose{
  line-height: 2;
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity));
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/*# sourceMappingURL=style.css.map */