/*
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=Bebas+Neue&family=Inter:wght@400;500;700&display=swap");
/*
! tailwindcss v3.3.5 | 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.
6. Use the user's configured `sans` font-variation-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: Inter, ui-sans-serif, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}
/*
Reset default styling for dialogs.
*/
dialog {
  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;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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;
.engineering-logo a{
  display: block;
  height: 100%;
  min-height: 60px;
  width: 30px;
  overflow: hidden;
  text-indent: -999px;
}
@media (min-width: 1280px){
  .engineering-logo a{
    width: 305px;
  }
}
.engineering-logo a {
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat -162px 50%;
}
@media (min-width: 1280px) {
  .engineering-logo a {
    background: url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat 50% 50%;
  }
}
.engineering-logo__white{
  margin-bottom: 0px;
}
.engineering-logo__white a{
  display: block;
  height: 100%;
  min-height: 60px;
  width: 305px;
  overflow: hidden;
  text-indent: -999px;
  background: url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo-white.svg") no-repeat 50% 50%;
}
.engineering-logo__white a:focus {
  background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo-white.svg") no-repeat 50% 50% !important;
}

.site .engineering-logo a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
  background-color: transparent;
  outline-width: 2px;
  outline-color: #3b82f6;
  background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat -162px 50%;
}
@media (min-width: 1024px) {
  .site .engineering-logo a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat -162px 50%;
  }
}
@media (min-width: 1280px) {
  .site .engineering-logo a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent url("/wp-content/themes/twentytwentyone-child/assets/images/engineering-logo.svg") no-repeat 50% 50%;
  }
}

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

.e100-logo{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 91px;
  background-size: contain;
  padding: 0px;
  text-indent: -999px;
}

@media (min-width: 1024px){
  .e100-logo{
    margin-left: 0px;
  }
}

.e100-logo {
  background: url("/wp-content/uploads/one-hundred-years.svg") no-repeat 0% 50%;
}

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

.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{
  display: flex;
  list-style-type: none;
  gap: 0px;
}
.widget-area .widget_block .social-media 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;
}
.widget-area .widget_block .social-media 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;
}
.widget-area .widget_block .social-media li a[href^="https://www.youtube.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f167";
}
.widget-area .widget_block .social-media li a[href^="https://www.linkedin.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f08c";
}
.widget-area .widget_block .social-media li a[href^="https://www.vimeo.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f40a";
}
.widget-area .widget_block .social-media li a[href^="https://www.twitter.com/"]::before, .widget-area .widget_block .social-media li a[href^="https://twitter.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
}
.widget-area .widget_block .social-media li a[href^="https://www.facebook.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f09a";
}
.widget-area .widget_block .social-media li a[href^="https://www.instagram.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: "\f16d";
}

.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 hsl(0, 0%, 82%);
  border-radius: 7px;
  width: 100%;
}
@media (min-width: 1024px) {
  .Accordion{
    grid-column: span 3 / span 3;
  }
}
.Accordion h3 {
  margin: 0;
  padding: 0;
}
.Accordion.focus {
  border-color: hsl(216, 94%, 73%);
}
.Accordion > * + * {
  border-top: 1px solid hsl(0, 0%, 82%);
}
.Accordion *:first-child .Accordion-trigger {
  border-radius: 5px 5px 0 0;
}
.Accordion button::-moz-focus-inner {
  border: 0;
}

.Accordion-trigger {
  background: none;
  color: hsl(0, 0%, 13%);
  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: hsl(216, 94%, 73%);
}

.Accordion-trigger:focus,
.Accordion-trigger:hover {
  background: hsl(216, 94%, 94%);
}

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 hsl(0, 0%, 62%);
  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: hsl(216, 94%, 73%);
}

.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[hidden] {
  display: none;
}

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

input {
  border: 1px solid hsl(0, 0%, 62%);
  border-radius: 0.3em;
  display: block;
  font-size: inherit;
  padding: 0.3em 0.5em;
}

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

.newsletter-content h3{
  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: rgb(255, 237, 213);
  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, .diversity-news p.date {
  margin-bottom: 0.5rem;
}
.diversity-news > p.date {
  font-size: 0.7rem;
}

.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;
}

:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/wp-content/themes/twentytwentyone-child/assets/webfonts/fa-brands-400.woff2") format("woff2"), url("/wp-content/themes/twentytwentyone-child//assets/webfonts/fa-brands-400.ttf") format("truetype");
}
body{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

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

.site-content {
  min-height: calc(100vh - 284px - 169px);
}

.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-main{
  margin: 0px;
  padding: 0px;
}
.site-main > *{
  margin-top: 0px;
  margin-bottom: 0px;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button){
  background-color: transparent;
  outline-width: 2px;
  outline-color: #3b82f6;
}

.engineering-page-content,
.faculty-profile{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 768px){
  .engineering-page-content,
.faculty-profile{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .engineering-page-content,
.faculty-profile{
    max-width: 1024px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  .engineering-page-content,
.faculty-profile{
    max-width: 1280px;
  }
}
.engineering-page-content aside nav,
.faculty-profile aside nav{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.engineering-page-content aside.faculty-profile__aside figure,
.faculty-profile aside.faculty-profile__aside figure{
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  border-radius: 0.25rem;
}
.engineering-page-content aside.faculty-profile__aside figure img,
.faculty-profile aside.faculty-profile__aside figure img{
  margin-top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
.engineering-page-content article,
.faculty-profile article{
  grid-column: span 3 / span 3;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}
@media (min-width: 1024px){
  .engineering-page-content article,
.faculty-profile article{
    padding: 4rem;
  }
}
.engineering-page-content article .content,
.faculty-profile article .content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.engineering-page-content article .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.engineering-page-content article .content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.engineering-page-content article .content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.engineering-page-content article .content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.engineering-page-content article .content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.engineering-page-content article .content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.engineering-page-content article .content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.engineering-page-content article .content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.engineering-page-content article .content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.engineering-page-content article .content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.engineering-page-content article .content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.engineering-page-content article .content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.engineering-page-content article .content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.engineering-page-content article .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.engineering-page-content article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.faculty-profile article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.engineering-page-content article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.faculty-profile article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.engineering-page-content article .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.engineering-page-content article .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.engineering-page-content article .content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(blockquote):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.faculty-profile article .content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.engineering-page-content article .content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.faculty-profile article .content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.engineering-page-content article .content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h1):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.engineering-page-content article .content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.engineering-page-content article .content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.engineering-page-content article .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.engineering-page-content article .content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.engineering-page-content article .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.engineering-page-content article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.engineering-page-content article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.faculty-profile article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.engineering-page-content article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.faculty-profile article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.engineering-page-content article .content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.engineering-page-content article .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.engineering-page-content article .content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.engineering-page-content article .content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(pre):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(pre code):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.faculty-profile article .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.engineering-page-content article .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.faculty-profile article .content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.engineering-page-content article .content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(table):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.engineering-page-content article .content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.engineering-page-content article .content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.engineering-page-content article .content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.engineering-page-content article .content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.engineering-page-content article .content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.engineering-page-content article .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.engineering-page-content article .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.engineering-page-content article .content,
.faculty-profile article .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-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --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-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --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;
}
.engineering-page-content article .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.engineering-page-content article .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.engineering-page-content article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.engineering-page-content article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.engineering-page-content article .content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.engineering-page-content article .content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.engineering-page-content article .content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.engineering-page-content article .content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.engineering-page-content article .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.engineering-page-content article .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.engineering-page-content article .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.engineering-page-content article .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.engineering-page-content article .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.engineering-page-content article .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.engineering-page-content article .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.engineering-page-content article .content,
.faculty-profile article .content{
  font-size: 1rem;
  line-height: 1.75;
}
.engineering-page-content article .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.engineering-page-content article .content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.engineering-page-content article .content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.engineering-page-content article .content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.engineering-page-content article .content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.engineering-page-content article .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.engineering-page-content article .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.engineering-page-content article .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.engineering-page-content article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.engineering-page-content article .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.engineering-page-content article .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.engineering-page-content article .content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(pre):not(:where([class~="not-prose"],[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;
}
.engineering-page-content article .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.engineering-page-content article .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.engineering-page-content article .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.engineering-page-content article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.engineering-page-content article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0.375em;
}
.engineering-page-content article .content :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.engineering-page-content article .content :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose-base > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.engineering-page-content article .content :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose-base > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose-base > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.engineering-page-content article .content :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose-base > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.engineering-page-content article .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.engineering-page-content article .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.engineering-page-content article .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.engineering-page-content article .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
.engineering-page-content article .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}
.engineering-page-content article .content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.engineering-page-content article .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.engineering-page-content article .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.engineering-page-content article .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.engineering-page-content article .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left: 0;
}
.engineering-page-content article .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right: 0;
}
.engineering-page-content article .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.engineering-page-content article .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.engineering-page-content article .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.engineering-page-content article .content :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.engineering-page-content article .content :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.engineering-page-content article .content,
.faculty-profile article .content{
  --tw-prose-body: #334155;
  --tw-prose-headings: #0f172a;
  --tw-prose-lead: #475569;
  --tw-prose-links: #0f172a;
  --tw-prose-bold: #0f172a;
  --tw-prose-counters: #64748b;
  --tw-prose-bullets: #cbd5e1;
  --tw-prose-hr: #e2e8f0;
  --tw-prose-quotes: #0f172a;
  --tw-prose-quote-borders: #e2e8f0;
  --tw-prose-captions: #64748b;
  --tw-prose-kbd: #0f172a;
  --tw-prose-kbd-shadows: 15 23 42;
  --tw-prose-code: #0f172a;
  --tw-prose-pre-code: #e2e8f0;
  --tw-prose-pre-bg: #1e293b;
  --tw-prose-th-borders: #cbd5e1;
  --tw-prose-td-borders: #e2e8f0;
  --tw-prose-invert-body: #cbd5e1;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #94a3b8;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #94a3b8;
  --tw-prose-invert-bullets: #475569;
  --tw-prose-invert-hr: #334155;
  --tw-prose-invert-quotes: #f1f5f9;
  --tw-prose-invert-quote-borders: #334155;
  --tw-prose-invert-captions: #94a3b8;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #cbd5e1;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #475569;
  --tw-prose-invert-td-borders: #334155;
  margin: 0px;
  max-width: 100%;
}
@media (min-width: 1024px){
  .engineering-page-content article .content,
.faculty-profile article .content{
    font-size: 1.125rem;
    line-height: 1.7777778;
  }
  .engineering-page-content article .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .engineering-page-content article .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em;
  }
  .engineering-page-content article .content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em;
  }
  .engineering-page-content article .content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1;
  }
  .engineering-page-content article .content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333;
  }
  .engineering-page-content article .content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5;
  }
  .engineering-page-content article .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556;
  }
  .engineering-page-content article .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .engineering-page-content article .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .engineering-page-content article .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .engineering-page-content article .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .engineering-page-content article .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    border-radius: 0.3125rem;
    padding-top: 0.2222222em;
    padding-right: 0.4444444em;
    padding-bottom: 0.2222222em;
    padding-left: 0.4444444em;
  }
  .engineering-page-content article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
  }
  .engineering-page-content article .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8666667em;
  }
  .engineering-page-content article .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.875em;
  }
  .engineering-page-content article .content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
  }
  .engineering-page-content article .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .engineering-page-content article .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em;
  }
  .engineering-page-content article .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em;
  }
  .engineering-page-content article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .engineering-page-content article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0.4444444em;
  }
  .engineering-page-content article .content :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.lg\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .engineering-page-content article .content :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.lg\:prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .engineering-page-content article .content :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.lg\:prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .engineering-page-content article .content :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.lg\:prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .engineering-page-content article .content :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.lg\:prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 1.3333333em;
  }
  .engineering-page-content article .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em;
  }
  .engineering-page-content article .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
  }
  .engineering-page-content article .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.3333333em;
  }
  .engineering-page-content article .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0.6666667em;
    padding-left: 1.5555556em;
  }
  .engineering-page-content article .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em;
  }
  .engineering-page-content article .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .engineering-page-content article .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .engineering-page-content article .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .engineering-page-content article .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .engineering-page-content article .content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
  }
  .engineering-page-content article .content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .engineering-page-content article .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  .engineering-page-content article .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  .engineering-page-content article .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em;
  }
  .engineering-page-content article .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-left: 0;
  }
  .engineering-page-content article .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    padding-right: 0;
  }
  .engineering-page-content article .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em;
  }
  .engineering-page-content article .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0;
  }
  .engineering-page-content article .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em;
  }
  .engineering-page-content article .content :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.lg\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-top: 0;
  }
  .engineering-page-content article .content :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.faculty-profile article .content :where(.lg\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    margin-bottom: 0;
  }
}
.engineering-page-content article .content,
.faculty-profile article .content {
  /* Remove margins from hr and elements in prose content */
}
.engineering-page-content article .content > *:first-child,
.faculty-profile article .content > *:first-child{
  margin-top: 0px;
}
.engineering-page-content article .content > *:last-child,
.faculty-profile article .content > *:last-child{
  margin-bottom: 0px;
}
.engineering-page-content article .content h2:after,
.faculty-profile article .content h2:after{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.5rem;
  display: block;
  height: 2px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
  content: " ";
}
.engineering-page-content article .content :where(hr):not(:where([class~=not-prose] *)),
.faculty-profile article .content :where(hr):not(:where([class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
}
.engineering-page-content article .content hr,
.faculty-profile article .content hr{
  position: relative;
  clear: both;
  margin-left: -2rem;
  margin-right: -2rem;
  display: block;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  .engineering-page-content article .content hr,
.faculty-profile article .content hr{
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.engineering-page-content article .content hr,
.faculty-profile article .content hr {
  height: 6.25rem;
}
.engineering-page-content article .content hr:before, .engineering-page-content article .content hr:after,
.faculty-profile article .content hr:before,
.faculty-profile article .content 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: " ";
}
.engineering-page-content article .content hr:before,
.faculty-profile article .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);
}
.engineering-page-content article .content hr:after,
.faculty-profile article .content hr:after{
  bottom: 0px;
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.engineering-page-content article .content hr:last-child,
.faculty-profile article .content hr:last-child{
  display: none;
}
.engineering-page-content article .content hr + hr,
.faculty-profile article .content hr + hr{
  display: none;
}

.featured-image-section{
  position: relative;
  margin-bottom: 0px;
  overflow: hidden;
}
.featured-image-section__content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px){
  .featured-image-section__content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .featured-image-section__content{
    max-width: 1024px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .featured-image-section__content{
    max-width: 1280px;
  }
}
.featured-image-section__title{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .featured-image-section__title{
    text-align: left;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.featured-image-section figure{
  aspect-ratio: 16 / 9;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px){
  .featured-image-section figure{
    grid-column: span 3 / span 3;
  }
}
.featured-image-section figure img{
  margin: 0px;
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.featured-image-section figcaption{
  margin-bottom: 0px;
  text-align: left;
}

.hero-section{
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hero-section__background-image{
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section__background-image img{
  width: 100%;
  opacity: 0.2;
  --tw-blur: blur(12px);
  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);
}
.hero-section__content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px){
  .hero-section__content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .hero-section__content{
    max-width: 1024px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .hero-section__content{
    max-width: 1280px;
  }
}
.hero-section__link{
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.hero-section__title{
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .hero-section__title{
    text-align: left;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.hero-section__figure{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px){
  .hero-section__figure{
    grid-column: span 3 / span 3;
  }
}
.hero-section__figure img{
  height: 100%;
  width: 100%;
}
@media (min-width: 768px){
  .hero-section__figure img{
    min-height: 416px;
  }
}
@media (min-width: 1280px){
  .hero-section__figure img{
    min-height: 524px;
  }
}

section .section__content{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 768px){
  section .section__content{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  section .section__content{
    max-width: 1024px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){
  section .section__content{
    max-width: 1280px;
  }
}
section .section__content .cards{
  grid-column: span 3 / span 3;
  padding-left: 0px;
}
section .section__header{
  grid-column: span 3 / span 3;
}
@media (min-width: 1024px){
  section .section__header{
    grid-column: span 1 / span 1;
  }
}
section .section__title{
  margin-bottom: 1rem;
  text-align: center;
  font-family: Bebas Neue;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  section .section__title{
    text-align: left;
  }
}
section .section__title:after{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: block;
  height: 2px;
  width: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
@media (min-width: 1024px){
  section .section__title:after{
    margin-left: 0px;
    margin-right: 0px;
  }
}
section .section__title:after {
  content: " ";
}
section .section__description{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  section .section__description{
    text-align: left;
  }
}
section .section__description a{
  text-decoration-line: underline;
  text-decoration-color: #cbd5e1;
}
section .section__description a:hover{
  text-decoration-color: #f97316;
  text-decoration-style: solid;
}

.princeton-engineers-section{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.princeton-engineers-section .section__title{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.princeton-engineers-section .section__description{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.call-to-action-section{
  background-size: cover;
}
.call-to-action-section .section__title{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .call-to-action-cards .call-to-action-card:first-child{
    grid-column: span 2 / span 2;
    display: grid;
  }
}

@media (min-width: 1024px){
  .call-to-action-cards .call-to-action-card:first-child{
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .call-to-action-cards .call-to-action-card:first-child .card__figure{
    aspect-ratio: auto;
  }
}
.call-to-action-cards .call-to-action-card:first-child .card__figure img{
  height: auto;
}
@media (min-width: 768px){
  .call-to-action-cards .call-to-action-card:first-child .card__figure img{
    width: 100%;
  }
}
@media (min-width: 1024px){
  .call-to-action-cards .call-to-action-card:first-child .card__figure img{
    height: 100%;
  }
}

.cards{
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px){
  .cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .cards{
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.faculty-cards{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px){
  .faculty-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .faculty-cards{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.faculty-directory-cards{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px){
  .faculty-directory-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .faculty-directory-cards{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.news-archive-cards{
  grid-column: span 3 / span 3;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px){
  .news-archive-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.staff-cards{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px){
  .staff-cards{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .staff-cards{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.juicer-cards{
  grid-column: span 3 / span 3;
}

.job-cards{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.search-cards{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.card{
  position: relative;
  flex-direction: column;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card__link{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
}
.card__figure{
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card__figure img{
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card__info{
  gap: 0.25rem;
  padding: 1rem;
}
.card__title{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.card__title:last-child{
  margin-bottom: 0px;
}
@media (min-width: 1024px){
  .card__title{
    text-align: left;
  }
}
.card__department{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.card__title + .card__department{
  margin-top: -0.5rem;
}
.card__date, .card__time, .card__year, .card__institution, .card__diploma, .card__company{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.card__date svg, .card__time svg, .card__year svg, .card__institution svg, .card__diploma svg, .card__company svg{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.card__date-and-time{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.card__external-link{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.card__tag{
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / 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;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.card__links{
  list-style-type: none;
}
.card__links li{
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.card__links li:last-child{
  margin-bottom: 0px;
}
.card__links li a{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration-line: underline;
  text-decoration-color: #cbd5e1;
}
.card__links li a:hover{
  text-decoration-color: #f97316;
  text-decoration-style: solid;
}
.card__links li a:hover svg{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.card__links li a svg{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.card__edit-button a{
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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:hover .card__figure img{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.faculty-card,
.faculty-directory-card{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.faculty-card .card__figure,
.faculty-directory-card .card__figure{
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.faculty-card .card__figure img,
.faculty-directory-card .card__figure img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px){
  .faculty-card .card__figure img,
.faculty-directory-card .card__figure img{
    min-height: 141px;
  }
}
.faculty-card .card__title,
.faculty-directory-card .card__title{
  text-align: center;
}
.faculty-card .card__info,
.faculty-directory-card .card__info{
  padding: 0px;
}
.faculty-card:hover .card__figure img,
.faculty-directory-card:hover .card__figure img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.faculty-directory-card .card{
  margin: 0px;
}
.faculty-directory-card .card__figure{
  margin: 0px;
}
.faculty-directory-card .card__title{
  margin-top: 0px;
  margin-bottom: 1rem;
}

.staff-card{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
}
.staff-card .card__figure{
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.staff-card .card__figure img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-card .card__name{
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.staff-card .card__name:last-child{
  margin-bottom: 0px;
}
.staff-card .card__title{
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.staff-card .card__title:last-child{
  margin-bottom: 0px;
}
.staff-card .card__info{
  padding: 0px;
}
.staff-card .card__office-info{
  display: grid;
  gap: 0.5rem;
}
.staff-card .card__office, .staff-card .card__email, .staff-card .card__phone, .staff-card .card__fax{
  margin-bottom: 0px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.staff-card .card__office svg, .staff-card .card__email svg, .staff-card .card__phone svg, .staff-card .card__fax svg{
  margin-top: 0.25rem;
  align-self: flex-start;
  justify-self: center;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.staff-card .card__office a, .staff-card .card__email a, .staff-card .card__phone a, .staff-card .card__fax a{
  text-decoration-line: underline;
  text-decoration-color: #cbd5e1;
}
.staff-card .card__office a:hover, .staff-card .card__email a:hover, .staff-card .card__phone a:hover, .staff-card .card__fax a:hover{
  text-decoration-color: #f97316;
  text-decoration-style: solid;
}
.staff-card:hover .card__figure img{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.leadership-council-card .card__title-and-tag{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.leadership-council-card .card__title{
  margin-bottom: 0px;
  text-align: left;
}
.leadership-council-card .card__tag{
  margin-bottom: 0px;
}
.leadership-council-card .card__info{
  display: grid;
  gap: 0.5rem;
}
.leadership-council-card .card__diploma, .leadership-council-card .card__company{
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 0.5rem;
}
.leadership-council-card .card__diploma svg, .leadership-council-card .card__company svg{
  margin-top: 0.25rem;
  align-self: flex-start;
  justify-self: center;
}

.research-card .card__figure img{
  width: 100%;
}

.degrees-and-research-card .card__figure img{
  width: 100%;
}

.search-card{
  display: grid;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

@media (min-width: 1024px){
  .search-card{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.search-card .card__figure{
  aspect-ratio: 16 / 9;
}
.search-card .card__figure img{
  width: 100%;
}
.search-card .card__info{
  grid-column: span 2 / span 2;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.department-contact{
  margin-bottom: 1rem;
}
.department-contact__info{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.department-contact__title{
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.department-contact__name, .department-contact__email, .department-contact__phone{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.department-contact__name svg, .department-contact__email svg, .department-contact__phone svg{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.department-contact__name a, .department-contact__email a, .department-contact__phone a{
  text-decoration-line: underline;
  text-decoration-color: #cbd5e1;
}
.department-contact__name a:hover, .department-contact__email a:hover, .department-contact__phone a:hover{
  text-decoration-color: #f97316;
  text-decoration-style: solid;
}
.department-contact__name{
  font-weight: 600;
}

.searchandfilter select.sf-input-select{
  width: 100%;
}

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.expertise 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));
}

.news-article__meta{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px){
  .news-article__meta{
    align-items: flex-start;
  }
}
.news-article__person, .news-article__date, .news-article__series{
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.news-article__person + p, .news-article__date + p, .news-article__series + p{
  margin-bottom: 0px;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.news-article__person svg, .news-article__date svg, .news-article__series svg{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.news-article__person a, .news-article__date a, .news-article__series a{
  text-decoration-line: underline;
  text-decoration-color: #cbd5e1;
}
.news-article__person a:hover, .news-article__date a:hover, .news-article__series a:hover{
  text-decoration-color: #f97316;
  text-decoration-style: solid;
}

.buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

button .wp-block-button__link,
.button .wp-block-button__link,
.wp-block-button .wp-block-button__link{
  border-width: 0px;
  background-image: none;
  padding: 0px;
}
button.primary, button.secondary, button.tertiary,
.button.primary,
.button.secondary,
.button.tertiary,
.wp-block-button.primary,
.wp-block-button.secondary,
.wp-block-button.tertiary{
  display: block;
  display: flex;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border-width: 2px;
  border-style: solid;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
button.primary a, button.secondary a, button.tertiary a,
.button.primary a,
.button.secondary a,
.button.tertiary a,
.wp-block-button.primary a,
.wp-block-button.secondary a,
.wp-block-button.tertiary a{
  text-decoration-line: none;
}
button.primary:not(:hover):not(:active):not(.has-background),
.button.primary:not(:hover):not(:active):not(.has-background),
.wp-block-button.primary:not(:hover):not(:active):not(.has-background){
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button.primary:hover,
.button.primary:hover,
.wp-block-button.primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
button.primary svg,
.button.primary svg,
.wp-block-button.primary svg{
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity));
}
button.secondary:not(:hover):not(:active):not(.has-background),
.button.secondary:not(:hover):not(:active):not(.has-background),
.wp-block-button.secondary:not(:hover):not(:active):not(.has-background){
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
button.secondary:hover,
.button.secondary:hover,
.wp-block-button.secondary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
button.secondary svg,
.button.secondary svg,
.wp-block-button.secondary svg{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
button.tertiary:not(:hover):not(:active):not(.has-background),
.button.tertiary:not(:hover):not(:active):not(.has-background),
.wp-block-button.tertiary:not(:hover):not(:active):not(.has-background){
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
button.tertiary:hover,
.button.tertiary:hover,
.wp-block-button.tertiary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
button.tertiary svg,
.button.tertiary svg,
.wp-block-button.tertiary svg{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.wp-block-cover{
  margin-left: -4rem;
  margin-right: -4rem;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.wp-block-cover img{
  -o-object-fit: fill;
     object-fit: fill;
}
.wp-block-cover__inner-container{
  margin-top: 0px;
  margin-bottom: 0px;
}
.wp-block-cover h2{
  font-family: Bebas Neue;
}
.wp-block-cover .lede{
  line-height: 1.5;
}

.engineering-page-content article .content :where(hr + .wp-block-cover):not(:where([class~=not-prose] *)){
  z-index: 10;
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.engineering-page-content article .content .wp-block-cover :where(h2):not(:where([class~=not-prose] *)){
  max-width: 100%;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}

.engineering-page-content article .content .wp-block-cover :where(img):not(:where([class~=not-prose] *)){
  margin-top: 0px;
  margin-bottom: 0px;
}

.content blockquote::before{
  display: none;
}
.content blockquote p{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.content blockquote p::before, .content blockquote p::after{
  display: none;
}

.engineering-page-content article .content :where(a):not(:where([class~=not-prose] *)){
  text-decoration-color: #cbd5e1;
}
.engineering-page-content article .content :where(a):not(:where([class~=not-prose] *)):hover{
  text-decoration-color: #f97316;
}

.engineering-page-content .content ul *::marker,
.engineering-page-content .content ol *::marker{
  color: rgb(249 115 22 );
}

.engineering-page-content .content ul::marker,
.engineering-page-content .content ol::marker{
  color: rgb(249 115 22 );
}

.engineering-page-content .content figure{
  margin: 0px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.engineering-page-content .content figure:last-child{
  margin-bottom: 0px;
}
.engineering-page-content .content figure figcaption{
  margin: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.engineering-page-content .content figure figcaption p{
  margin: 0px;
  text-align: left;
}
.engineering-page-content .content figure.alignright, .engineering-page-content .content figure.alignleft{
  width: 50%;
}
.engineering-page-content .content figure.alignright{
  float: right;
  margin-left: 1.5rem;
}
.engineering-page-content .content figure.alignleft{
  float: left;
  margin-right: 1.5rem;
}

.engineering-page-content .content iframe{
  width: 100%;
}

.engineering-page-content .content img{
  margin-top: 0px;
}

.site-footer{
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0px;
}
.site-footer__content{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}
@media (min-width: 768px){
  .site-footer__content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .site-footer__content{
    max-width: 1024px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px){
  .site-footer__content{
    max-width: 1280px;
  }
}
.site-footer__content .site-title-white a {
  background-position-y: 0;
}
.site-footer__content .site-name,
.site-footer__content .address,
.site-footer__content .copyright{
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .site-footer__content .site-name{
    justify-content: flex-start;
  }
  .site-footer__content .copyright{
    justify-content: flex-end;
  }
}
.site-footer__content .site-name p,
.site-footer__content .address p,
.site-footer__content .copyright p{
  margin-bottom: 0px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px){
  .site-footer__content .site-name p{
    text-align: left;
  }
  .site-footer__content .copyright p{
    text-align: right;
  }
}

.site-footer__widget-area{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
}

@media (min-width: 768px){
  .site-footer__widget-area{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .site-footer__widget-area{
    max-width: 1024px;
    flex-direction: row;
  }
}

@media (min-width: 1280px){
  .site-footer__widget-area{
    max-width: 1280px;
  }
}
.site-footer__widget-area > *{
  margin: 0px;
}
.site-footer__widget-area::after{
  display: none;
}
.site-footer__widget-area .widget_block#block-11 > p{
  margin: 0px;
}
.site-footer__widget-area .widget_block#block-11 #mc_embed_signup{
  margin: 0px;
}
.site-footer__widget-area .widget_block#block-11 #mc_embed_signup form{
  padding: 0px;
}
.site-footer__widget-area .widget_block#block-11 #mc_embed_signup #mc_embed_signup_scroll br,
.site-footer__widget-area .widget_block#block-11 #mc_embed_signup #mc_embed_signup_scroll p:empty{
  display: none;
}
.site-footer__widget-area .widget_block#block-11 #mc_embed_signup #mc_embed_signup_scroll label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .site-footer__widget-area .widget_block#block-11 #mc_embed_signup #mc_embed_signup_scroll label{
    text-align: left;
  }
}
.site-footer__widget-area .social-media{
  display: flex;
  list-style-type: none;
  gap: 0px;
}
.site-footer__widget-area .social-media 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-footer__widget-area .social-media 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-footer__widget-area .social-media li a[href^="https://www.youtube.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
}
.site-footer__widget-area .social-media li a[href^="https://www.linkedin.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f0e1";
}
.site-footer__widget-area .social-media li a[href^="https://www.vimeo.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f40a";
}
.site-footer__widget-area .social-media li a[href^="https://www.twitter.com/"]::before, .site-footer__widget-area .social-media li a[href^="https://twitter.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
}
.site-footer__widget-area .social-media li a[href^="https://www.facebook.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
}
.site-footer__widget-area .social-media li a[href^="https://www.instagram.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f16d";
}

nav.pagination{
  grid-column: span 3 / span 3;
  grid-column-start: 2;
  margin: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
  border-style: none;
  padding: 0px;
}
nav.pagination .nav-links{
  margin: 0px;
  width: 100%;
  justify-content: space-between;
}
nav.pagination .nav-links span{
  margin: 0px;
  padding: 0px;
}
nav.pagination .nav-links span.current{
  border-radius: 0.25rem;
  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: 0.25rem;
  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;
}

.events-archive-section .section__header{
  grid-column: span 4 / span 4;
}

@media (min-width: 1024px){
  .events-archive-section .section__header{
    grid-column: span 1 / span 1;
  }
}
.events-archive-section .pagination{
  grid-column: span 4 / span 4;
}
@media (min-width: 1024px){
  .events-archive-section .pagination{
    grid-column: span 3 / span 3;
    grid-column-start: 2;
  }
}

.event-cards{
  grid-column: span 4 / span 4;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px){
  .event-cards{
    grid-column: span 3 / span 3;
  }
}

.events-section{
  overflow: hidden;
}
.events-section .section__header{
  grid-column: span 4 / span 4;
}
@media (min-width: 1024px){
  .events-section .section__header{
    grid-column: span 1 / span 1;
  }
}

.university-bar{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.university-bar__content{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
@media (min-width: 768px){
  .university-bar__content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .university-bar__content{
    max-width: 1024px;
    justify-content: space-between;
  }
}
@media (min-width: 1280px){
  .university-bar__content{
    max-width: 1280px;
  }
}
.university-bar .university-bar-widgets{
  display: none;
  gap: 1.25rem;
}
@media (min-width: 1024px){
  .university-bar .university-bar-widgets{
    display: flex;
  }
}
.university-bar .social-media-links{
  display: flex;
  list-style-type: none;
  gap: 0px;
}
.university-bar .social-media-links li a{
  position: relative;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  overflow: hidden;
  text-indent: -24rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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;
  text-indent: 0px;
  font-size: 1.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.university-bar .social-media-links li a[href^="https://www.youtube.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f167";
}
.university-bar .social-media-links li a[href^="https://www.linkedin.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f0e1";
}
.university-bar .social-media-links li a[href^="https://www.vimeo.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f40a";
}
.university-bar .social-media-links li a[href^="https://www.twitter.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\e61b";
}
.university-bar .social-media-links li a[href^="https://www.facebook.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f39e";
}
.university-bar .social-media-links li a[href^="https://www.instagram.com/"]::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f16d";
}
.university-bar .wp-block-search__input {
  border: none !important;
  padding: 0 8px !important;
}
.university-bar .wp-block-search__button {
  border: none !important;
  padding: 0 !important;
}

.engineering-site-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.engineering-site-header__content{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 105px;
  padding: 1rem;
}
@media (min-width: 768px){
  .engineering-site-header__content{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .engineering-site-header__content{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .engineering-site-header__content{
    max-width: 1280px;
  }
}
.engineering-site-header .engineering-logo{
  position: relative;
  z-index: 1000;
  display: block;
  height: 73px;
  width: 30px;
}
@media (min-width: 1280px){
  .engineering-site-header .engineering-logo{
    width: 305px;
  }
}
.engineering-site-header .primary-navigation{
  position: absolute;
  top: 0px;
  width: 100%;
}

.post-8683{
  padding: 2.75rem;
}
.post-8683 .newsletter-content h3{
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}
.post-8683 .newsletter-content h4 {
  color: #1055cc;
}
.post-8683 .newsletter-content p:last-child{
  margin-bottom: 1.5rem;
}
.post-8683 .newsletter-content p:not(:last-child) {
  margin-bottom: 0;
}
.post-8683 .newsletter-content p .cancelled {
  background: rgb(255, 237, 213);
  border-left-color: orange;
  width: 50%;
}

.post-8679{
  padding: 3rem;
}
.post-8679 .content h3{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2em;
}
.post-8679 .content p{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.post-8679 .content a {
  color: blue;
}

.post-13412 .content{
  margin-left: 3rem;
  margin-right: 3rem;
}

.news-section{
  overflow: hidden;
}

.social-media-section{
  overflow: hidden;
}
.social-media-section .section__header{
  grid-column: span 3 / span 3;
}
@media (min-width: 1024px){
  .social-media-section .section__header{
    grid-column: span 1 / span 1;
  }
}

.fourzerofour-section{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 5rem;
}

@media (min-width: 768px){
  .fourzerofour-section{
    padding: 0px;
  }
}

.fourzerofour-section {
  height: 80vh;
}
.fourzerofour-section .fourzerofour-section__tiger-image{
  margin-left: auto;
  margin-right: auto;
  padding: 4rem;
}
.fourzerofour-section .fourzerofour-section__info{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.fourzerofour-section .title{
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.fourzerofour-section .description{
  text-align: center;
  font-weight: 300;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.fourzerofour-section .button__white{
  margin-top: 3rem;
}
.fourzerofour-section button{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-inset: inset;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.fourzerofour-section button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.block__notes {
  margin-bottom: 20px;
}
.block__notes__title {
  font-size: 16px !important;
  font-weight: 700;
  margin: 0 !important;
}
.block__notes__description {
  font-size: 16px;
  font-weight: 400;
}
.block__notes__description h2, .block__notes__description h3, .block__notes__description h4 {
  margin-top: 0 !important;
}
.block__notes__description p:last-child {
  margin-bottom: 0;
}
.block__notes__description a {
  text-decoration: underline;
}
.block__notes.note--yellow {
  background-color: #FEF9C3;
  border-left: 2px solid #885827;
  padding: 20px;
}
.block__notes.note--yellow .block__notes__title, .block__notes.note--yellow .block__notes__description, .block__notes.note--yellow .block__notes__description li::marker {
  color: #885827;
}
.block__notes.note--green {
  background-color: #EEFDF2;
  border-left: 2px solid #165A2E;
  padding: 20px;
}
.block__notes.note--green .block__notes__title, .block__notes.note--green .block__notes__description, .block__notes.note--green .block__notes__description li::marker {
  color: #165A2E;
}
.block__notes.note--blue {
  background-color: #EDF5FF;
  border-left: 2px solid #1B45D2;
  padding: 20px;
}
.block__notes.note--blue .block__notes__title, .block__notes.note--blue .block__notes__description, .block__notes.note--blue .block__notes__description li::marker {
  color: #1B45D2;
}
.block__notes.note--red {
  background-color: #FEF0F0;
  border-left: 2px solid #8F1D1D;
  padding: 20px;
}
.block__notes.note--red .block__notes__title, .block__notes.note--red .block__notes__description, .block__notes.note--red .block__notes__description li::marker {
  color: #8F1D1D;
}

.block__facts {
  background-color: #F1F5F9;
  margin-bottom: 20px;
  padding: 1px;
}
.block__facts:last-child {
  margin-bottom: 0;
}
.block__facts__content .facts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1px;
}
.block__facts__content .facts .fact {
  background-color: #FFFFFF;
  position: relative;
}
.block__facts__content .facts .fact__content {
  padding: 20px;
}
.block__facts__content .facts .fact__content.text--center {
  text-align: center;
}
.block__facts__content .facts .fact__content.text--center .fact__image {
  margin-left: auto;
  margin-right: auto;
}
.block__facts__content .facts .fact__content.text--right {
  text-align: right;
}
.block__facts__content .facts .fact__content.text--right .fact__image {
  margin-left: auto;
}
.block__facts__content .facts .fact__figure {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 0;
}
.block__facts__content .facts .fact__image {
  margin-left: 0;
  margin-right: 0;
}
.block__facts__content .facts .fact__title {
  color: rgb(15, 23, 42);
  margin-top: 0 !important;
}
.block__facts__content .facts .fact__description p, .block__facts__content .facts .fact__description li {
  color: rgb(51, 65, 85);
  line-height: 150%;
}
.block__facts__content .facts .fact__description *:last-child {
  margin-bottom: 0;
}
.block__facts__content .facts .fact__link:hover {
  background: #F8FAFC;
}
.block__facts__content .facts .fact__link__url {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .block__facts--two-col .facts {
    grid-template-columns: repeat(2, 1fr);
  }
  .block__facts--three-col .facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .block__facts--three-col .facts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .block__facts--four-col .facts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .block__facts--four-col .facts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .block__facts--four-col .facts {
    grid-template-columns: repeat(4, 1fr);
  }
}

.block__lede__description p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 150%;
}

.faq__question {
  border-top: 1px solid #E2E8F0;
  display: flex;
  gap: 40px;
  padding: 16px 0;
}
.faq__question:last-child {
  border-bottom: 1px solid #E2E8F0;
}
.faq__question__content {
  flex-grow: 1;
}
.faq__question__title {
  margin: 0 0 16px !important;
}
.faq__question__description *:last-child {
  margin-bottom: 0 !important;
}
.faq__question__toggle__button--on, .faq__question__toggle__button--off {
  align-items: center;
  background: none !important;
  color: #334155 !important;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.faq__question__toggle__button :focus {
  border: 2px solid orange;
  outline: none !important;
}
.faq__question--collapsed .faq__question__title {
  margin-bottom: 0 !important;
}
.faq__question--collapsed .faq__question__description {
  display: none;
}
.faq__question--collapsed .faq__question__toggle__button--off {
  display: none;
}
.faq__question--expanded .faq__question__toggle__button--on {
  display: none;
}

.block__contact-person__content{
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: 1rem;
}
.block__contact-person__figure{
  margin-bottom: 0px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0px;
}
.block__contact-person__figure img{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block__contact-person__info{
  grid-column: span 4 / span 4;
}
.block__contact-person__name{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.block__contact-person__title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.block__contact-person__title:last-child{
  margin-bottom: 0px;
}
.block__contact-person__name + .block__contact-person__title{
  margin-bottom: 1rem;
}
.block__contact-person__phone{
  margin-bottom: 0.5rem;
}
.block__contact-person__phone:last-child{
  margin-bottom: 0px;
}
.block__contact-person__phone, .block__contact-person__email{
  display: flex;
  gap: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.block__contact-person__phone svg, .block__contact-person__email svg{
  margin-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.block__contact-person__phone a, .block__contact-person__email a{
  text-decoration-line: underline;
  text-decoration-color: #cbd5e1;
}
.block__contact-person__phone a:hover, .block__contact-person__email a:hover{
  text-decoration-color: #f97316;
  text-decoration-style: solid;
}

.engineering-page-content .content .block__contact-person__figure{
  margin-bottom: 0px;
}

.featured-section{
  overflow: hidden;
}
.featured-section__background{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.featured-section__background-image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-section__info{
  background-color: rgb(2 6 23 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding: 5rem;
  --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);
}
@media (min-width: 1024px){
  .featured-section__info{
    width: 66.666667%;
    border-radius: 0.25rem;
  }
}
.featured-section__title{
  margin-bottom: 1rem;
  font-family: Bebas Neue;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity));
}
.featured-section__description{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.featured-section__description:last-child{
  margin-bottom: 0px;
}
.featured-section__description p a{
  text-decoration-line: underline;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-section__description p a:hover{
  text-decoration-color: #f97316;
  text-decoration-style: solid;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.featured-section__content{
  position: relative;
  display: flex;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.featured-section__content.text-align-left .featured-section__title{
  text-align: left;
}
.featured-section__content.text-align-left .featured-section__description{
  text-align: left;
}
.featured-section__content.text-align-left .featured-section button{
  margin-right: auto;
}
.featured-section__content.text-align-center .featured-section__title{
  text-align: center;
}
.featured-section__content.text-align-center .featured-section__description{
  text-align: center;
}
.featured-section__content.text-align-center button{
  margin-left: auto;
  margin-right: auto;
}
.featured-section__content.text-align-right .featured-section__title{
  text-align: right;
}
.featured-section__content.text-align-right .featured-section__description{
  text-align: right;
}
.featured-section__content.text-align-right button{
  margin-left: auto;
}
.featured-section__content.horizontal-align-left{
  justify-content: flex-start;
}
.featured-section__content.horizontal-align-center{
  justify-content: center;
}
.featured-section__content.horizontal-align-right{
  justify-content: flex-end;
}
.featured-section__content.vertical-align-top{
  align-items: flex-start;
}
.featured-section__content.vertical-align-middle{
  align-items: center;
}
.featured-section__content.vertical-align-bottom{
  align-items: flex-end;
}

.engineering__block.section__content{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0px;
}
.engineering__block .section__header{
  grid-column: span 3 / span 3;
}
.engineering__block .section__title{
  text-align: left;
  font-family: Inter;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.5rem;
  letter-spacing: 0em;
}
@media (min-width: 1024px){
  .engineering__block .cards{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.engineering__block .card figure{
  margin-bottom: 0px;
}
.engineering__block .card:hover{
  --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);
}
.engineering__block .card__info{
  padding-left: 0px;
  padding-right: 0px;
}

.engineering-page-content article .content .events-section .section__description{
  text-align: left;
}
.engineering-page-content article .content .events-section .cards{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.engineering-page-content article .content .events-section .card{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.engineering-page-content article .content .events-section .card__title{
  text-align: left;
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-underline-offset: 1px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.engineering-page-content article .content .events-section .card__info{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.engineering-page-content article .content .events-section .card__date, .engineering-page-content article .content .events-section .card__time{
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.engineering-page-content article .content .events-section .card:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.engineering-page-content article .content .events-section .card:hover .card__title{
  text-decoration-color: #fb923c;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.engineering-page-content article .content .events-section .card:hover .card__date, .engineering-page-content article .content .events-section .card:hover .card__time{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.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-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.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);
}
