@font-face {
	font-family: NYUPerstare;
  font-style: normal;
  font-display: swap;
	src: 
    url("../fonts/NYUPerstare-VF.woff2"),
    url("../fonts/NYUPerstare-VF.woff"),
    url("../fonts/NYUPerstare-VF.ttf");
}

@font-face {
	font-family: NYUPerstare;
  font-style: italic;
  font-display: swap;
	src: 
    url("../fonts/NYUPerstare-Italic-VF.woff2"),
    url("../fonts/NYUPerstare-Italic-VF.woff"),
    url("../fonts/NYUPerstare-Italic-VF.ttf");
}

@font-face {
	font-family: NYUPerstareCondensed;
  font-style: normal;
  font-display: swap;
	src: 
    url("../fonts/NYUPerstareCondensed-VF.woff2"),
    url("../fonts/NYUPerstareCondensed-VF.woff"),
    url("../fonts/NYUPerstareCondensed-VF.ttf");
}

@font-face {
	font-family: NYUPerstareCondensed;
  font-style: italic;
  font-display: swap;
	src: 
    url("../fonts/NYUPerstareCondensed-Italic-VF.woff2"),
    url("../fonts/NYUPerstareCondensed-Italic-VF.woff"),
    url("../fonts/NYUPerstareCondensed-Italic-VF.ttf");
}

@font-face {
  font-family: "stern";
  src:
    url("../fonts/stern.eot?") format("eot"),
    url("../fonts/stern.woff2") format("woff2"),
    url("../fonts/stern.woff") format("woff"),
    url("../fonts/stern.ttf") format("truetype"),
    url('../fonts/stern.svg#str-replace(stern, " ", "_")') format("svg");
}

/*
! tailwindcss v3.0.2 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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.
*/

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

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse;  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;  /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	--tw-border-opacity: 1;
	border-color: rgb(229 231 235 / var(--tw-border-opacity));
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #6b7280;
	opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #6b7280;
	opacity: 1;
}

input::placeholder,textarea::placeholder {
	color: #6b7280;
	opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.5rem center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: 2.5rem;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: 0.75rem;
	-webkit-print-color-adjust: unset;
	        color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	flex-shrink: 0;
	height: 1rem;
	width: 1rem;
	color: #2563eb;
	background-color: #fff;
	border-color: #6b7280;
	border-width: 1px;
	--tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
	border-radius: 0px;
}

[type='radio'] {
	border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='checkbox']:indeterminate {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}

[type='file'] {
	background: unset;
	border-color: inherit;
	border-width: 0;
	border-radius: 0;
	padding: 0;
	font-size: unset;
	line-height: inherit;
}

[type='file']:focus {
	outline: 1px auto -webkit-focus-ring-color;
}

/* Alpine-js specific helpers */

[x-cloak] {
	display: none !important;
}

h1 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

h2 {
	font-size: 1.5rem;
	line-height: 2rem;
}

h3 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table, .node--type-legacy-page .tab-content h1 table, .node--type-legacy-page .legacy-top-level-body h2 table, .node--type-legacy-page .tab-content h2 table, .node--type-legacy-page .legacy-top-level-body h3 table, .node--type-legacy-page .tab-content h3 table, .node--type-legacy-page .legacy-top-level-body h4 table, .node--type-legacy-page .tab-content h4 table, .node--type-legacy-page .legacy-top-level-body h5 table, .node--type-legacy-page .tab-content h5 table, .node--type-legacy-page .legacy-top-level-body h6 table, .node--type-legacy-page .tab-content h6 table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table, .node--type-legacy-page .tab-content h1 table, .node--type-legacy-page .legacy-top-level-body h2 table, .node--type-legacy-page .tab-content h2 table, .node--type-legacy-page .legacy-top-level-body h3 table, .node--type-legacy-page .tab-content h3 table, .node--type-legacy-page .legacy-top-level-body h4 table, .node--type-legacy-page .tab-content h4 table, .node--type-legacy-page .legacy-top-level-body h5 table, .node--type-legacy-page .tab-content h5 table, .node--type-legacy-page .legacy-top-level-body h6 table, .node--type-legacy-page .tab-content h6 table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table th, .node--type-legacy-page .tab-content h1 th, .node--type-legacy-page .legacy-top-level-body h2 table th, .node--type-legacy-page .tab-content h2 th, .node--type-legacy-page .legacy-top-level-body h3 table th, .node--type-legacy-page .tab-content h3 th, .node--type-legacy-page .legacy-top-level-body h4 table th, .node--type-legacy-page .tab-content h4 th, .node--type-legacy-page .legacy-top-level-body h5 table th, .node--type-legacy-page .tab-content h5 th, .node--type-legacy-page .legacy-top-level-body h6 table th, .node--type-legacy-page .tab-content h6 th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table th, .node--type-legacy-page .tab-content h1 th, .node--type-legacy-page .legacy-top-level-body h2 table th, .node--type-legacy-page .tab-content h2 th, .node--type-legacy-page .legacy-top-level-body h3 table th, .node--type-legacy-page .tab-content h3 th, .node--type-legacy-page .legacy-top-level-body h4 table th, .node--type-legacy-page .tab-content h4 th, .node--type-legacy-page .legacy-top-level-body h5 table th, .node--type-legacy-page .tab-content h5 th, .node--type-legacy-page .legacy-top-level-body h6 table th, .node--type-legacy-page .tab-content h6 th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body h1 table p, .node--type-legacy-page .tab-content h1 table p, .node--type-legacy-page .legacy-top-level-body h2 table p, .node--type-legacy-page .tab-content h2 table p, .node--type-legacy-page .legacy-top-level-body h3 table p, .node--type-legacy-page .tab-content h3 table p, .node--type-legacy-page .legacy-top-level-body h4 table p, .node--type-legacy-page .tab-content h4 table p, .node--type-legacy-page .legacy-top-level-body h5 table p, .node--type-legacy-page .tab-content h5 table p, .node--type-legacy-page .legacy-top-level-body h6 table p, .node--type-legacy-page .tab-content h6 table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table tbody, .node--type-legacy-page .tab-content h1 table tbody, .node--type-legacy-page .legacy-top-level-body h2 table tbody, .node--type-legacy-page .tab-content h2 table tbody, .node--type-legacy-page .legacy-top-level-body h3 table tbody, .node--type-legacy-page .tab-content h3 table tbody, .node--type-legacy-page .legacy-top-level-body h4 table tbody, .node--type-legacy-page .tab-content h4 table tbody, .node--type-legacy-page .legacy-top-level-body h5 table tbody, .node--type-legacy-page .tab-content h5 table tbody, .node--type-legacy-page .legacy-top-level-body h6 table tbody, .node--type-legacy-page .tab-content h6 table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table tbody, .node--type-legacy-page .tab-content h1 table tbody, .node--type-legacy-page .legacy-top-level-body h2 table tbody, .node--type-legacy-page .tab-content h2 table tbody, .node--type-legacy-page .legacy-top-level-body h3 table tbody, .node--type-legacy-page .tab-content h3 table tbody, .node--type-legacy-page .legacy-top-level-body h4 table tbody, .node--type-legacy-page .tab-content h4 table tbody, .node--type-legacy-page .legacy-top-level-body h5 table tbody, .node--type-legacy-page .tab-content h5 table tbody, .node--type-legacy-page .legacy-top-level-body h6 table tbody, .node--type-legacy-page .tab-content h6 table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table td, .node--type-legacy-page .tab-content h1 table td, .node--type-legacy-page .legacy-top-level-body h2 table td, .node--type-legacy-page .tab-content h2 table td, .node--type-legacy-page .legacy-top-level-body h3 table td, .node--type-legacy-page .tab-content h3 table td, .node--type-legacy-page .legacy-top-level-body h4 table td, .node--type-legacy-page .tab-content h4 table td, .node--type-legacy-page .legacy-top-level-body h5 table td, .node--type-legacy-page .tab-content h5 table td, .node--type-legacy-page .legacy-top-level-body h6 table td, .node--type-legacy-page .tab-content h6 table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h1 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h1 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h2 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h2 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h3 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h3 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h4 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h4 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h5 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h5 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body h6 table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content h6 table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table td, .node--type-legacy-page .tab-content h1 table td, .node--type-legacy-page .legacy-top-level-body h2 table td, .node--type-legacy-page .tab-content h2 table td, .node--type-legacy-page .legacy-top-level-body h3 table td, .node--type-legacy-page .tab-content h3 table td, .node--type-legacy-page .legacy-top-level-body h4 table td, .node--type-legacy-page .tab-content h4 table td, .node--type-legacy-page .legacy-top-level-body h5 table td, .node--type-legacy-page .tab-content h5 table td, .node--type-legacy-page .legacy-top-level-body h6 table td, .node--type-legacy-page .tab-content h6 table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body h1 table td a, .node--type-legacy-page .tab-content h1 table td a, .node--type-legacy-page .legacy-top-level-body h2 table td a, .node--type-legacy-page .tab-content h2 table td a, .node--type-legacy-page .legacy-top-level-body h3 table td a, .node--type-legacy-page .tab-content h3 table td a, .node--type-legacy-page .legacy-top-level-body h4 table td a, .node--type-legacy-page .tab-content h4 table td a, .node--type-legacy-page .legacy-top-level-body h5 table td a, .node--type-legacy-page .tab-content h5 table td a, .node--type-legacy-page .legacy-top-level-body h6 table td a, .node--type-legacy-page .tab-content h6 table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body h1 table td a:hover, .node--type-legacy-page .tab-content h1 table td a:hover, .node--type-legacy-page .legacy-top-level-body h2 table td a:hover, .node--type-legacy-page .tab-content h2 table td a:hover, .node--type-legacy-page .legacy-top-level-body h3 table td a:hover, .node--type-legacy-page .tab-content h3 table td a:hover, .node--type-legacy-page .legacy-top-level-body h4 table td a:hover, .node--type-legacy-page .tab-content h4 table td a:hover, .node--type-legacy-page .legacy-top-level-body h5 table td a:hover, .node--type-legacy-page .tab-content h5 table td a:hover, .node--type-legacy-page .legacy-top-level-body h6 table td a:hover, .node--type-legacy-page .tab-content h6 table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table td a:focus, .node--type-legacy-page .tab-content h1 table td a:focus, .node--type-legacy-page .legacy-top-level-body h2 table td a:focus, .node--type-legacy-page .tab-content h2 table td a:focus, .node--type-legacy-page .legacy-top-level-body h3 table td a:focus, .node--type-legacy-page .tab-content h3 table td a:focus, .node--type-legacy-page .legacy-top-level-body h4 table td a:focus, .node--type-legacy-page .tab-content h4 table td a:focus, .node--type-legacy-page .legacy-top-level-body h5 table td a:focus, .node--type-legacy-page .tab-content h5 table td a:focus, .node--type-legacy-page .legacy-top-level-body h6 table td a:focus, .node--type-legacy-page .tab-content h6 table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body h1 table td a, .node--type-legacy-page .tab-content h1 table td a, .node--type-legacy-page .legacy-top-level-body h2 table td a, .node--type-legacy-page .tab-content h2 table td a, .node--type-legacy-page .legacy-top-level-body h3 table td a, .node--type-legacy-page .tab-content h3 table td a, .node--type-legacy-page .legacy-top-level-body h4 table td a, .node--type-legacy-page .tab-content h4 table td a, .node--type-legacy-page .legacy-top-level-body h5 table td a, .node--type-legacy-page .tab-content h5 table td a, .node--type-legacy-page .legacy-top-level-body h6 table td a, .node--type-legacy-page .tab-content h6 table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body h1 table td a:hover, .node--type-legacy-page .tab-content h1 table td a:hover, .node--type-legacy-page .legacy-top-level-body h2 table td a:hover, .node--type-legacy-page .tab-content h2 table td a:hover, .node--type-legacy-page .legacy-top-level-body h3 table td a:hover, .node--type-legacy-page .tab-content h3 table td a:hover, .node--type-legacy-page .legacy-top-level-body h4 table td a:hover, .node--type-legacy-page .tab-content h4 table td a:hover, .node--type-legacy-page .legacy-top-level-body h5 table td a:hover, .node--type-legacy-page .tab-content h5 table td a:hover, .node--type-legacy-page .legacy-top-level-body h6 table td a:hover, .node--type-legacy-page .tab-content h6 table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body h1 table td a:focus, .node--type-legacy-page .tab-content h1 table td a:focus, .node--type-legacy-page .legacy-top-level-body h2 table td a:focus, .node--type-legacy-page .tab-content h2 table td a:focus, .node--type-legacy-page .legacy-top-level-body h3 table td a:focus, .node--type-legacy-page .tab-content h3 table td a:focus, .node--type-legacy-page .legacy-top-level-body h4 table td a:focus, .node--type-legacy-page .tab-content h4 table td a:focus, .node--type-legacy-page .legacy-top-level-body h5 table td a:focus, .node--type-legacy-page .tab-content h5 table td a:focus, .node--type-legacy-page .legacy-top-level-body h6 table td a:focus, .node--type-legacy-page .tab-content h6 table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body h1 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body h1 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body h1 table[border='0'] td, .node--type-legacy-page .tab-content h1 table[border='0'] th, .node--type-legacy-page .tab-content h1 table[border='0'] tr, .node--type-legacy-page .tab-content h1 table[border='0'] td, .node--type-legacy-page .legacy-top-level-body h2 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body h2 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body h2 table[border='0'] td, .node--type-legacy-page .tab-content h2 table[border='0'] th, .node--type-legacy-page .tab-content h2 table[border='0'] tr, .node--type-legacy-page .tab-content h2 table[border='0'] td, .node--type-legacy-page .legacy-top-level-body h3 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body h3 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body h3 table[border='0'] td, .node--type-legacy-page .tab-content h3 table[border='0'] th, .node--type-legacy-page .tab-content h3 table[border='0'] tr, .node--type-legacy-page .tab-content h3 table[border='0'] td, .node--type-legacy-page .legacy-top-level-body h4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body h4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body h4 table[border='0'] td, .node--type-legacy-page .tab-content h4 table[border='0'] th, .node--type-legacy-page .tab-content h4 table[border='0'] tr, .node--type-legacy-page .tab-content h4 table[border='0'] td, .node--type-legacy-page .legacy-top-level-body h5 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body h5 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body h5 table[border='0'] td, .node--type-legacy-page .tab-content h5 table[border='0'] th, .node--type-legacy-page .tab-content h5 table[border='0'] tr, .node--type-legacy-page .tab-content h5 table[border='0'] td, .node--type-legacy-page .legacy-top-level-body h6 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body h6 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body h6 table[border='0'] td, .node--type-legacy-page .tab-content h6 table[border='0'] th, .node--type-legacy-page .tab-content h6 table[border='0'] tr, .node--type-legacy-page .tab-content h6 table[border='0'] td {
	border-width: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1rem;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(21 21 21 / var(--tw-text-opacity));
}

.container {
	width: 100%;
}

@media (min-width: 450px) {

	.container {
		max-width: 450px;
	}
}

@media (min-width: 580px) {

	.container {
		max-width: 580px;
	}
}

@media (min-width: 620px) {

	.container {
		max-width: 620px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 886px) {

	.container {
		max-width: 886px;
	}
}

@media (min-width: 960px) {

	.container {
		max-width: 960px;
	}
}

@media (min-width: 1054px) {

	.container {
		max-width: 1054px;
	}
}

@media (min-width: 1320px) {

	.container {
		max-width: 1320px;
	}
}

@media (min-width: 1440px) {

	.container {
		max-width: 1440px;
	}
}

@media (min-width: 1670px) {

	.container {
		max-width: 1670px;
	}
}

.prose {
	color: #515151;
	max-width: 127ch;
}

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

.prose a {
	color: #580f8b;
	text-decoration: underline;
	font-weight: 500;
}

:where(.prose a:hover):not(:where([class~="not-prose"] *)) {
	text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(h2):not(:where([class~="not-prose"] *)) {
	color: #515151;
	font-weight: 700;
	font-size: 1.125rem;
	margin-top: 2em;
	margin-bottom: .6em;
	line-height: 1.3333333;
}

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

.prose :where(h3):not(:where([class~="not-prose"] *)) {
	color: #515151;
	font-weight: 600;
	font-size: 1rem;
	margin-top: 1.6em;
	margin-bottom: 0.6em;
	line-height: 1.6;
}

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

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

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

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

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

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

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

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

.prose :where(a code):not(:where([class~="not-prose"] *)) {
	color: var(--tw-prose-links);
}

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

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

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

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

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

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

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

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

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

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
	vertical-align: baseline;
	padding-top: 0.5714286em;
	padding-right: 0.5714286em;
	padding-bottom: 0.5714286em;
	padding-left: 0.5714286em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose-lg {
	font-size: 1.125rem;
	line-height: 1.7777778;
}

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

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
	font-size: 1.2222222em;
	line-height: 1.4545455;
	margin-top: 1.0909091em;
	margin-bottom: 1.0909091em;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"] *)) {
	margin-top: 1.6666667em;
	margin-bottom: 1.6666667em;
	padding-left: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"] *)) {
	font-size: 2.6666667em;
	margin-top: 0;
	margin-bottom: 0.8333333em;
	line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"] *)) {
	font-size: 1.6666667em;
	margin-top: 1.8666667em;
	margin-bottom: 1.0666667em;
	line-height: 1.3333333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"] *)) {
	font-size: 1.3333333em;
	margin-top: 1.6666667em;
	margin-bottom: 0.6666667em;
	line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"] *)) {
	margin-top: 1.7777778em;
	margin-bottom: 0.4444444em;
	line-height: 1.5555556;
}

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

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

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

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

.prose-lg :where(figcaption):not(:where([class~="not-prose"] *)) {
	font-size: 0.8888889em;
	line-height: 1.5;
	margin-top: 1em;
}

.prose-lg :where(code):not(:where([class~="not-prose"] *)) {
	font-size: 0.8888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"] *)) {
	font-size: 0.8666667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"] *)) {
	font-size: 0.875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"] *)) {
	font-size: 0.8888889em;
	line-height: 1.75;
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 0.375rem;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1.5em;
}

.prose-lg :where(ol):not(:where([class~="not-prose"] *)) {
	padding-left: 1.5555556em;
}

.prose-lg :where(ul):not(:where([class~="not-prose"] *)) {
	padding-left: 1.5555556em;
}

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

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

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

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

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

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

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

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

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

.prose-lg :where(hr):not(:where([class~="not-prose"] *)) {
	margin-top: 3.1111111em;
	margin-bottom: 3.1111111em;
}

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

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

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

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

.prose-lg :where(table):not(:where([class~="not-prose"] *)) {
	font-size: 0.8888889em;
	line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"] *)) {
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
}

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

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

.prose-lg :where(tbody td):not(:where([class~="not-prose"] *)) {
	padding-top: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	padding-left: 0.75em;
}

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

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

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

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

.debug-screens::before {
	position: fixed;
	z-index: 2147483647;
	bottom: 0;
	left: 0;
	padding: .3333333em .5em;
	font-size: 12px;
	line-height: 1;
	font-family: sans-serif;
	background-color: #000;
	color: #fff;
	box-shadow: 0 0 0 1px #fff;
	content: 'screen: _';
}

@media (min-width: 450px) {

	.debug-screens::before {
		content: 'screen: xs';
	}
}

@media (min-width: 580px) {

	.debug-screens::before {
		content: 'screen: mw580';
	}
}

@media (min-width: 620px) {

	.debug-screens::before {
		content: 'screen: sm';
	}
}

@media (min-width: 768px) {

	.debug-screens::before {
		content: 'screen: md';
	}
}

@media (min-width: 886px) {

	.debug-screens::before {
		content: 'screen: mw886';
	}
}

@media (min-width: 960px) {

	.debug-screens::before {
		content: 'screen: lg';
	}
}

@media (min-width: 1054px) {

	.debug-screens::before {
		content: 'screen: xl';
	}
}

@media (min-width: 1320px) {

	.debug-screens::before {
		content: 'screen: mw1320';
	}
}

@media (min-width: 1440px) {

	.debug-screens::before {
		content: 'screen: 2xl';
	}
}

@media (min-width: 1670px) {

	.debug-screens::before {
		content: 'screen: 3xl';
	}
}

/* Legacy Styles for the prose class */

.prose {
	max-width: none;
}

.prose img {
	--tw-border-opacity: 1;
	border-color: rgb(81 81 81 / var(--tw-border-opacity));
}

.prose .ck_tmpl_row {
	overflow: auto;
}

.prose .ck_tmpl_row h2 {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(81 81 81 / var(--tw-text-opacity));
}

.prose .ck_tmpl_column {
	padding: 15px;
}

.prose .ck_tmpl_column img {
	margin: 0px;
	display: inline-block;
	width: 100%;
}

.prose .ck_tmpl_column p {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

@media (min-width: 620px) {
    .prose .ck_tmpl_row h2 {
		margin-top: 0px;
	}
    .prose .ck_tmpl_column {
		float: left;
	}
    .prose .ck_tmpl_column {
		width: 50%;
	}
  }

.prose .rtecenter {
	text-align: center;
}

.prose .rtecenter img,
  div.body .rtecenter img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    height: auto !important;
  }

.prose .rtecenter ul li {
	text-align: left;
}

.prose .rtecenter img {
	margin-left: auto;
	margin-right: auto;
}

.prose .rteleft {
	text-align: left;
}

.prose h2 img {
	display: inline-block;
}

.prose img {
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto !important;
}

.prose a {
	font-weight: 700;
}

.prose a:hover {
	text-decoration: none;
}

.prose a strong {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
}

.prose strong {
	--tw-text-opacity: 1;
	color: rgb(81 81 81 / var(--tw-text-opacity));
}

.prose h3 strong {
	--tw-text-opacity: 1;
	color: rgb(81 81 81 / var(--tw-text-opacity));
}

.prose a:focus:focus {
	outline-color: #FFA500;
}

.prose {
	--tw-text-opacity: 1;
	color: rgb(51 51 51 / var(--tw-text-opacity));
}

.prose img[align='left'] {
	float: left;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	margin-left: 0px;
	margin-right: 0.75rem;
	vertical-align: top;
}

.prose ul, .prose ol {
	position: relative;
	padding-left: 0px;
    list-style-position: inside;
    text-indent: -16px;
}

.prose ul {
	list-style-type: disc;
}

.prose ol li, .prose ul li {
	position: relative;
	left: 16px;
    max-width: calc(100% - 16px);
}

.prose ol li:before {
    display: none;
  }

.prose ul li::marker {
	--tw-text-opacity: 1;
	color: rgb(81 81 81 / var(--tw-text-opacity));
}

div.paragraph--type--media:last-child div:not(.sidebar-block) > .body-wrapper .prose table {
	border-style: none;
}

div:not(.sidebar-block) > .body-wrapper .prose table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 15px;
	line-height: 1.25;
	--tw-text-opacity: 1;
	color: rgb(81 81 81 / var(--tw-text-opacity));
}

div.paragraph--type--media:last-child div:not(.sidebar-block) > .body-wrapper .prose table th {
	border-style: none;
}

div:not(.sidebar-block) > .body-wrapper .prose table th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(81 81 81 / var(--tw-text-opacity));
}

div.paragraph--type--media:last-child div:not(.sidebar-block) > .body-wrapper .prose table tbody {
	border-style: none;
}

div:not(.sidebar-block) > .body-wrapper .prose table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child div:not(.sidebar-block) > .body-wrapper .prose table td {
	border-style: none;
}

div:not(.sidebar-block) > .body-wrapper .prose table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
}

div:not(.sidebar-block) > .body-wrapper .prose table[border='0'] th, div:not(.sidebar-block) > .body-wrapper .prose table[border='0'] tr, div:not(.sidebar-block) > .body-wrapper .prose table[border='0'] td {
	border-width: 0px;
}

.prose.prose-article a {
	font-weight: 700;
}

.prose.prose-article strong a {
	font-weight: 700;
}

/* Legacy Styles within the paragraph--type--main-content component */

.paragraph--type--main-content .prose h2 {
	margin-top: 0px;
	line-height: 1.125;
}

.paragraph--type--main-content .prose h2 > b {
	font-weight: 700;
}

.paragraph--type--main-content .prose .ck_tmpl_row {
	overflow: auto;
	padding-bottom: .45rem;
}

.paragraph--type--main-content .prose h3 {
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 1.25;
}

.paragraph--type--main-content .prose hr {
	margin-top: .5em;
	margin-bottom: 1em;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.paragraph--type--main-content .prose strong a {
	font-weight: 700;
}

.paragraph--type--main-content .prose ol {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 0px;
}

.paragraph--type--main-content
    .prose
    :where(ol > li):not(:where([class~='not-prose'] *)) {
	padding-left: 0px;
}

.paragraph--type--main-content .prose ul, .node--type-legacy-page .tab-content ul, .node--type-legacy-page .tab-content ol, .node--type-legacy-page .legacy-page-top-level-content ul {
	padding-left: 25px;
}

.node--type-legacy-page .tab-content ul, .node--type-legacy-page .tab-content ol, .node--type-legacy-page .legacy-page-top-level-content ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: disc;
}

.node--type-legacy-page .tab-content ul li, .node--type-legacy-page .tab-content ol li, .node--type-legacy-page .legacy-page-top-level-content ul li {
	margin-bottom: 6px;
	padding-left: 6px;
}

/* Standard Button */

.btn {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(62 0 115 / var(--tw-bg-opacity));
}

.btn:focus {
	outline-color: #FFA500;
}

@media (min-width: 768px) {

	.btn {
		width: auto;
	}

	.btn {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.btn {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

.btn {
    color: #ffffff !important;
  }

.btn.secondary {
	--tw-border-opacity: 1;
	border-color: rgb(87 6 140 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(87 6 140 / var(--tw-text-opacity));
}

.btn.secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.btn.secondary {
    color: #57068c !important;
  }

/* Pager Link Hover */

.pager li.pager__item.is-active a {
	--tw-bg-opacity: 1;
	background-color: rgb(88 15 139 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pager--views-exposed-form-faculty-research li.pager__item.is-active a {
	background-image: none;
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(254 232 0 / var(--tw-text-opacity));
}

/* Page aside text list */

.node--type-legacy-page .legacy-splash-aside-body a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
}

.node--type-legacy-page .legacy-splash-aside-body a:hover {
	text-decoration: underline;
}

.node--type-legacy-page .tab-content h2 {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.125;
}

.node--type-legacy-page .tab-content a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .tab-content a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-splash-aside-body ul li {
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(81 81 81 / var(--tw-border-opacity));
}

.node--type-legacy-page .legacy-splash-aside-body ul li:last-child {
	border-bottom-width: 0px;
}

.node--type-legacy-page .legacy-splash-aside-body ul li a {
	display: block;
	background-image: url('/themes/custom/stern9/img/arrow-right-white.png');
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 0px;
	--tw-text-opacity: 1;
	color: rgb(177 142 200 / var(--tw-text-opacity));
}

.node--type-legacy-page .legacy-splash-aside-body ul li a:hover {
	margin-left: -1rem;
	margin-right: -1.5rem;
	--tw-bg-opacity: 1;
	background-color: rgb(144 101 174 / var(--tw-bg-opacity));
	background-position: calc(100% - 10px);
	padding-left: 1rem;
	padding-right: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration: none;
}

.node--type-legacy-page .body .rtecenter {
	text-align: center;
}

.node--type-legacy-page .body h2 {
	margin-bottom: 12px;
	font-size: 1rem;
	line-height: 1.125;
}

.node--type-legacy-page .body picture {
	display: inline-block;
}

.node--type-legacy-page .legacy-page-top-level-content h2 {
	margin-bottom: 8px;
	font-size: 26px;
	line-height: 1.154;
	letter-spacing: -1px;
}

.node--type-page .body a {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-page .body a:hover {
	text-decoration: none;
}

.node--type-page .body a:focus {
	outline-color: #FFA500;
}

@media (min-width: 620px) {
    [class*='bg-cod-gray-dark']
      .node--type-page
      .paragraph--type--full-width
      .body
      a {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
  }

@media (min-width: 960px) {
    [class*='bg-cod-gray-dark'] .node--type-page .paragraph--type--video .body a {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
  }

.paragraph--type--carousel .blurb a {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration: none;
}

.paragraph--type--carousel .blurb a:hover {
	text-decoration: underline;
}

.paragraph--type--carousel .blurb a:focus {
	outline-color: #FFA500;
}

.paragraph--type--carousel-simple .slide-text a {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration: underline;
}

.paragraph--type--carousel-simple .slide-text a:hover {
	text-decoration: none;
}

.paragraph--type--carousel-simple .slide-text a:focus {
	outline-color: #FFA500;
}

.paragraph--type--carousel .blurb a u:hover {
	text-decoration: none;
}

.node--type-legacy-page .body a, .node--type-legacy-page .legacy-page-body a, .node--type-legacy-page .legacy-page-top-level-content a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .body a:hover, .node--type-legacy-page .legacy-page-body a:hover, .node--type-legacy-page .legacy-page-top-level-content a:hover {
	text-decoration: none;
}

.node--type-legacy-page .body a:focus, .node--type-legacy-page .legacy-page-body a:focus, .node--type-legacy-page .legacy-page-top-level-content a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .paragraph a {
	font-weight: 700;
	--tw-text-opacity: 1 !important;
	color: rgb(88 15 139 / var(--tw-text-opacity)) !important;
	text-decoration: underline;
}

.node--type-legacy-page .paragraph a:hover {
	text-decoration: none;
}

.node--type-legacy-page .paragraph a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page
    .legacy-page-top-level-content
    a.sqs-block-button-element {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
	text-decoration: none;
}

.node--type-legacy-page
    .legacy-page-top-level-content
    a.sqs-block-button-element:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-page-body .rtecenter {
	text-align: center;
}

.node--type-legacy-page .legacy-page-body .rtecenter img {
	display: inline-block;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body hr {
	border-style: none;
}

.node--type-legacy-page .legacy-page-body hr {
	margin-bottom: 14px;
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

/* Tables styling*/

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .mb-4 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .mb-4 table th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .mb-4 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table tbody, .node--type-legacy-page .legacy-page-body table tbody, .node--type-legacy-page .tab-content .mb-4 table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .mb-4 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table td a, .node--type-legacy-page .legacy-page-body table td a, .node--type-legacy-page .tab-content .mb-4 table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table td a:hover, .node--type-legacy-page .legacy-page-body table td a:hover, .node--type-legacy-page .tab-content .mb-4 table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table td a:focus, .node--type-legacy-page .legacy-page-body table td a:focus, .node--type-legacy-page .tab-content .mb-4 table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] td, .node--type-legacy-page .legacy-page-body table[border='0'] th, .node--type-legacy-page .legacy-page-body table[border='0'] tr, .node--type-legacy-page .legacy-page-body table[border='0'] td, .node--type-legacy-page .tab-content .mb-4 table[border='0'] th, .node--type-legacy-page .tab-content .mb-4 table[border='0'] tr, .node--type-legacy-page .tab-content .mb-4 table[border='0'] td {
	border-width: 0px;
}

.node--type-legacy-page .body h3 {
	font-size: 14px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body h2 {
	margin-bottom: 12px;
	margin-top: 0px;
	font-size: 16px;
	line-height: 1.125;
}

.node--type-legacy-page .legacy-top-level-body p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.node--type-legacy-page .legacy-page-top-level-content .prose, .node--type-legacy-page .legacy-page-top-level-content .sidebar-block p, .node--type-perspective .sidebar-block p {
	font-size: 12px;
}

/* Page sidebar */

.node--type-legacy-page .sidebar-block, .node--type-perspective .sidebar-block {
	margin-bottom: 30px;
}

.node--type-legacy-page .sidebar-block .body-wrapper h3, .node--type-perspective .sidebar-block .body-wrapper h3, .node--type-perspective .sidebar-block .prose, .node--type-legacy-page .sidebar-block .prose {
	font-size: 12px;
}

.node--type-legacy-page .sidebar-block .prose table, .node--type-lperspective .sidebar-block .prose table {
	margin-bottom: 10px;
}

.node--type-legacy-page .sidebar-block .prose table tr td, .node--type-perspective .sidebar-block .prose table tr td {
	padding: 0px;
	padding-bottom: 5px;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.35;
}

.node--type-legacy-page .sidebar-block .prose table tr td:first-child, .node--type-perspective .sidebar-block .prose table tr td:first-child {
	min-width: 95px;
}

.node--type-legacy-page .sidebar-block .prose a, .node--type-perspective .sidebar-block .prose a {
	text-decoration: none;
}

.node--type-legacy-page .sidebar-block .prose a:hover, .node--type-perspective .sidebar-block .prose a:hover {
	text-decoration: underline;
}

.node--type-legacy-page .sidebar-block .prose table tr, .node--type-perspective .sidebar-block .prose table tr {
	border-width: 0px;
}

.node--type-legacy-page .sidebar-block .title-wrapper, .node--type-perspective .sidebar-block .title-wrapper {
	padding-top: 12px;
	padding-bottom: 12px;
}

.node--type-legacy-page .top-level .sidebar-block .title-wrapper, .node--type-perspective .top-level .sidebar-block .title-wrapper {
	border-width: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.node--type-legacy-page .sidebar-block .title-wrapper h3, .node--type-perspective .sidebar-block .title-wrapper h3 {
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.25;
}

.node--type-legacy-page .promo-microcontent .sidebar-block .title-wrapper h3 {
	font-size: 14px;
	font-weight: 800;
}

.node--type-legacy-page .sidebar-block .body-wrapper, .node--type-perspective .sidebar-block .body-wrapper {
	padding-top: 10px;
}

.node--type-legacy-page .sidebar-block .body-wrapper img, .node--type-perspective .sidebar-block .body-wrapper img {
	display: inline-block;
}

.node--type-legacy-page .sidebar-block .body-wrapper font i, .node--type-perspective .sidebar-block .body-wrapper font i {
	display: inline-block;
	font-size: 12px;
	line-height: 1.35;
}

.node--type-legacy-page .sidebar-block .prose a img, .node--type-perspective .sidebar-block .prose a img {
	display: inline-block;
}

.node--type-legacy-page .sidebar-block .body-wrapper a, .node--type-perspective .sidebar-block .body-wrapper a {
	text-decoration: underline;
	font-weight: 600;
}

.node--type-legacy-page .sidebar-block .body-wrapper a:hover, .node--type-perspective .sidebar-block .body-wrapper a:hover {
	text-decoration: none;
}

.node--type-legacy-page .sidebar-block .body-wrapper p, .node--type-perspective .sidebar-block .body-wrapper p {
	margin-top: 0px;
}

@media (min-width: 960px) {

	.sidebar.lg:w-legacy-susy-span-11 {
		margin-top: 0px;
	}
}

/* Promo Block */

.block-content--promo .body-wrapper a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: none;
}

.block-content--promo .body-wrapper a:hover {
	text-decoration: underline;
}

.block-content--promo .body-wrapper a:focus {
	outline-color: #FFA500;
}

/* Remove border on last Media paragraph */

div.paragraph--type--media:last-child .border-silver {
	border-style: none;
}

.paragraph--type--media .media-body .prose p, .paragraph--type--media .media-body .prose {
	line-height: 26px;
}

/* Sidebar Block padding that is Legacy Page specific */

@media (min-width: 768px) {

	.node--type-legacy-page .sidebar-block .title-wrapper, .node--type-perspective .sidebar-block .title-wrapper, .node--type-perspective .sidebar-block .body-wrapper, .node--type-legacy-page .sidebar-block .body-wrapper {
		padding-left: 1rem;
	}
}

/* Voices Abroad articles view custom body styles */

.views-view--articles-global--page-2 .prose img {
	float: none;
	height: auto;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table th, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table th, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table p, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table tbody, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table tbody, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td a, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td a:hover, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td a:focus, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td a, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td a:hover, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table td a:focus, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .views-view--articles-global--page-2 .prose img table[border='0'] td, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table[border='0'] th, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table[border='0'] tr, .node--type-legacy-page .tab-content .views-view--articles-global--page-2 .prose img table[border='0'] td {
	border-width: 0px;
}

.views-view--articles-global--page-2 .prose img {
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 620px) {

	.views-view--articles-global--page-2 .prose img {
		margin-right: 25px;
	}

	.views-view--articles-global--page-2 .prose img {
		float: left;
	}
}

@media (min-width: 960px) {

	.views-view--articles-global--page-2 .prose img {
		margin-left: 0px !important;
	}

	.views-view--articles-global--page-2 .prose img {
		margin-right: 55px !important;
	}
}

/* News and Event teaser and full display */

.news-teaser .body a, .event-teaser .body a {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.news-teaser .body a:hover, .event-teaser .body a:hover {
	text-decoration: none;
}

.news-teaser .body a:focus, .event-teaser .body a:focus {
	outline-color: #FFA500;
}

.news-full .body a, .event-full .body a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.news-full .body a:hover, .event-full .body a:hover {
	text-decoration: none;
}

.news-full .body a:focus, .event-full .body a:focus {
	outline-color: #FFA500;
}

/* Global Table style for mobile */

table[border='1'], table[border='1'] th, table[border='1'] td {
	border-width: 1px;
}

/* Main Component body table styling */

div.paragraph--type--media:last-child .table-style table, div.paragraph--type--media:last-child .table-style th, div.paragraph--type--media:last-child .table-style td {
	border-style: none;
}

.table-style table, .table-style th, .table-style td {
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.table-style table {
	margin-top: 0px;
	margin-bottom: 25px;
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(184 184 184 / var(--tw-border-opacity));
	font-size: 16px;
	line-height: 1.25;
}

.table-style th {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 16px;
}

.table-style td {
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(184 184 184 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Dark header Alternating Rows table style */

.table-style.table-style-dark-header-a table th {
	--tw-bg-opacity: 1;
	background-color: rgb(51 51 51 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-style.table-style-dark-header-a tbody tr:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

/* Gray Background, Vertical Border Only table style */

.table-style.table-style-gray-background table {
	margin-left: auto;
	margin-right: auto;
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity));
	line-height: 1.5;
}

.table-style.table-style-gray-background table thead th {
	border-bottom-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(87 6 140 / var(--tw-border-opacity));
}

.table-style.table-style-gray-background table tbody th {
	border-right-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(87 6 140 / var(--tw-border-opacity));
}

.table-style.table-style-gray-background tbody td + td {
	border-left-width: 1px;
	--tw-border-opacity: 1;
	border-left-color: rgb(184 184 184 / var(--tw-border-opacity));
}

.table-style.table-style-gray-background table td, .table-style.table-style-gray-background table th {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 15px;
}

.table-style.table-style-gray-background table thead th {
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

.table-style.table-style-gray-background
    table[border='1']
    tbody
    tr:first-child
    td, .table-style.table-style-gray-background table[border='1'] thead th {
	border-left-width: 1px;
	border-right-width: 1px;
	padding-left: 15px;
}

.table-style.table-style-gray-background table[border='1'] tbody td, .table-style.table-style-gray-background table[border='1'] thead th {
	padding-right: 15px;
}

.table-style.table-style-gray-background table thead tr:first-child {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-top-color: rgb(184 184 184 / var(--tw-border-opacity));
}

/* White Header, Alternating Rows table style */

.table-style.table-style-white-header-a table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
	--tw-border-opacity: 1;
	border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
}

.table-style.table-style-white-header-a table thead th {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.table-style.table-style-white-header-a tbody tr:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.table-style.table-style-white-header-a tbody tr:last-child td {
	border-bottom-color: inherit;
}

/* Purple Header table style and Purple Header Alternating Rows table styles */

.table-style.table-style-purple-header table thead th, .table-style.table-style-purple-header-a table thead th {
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* make bg purple in the tbody th */

.table-style.table-style-purple-header table tbody th, .table-style.table-style-purple-header-a table tbody th {
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-style.table-style-purple-header-a tbody tr:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

/* Light Header, Light Header Alternating Rows tables styles */

.table-style.table-style-light-header table th, .table-style.table-style-light-header-a table th {
	--tw-border-opacity: 1;
	border-color: rgb(117 117 117 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(201 202 204 / var(--tw-bg-opacity));
}

.table-style.table-style-light-header-a tbody tr:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.page-right-sidebar p img {
	width: 100%;
}

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

.not-sr-only {
	position: static;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

.fixed {
	position: fixed;
}

.absolute {
	position: absolute;
}

.relative {
	position: relative;
}

.sticky {
	position: sticky;
}

.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

.top-10 {
	top: 2.5rem;
}

.left-0 {
	left: 0px;
}

.top-1\/2 {
	top: 50%;
}

.bottom-4 {
	bottom: 1rem;
}

.right-4 {
	right: 1rem;
}

.left-\[23px\] {
	left: 23px;
}

.left-\[10px\] {
	left: 10px;
}

.right-0 {
	right: 0px;
}

.top-0 {
	top: 0px;
}

.top-\[-38px\] {
	top: -38px;
}

.right-\[20px\] {
	right: 20px;
}

.right-\[22px\] {
	right: 22px;
}

.top-\[24px\] {
	top: 24px;
}

.top-\[18px\] {
	top: 18px;
}

.left-1\/2 {
	left: 50%;
}

.top-full {
	top: 100%;
}

.bottom-0 {
	bottom: 0px;
}

.bottom-\[20px\] {
	bottom: 20px;
}

.top-4 {
	top: 1rem;
}

.top-8 {
	top: 2rem;
}

.top-2 {
	top: 0.5rem;
}

.bottom-5 {
	bottom: 1.25rem;
}

.z-10 {
	z-index: 10;
}

.z-50 {
	z-index: 50;
}

.z-40 {
	z-index: 40;
}

.z-20 {
	z-index: 20;
}

.z-30 {
	z-index: 30;
}

.order-2 {
	order: 2;
}

.order-1 {
	order: 1;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.col-span-12 {
	grid-column: span 12 / span 12;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear-both {
	clear: both;
}

.m-auto {
	margin: auto;
}

.m-0 {
	margin: 0px;
}

.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}

.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.mx-8 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.my-9 {
	margin-top: 2.25rem;
	margin-bottom: 2.25rem;
}

.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

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

.mb-4 {
	margin-bottom: 1rem;
}

.mb-\[15px\] {
	margin-bottom: 15px;
}

.mb-\[8px\] {
	margin-bottom: 8px;
}

.mt-\[12px\] {
	margin-top: 12px;
}

.mt-2 {
	margin-top: 0.5rem;
}

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

.ml-1 {
	margin-left: 0.25rem;
}

.mt-4 {
	margin-top: 1rem;
}

.mb-8 {
	margin-bottom: 2rem;
}

.mb-\[18px\] {
	margin-bottom: 18px;
}

.mt-\[105px\] {
	margin-top: 105px;
}

.mb-\[10px\] {
	margin-bottom: 10px;
}

.mt-\[25px\] {
	margin-top: 25px;
}

.mr-auto {
	margin-right: auto;
}

.mt-1 {
	margin-top: 0.25rem;
}

.mr-\[62px\] {
	margin-right: 62px;
}

.mt-\[2px\] {
	margin-top: 2px;
}

.mt-\[1px\] {
	margin-top: 1px;
}

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

.mr-\[7\.7\%\] {
	margin-right: 7.7%;
}

.mt-\[4px\] {
	margin-top: 4px;
}

.mb-\[6px\] {
	margin-bottom: 6px;
}

.ml-\[5px\] {
	margin-left: 5px;
}

.mr-\[12px\] {
	margin-right: 12px;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-\[7px\] {
	margin-bottom: 7px;
}

.mb-\[-1px\] {
	margin-bottom: -1px;
}

.mb-6 {
	margin-bottom: 1.5rem;
}

.mb-\[5px\] {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 2.5rem;
}

.mr-2 {
	margin-right: 0.5rem;
}

.mb-\[40px\] {
	margin-bottom: 40px;
}

.mt-\[26px\] {
	margin-top: 26px;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mt-8 {
	margin-top: 2rem;
}

.mb-\[12px\] {
	margin-bottom: 12px;
}

.mb-\[13px\] {
	margin-bottom: 13px;
}

.mb-\[17px\] {
	margin-bottom: 17px;
}

.mb-\[11px\] {
	margin-bottom: 11px;
}

.mb-\[31px\] {
	margin-bottom: 31px;
}

.mt-\[32px\] {
	margin-top: 32px;
}

.ml-0\.5 {
	margin-left: 0.125rem;
}

.ml-0 {
	margin-left: 0px;
}

.mb-\[2px\] {
	margin-bottom: 2px;
}

.mt-\[3px\] {
	margin-top: 3px;
}

.mb-\[35px\] {
	margin-bottom: 35px;
}

.mb-\[45px\] {
	margin-bottom: 45px;
}

.mb-\[19px\] {
	margin-bottom: 19px;
}

.mt-\[15px\] {
	margin-top: 15px;
}

.mb-\[1\.5625rem\] {
	margin-bottom: 1.5625rem;
}

.mb-\[30px\] {
	margin-bottom: 30px;
}

.mb-\[20px\] {
	margin-bottom: 20px;
}

.mb-\[16px\] {
	margin-bottom: 16px;
}

.mb-\[50px\] {
	margin-bottom: 50px;
}

.mb-\[25px\] {
	margin-bottom: 25px;
}

.mb-\[32px\] {
	margin-bottom: 32px;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.grid {
	display: grid;
}

.hidden {
	display: none;
}

.aspect-video {
	aspect-ratio: 16 / 9;
}

.aspect-portrait_video {
	aspect-ratio: 9 / 16;
}

.aspect-square {
	aspect-ratio: 1 / 1;
}

.h-full {
	height: 100%;
}

.h-16 {
	height: 4rem;
}

.h-\[45px\] {
	height: 45px;
}

.h-4 {
	height: 1rem;
}

.h-\[14px\] {
	height: 14px;
}

.h-auto {
	height: auto;
}

.h-\[31px\] {
	height: 31px;
}

.h-9 {
	height: 2.25rem;
}

.h-5 {
	height: 1.25rem;
}

.h-\[46px\] {
	height: 46px;
}

.h-\[74px\] {
	height: 74px;
}

.h-\[2\.25rem\] {
	height: 2.25rem;
}

.h-\[35px\] {
	height: 35px;
}

.h-\[2px\] {
	height: 2px;
}

.h-\[49px\] {
	height: 49px;
}

.h-\[10px\] {
	height: 10px;
}

.h-\[30px\] {
	height: 30px;
}

.h-\[15px\] {
	height: 15px;
}

.h-8 {
	height: 2rem;
}

.h-\[11px\] {
	height: 11px;
}

.h-6 {
	height: 1.5rem;
}

.h-\[50px\] {
	height: 50px;
}

.max-h-0 {
	max-height: 0px;
}

.max-h-\[600px\] {
	max-height: 600px;
}

.min-h-\[calc\(100vh-520px\)\] {
	min-height: calc(100vh - 520px);
}

.min-h-\[410px\] {
	min-height: 410px;
}

.min-h-\[27px\] {
	min-height: 27px;
}

.min-h-\[58px\] {
	min-height: 58px;
}

.min-h-\[48px\] {
	min-height: 48px;
}

.min-h-\[3em\] {
	min-height: 3em;
}

.min-h-\[57px\] {
	min-height: 57px;
}

.min-h-\[250px\] {
	min-height: 250px;
}

.min-h-\[80px\] {
	min-height: 80px;
}

.w-2\.5 {
	width: 0.625rem;
}

.w-2 {
	width: 0.5rem;
}

.w-full {
	width: 100%;
}

.w-\[min-content\] {
	width: -webkit-min-content;
	width: -moz-min-content;
	width: min-content;
}

.w-screen {
	width: 100vw;
}

.w-16 {
	width: 4rem;
}

.w-4 {
	width: 1rem;
}

.w-\[14px\] {
	width: 14px;
}

.\!w-full {
	width: 100% !important;
}

.w-\[84\%\] {
	width: 84%;
}

.w-9 {
	width: 2.25rem;
}

.w-\[150px\] {
	width: 150px;
}

.w-\[161px\] {
	width: 161px;
}

.w-\[1\.5rem\] {
	width: 1.5rem;
}

.w-\[46px\] {
	width: 46px;
}

.w-\[65px\] {
	width: 65px;
}

.w-\[10px\] {
	width: 10px;
}

.w-\[calc\(100\%\+60px\)\] {
	width: calc(100% + 60px);
}

.w-\[20\%\] {
	width: 20%;
}

.w-\[190px\] {
	width: 190px;
}

.w-\[41\%\] {
	width: 41%;
}

.w-\[20px\] {
	width: 20px;
}

.w-\[15px\] {
	width: 15px;
}

.w-\[231px\] {
	width: 231px;
}

.w-48 {
	width: 12rem;
}

.w-\[92\%\] {
	width: 92%;
}

.w-auto {
	width: auto;
}

.w-8 {
	width: 2rem;
}

.w-fit {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.w-\[77\%\] {
	width: 77%;
}

.w-6 {
	width: 1.5rem;
}

.w-1\/2 {
	width: 50%;
}

.min-w-\[134px\] {
	min-width: 134px;
}

.min-w-\[117px\] {
	min-width: 117px;
}

.min-w-full {
	min-width: 100%;
}

.min-w-\[200px\] {
	min-width: 200px;
}

.min-w-\[300px\] {
	min-width: 300px;
}

.max-w-\[391px\] {
	max-width: 391px;
}

.max-w-screen-3xl {
	max-width: 1670px;
}

.max-w-\[950px\] {
	max-width: 950px;
}

.max-w-\[182px\] {
	max-width: 182px;
}

.max-w-\[1670px\] {
	max-width: 1670px;
}

.max-w-\[914px\] {
	max-width: 914px;
}

.max-w-\[650px\] {
	max-width: 650px;
}

.\!max-w-screen-2xl {
	max-width: 1440px !important;
}

.max-w-md {
	max-width: 28rem;
}

.max-w-logo-size-small {
	max-width: 150px;
}

.max-w-logo-size-medium {
	max-width: 200px;
}

.max-w-logo-size-large {
	max-width: 250px;
}

.max-w-\[235px\] {
	max-width: 235px;
}

.max-w-icon-size {
	max-width: 275px;
}

.max-w-screen-lg {
	max-width: 960px;
}

.max-w-\[952px\] {
	max-width: 952px;
}

.max-w-\[190px\] {
	max-width: 190px;
}

.max-w-\[475px\] {
	max-width: 475px;
}

.max-w-none {
	max-width: none;
}

.max-w-4xl {
	max-width: 56rem;
}

.max-w-\[960px\] {
	max-width: 960px;
}

.max-w-\[954px\] {
	max-width: 954px;
}

.max-w-\[60\%\] {
	max-width: 60%;
}

.max-w-screen-2xl {
	max-width: 1440px;
}

.max-w-\[994px\] {
	max-width: 994px;
}

.\!max-w-screen-xl {
	max-width: 1054px !important;
}

.max-w-screen-xl {
	max-width: 1054px;
}

.flex-1 {
	flex: 1 1 0%;
}

.flex-none {
	flex: none;
}

.flex-auto {
	flex: 1 1 auto;
}

.flex-shrink-0 {
	flex-shrink: 0;
}

.shrink-0 {
	flex-shrink: 0;
}

.flex-grow {
	flex-grow: 1;
}

.grow-0 {
	flex-grow: 0;
}

.basis-full {
	flex-basis: 100%;
}

.basis-\[100\%\] {
	flex-basis: 100%;
}

.basis-\[192px\] {
	flex-basis: 192px;
}

.basis-\[230px\] {
	flex-basis: 230px;
}

.basis-\[240px\] {
	flex-basis: 240px;
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}

.rotate-90 {
	--tw-rotate: 90deg;
	transform: var(--tw-transform);
}

.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.-rotate-\[135deg\] {
	--tw-rotate: -135deg;
	transform: var(--tw-transform);
}

.transform {
	transform: var(--tw-transform);
}

@-webkit-keyframes fadeInOpacity {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInOpacity {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.animate-fadeInOpacity {
	-webkit-animation: fadeInOpacity 2s;
	        animation: fadeInOpacity 2s;
}

@-webkit-keyframes type {

	from {
		width: 0;
	}
}

@keyframes type {

	from {
		width: 0;
	}
}

.animate-type {
	-webkit-animation: type 2s steps(60, end);
	        animation: type 2s steps(60, end);
}

.cursor-pointer {
	cursor: pointer;
}

.list-disc {
	list-style-type: disc;
}

.columns-2 {
	-moz-columns: 2;
	     columns: 2;
}

.break-inside-avoid {
	-moz-column-break-inside: avoid;
	     break-inside: avoid;
}

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

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

.grid-cols-none {
	grid-template-columns: none;
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

.flex-col-reverse {
	flex-direction: column-reverse;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.content-center {
	align-content: center;
}

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

.gap-2 {
	gap: 0.5rem;
}

.gap-4 {
	gap: 1rem;
}

.gap-10 {
	gap: 2.5rem;
}

.gap-8 {
	gap: 2rem;
}

.gap-\[10px\] {
	gap: 10px;
}

.gap-y-\[50px\] {
	row-gap: 50px;
}

.gap-x-8 {
	-moz-column-gap: 2rem;
	     column-gap: 2rem;
}

.gap-y-8 {
	row-gap: 2rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0px * var(--tw-space-x-reverse));
	margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

.space-x-\[25px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(25px * var(--tw-space-x-reverse));
	margin-left: calc(25px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-x-\[14px\] > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(14px * var(--tw-divide-x-reverse));
	border-left-width: calc(14px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
	border-color: transparent;
}

.divide-silver > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-divide-opacity));
}

.overflow-auto {
	overflow: auto;
}

.overflow-hidden {
	overflow: hidden;
}

.whitespace-nowrap {
	white-space: nowrap;
}

.rounded-\[100\%\] {
	border-radius: 100%;
}

.rounded {
	border-radius: 0.25rem;
}

.rounded-full {
	border-radius: 9999px;
}

.rounded-t {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.border {
	border-width: 1px;
}

.border-0 {
	border-width: 0px;
}

.border-2 {
	border-width: 2px;
}

.border-r {
	border-right-width: 1px;
}

.border-r-\[4px\] {
	border-right-width: 4px;
}

.border-t {
	border-top-width: 1px;
}

.border-b {
	border-bottom-width: 1px;
}

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

.border-b-2 {
	border-bottom-width: 2px;
}

.border-r-2 {
	border-right-width: 2px;
}

.border-b-0 {
	border-bottom-width: 0px;
}

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

.border-solid {
	border-style: solid;
}

.border-none {
	border-style: none;
}

.border-\[\#3f3f3f\] {
	--tw-border-opacity: 1;
	border-color: rgb(63 63 63 / var(--tw-border-opacity));
}

.border-\[\#ededed\] {
	--tw-border-opacity: 1;
	border-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.border-silver {
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.border-transparent {
	border-color: transparent;
}

.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-primary-light {
	--tw-border-opacity: 1;
	border-color: rgb(103 53 138 / var(--tw-border-opacity));
}

.border-\[\#666\] {
	--tw-border-opacity: 1;
	border-color: rgb(102 102 102 / var(--tw-border-opacity));
}

.border-\[\#cecece\] {
	--tw-border-opacity: 1;
	border-color: rgb(206 206 206 / var(--tw-border-opacity));
}

.border-tundora {
	--tw-border-opacity: 1;
	border-color: rgb(76 76 76 / var(--tw-border-opacity));
}

.border-\[\#404040\] {
	--tw-border-opacity: 1;
	border-color: rgb(64 64 64 / var(--tw-border-opacity));
}

.border-emperor {
	--tw-border-opacity: 1;
	border-color: rgb(81 81 81 / var(--tw-border-opacity));
}

.border-jagger {
	--tw-border-opacity: 1;
	border-color: rgb(67 13 104 / var(--tw-border-opacity));
}

.border-secondary-dark {
	--tw-border-opacity: 1;
	border-color: rgb(255 192 0 / var(--tw-border-opacity));
}

.border-cod-gray {
	--tw-border-opacity: 1;
	border-color: rgb(21 21 21 / var(--tw-border-opacity));
}

.border-green-600 {
	--tw-border-opacity: 1;
	border-color: rgb(22 163 74 / var(--tw-border-opacity));
}

.border-yellow-500 {
	--tw-border-opacity: 1;
	border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-red-400 {
	--tw-border-opacity: 1;
	border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-\[\#580f8b\] {
	--tw-border-opacity: 1;
	border-color: rgb(88 15 139 / var(--tw-border-opacity));
}

.border-\[\#BABCBF\] {
	--tw-border-opacity: 1;
	border-color: rgb(186 188 191 / var(--tw-border-opacity));
}

.border-b-silver {
	--tw-border-opacity: 1;
	border-bottom-color: rgb(204 204 204 / var(--tw-border-opacity));
}

.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-gray-light {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-empress {
	--tw-bg-opacity: 1;
	background-color: rgb(117 117 117 / var(--tw-bg-opacity));
}

.bg-transparent {
	background-color: transparent;
}

.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray {
	--tw-bg-opacity: 1;
	background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}

.bg-cod-gray {
	--tw-bg-opacity: 1;
	background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.bg-primary {
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
}

.bg-\[\#2F2F2F\] {
	--tw-bg-opacity: 1;
	background-color: rgb(47 47 47 / var(--tw-bg-opacity));
}

.bg-\[\#404040\] {
	--tw-bg-opacity: 1;
	background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}

.bg-\[\#656565\] {
	--tw-bg-opacity: 1;
	background-color: rgb(101 101 101 / var(--tw-bg-opacity));
}

.bg-clairvoyant {
	--tw-bg-opacity: 1;
	background-color: rgb(54 7 85 / var(--tw-bg-opacity));
}

.bg-gray-dark {
	--tw-bg-opacity: 1;
	background-color: rgb(21 21 21 / var(--tw-bg-opacity));
}

.bg-secondary-dark {
	--tw-bg-opacity: 1;
	background-color: rgb(255 192 0 / var(--tw-bg-opacity));
}

.bg-secondary {
	--tw-bg-opacity: 1;
	background-color: rgb(254 232 0 / var(--tw-bg-opacity));
}

.bg-alabaster {
	--tw-bg-opacity: 1;
	background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#fee800\] {
	--tw-bg-opacity: 1;
	background-color: rgb(254 232 0 / var(--tw-bg-opacity));
}

.bg-kingfisher {
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
}

.bg-slate-gray {
	--tw-bg-opacity: 1;
	background-color: rgb(69 69 69 / var(--tw-bg-opacity));
}

.bg-emperor {
	--tw-bg-opacity: 1;
	background-color: rgb(81 81 81 / var(--tw-bg-opacity));
}

.bg-honey-flower {
	--tw-bg-opacity: 1;
	background-color: rgb(79 24 117 / var(--tw-bg-opacity));
}

.\!bg-opacity-\[\.95\] {
	--tw-bg-opacity: .95 !important;
}

.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}

.bg-opacity-65 {
	--tw-bg-opacity: .65;
}

.bg-directory {
	background-image: url('/themes/custom/stern9/img/icon.directory.gif');
}

.bg-quote {
	background-image: url('/themes/custom/stern9/img/bg-quote.gif');
}

.bg-thumb-list {
	background-image: url('/themes/custom/stern9/img/icon.thumb-list.gif');
}

.bg-\[length\:30px\] {
	background-size: 30px;
}

.bg-\[length\:37px_33px\] {
	background-size: 37px 33px;
}

.bg-cover {
	background-size: cover;
}

.bg-\[left_4px\] {
	background-position: left 4px;
}

.bg-\[left_top_6px\] {
	background-position: left top 6px;
}

.bg-left-top {
	background-position: left top;
}

.bg-center {
	background-position: center;
}

.bg-right {
	background-position: right;
}

.bg-\[position\:16px_20px\] {
	background-position: 16px 20px;
}

.bg-\[position\:50\%_top\] {
	background-position: 50% top;
}

.bg-\[position\:50\%_bottom\] {
	background-position: 50% bottom;
}

.bg-left-bottom {
	background-position: left bottom;
}

.bg-right-top {
	background-position: right top;
}

.bg-right-bottom {
	background-position: right bottom;
}

.bg-no-repeat {
	background-repeat: no-repeat;
}

.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}

.p-4 {
	padding: 1rem;
}

.p-1 {
	padding: 0.25rem;
}

.p-2 {
	padding: 0.5rem;
}

.p-8 {
	padding: 2rem;
}

.p-0 {
	padding: 0px;
}

.p-\[10px\] {
	padding: 10px;
}

.p-\[20px\] {
	padding: 20px;
}

.p-5 {
	padding: 1.25rem;
}

.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px;
}

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

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

.px-\[12px\] {
	padding-left: 12px;
	padding-right: 12px;
}

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

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

.px-\[20px\] {
	padding-left: 20px;
	padding-right: 20px;
}

.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.py-\[15px\] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.py-\[11px\] {
	padding-top: 11px;
	padding-bottom: 11px;
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.py-\[5px\] {
	padding-top: 5px;
	padding-bottom: 5px;
}

.py-\[6px\] {
	padding-top: 6px;
	padding-bottom: 6px;
}

.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

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

.px-\[3px\] {
	padding-left: 3px;
	padding-right: 3px;
}

.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.py-\[40px\] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.px-\[10px\] {
	padding-left: 10px;
	padding-right: 10px;
}

.py-\[25px\] {
	padding-top: 25px;
	padding-bottom: 25px;
}

.py-\[12px\] {
	padding-top: 12px;
	padding-bottom: 12px;
}

.px-\[22px\] {
	padding-left: 22px;
	padding-right: 22px;
}

.py-\[3rem\] {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

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

.py-\[30px\] {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pr-4 {
	padding-right: 1rem;
}

.pb-4 {
	padding-bottom: 1rem;
}

.pr-\[7\.7\%\] {
	padding-right: 7.7%;
}

.pr-\[12px\] {
	padding-right: 12px;
}

.pt-\[14px\] {
	padding-top: 14px;
}

.pb-\[12px\] {
	padding-bottom: 12px;
}

.pl-4 {
	padding-left: 1rem;
}

.pt-\[27px\] {
	padding-top: 27px;
}

.pb-\[30px\] {
	padding-bottom: 30px;
}

.pb-\[7px\] {
	padding-bottom: 7px;
}

.pt-8 {
	padding-top: 2rem;
}

.pl-8 {
	padding-left: 2rem;
}

.\!pt-\[60px\] {
	padding-top: 60px !important;
}

.pl-\[40px\] {
	padding-left: 40px;
}

.pr-\[40px\] {
	padding-right: 40px;
}

.pb-\[10px\] {
	padding-bottom: 10px;
}

.pt-\[16px\] {
	padding-top: 16px;
}

.pb-\[13\.84px\] {
	padding-bottom: 13.84px;
}

.pt-\[21px\] {
	padding-top: 21px;
}

.pt-\[19px\] {
	padding-top: 19px;
}

.pb-\[18px\] {
	padding-bottom: 18px;
}

.pt-\[30px\] {
	padding-top: 30px;
}

.pt-\[10px\] {
	padding-top: 10px;
}

.pb-\[0px\] {
	padding-bottom: 0px;
}

.pr-\[5px\] {
	padding-right: 5px;
}

.pb-\[0\.5em\] {
	padding-bottom: 0.5em;
}

.pl-\[20px\] {
	padding-left: 20px;
}

.pr-\[10px\] {
	padding-right: 10px;
}

.pt-\[12px\] {
	padding-top: 12px;
}

.pt-\[15px\] {
	padding-top: 15px;
}

.pb-\[15px\] {
	padding-bottom: 15px;
}

.pl-\[22px\] {
	padding-left: 22px;
}

.pt-\[17px\] {
	padding-top: 17px;
}

.pl-\[30px\] {
	padding-left: 30px;
}

.pr-\[20px\] {
	padding-right: 20px;
}

.pb-\[35px\] {
	padding-bottom: 35px;
}

.\!pt-\[31px\] {
	padding-top: 31px !important;
}

.pb-\[20px\] {
	padding-bottom: 20px;
}

.pl-\[15px\] {
	padding-left: 15px;
}

.pr-\[4px\] {
	padding-right: 4px;
}

.pt-\[6px\] {
	padding-top: 6px;
}

.pb-\[4px\] {
	padding-bottom: 4px;
}

.\!pt-\[27px\] {
	padding-top: 27px !important;
}

.pr-\[15px\] {
	padding-right: 15px;
}

.pb-\[5px\] {
	padding-bottom: 5px;
}

.pl-\[5px\] {
	padding-left: 5px;
}

.pb-2 {
	padding-bottom: 0.5rem;
}

.pr-8 {
	padding-right: 2rem;
}

.pl-\[4px\] {
	padding-left: 4px;
}

.pb-\[40px\] {
	padding-bottom: 40px;
}

.pb-\[14px\] {
	padding-bottom: 14px;
}

.pb-\[55px\] {
	padding-bottom: 55px;
}

.pb-8 {
	padding-bottom: 2rem;
}

.pt-\[37px\] {
	padding-top: 37px;
}

.pr-\[50px\] {
	padding-right: 50px;
}

.pt-\[40px\] {
	padding-top: 40px;
}

.pt-\[18px\] {
	padding-top: 18px;
}

.pt-4 {
	padding-top: 1rem;
}

.pr-2 {
	padding-right: 0.5rem;
}

.pl-2 {
	padding-left: 0.5rem;
}

.pb-16 {
	padding-bottom: 4rem;
}

.pb-5 {
	padding-bottom: 1.25rem;
}

.text-left {
	text-align: left;
}

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

.text-right {
	text-align: right;
}

.indent-\[50\%\] {
	text-indent: 50%;
}

.align-bottom {
	vertical-align: bottom;
}

.font-nyuperstare-a {
	font-family: NYUPerstare, Arial, Helvetica, Nimbus Sans L, sans-serif;
}

.font-primary {
	font-family: NYUPerstare, Arial, Nimbus Sans L, sans-serif;
}

.font-nyuperstare-narrow {
	font-family: NYUPerstareCondensed, Arial, Helvetica, Nimbus Sans L, sans-serif;
}

.font-narrow {
	font-family: NYUPerstareCondensed, Arial Narrow, Arial, sans-serif;
}

.text-\[14px\] {
	font-size: 14px;
}

.text-\[19px\] {
	font-size: 19px;
}

.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.text-\[15px\] {
	font-size: 15px;
}

.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}

.text-lTitle {
	font-size: 18px;
}

.text-\[12px\] {
	font-size: 12px;
}

.text-\[18px\] {
	font-size: 18px;
}

.text-\[50px\] {
	font-size: 50px;
}

.text-\[21px\] {
	font-size: 21px;
}

.text-\[16px\] {
	font-size: 16px;
}

.text-\[0px\] {
	font-size: 0px;
}

.text-\[11px\] {
	font-size: 11px;
}

.text-\[\.857em\] {
	font-size: .857em;
}

.text-\[\.917em\] {
	font-size: .917em;
}

.text-\[20px\] {
	font-size: 20px;
}

.text-\[35px\] {
	font-size: 35px;
}

.text-\[25px\] {
	font-size: 25px;
}

.text-\[27px\] {
	font-size: 27px;
}

.text-\[22px\] {
	font-size: 22px;
}

.text-\[26px\] {
	font-size: 26px;
}

.text-\[13px\] {
	font-size: 13px;
}

.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.text-\[28px\] {
	font-size: 28px;
}

.text-\[34px\] {
	font-size: 34px;
}

.text-\[30px\] {
	font-size: 30px;
}

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

.font-normal {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-light {
	font-weight: 300;
}

.font-extralight {
	font-weight: 200;
}

.font-semibold {
	font-weight: 600;
}

.font-extrabold {
	font-weight: 800;
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

.normal-case {
	text-transform: none;
}

.italic {
	font-style: italic;
}

.not-italic {
	font-style: normal;
}

.leading-none {
	line-height: 1;
}

.leading-5 {
	line-height: 1.25rem;
}

.leading-\[1\.0715\] {
	line-height: 1.0715;
}

.leading-\[15px\] {
	line-height: 15px;
}

.leading-\[1\.5\] {
	line-height: 1.5;
}

.leading-\[18px\] {
	line-height: 18px;
}

.leading-\[1\.222\] {
	line-height: 1.222;
}

.leading-\[12px\] {
	line-height: 12px;
}

.leading-\[1\.286\] {
	line-height: 1.286;
}

.leading-\[1\.625\] {
	line-height: 1.625;
}

.leading-\[16px\] {
	line-height: 16px;
}

.leading-\[1\.25\] {
	line-height: 1.25;
}

.leading-\[1\.688\] {
	line-height: 1.688;
}

.leading-\[27px\] {
	line-height: 27px;
}

.leading-\[20px\] {
	line-height: 20px;
}

.leading-\[1\.2\] {
	line-height: 1.2;
}

.leading-\[1\.125\] {
	line-height: 1.125;
}

.leading-\[46px\] {
	line-height: 46px;
}

.leading-\[14px\.146px\] {
	line-height: 14px.146px;
}

.leading-\[1\.3572\] {
	line-height: 1.3572;
}

.leading-\[1\.167\] {
	line-height: 1.167;
}

.leading-\[1\.182\] {
	line-height: 1.182;
}

.leading-\[26px\] {
	line-height: 26px;
}

.leading-\[37\.5px\] {
	line-height: 37.5px;
}

.leading-\[33px\] {
	line-height: 33px;
}

.leading-\[28px\] {
	line-height: 28px;
}

.leading-\[1\.053\] {
	line-height: 1.053;
}

.leading-\[1\.333\] {
	line-height: 1.333;
}

.leading-tight {
	line-height: 1.25;
}

.leading-\[normal\] {
	line-height: normal;
}

.leading-\[1\.4\] {
	line-height: 1.4;
}

.leading-\[1\] {
	line-height: 1;
}

.leading-\[24px\] {
	line-height: 24px;
}

.leading-\[21\.6px\] {
	line-height: 21.6px;
}

.leading-\[37px\] {
	line-height: 37px;
}

.leading-\[1\.2143\] {
	line-height: 1.2143;
}

.leading-\[25px\] {
	line-height: 25px;
}

.tracking-tightest {
	letter-spacing: -1px;
}

.tracking-\[\.6px\] {
	letter-spacing: .6px;
}

.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-secondary {
	--tw-text-opacity: 1;
	color: rgb(254 232 0 / var(--tw-text-opacity));
}

.text-emperor {
	--tw-text-opacity: 1;
	color: rgb(81 81 81 / var(--tw-text-opacity));
}

.text-honey-flower {
	--tw-text-opacity: 1;
	color: rgb(79 24 117 / var(--tw-text-opacity));
}

.text-primary {
	--tw-text-opacity: 1;
	color: rgb(87 6 140 / var(--tw-text-opacity));
}

.text-gray {
	--tw-text-opacity: 1;
	color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-primary-dark {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
}

.\!text-primary-dark {
	--tw-text-opacity: 1 !important;
	color: rgb(88 15 139 / var(--tw-text-opacity)) !important;
}

.text-kingfisher {
	--tw-text-opacity: 1;
	color: rgb(87 6 140 / var(--tw-text-opacity));
}

.text-secondary-dark {
	--tw-text-opacity: 1;
	color: rgb(255 192 0 / var(--tw-text-opacity));
}

.text-silver {
	--tw-text-opacity: 1;
	color: rgb(204 204 204 / var(--tw-text-opacity));
}

.text-black {
	--tw-text-opacity: 1;
	color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#c5b9cd\] {
	--tw-text-opacity: 1;
	color: rgb(197 185 205 / var(--tw-text-opacity));
}

.text-\[\#999\] {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
}

.\!text-white {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-\[\#767676\] {
	--tw-text-opacity: 1;
	color: rgb(118 118 118 / var(--tw-text-opacity));
}

.text-green-600 {
	--tw-text-opacity: 1;
	color: rgb(22 163 74 / var(--tw-text-opacity));
}

.text-yellow-600 {
	--tw-text-opacity: 1;
	color: rgb(202 138 4 / var(--tw-text-opacity));
}

.text-red-600 {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-cod-gray {
	--tw-text-opacity: 1;
	color: rgb(21 21 21 / var(--tw-text-opacity));
}

.text-dusty-gray {
	--tw-text-opacity: 1;
	color: rgb(153 153 153 / var(--tw-text-opacity));
}

.text-secondary-bright {
	--tw-text-opacity: 1;
	color: rgb(255 255 0 / var(--tw-text-opacity));
}

.text-majesty-bright {
	--tw-text-opacity: 1;
	color: rgb(230 215 238 / var(--tw-text-opacity));
}

.text-\[\#2f2f2f\] {
	--tw-text-opacity: 1;
	color: rgb(47 47 47 / var(--tw-text-opacity));
}

.text-\[\#fee800\] {
	--tw-text-opacity: 1;
	color: rgb(254 232 0 / var(--tw-text-opacity));
}

.underline {
	text-decoration: underline;
}

.no-underline {
	text-decoration: none;
}

.underline-offset-4 {
	text-underline-offset: 4px;
}

.opacity-0 {
	opacity: 0;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow {
	--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-4 {
	outline-width: 4px;
}

.outline-offset-\[-4px\] {
	outline-offset: -4px;
}

.outline-offset-8 {
	outline-offset: 8px;
}

.outline-black {
	outline-color: #000;
}

.ring-2 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-white {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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;
}

.duration-500 {
	transition-duration: 500ms;
}

.duration-200 {
	transition-duration: 200ms;
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.standard-fullwidth {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1670px;
	padding-left: 2rem;
	padding-right: 2rem;
}

.hover-underline-a a:hover {
	text-decoration: underline;
}

.play-icon {
	position: relative;
}

.play-icon:before {
    content: '';
    position: absolute;
    right: -27px;
    top: 3px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ff0000;
  }

.play-icon:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 0;
    display: block;
    width: 22px;
    height: 22px;
    border: solid 1px #ffffff;
    border-radius: 100%;
  }

.icon-play {
    background-image: url('../img/svg/icon-play.svg');
    background-color: #56068c;
    background-repeat: no-repeat;
    border-radius: 100%;
  }

/* CSS Variables */

:root {
  --component-spacing-inline: 1.5rem; /* left/right margin */
  --component-spacing-block: 3rem; /* top margin */
  --component-spacing-divider: 2rem; /* margin for divider */
  --component-spacing-sidebar: 2rem; /* margin for sidebar */
  --component-spacing-inner: 2rem; /* margin for inner content */
  --component-spacing-nested-components: 1rem; /* margin for nested components */

  /* Component widths */
  --component-width-full: 1670px;
  --component-width-grid: 1550px;
  --component-width-text: 960px;
}

@media (min-width: 960px) {
  :root {
    --component-spacing-block: 4rem;
    --component-spacing-divider: 1rem;
    --component-spacing-inline: 2rem; /* left/right margin */
  }
}

/* Stylized link arrow pseudo-element */

.right-arrow::after {
  content: '';
  position: absolute;
  top: 19px;
  right: 22px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #ffffff;
}

.arrow-color-secondary::after {
  border-left: 8px solid #57068c;
}

/* Responsive video styles */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* CkEditor Styling Adjustments */

.cke_editable .ck_tmpl_column iframe {
  width: auto;
}

.ck-editor .ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
  flex-wrap: wrap;
}

/* News and Events view exposed filters */

.views-exposed-form-news-events--select-month {
	margin-bottom: 0.5rem;
	width: 100%;
}

.views-exposed-form-news-events--select-year {
	margin-bottom: 0.5rem;
	width: 100%;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table th, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table th, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table p, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table tbody, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table tbody, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td a, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td a:hover, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td a:focus, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td a, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td a:hover, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table td a:focus, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .views-exposed-form-news-events--submit-button table[border='0'] td, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table[border='0'] th, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table[border='0'] tr, .node--type-legacy-page .tab-content .views-exposed-form-news-events--submit-button table[border='0'] td {
	border-width: 0px;
}

.views-exposed-form-news-events--submit-button {
	margin-bottom: 1rem;
	width: 100%;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 13px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.views-exposed-form-news-events--submit-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(62 0 115 / var(--tw-bg-opacity));
}

.views-exposed-form-news-events--submit-button:focus {
	outline-color: #FFA500;
}

/* Simple Events view exposed filters */

.view-display-id-block_3 .views-exposed-form {
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;

  .form-item {
		margin-right: 0.625rem;
	}

  @media (max-width: 405px) {
    .form-item.form-item-year, .form-actions.form-wrapper, .views-exposed-form-events--select-year {
			width: 100%;
		}

    .form-actions input[type="submit"]:only-of-type {
      width: calc(100% - 9px);
    }

    .form-actions input[type="submit"]:not(:only-of-type) {
      width: calc(50% - 9px);
    }
  }
}

.view-display-id-block_3 .views-exposed-form-events--select-year {
	margin-bottom: 0.5rem;
	border-width: 1px;
}

.view-display-id-block_3 .views-exposed-form-events--select-year:focus {
	--tw-border-opacity: 1;
	border-color: rgb(107 114 128 / var(--tw-border-opacity));
	outline-width: 3px;
	outline-offset: 0px;
	outline-color: #FFA500;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table th, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table th, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table p, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table tbody, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table tbody, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td a, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td a:hover, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td a:focus, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td a, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td a:hover, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table td a:focus, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .views-exposed-form-events--submit-button table[border='0'] td, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table[border='0'] th, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table[border='0'] tr, .node--type-legacy-page .tab-content .views-exposed-form-events--submit-button table[border='0'] td {
	border-width: 0px;
}

.views-exposed-form-events--submit-button {
	margin-bottom: 1rem;
	border-width: 1px;
	border-color: transparent;
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.views-exposed-form-events--submit-button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(62 0 115 / var(--tw-bg-opacity));
}

.views-exposed-form-events--submit-button:focus {
	outline-color: #FFA500;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table th, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table th, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table p, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td a, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:hover, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:focus, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td a, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:hover, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:focus, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .view-display-id-block_3 input[id^="edit-reset-events--"] table[border='0'] td, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table[border='0'] th, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table[border='0'] tr, .node--type-legacy-page .tab-content .view-display-id-block_3 input[id^="edit-reset-events--"] table[border='0'] td {
	border-width: 0px;
}

.view-display-id-block_3 input[id^="edit-reset-events--"] {
	margin-bottom: 1rem;
	margin-left: 0.25rem;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(87 6 140 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	--tw-text-opacity: 1;
	color: rgb(87 6 140 / var(--tw-text-opacity));
}

.view-display-id-block_3 input[id^="edit-reset-events--"]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.view-display-id-block_3 input[id^="edit-reset-events--"]:focus {
	outline-color: #FFA500;
}

/* Upcoming Events views-block */

.upcoming-date {
	font-size: 22px;
	font-style: italic;
}

.upcoming-title a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: none;
}

.upcoming-title a:hover {
	text-decoration: underline;
}

.upcoming-title a:focus {
	outline-color: #FFA500;
}

/* Drupal Styles */

/* Gray Background for Grid Item component */

.paragraph--type--grid + .paragraph--type--grid > div {
  padding-top: 0;
}

.gray-background .paragraph--type--grid-item {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 30px;
}

@media (min-width: 620px) {

	.gray-background .paragraph--type--grid-item {
		background-color: transparent;
	}

	.gray-background .paragraph--type--grid-item {
		padding: 0px;
	}
}

.gray-background
  .field-component--grid
  div:not(:first-of-type)
  .paragraph--type--grid-item.has-image
  img {
	margin-top: 48px;
}

@media (min-width: 620px) {

	.gray-background
  .field-component--grid
  div:not(:first-of-type)
  .paragraph--type--grid-item.has-image
  img {
		margin-top: 0px;
	}
}

.field-component--grid
  div:not(:first-of-type)
  .paragraph--type--grid-item.has-image
  img {
	margin-top: 28px;
}

@media (min-width: 620px) {

	.field-component--grid
  div:not(:first-of-type)
  .paragraph--type--grid-item.has-image
  img {
		margin-top: 0px;
	}
}

.mobile-menu-button {
	display: block;
	height: 55px;
	width: 56px;
	cursor: pointer;
	border-width: 0px;
	background-color: transparent;
	padding-bottom: 15px;
}

@media (min-width: 620px) {

	.mobile-menu-button {
		width: 64px;
	}
}

.mobile-menu-button:before {
  content: '';
  display: block;
  width: 24px;
  height: 19px;
  margin: 18px auto 0;
  background: linear-gradient(
    #ffffff,
    #ffffff 3px,
    transparent 3px,
    transparent 8px,
    #ffffff 8px,
    #ffffff 11px,
    transparent 11px,
    transparent 16px,
    #ffffff 16px,
    #ffffff
  );
}

.mobile-submenu-button {
  height: 49px;
  position: relative;
  outline: none;
  border: 0;
  background: transparent;
}

.mobile-submenu-button:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 23px;
  display: block;
  height: 2px;
  width: 14px;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgb(155 131 170 / var(--tw-bg-opacity));
}

.mobile-submenu-button:after {
  content: '';
  position: absolute;
  right: 26px;
  top: 17px;
  display: block;
  height: 14px;
  width: 2px;
  transform: var(--tw-transform);
  --tw-bg-opacity: 1;
  background-color: rgb(155 131 170 / var(--tw-bg-opacity));
}

.mobile-submenu-button[aria-expanded='true']:after {
  display: none;
}

nav .level-1 > button:focus {
  opacity: 1 !important;
}

:focus {
  outline: 3px solid orange;
}

.debug-screens::before {
  bottom: auto !important;
  top: 0;
}

#block-views-block-current-groups-block-1-2--2 {
  position: fixed;
  bottom: 150px;
  left: 0;
  background: rgba(255, 0, 0, 0.25);
  border-radius: 0.25rem;
  padding: 0.5rem;
  border-bottom: 5px solid red;
  border-top: 5px solid red;
  border-right: 5px solid red;
}

#block-views-block-current-groups-block-1-2--2 a,
#block-views-block-current-groups-block-1-2--2 h5 {
  background: red;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;

  color: white;
}

#block-mainnavigation .link-l0.is-active {
	--tw-text-opacity: 1;
	color: rgb(254 232 0 / var(--tw-text-opacity));
	text-decoration: underline;
}

.main-navigation-sidebar .link-l1 .is-active, .main-navigation-sidebar .link-l2 .is-active {
	--tw-text-opacity: 1;
	color: rgb(87 6 140 / var(--tw-text-opacity));
}

.main-navigation-sidebar .link-l1 .is-active:hover, .main-navigation-sidebar .link-l2 .is-active:hover {
	text-decoration: underline;
}

.block-content--type-flexible-call-out a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: none;
}

.block-content--type-flexible-call-out a:hover {
	text-decoration: underline;
}

.block-content--type-flexible-call-out a:focus {
	outline-color: #FFA500;
}

.paragraph--type--full-width .body a {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.paragraph--type--full-width .body a:hover {
	text-decoration: none;
}

.paragraph--type--full-width .body a:focus {
	outline-color: #FFA500;
}

@media (min-width: 960px) {
  .paragraph--type--full-width [class*='bg-cod-gray-dark'] .body a,
  .paragraph--type--video [class*='bg-cod-gray'] .body a {
    color: white;
  }
}

.paragraph--type--full-width .video-player-controls__pause {
  background-image: url(../img/svg/icon-pause.svg);
}

.paragraph--type--full-width .video-player-controls__play {
  background-image: url(../img/svg/icon-play.svg);
}

.paragraph--type--grid-item p {
  text-align: initial;
}

.paragraph--type--grid-item .text-align-center {
  text-align: center;
}

.paragraph--type--grid-item .text-align-right {
  text-align: end;
}

.paragraph--type--grid-item svg,
.microcontent_component__icon svg,
.paragraph--type--text-block svg,
.paragraph--type--media svg {
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
  fill: #56068c;
}

.paragraph--type--grid-item svg path,
.paragraph--type--grid-item svg circle,
.microcontent_component__icon svg path,
.microcontent_component__icon svg circle,
.paragraph--type--text-block svg path,
.paragraph--type--text-block svg circle,
.paragraph--type--media svg path,
.paragraph--type--media svg circle {
  fill: #56068c;
}

.paragraph--type--grid-item .body a {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.paragraph--type--grid-item .body a:hover {
	text-decoration: none;
}

.paragraph--type--grid-item .body a:focus {
	outline-color: #FFA500;
}

/* WYSIWYG classes*/

.rteindent1 {
	margin-left: 40px;
}

[align] {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.x-stern-equal-height-processed ul.stern-main-nav {
  background: linear-gradient(
    180deg,
    rgba(228, 228, 228, 0.95) 36px,
    rgba(228, 228, 228, 0.95) 100%
  );
}

@media (max-width: 960px) {
  .tile-image {
    background: none !important;
  }
}

/* Ambient Video Tile */

.tile-ambient-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.tile-ambient-video a {
  z-index: 100;
}

.tile-ambient-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Hide the video on mobile */

@media (max-width: 960px) {
  .tile-ambient-video {
    display: none;
  }
}

.tile-ambient-video img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.pdf::after, span.pdf::after {
	padding-left: 5px;
	--tw-content: url('/themes/custom/stern9/img/icon-pdf.png');
	content: var(--tw-content);
}

a.video::after, span.video::after {
	padding-left: 5px;
	--tw-content: url('/themes/custom/stern9/img/icon.video.purp.png');
	content: var(--tw-content);
}

a.audio, span.audio {
	display: block;
	min-height: 28px;
	max-width: 155px;
	padding-left: 35px;
	background-image: url('/themes/custom/stern9/img/bg.media.audio.png');
	background-repeat: no-repeat;
}

a.audio:hover, span.audio:hover {
	background-position: -200px top;
}

a.link-arrow, span.link-arrow {
	font-weight: 700;
}

a.link-arrow::after, span.link-arrow::after {
	padding-left: 4px;
	--tw-content: url('/themes/custom/stern9/img/bg.hdr-a.gif');
	content: var(--tw-content);
}

#list_courses input[type='submit'] {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1;
    background-color: rgb(87 6 140 / var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

#list_courses input[type='submit']:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(62 0 115 / var(--tw-bg-opacity));
}

#list_courses input[type='submit']:focus {
	outline-color: #FFA500;
}

@media (min-width: 768px) {

	#list_courses input[type='submit'] {
		width: auto;
	}

	#list_courses input[type='submit'] {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	#list_courses input[type='submit'] {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}

#list_courses input[type='submit'].secondary {
    --tw-border-opacity: 1;
    border-color: rgb(87 6 140 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(87 6 140 / var(--tw-text-opacity));
  }

#list_courses input[type='submit'].secondary:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

#list_courses input[type='submit'] {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	text-transform: none;
}

#list_courses {
	margin-bottom: 2rem;
}

#results table {
	width: 100%;
  border: 1px solid #cccccc;
}

/* Fix for their use of h2 jump links which are not real links - they have no href attribute.
 * See: https://lastcall.atlassian.net/browse/NYU-442 and https://lastcall.atlassian.net/browse/NYU-524
 */

article h2 a:not([href]) {
	text-decoration: none;
}

/* Fix for WYSIWYG <ul> inside 'grid' paragraph ("3-across component").
 * See: https://lastcall.atlassian.net/browse/NYU-485
 */

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table th, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table th, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table p, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table tbody, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table tbody, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td a, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td a:hover, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td a:focus, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td a, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td a:hover, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table td a:focus, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ul table[border='0'] td, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table[border='0'] th, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table[border='0'] tr, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ul table[border='0'] td {
	border-width: 0px;
}

.paragraph.paragraph--type--grid-item .body ul {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	list-style-type: disc;
	text-align: left;
}

/* Fix for WYSIWYG <ol> inside 'grid' paragraph ("3-across component").
 * See: https://app.clickup.com/t/36718269/NYUSTERN-396
 */

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table {
	margin-top: 0px;
	margin-bottom: 30px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table th, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol th {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table th, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol th {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-size: 14px;
	line-height: 17.5px;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table p, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table tbody, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table tbody {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table tbody, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table tbody {
	border-top-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td {
	border-style: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td {
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(204 204 204 / var(--tw-border-opacity));
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
	line-height: 1.25;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td a, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td a:hover, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td a:focus, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td a, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td a {
	--tw-text-opacity: 1;
	color: rgb(88 15 139 / var(--tw-text-opacity));
	text-decoration: underline;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td a:hover, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td a:hover {
	text-decoration: none;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table td a:focus, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table td a:focus {
	outline-color: #FFA500;
}

.node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .paragraph.paragraph--type--grid-item .body ol table[border='0'] td, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table[border='0'] th, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table[border='0'] tr, .node--type-legacy-page .tab-content .paragraph.paragraph--type--grid-item .body ol table[border='0'] td {
	border-width: 0px;
}

.paragraph.paragraph--type--grid-item .body ol {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	text-align: left;
}

/* Content gets wrapped in <p> tags by CKEditor - display it inline.
 * See: https://lastcall.atlassian.net/browse/NYU-511
 */

.paragraph--type--external-news span.prose > p {
	margin-right: 0.25rem;
	display: inline;
}

.contact-callout__social-profiles {
  display: flex;
  flex-wrap: wrap;
}

.contact-callout__social-profiles a {
  cursor: pointer;
}

.contact-callout__social-profiles a:hover {
  background-color: rgb(238 238 238);
}

.contact-callout__social-profiles span {
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #580f8b;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-image: url(../img/svg/social_profiles/icon-link.svg);
          mask-image: url(../img/svg/social_profiles/icon-link.svg);
}

.contact-callout__social-profiles .twitter {
  -webkit-mask-image: url(../img/svg/social_profiles/icon-x.svg);
          mask-image: url(../img/svg/social_profiles/icon-x.svg);
}

.contact-callout__social-profiles .facebook {
  -webkit-mask-image: url(../img/svg/social_profiles/icon-facebook.svg);
          mask-image: url(../img/svg/social_profiles/icon-facebook.svg);
}

.contact-callout__social-profiles .instagram {
  -webkit-mask-image: url(../img/svg/social_profiles/icon-instagram.svg);
          mask-image: url(../img/svg/social_profiles/icon-instagram.svg);
}

.contact-callout__social-profiles .linkedin {
  -webkit-mask-image: url(../img/svg/social_profiles/icon-linkedin.svg);
          mask-image: url(../img/svg/social_profiles/icon-linkedin.svg);
}

.contact-callout__social-profiles .threads {
  -webkit-mask-image: url(../img/svg/social_profiles/icon-threads.svg);
          mask-image: url(../img/svg/social_profiles/icon-threads.svg);
}

.contact-callout__social-profiles .tiktok {
  -webkit-mask-image: url(../img/svg/social_profiles/icon-tiktok.svg);
          mask-image: url(../img/svg/social_profiles/icon-tiktok.svg);
}

.contact-callout__social-profiles .youtube {
  -webkit-mask-image: url(../img/svg/social_profiles/icon-youtube.svg);
          mask-image: url(../img/svg/social_profiles/icon-youtube.svg);
}

.flexible-callout a {
	display: inline-block;
}

/* Stylized splide slide */

.splide__slide[aria-hidden='true'] {
  visibility: hidden;
}

/* Image in the wysiwyg editor. */

.prose .align-center {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
  max-width: 100%;
}

.prose .align-left {
	float: none;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.prose .align-left {
		float: left;
	}

	.prose .align-left {
		margin-right: 1.75rem;
	}
}

.prose .align-left img {
	margin: 0px;
}

.prose .align-right {
	float: none;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.prose .align-right {
		float: right;
	}

	.prose .align-right {
		margin-left: 1.75rem;
	}
}

.prose .align-right img {
	margin: 0px;
}

/* Force rounded images for safari at various sizes */

.rounded-full {
  width: auto;
  height: auto;
}

.rounded-full > img,
.rounded-full > picture {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*
 We remove the toolbar for People who have no admin permissions.
 @see stern_workbench_toolbar_alter()
 But it leaves a blank black bar.  So override Gin's CSS rule with more
 specificity.
*/

html body.no-toolbar-tabs {
  padding-top: 0 !important;
}

/* Microcontent video aspect ratio iframes */

.microcontent_component__video iframe,
.paragraph--type--media .text-media-video iframe {
  width: 100%;
  height: 100%;
}

.paragraph--type--media .text-media-video {
  width: 100%;
}

/* Media component - adjust image alignment based on media type */

.paragraph--type--media .media-wrap:has(img) {
  justify-content: flex-start;
}

.paragraph--type--media .media-wrap:has(svg) {
  justify-content: center;
}

/**********************/

/* Animation */

/**********************/

@media (min-width: 960px) {
  @-webkit-keyframes fadeInLeft {

		from {
			opacity: 0;
			transform: translate3d(-100%, 0, 0);
		}

		to {
			opacity: 1;
			transform: translate3d(0, 0, 0),;
		}
	}
  @keyframes fadeInLeft {

		from {
			opacity: 0;
			transform: translate3d(-100%, 0, 0);
		}

		to {
			opacity: 1;
			transform: translate3d(0, 0, 0),;
		}
	}
  .paragraph--type--split.animate-item .split__image {
		-webkit-animation: fadeInLeft 1.5s;
		        animation: fadeInLeft 1.5s;
	}

  @-webkit-keyframes fadeInRight {

		from {
			opacity: 0;
			transform: translate3d(100%, 0, 0);
		}

		to {
			opacity: 1;
			transform: translate3d(0, 0, 0),;
		}
	}

  @keyframes fadeInRight {

		from {
			opacity: 0;
			transform: translate3d(100%, 0, 0);
		}

		to {
			opacity: 1;
			transform: translate3d(0, 0, 0),;
		}
	}

  .paragraph--type--split.animate-item .split__content {
		-webkit-animation: fadeInRight 1.5s;
		        animation: fadeInRight 1.5s;
	}

  /* Reverse split */
  @keyframes fadeInLeft {

		from {
			opacity: 0;
			transform: translate3d(-100%, 0, 0);
		}

		to {
			opacity: 1;
			transform: translate3d(0, 0, 0),;
		}
	}
  .paragraph--type--split.animate-item .split__reverse .split__content {
		-webkit-animation: fadeInLeft 1.5s;
		        animation: fadeInLeft 1.5s;
	}

  @keyframes fadeInRight {

		from {
			opacity: 0;
			transform: translate3d(100%, 0, 0);
		}

		to {
			opacity: 1;
			transform: translate3d(0, 0, 0),;
		}
	}

  .paragraph--type--split.animate-item .split__reverse .split__image {
		-webkit-animation: fadeInRight 1.5s;
		        animation: fadeInRight 1.5s;
	}
}

.flexible-callout img,
.paragraph--type--text-block-item img,
.paragraph--type--grid-item .grid-item__image img,
.paragraph--type--media .image,
.paragraph--type--media .image img {
  width: 100%;
}

/* Leave WYSIWYG images the selected size */

.paragraph--type--text-block-item .prose img {
  width: auto;
}

/* Full width image
 should cover the height of the container */

.paragraph--type--full-width img,
.paragraph--type--split img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* .paragraph--type--full-width picture {
  @apply image block h-[calc(100vw*(250/320))];
}

} */

.paragraph--type--full-width img {
  @media (min-width: 620px) {
    height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

/* And at medium breakpoint, the min-height should be 600px */

.paragraph--type--split .split__image {
  display: block;
}

/* @media (min-width: 768px) {
  .paragraph--type--full-width .image > *,
  .paragraph--type--full-width .image picture,
  .paragraph--type--full-width .image picture img {
    height: 100%;
  }
} */

@media (min-width: 960px) {
  .paragraph--type--split .split__image > *,
  .paragraph--type--split .split__image picture,
  .paragraph--type--split .split__image picture img {
    height: 100%;
  }
}

/* Component max-widths */

.paragraph {
  width: 100%;
  margin: 0 auto;
}

.paragraph--type--news-listing,
.paragraph--type--event-listing {
  max-width: var(--component-width-text);
  margin-left: auto;
  margin-right: auto;
}

.no-sidebar .paragraph--type--main-content .main-content {
	line-height: 26px;
}

.node--type-page .no-sidebar .main-content .paragraph {
  max-width: var(--component-width-text);
  margin-left: auto;
  margin-right: auto;
}

/* full-width components */

/* full-width, split, split-video, video */

@media (min-width: 1600px) {
  .full-width-paragraph-type {
    max-width: var(--component-width-full);
  }
}

/* text-width components */

@media (min-width: 1000px) {
  .paragraph--type--accordion-list,
  .paragraph--type--media,
  .paragraph--type--event-listing,
  .paragraph--type--news-listing,
  .paragraph--type--text-block,
  .paragraph--type--text-link {
    max-width: var(--component-width-text);
  }

  /* Region Two */
  /* Text blocks in the main region when a sidebar is present should collapse their inline margins */
  .region.main-component.has-sidebar .main-content .text-block__inner {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.paragraph--type--text-block .text-block__inner,
.paragraph--type--text-block .text-block__items {
  display: flex;
  flex-flow: column nowrap;
  gap: var(--component-spacing-block);
}

@media (min-width: 960px) {
  .paragraph--type--text-block .text-block__items {
    flex-flow: row nowrap;
  }
}

/* grid-width components */

@media (min-width: 1100px) {
  .paragraph--type--grid,
  .paragraph--type--image-stat-grid,
  .tile-slide__inner {
    max-width: var(--component-width-grid);
  }

  .paragraph--type--image-stat-grid .image-stat-grid__intro_title,
  .paragraph--type--image-stat-grid .image-stat-grid__intro_subtitle,
  .paragraph--type--image-stat-grid .image-stat-grid__grid {
    margin-left: auto;
    margin-right: auto;
  }
}

/**********************/

/* Component Spacing utility classes */

/**********************/

.page-wrapper + .paragraph {
  margin-top: var(--component-spacing-block);
}

.global-component-block-spacing {
  margin-top: var(--component-spacing-block);
}

.global-divider-spacing {
  margin-top: var(--component-spacing-divider);
  /* include a height so the border never disappears at different breakpoints */
  height: 0.25rem;
}

/** top and bottom padding **/

.global-component-inner-spacing {
  -webkit-padding-before: var(--component-spacing-inner);
          padding-block-start: var(--component-spacing-inner);
  -webkit-padding-after: var(--component-spacing-inner);
          padding-block-end: var(--component-spacing-inner);
}

.main-component + .component-supplementary {
  margin-top: var(--component-spacing-sidebar);
}

.paragraph--type--text-link-item + .paragraph--type--text-link-item {
  margin-top: var(--component-spacing-nested-components);
}

/** mobile-only spacing logic **/

@media (max-width: 1000px) {
  .global-component-inline-spacing {
    -webkit-margin-start: var(--component-spacing-inline);
            margin-inline-start: var(--component-spacing-inline);
    -webkit-margin-end: var(--component-spacing-inline);
            margin-inline-end: var(--component-spacing-inline);
  }

  .global-component-block-spacing {
    -webkit-margin-before: var(--component-spacing-block);
            margin-block-start: var(--component-spacing-block);
    -webkit-margin-after: var(--component-spacing-block);
            margin-block-end: var(--component-spacing-block);
  }

  .paragraph
    + .paragraph:not(.paragraph--type--accordion-list-item, .paragraph--type--text-link-item) {
    margin-top: var(--component-spacing-block);
  }

  .paragraph + .page-wrapper {
    margin-top: var(--component-spacing-sidebar);
  }

  .component-intro + .main-component,
  .component-intro + .component-supplementary {
    margin-top: var(--component-spacing-sidebar);
  }
}

/* add spacing between paragraphs, ignore full-width, split components, accordion items, and video */

@media (min-width: 960px) {
  .paragraph + .paragraph {
    margin-top: var(--component-spacing-block);
  }

  .full-width-paragraph-type + .full-width-paragraph-type {
    margin-top: 0;
  }

  .paragraph--type--accordion-list-item
    + .paragraph--type--accordion-list-item {
    margin-top: 0;
  }

  .paragraph--type--media + .paragraph--type--media {
    margin-top: 0;
  }

  .paragraph--type--text-link-item {
    width: 100%;
  }

  .paragraph + .paragraph.paragraph--type--media {
    margin-top: var(--component-spacing-inline);
  }

  .paragraph--type--text-link-item + .paragraph--type--text-link-item {
    margin-top: var(--component-spacing-nested-components);
  }

  .global-component-inline-spacing-desktop {
    -webkit-margin-start: var(--component-spacing-inline);
            margin-inline-start: var(--component-spacing-inline);
    -webkit-margin-end: var(--component-spacing-inline);
            margin-inline-end: var(--component-spacing-inline);
  }

  .region.component-supplementary {
    margin-top: var(--component-spacing-inline);
  }
}

/* Add side spacing between specific components and the browser window */

@media (max-width: 1600px) {
  .grid__inner {
    -webkit-margin-start: var(--component-spacing-inner);
            margin-inline-start: var(--component-spacing-inner);
    -webkit-margin-end: var(--component-spacing-inner);
            margin-inline-end: var(--component-spacing-inner);
  }
}

@media (min-width: 1200px) {
  .tile-slide__inner {
    max-width: var(--component-width-text);
    margin-left: auto;
    margin-right: auto;
  }

  .region.main-component {
    max-width: var(--component-width-grid);
    margin-left: auto;
    margin-right: auto;
  }

  .region.main-component:not(:last-child) {
    padding-bottom: var(--component-spacing-inline);
  }
}

@media (min-width: 1600px) {
  .split-video__inner {
    max-width: var(--component-width-grid);
    margin-left: auto;
    margin-right: auto;
  }

  /* Remove spacing from inline elements if in a two-column layout at large breakpoints */
  .page-wrapper.has-sidebar .global-component-inline-spacing-desktop {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }

  .page-wrapper.has-sidebar .paragraph--type--main-content {
    max-width: var(--component-width-text);
  }
}

/* Spacing logic for first item in regions */

/*If the item in region one is not a full-width paragraph, add top margin */

.region.component-intro .component-intro__inner > *:first-child:not(.full-width-paragraph-type) {
  margin-top: var(--component-spacing-block);
}

/* If the last item in region one is not a full-width paragraph and the page doesn't have region two or three content, add bottom margin */

.layout-content article > div:not(:has(.region.main-component, .region.component-supplementary)) .region.component-intro .component-intro__inner > *:last-child:not(.full-width-paragraph-type) {
  margin-bottom: var(--component-spacing-block);
}

/* Region Two */

@media (max-width: 959px) {
  .layout-content article > div:not(:has(.region.component-intro)) .region.main-component .main-component__inner .main-content > *:first-child {
    margin-top: var(--component-spacing-block);
  }
}

/* If the last item in region two isn't a full-width component and region three isn't populated, add bottom margin to the last component in region two */

.layout-content article > div:not(:has(.region.component-supplementary)) .region.main-component .main-content > *:last-child:not(.full-width-paragraph-type) {
  margin-bottom: var(--component-spacing-block);
}

/* Region Three */

/* If a page has a first region or second region populated, do not add top margin to the first component in the region */

/* The purpose here is to add top margin to the first paragraph in region three if there are no other regions on the page and the first item is not a full-width component */

.layout-content article > div:not(:has(.region.component-intro, .region.main-component)) .region.component-supplementary .component-supplementary__inner > *:first-child:not(.full-width-paragraph-type) {
  margin-top: var(--component-spacing-block);
}

/* Add bottom margin to the last component in the supplementary section if it is not a full-width component */

.layout-content article > div .region.component-supplementary .component-supplementary__inner > *:last-child:not(.full-width-paragraph-type) {
  margin-bottom: var(--component-spacing-block);
}

/* If Event Views or News Views have no items, add margin to the no-events message */

.view-id-events:not(:has(.views-row)),
.view-id-news:not(:has(.views-row)),
.view-id-news_events:not(:has(.views-row)) {
  margin-bottom: var(--component-spacing-block);
}

/* Video component mobile image display */

/* the image wrapper is absolutely positioned inset-0 top:0 left:0 right:0 bottom:0 */

/* but the image isn't filling the absolutely positioned container's height */

.paragraph--type--video img {
  height: 100%;
}

/**********************/

/* Gin admin fixes for inline entity */

/**********************/

.paragraphs-tabs-wrapper .field-multiple-table .ief-entity-table .draggable > td {
  display: table-cell;
}

.paragraphs-tabs-wrapper .field-multiple-table .ief-entity-table tr.ief-row-entity:not(.draggable):not(.ief-row-entity-form) {
  box-shadow: 4px 4px 10px var(--gin-bg-layer2);
}

.field--widget-paragraphs .paragraphs-tabs-wrapper .field-multiple-table table.ief-entity-table {
  border-collapse: separate;
  border-spacing: 0 var(--gin-spacing-m);
}

.paragraphs-tabs-wrapper .field-multiple-table .ief-entity-table .ief-row-form > td {
  padding: 25px;
  border: 1px solid var(--gin-border-color);
  border-radius: var(--gin-border-m);
}

.before\:absolute::before {
	content: var(--tw-content);
	position: absolute;
}

.before\:left-\[25px\]::before {
	content: var(--tw-content);
	left: 25px;
}

.before\:top-\[-7px\]::before {
	content: var(--tw-content);
	top: -7px;
}

.before\:h-0::before {
	content: var(--tw-content);
	height: 0px;
}

.before\:w-0::before {
	content: var(--tw-content);
	width: 0px;
}

.before\:border-b-8::before {
	content: var(--tw-content);
	border-bottom-width: 8px;
}

.before\:border-l-8::before {
	content: var(--tw-content);
	border-left-width: 8px;
}

.before\:border-r-8::before {
	content: var(--tw-content);
	border-right-width: 8px;
}

.before\:border-b-white::before {
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.before\:border-l-transparent::before {
	content: var(--tw-content);
	border-left-color: transparent;
}

.before\:border-r-transparent::before {
	content: var(--tw-content);
	border-right-color: transparent;
}

.after\:absolute::after {
	content: var(--tw-content);
	position: absolute;
}

.after\:right-\[22px\]::after {
	content: var(--tw-content);
	right: 22px;
}

.after\:top-1\/2::after {
	content: var(--tw-content);
	top: 50%;
}

.after\:mt-\[-8px\]::after {
	content: var(--tw-content);
	margin-top: -8px;
}

.after\:mt-\[-3px\]::after {
	content: var(--tw-content);
	margin-top: -3px;
}

.after\:block::after {
	content: var(--tw-content);
	display: block;
}

.after\:h-\[10px\]::after {
	content: var(--tw-content);
	height: 10px;
}

.after\:w-\[10px\]::after {
	content: var(--tw-content);
	width: 10px;
}

.after\:rotate-\[225deg\]::after {
	content: var(--tw-content);
	--tw-rotate: 225deg;
	transform: var(--tw-transform);
}

.after\:rotate-\[45deg\]::after {
	content: var(--tw-content);
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}

.after\:transform::after {
	content: var(--tw-content);
	transform: var(--tw-transform);
}

.after\:border-l-2::after {
	content: var(--tw-content);
	border-left-width: 2px;
}

.after\:border-t-2::after {
	content: var(--tw-content);
	border-top-width: 2px;
}

.after\:border-white::after {
	content: var(--tw-content);
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.after\:duration-300::after {
	content: var(--tw-content);
	transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
	--tw-content: '';
	content: var(--tw-content);
}

.hover\:border-white:hover {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ededed\]:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.hover\:bg-primary-dark:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(88 15 139 / var(--tw-bg-opacity));
}

.hover\:bg-honey-flower:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(79 24 117 / var(--tw-bg-opacity));
}

.hover\:bg-kingfisher:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(87 6 140 / var(--tw-bg-opacity));
}

.hover\:bg-circle-arrow:hover {
	background-image: url('/themes/custom/stern9/img/bg.hdr-a.gif');
}

.hover\:bg-\[left_bottom_8px\]:hover {
	background-position: left bottom 8px;
}

.hover\:text-secondary:hover {
	--tw-text-opacity: 1;
	color: rgb(254 232 0 / var(--tw-text-opacity));
}

.hover\:text-cod-gray:hover {
	--tw-text-opacity: 1;
	color: rgb(21 21 21 / 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: underline;
}

.hover\:no-underline:hover {
	text-decoration: none;
}

.hover\:opacity-0:hover {
	opacity: 0;
}

.hover\:outline:hover {
	outline-style: solid;
}

.hover\:outline-2:hover {
	outline-width: 2px;
}

.hover\:outline-white:hover {
	outline-color: #fff;
}

.focus\:underline:focus {
	text-decoration: underline;
}

.focus\:opacity-100:focus {
	opacity: 1;
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:outline-orange:focus {
	outline-color: #FFA500;
}

.focus-visible\:outline-orange:focus-visible {
	outline-color: #FFA500;
}

.group:focus-within .group-focus-within\:opacity-100 {
	opacity: 1;
}

.group:hover .group-hover\:opacity-0 {
	opacity: 0;
}

.group:hover .group-hover\:outline {
	outline-style: solid;
}

.group:focus .group-focus\:outline {
	outline-style: solid;
}

@media (prefers-reduced-motion: no-preference) {

	@-webkit-keyframes bounceHover {

		0%, 100% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-2%);
		}
	}

	@keyframes bounceHover {

		0%, 100% {
			transform: translateY(0);
		}

		50% {
			transform: translateY(-2%);
		}
	}

	.motion-safe\:hover\:animate-bounceHover:hover {
		-webkit-animation: bounceHover .5s;
		        animation: bounceHover .5s;
	}

	.group:hover .motion-safe\:group-hover\:scale-110 {
		--tw-scale-x: 1.1;
		--tw-scale-y: 1.1;
		transform: var(--tw-transform);
	}
}

@media (min-width: 450px) {

	.xs\:flex {
		display: flex;
	}

	.xs\:flex-grow {
		flex-grow: 1;
	}

	.xs\:columns-1 {
		-moz-columns: 1;
		     columns: 1;
	}

	.xs\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.xs\:flex-row {
		flex-direction: row;
	}

	.xs\:gap-0 {
		gap: 0px;
	}

	.xs\:divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
		--tw-divide-x-reverse: 0;
		border-right-width: calc(1px * var(--tw-divide-x-reverse));
		border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
	}

	.xs\:px-\[20px\] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.xs\:pr-\[20px\] {
		padding-right: 20px;
	}

	.xs\:leading-\[16px\] {
		line-height: 16px;
	}
}

@media (min-width: 580px) {

	.mw580\:inline-block {
		display: inline-block;
	}

	.mw580\:inline {
		display: inline;
	}

	.mw580\:bg-alert {
		background-image: url('/themes/custom/stern9/img/icon_alert.png');
	}

	.mw580\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mw580\:pr-\[220px\] {
		padding-right: 220px;
	}

	.mw580\:pl-0 {
		padding-left: 0px;
	}

	.mw580\:pb-0 {
		padding-bottom: 0px;
	}

	.mw580\:pt-\[4px\] {
		padding-top: 4px;
	}

	.mw580\:pl-\[73px\] {
		padding-left: 73px;
	}

	.mw580\:font-primary {
		font-family: NYUPerstare, Arial, Nimbus Sans L, sans-serif;
	}

	.mw580\:text-\[13\.7px\] {
		font-size: 13.7px;
	}

	.mw580\:text-\[16px\] {
		font-size: 16px;
	}

	.mw580\:font-normal {
		font-weight: 400;
	}

	.mw580\:text-dusty-gray {
		--tw-text-opacity: 1;
		color: rgb(153 153 153 / var(--tw-text-opacity));
	}
}

@media (min-width: 620px) {
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		margin-top: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		margin-bottom: 30px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		border-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		font-size: 14px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		line-height: 17.5px;
	}
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		margin-top: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		margin-bottom: 30px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		border-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		font-size: 14px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table, .node--type-legacy-page .legacy-page-body table, .node--type-legacy-page .tab-content .mb-4 table {
		line-height: 17.5px;
	}
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 th {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		border-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		padding-left: 10px;
		padding-right: 10px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		padding-top: 5px;
		padding-bottom: 5px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		text-align: left;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		font-size: 14px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		line-height: 17.5px;
	}
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table th, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 th {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		border-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		padding-left: 10px;
		padding-right: 10px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		padding-top: 5px;
		padding-bottom: 5px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		text-align: left;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		font-size: 14px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table th, .node--type-legacy-page .legacy-page-body table th, .node--type-legacy-page .tab-content .mb-4 th {
		line-height: 17.5px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-top: 10px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-right: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-bottom: 20px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-left: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-top: 10px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-right: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-bottom: 20px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table p, .node--type-legacy-page .legacy-page-body table p, .node--type-legacy-page .tab-content .mb-4 table p {
		margin-left: 0px;
	}
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table tbody {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table tbody, .node--type-legacy-page .legacy-page-body table tbody, .node--type-legacy-page .tab-content .mb-4 table tbody {
		border-top-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table tbody, .node--type-legacy-page .legacy-page-body table tbody, .node--type-legacy-page .tab-content .mb-4 table tbody {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table tbody, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table tbody {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table tbody, .node--type-legacy-page .legacy-page-body table tbody, .node--type-legacy-page .tab-content .mb-4 table tbody {
		border-top-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table tbody, .node--type-legacy-page .legacy-page-body table tbody, .node--type-legacy-page .tab-content .mb-4 table tbody {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table td {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		border-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		padding-top: 7px;
		padding-bottom: 7px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		padding-left: 10px;
		padding-right: 10px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		font-size: 13px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		line-height: 1.25;
	}
  div.paragraph--type--media:last-child .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, div.paragraph--type--media:last-child .node--type-legacy-page .legacy-page-body table td, div.paragraph--type--media:last-child .node--type-legacy-page .tab-content .mb-4 table td {
		border-style: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		border-width: 1px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		--tw-border-opacity: 1;
		border-color: rgb(204 204 204 / var(--tw-border-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		padding-top: 7px;
		padding-bottom: 7px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		padding-left: 10px;
		padding-right: 10px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		font-size: 13px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td, .node--type-legacy-page .legacy-page-body table td, .node--type-legacy-page .tab-content .mb-4 table td {
		line-height: 1.25;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a, .node--type-legacy-page .legacy-page-body table td a, .node--type-legacy-page .tab-content .mb-4 table td a {
		--tw-text-opacity: 1;
		color: rgb(88 15 139 / var(--tw-text-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a, .node--type-legacy-page .legacy-page-body table td a, .node--type-legacy-page .tab-content .mb-4 table td a {
		text-decoration: underline;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a:hover, .node--type-legacy-page .legacy-page-body table td a:hover, .node--type-legacy-page .tab-content .mb-4 table td a:hover {
		text-decoration: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a:focus, .node--type-legacy-page .legacy-page-body table td a:focus, .node--type-legacy-page .tab-content .mb-4 table td a:focus {
		outline-color: #FFA500;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a, .node--type-legacy-page .legacy-page-body table td a, .node--type-legacy-page .tab-content .mb-4 table td a {
		--tw-text-opacity: 1;
		color: rgb(88 15 139 / var(--tw-text-opacity));
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a, .node--type-legacy-page .legacy-page-body table td a, .node--type-legacy-page .tab-content .mb-4 table td a {
		text-decoration: underline;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a:hover, .node--type-legacy-page .legacy-page-body table td a:hover, .node--type-legacy-page .tab-content .mb-4 table td a:hover {
		text-decoration: none;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table td a:focus, .node--type-legacy-page .legacy-page-body table td a:focus, .node--type-legacy-page .tab-content .mb-4 table td a:focus {
		outline-color: #FFA500;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] td, .node--type-legacy-page .legacy-page-body table[border='0'] th, .node--type-legacy-page .legacy-page-body table[border='0'] tr, .node--type-legacy-page .legacy-page-body table[border='0'] td, .node--type-legacy-page .tab-content .mb-4 table[border='0'] th, .node--type-legacy-page .tab-content .mb-4 table[border='0'] tr, .node--type-legacy-page .tab-content .mb-4 table[border='0'] td {
		border-width: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] td, .node--type-legacy-page .legacy-page-body table[border='0'] th, .node--type-legacy-page .legacy-page-body table[border='0'] tr, .node--type-legacy-page .legacy-page-body table[border='0'] td, .node--type-legacy-page .tab-content .mb-4 table[border='0'] th, .node--type-legacy-page .tab-content .mb-4 table[border='0'] tr, .node--type-legacy-page .tab-content .mb-4 table[border='0'] td {
		border-width: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] td, .node--type-legacy-page .legacy-page-body table[border='0'] th, .node--type-legacy-page .legacy-page-body table[border='0'] tr, .node--type-legacy-page .legacy-page-body table[border='0'] td, .node--type-legacy-page .tab-content .mb-4 table[border='0'] th, .node--type-legacy-page .tab-content .mb-4 table[border='0'] tr, .node--type-legacy-page .tab-content .mb-4 table[border='0'] td {
		border-width: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] td, .node--type-legacy-page .legacy-page-body table[border='0'] th, .node--type-legacy-page .legacy-page-body table[border='0'] tr, .node--type-legacy-page .legacy-page-body table[border='0'] td, .node--type-legacy-page .tab-content .mb-4 table[border='0'] th, .node--type-legacy-page .tab-content .mb-4 table[border='0'] tr, .node--type-legacy-page .tab-content .mb-4 table[border='0'] td {
		border-width: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] td, .node--type-legacy-page .legacy-page-body table[border='0'] th, .node--type-legacy-page .legacy-page-body table[border='0'] tr, .node--type-legacy-page .legacy-page-body table[border='0'] td, .node--type-legacy-page .tab-content .mb-4 table[border='0'] th, .node--type-legacy-page .tab-content .mb-4 table[border='0'] tr, .node--type-legacy-page .tab-content .mb-4 table[border='0'] td {
		border-width: 0px;
	}
  .node--type-legacy-page .legacy-top-level-body .sm\:mb-4 table[border='0'] th, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] tr, .node--type-legacy-page .legacy-top-level-body .mb-4 table[border='0'] td, .node--type-legacy-page .legacy-page-body table[border='0'] th, .node--type-legacy-page .legacy-page-body table[border='0'] tr, .node--type-legacy-page .legacy-page-body table[border='0'] td, .node--type-legacy-page .tab-content .mb-4 table[border='0'] th, .node--type-legacy-page .tab-content .mb-4 table[border='0'] tr, .node--type-legacy-page .tab-content .mb-4 table[border='0'] td {
		border-width: 0px;
	}
  .sm\:absolute {
		position: absolute;
	}
  .sm\:top-1\/2 {
		top: 50%;
	}
  .sm\:order-2 {
		order: 2;
	}
  .sm\:mx-5 {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
  .sm\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}
  .sm\:mx-\[28px\] {
		margin-left: 28px;
		margin-right: 28px;
	}
  .sm\:mt-8 {
		margin-top: 2rem;
	}
  .sm\:mb-16 {
		margin-bottom: 4rem;
	}
  .sm\:ml-0 {
		margin-left: 0px;
	}
  .sm\:mr-0 {
		margin-right: 0px;
	}
  .sm\:mb-4 {
		margin-bottom: 1rem;
	}
  .sm\:mb-\[21px\] {
		margin-bottom: 21px;
	}
  .sm\:mb-\[18px\] {
		margin-bottom: 18px;
	}
  .sm\:mb-0 {
		margin-bottom: 0px;
	}
  .sm\:mt-\[10px\] {
		margin-top: 10px;
	}
  .sm\:mr-12 {
		margin-right: 3rem;
	}
  .sm\:block {
		display: block;
	}
  .sm\:inline {
		display: inline;
	}
  .sm\:flex {
		display: flex;
	}
  .sm\:hidden {
		display: none;
	}
  .sm\:h-\[calc\(100vw\*\(500\/620\)\)\] {
		height: calc(100vw * (500 / 620));
	}
  .sm\:h-full {
		height: 100%;
	}
  .sm\:max-h-\[600px\] {
		max-height: 600px;
	}
  .sm\:max-h-\[287px\] {
		max-height: 287px;
	}
  .sm\:min-h-\[270px\] {
		min-height: 270px;
	}
  .sm\:min-h-\[360px\] {
		min-height: 360px;
	}
  .sm\:min-h-\[230px\] {
		min-height: 230px;
	}
  .sm\:min-h-\[600px\] {
		min-height: 600px;
	}
  .sm\:w-full {
		width: 100%;
	}
  .sm\:w-\[192px\] {
		width: 192px;
	}
  .sm\:w-1\/3 {
		width: 33.333333%;
	}
  .sm\:w-2\/3 {
		width: 66.666667%;
	}
  .sm\:w-1\/2 {
		width: 50%;
	}
  .sm\:w-9\/20 {
		width: 45%;
	}
  .sm\:w-\[77\%\] {
		width: 77%;
	}
  .sm\:w-\[80\%\] {
		width: 80%;
	}
  .sm\:w-auto {
		width: auto;
	}
  .sm\:w-2\/5 {
		width: 40%;
	}
  .sm\:w-3\/5 {
		width: 60%;
	}
  .sm\:w-1\/4 {
		width: 25%;
	}
  .sm\:max-w-\[185px\] {
		max-width: 185px;
	}
  .sm\:max-w-\[50\%\] {
		max-width: 50%;
	}
  .sm\:max-w-\[732px\] {
		max-width: 732px;
	}
  .sm\:max-w-\[660px\] {
		max-width: 660px;
	}
  .sm\:max-w-\[225px\] {
		max-width: 225px;
	}
  .sm\:basis-\[calc\(50\%-40px\)\] {
		flex-basis: calc(50% - 40px);
	}
  .sm\:basis-\[calc\(\(100\%-2rem\)\/2\)\] {
		flex-basis: calc((100% - 2rem) / 2);
	}
  .sm\:basis-1\/3 {
		flex-basis: 33.333333%;
	}
  .sm\:basis-2\/3 {
		flex-basis: 66.666667%;
	}
  .sm\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}
  .sm\:translate-x-1\/2 {
		--tw-translate-x: 50%;
		transform: var(--tw-transform);
	}
  .sm\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}
  .sm\:transform {
		transform: var(--tw-transform);
	}
  .sm\:columns-3 {
		-moz-columns: 3;
		     columns: 3;
	}
  .sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
  .sm\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
  .sm\:flex-row {
		flex-direction: row;
	}
  .sm\:items-center {
		align-items: center;
	}
  .sm\:justify-center {
		justify-content: center;
	}
  .sm\:gap-\[25px\] {
		gap: 25px;
	}
  .sm\:gap-12 {
		gap: 3rem;
	}
  .sm\:gap-\[21px\] {
		gap: 21px;
	}
  .sm\:gap-y-\[15px\] {
		row-gap: 15px;
	}
  .sm\:gap-y-4 {
		row-gap: 1rem;
	}
  .sm\:bg-silver {
		--tw-bg-opacity: 1;
		background-color: rgb(204 204 204 / var(--tw-bg-opacity));
	}
  .sm\:bg-cod-gray-dark {
		background-color: #151515CC;
	}
  .sm\:bg-opacity-80 {
		--tw-bg-opacity: 0.8;
	}
  .sm\:bg-404-arrow {
		background-image: url('/themes/custom/stern9/img/404_arrow.gif');
	}
  .sm\:p-\[20px\] {
		padding: 20px;
	}
  .sm\:py-\[30px\] {
		padding-top: 30px;
		padding-bottom: 30px;
	}
  .sm\:py-\[40px\] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
  .sm\:px-\[22px\] {
		padding-left: 22px;
		padding-right: 22px;
	}
  .sm\:pr-\[37px\] {
		padding-right: 37px;
	}
  .sm\:pb-0 {
		padding-bottom: 0px;
	}
  .sm\:pl-\[55px\] {
		padding-left: 55px;
	}
  .sm\:pb-\[55px\] {
		padding-bottom: 55px;
	}
  .sm\:pr-\[16px\] {
		padding-right: 16px;
	}
  .sm\:pt-\[20px\] {
		padding-top: 20px;
	}
  .sm\:pr-\[35px\] {
		padding-right: 35px;
	}
  .sm\:pl-\[15px\] {
		padding-left: 15px;
	}
  .sm\:pr-4 {
		padding-right: 1rem;
	}
  .sm\:text-left {
		text-align: left;
	}
  .sm\:text-center {
		text-align: center;
	}
  .sm\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
  .sm\:text-\[45px\] {
		font-size: 45px;
	}
  .sm\:text-\[13px\] {
		font-size: 13px;
	}
  .sm\:text-\[26px\] {
		font-size: 26px;
	}
  .sm\:text-\[14px\] {
		font-size: 14px;
	}
  .sm\:text-\[36px\] {
		font-size: 36px;
	}
  .sm\:text-\[20px\] {
		font-size: 20px;
	}
  .sm\:font-bold {
		font-weight: 700;
	}
  .sm\:\!leading-none {
		line-height: 1 !important;
	}
  .sm\:leading-\[1\.154\] {
		line-height: 1.154;
	}
  .sm\:leading-\[32px\] {
		line-height: 32px;
	}
  .sm\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}
  .sm\:text-silver {
		--tw-text-opacity: 1;
		color: rgb(204 204 204 / var(--tw-text-opacity));
	}
  .sm\:text-kingfisher {
		--tw-text-opacity: 1;
		color: rgb(87 6 140 / var(--tw-text-opacity));
	}
  .sm\:text-majesty-light {
		--tw-text-opacity: 1;
		color: rgb(215 162 249 / var(--tw-text-opacity));
	}
}

@media (min-width: 768px) {

	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.md\:mx-1\/20 {
		margin-left: 5%;
		margin-right: 5%;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:ml-8 {
		margin-left: 2rem;
	}

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

	.md\:mt-\[10px\] {
		margin-top: 10px;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:hidden {
		display: none;
	}

	.md\:h-auto {
		height: auto;
	}

	.md\:min-h-\[78px\] {
		min-height: 78px;
	}

	.md\:min-h-\[240px\] {
		min-height: 240px;
	}

	.md\:w-3\/4 {
		width: 75%;
	}

	.md\:w-1\/4 {
		width: 25%;
	}

	.md\:w-1\/3 {
		width: 33.333333%;
	}

	.md\:w-2\/3 {
		width: 66.666667%;
	}

	.md\:w-\[230px\] {
		width: 230px;
	}

	.md\:w-\[170px\] {
		width: 170px;
	}

	.md\:w-\[77\%\] {
		width: 77%;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:min-w-\[300px\] {
		min-width: 300px;
	}

	.md\:min-w-\[188px\] {
		min-width: 188px;
	}

	.md\:max-w-\[580px\] {
		max-width: 580px;
	}

	.md\:max-w-md {
		max-width: 28rem;
	}

	.md\:max-w-\[30\%\] {
		max-width: 30%;
	}

	.md\:basis-\[calc\(\(100\%-1rem\)\/2\)\] {
		flex-basis: calc((100% - 1rem) / 2);
	}

	.md\:basis-\[calc\(\(100\%-4rem\)\/3\)\] {
		flex-basis: calc((100% - 4rem) / 3);
	}

	.md\:basis-\[calc\(\(100\%-2rem\)\/3\)\] {
		flex-basis: calc((100% - 2rem) / 3);
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.md\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1rem * var(--tw-space-x-reverse));
		margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:border-0 {
		border-width: 0px;
	}

	.md\:border {
		border-width: 1px;
	}

	.md\:border-l {
		border-left-width: 1px;
	}

	.md\:border-b {
		border-bottom-width: 1px;
	}

	.md\:border-\[\#EEEEEE\] {
		--tw-border-opacity: 1;
		border-color: rgb(238 238 238 / var(--tw-border-opacity));
	}

	.md\:bg-\[\#eeeeee\] {
		--tw-bg-opacity: 1;
		background-color: rgb(238 238 238 / var(--tw-bg-opacity));
	}

	.md\:bg-right-top {
		background-position: right top;
	}

	.md\:p-5 {
		padding: 1.25rem;
	}

	.md\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.md\:pr-0 {
		padding-right: 0px;
	}

	.md\:pt-\[21px\] {
		padding-top: 21px;
	}

	.md\:pt-\[2px\] {
		padding-top: 2px;
	}

	.md\:pl-4 {
		padding-left: 1rem;
	}

	.md\:pb-0 {
		padding-bottom: 0px;
	}

	.md\:text-right {
		text-align: right;
	}

	.md\:text-\[75px\] {
		font-size: 75px;
	}

	.md\:text-\[12px\] {
		font-size: 12px;
	}

	.md\:text-\[16px\] {
		font-size: 16px;
	}

	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.md\:leading-\[14px\] {
		line-height: 14px;
	}
}

@media (min-width: 886px) {

	.mw886\:static {
		position: static;
	}

	.mw886\:inline-block {
		display: inline-block;
	}

	.mw886\:inline {
		display: inline;
	}

	.mw886\:hidden {
		display: none;
	}

	.mw886\:w-auto {
		width: auto;
	}

	.mw886\:w-1\/2 {
		width: 50%;
	}

	.mw886\:flex-row {
		flex-direction: row;
	}

	.mw886\:items-center {
		align-items: center;
	}

	.mw886\:bg-transparent {
		background-color: transparent;
	}

	.mw886\:p-0 {
		padding: 0px;
	}

	.mw886\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}

	.mw886\:text-secondary {
		--tw-text-opacity: 1;
		color: rgb(254 232 0 / var(--tw-text-opacity));
	}

	.mw886\:shadow-none {
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}

	.mw886\:before\:border-none::before {
		content: var(--tw-content);
		border-style: none;
	}

	.before\:mw886\:pl-1::before {
		content: var(--tw-content);
		padding-left: 0.25rem;
	}

	.mw886\:before\:content-\[\"\"\]::before {
		--tw-content: "";
		content: var(--tw-content);
	}

	.after\:mw886\:pl-1::after {
		content: var(--tw-content);
		padding-left: 0.25rem;
	}

	.after\:mw886\:content-\[\'\|\'\]::after {
		--tw-content: '|';
		content: var(--tw-content);
	}
}

@media (min-width: 960px) {

	.lg\:absolute {
		position: absolute;
	}

	.lg\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}

	.lg\:bottom-0 {
		bottom: 0px;
	}

	.lg\:left-0 {
		left: 0px;
	}

	.lg\:top-1\/2 {
		top: 50%;
	}

	.lg\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.lg\:col-span-7 {
		grid-column: span 7 / span 7;
	}

	.lg\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	.lg\:float-right {
		float: right;
	}

	.lg\:mx-5 {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}

	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.lg\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.lg\:my-\[7\%\] {
		margin-top: 7%;
		margin-bottom: 7%;
	}

	.lg\:ml-0 {
		margin-left: 0px;
	}

	.lg\:mr-0 {
		margin-right: 0px;
	}

	.lg\:ml-\[85px\] {
		margin-left: 85px;
	}

	.lg\:mt-\[20px\] {
		margin-top: 20px;
	}

	.lg\:mb-8 {
		margin-bottom: 2rem;
	}

	.lg\:mt-0 {
		margin-top: 0px;
	}

	.lg\:mb-\[23px\] {
		margin-bottom: 23px;
	}

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

	.lg\:ml-\[50px\] {
		margin-left: 50px;
	}

	.lg\:block {
		display: block;
	}

	.lg\:inline-block {
		display: inline-block;
	}

	.lg\:inline {
		display: inline;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:hidden {
		display: none;
	}

	.lg\:aspect-video {
		aspect-ratio: 16 / 9;
	}

	.lg\:h-\[calc\(100vh-120px\)\] {
		height: calc(100vh - 120px);
	}

	.lg\:h-\[74px\] {
		height: 74px;
	}

	.lg\:h-\[calc\(100vh-165px\)\] {
		height: calc(100vh - 165px);
	}

	.lg\:h-\[calc\(100vh-274px\)\] {
		height: calc(100vh - 274px);
	}

	.lg\:h-fit {
		height: -webkit-fit-content;
		height: -moz-fit-content;
		height: fit-content;
	}

	.lg\:h-\[109px\] {
		height: 109px;
	}

	.lg\:h-\[500px\] {
		height: 500px;
	}

	.lg\:h-\[35px\] {
		height: 35px;
	}

	.lg\:h-\[calc\(50vw\*\(548\/480\)\)\] {
		height: calc(50vw * (548 / 480));
	}

	.lg\:h-\[260px\] {
		height: 260px;
	}

	.lg\:h-4 {
		height: 1rem;
	}

	.lg\:max-h-\[376px\] {
		max-height: 376px;
	}

	.lg\:min-h-\[420px\] {
		min-height: 420px;
	}

	.lg\:min-h-\[0\] {
		min-height: 0;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-auto {
		width: auto;
	}

	.lg\:w-2\/5 {
		width: 40%;
	}

	.lg\:w-3\/5 {
		width: 60%;
	}

	.lg\:w-3\/10 {
		width: 30%;
	}

	.lg\:w-7\/10 {
		width: 70%;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-legacy-susy-span-23 {
		width: 63.687150838%;
	}

	.lg\:w-legacy-susy-span-11 {
		width: 30.1675977654%;
	}

	.lg\:w-\[78\.6\%\] {
		width: 78.6%;
	}

	.lg\:w-\[76\%\] {
		width: 76%;
	}

	.lg\:w-\[calc\(50\%-2rem\)\] {
		width: calc(50% - 2rem);
	}

	.lg\:w-\[960px\] {
		width: 960px;
	}

	.lg\:w-1\/2 {
		width: 50%;
	}

	.lg\:w-\[49\%\] {
		width: 49%;
	}

	.lg\:w-\[70\%\] {
		width: 70%;
	}

	.lg\:w-\[30\%\] {
		width: 30%;
	}

	.lg\:w-\[35px\] {
		width: 35px;
	}

	.lg\:w-\[66\.5083135392\%\] {
		width: 66.5083135392%;
	}

	.lg\:w-\[28\.3159144893\%\] {
		width: 28.3159144893%;
	}

	.lg\:w-\[77\%\] {
		width: 77%;
	}

	.lg\:w-\[43\.6\%\] {
		width: 43.6%;
	}

	.lg\:w-\[80\%\] {
		width: 80%;
	}

	.lg\:w-\[75\.6\%\] {
		width: 75.6%;
	}

	.lg\:max-w-\[180px\] {
		max-width: 180px;
	}

	.lg\:max-w-\[23\%\] {
		max-width: 23%;
	}

	.lg\:max-w-none {
		max-width: none;
	}

	.lg\:max-w-fit {
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content;
	}

	.lg\:max-w-\[732px\] {
		max-width: 732px;
	}

	.lg\:max-w-\[550px\] {
		max-width: 550px;
	}

	.lg\:flex-1 {
		flex: 1 1 0%;
	}

	.lg\:shrink-0 {
		flex-shrink: 0;
	}

	.lg\:basis-\[calc\(33\.33\%-40px\)\] {
		flex-basis: calc(33.33% - 40px);
	}

	.lg\:basis-\[calc\(\(100\%-10rem\)\/3\)\] {
		flex-basis: calc((100% - 10rem) / 3);
	}

	.lg\:basis-\[calc\(\(100\%-6rem\)\/4\)\] {
		flex-basis: calc((100% - 6rem) / 4);
	}

	.lg\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}

	.lg\:translate-x-1\/2 {
		--tw-translate-x: 50%;
		transform: var(--tw-transform);
	}

	.lg\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

	.lg\:transform {
		transform: var(--tw-transform);
	}

	.lg\:columns-1 {
		-moz-columns: 1;
		     columns: 1;
	}

	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:flex-row-reverse {
		flex-direction: row-reverse;
	}

	.lg\:flex-col {
		flex-direction: column;
	}

	.lg\:items-end {
		align-items: flex-end;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:justify-start {
		justify-content: flex-start;
	}

	.lg\:justify-end {
		justify-content: flex-end;
	}

	.lg\:justify-center {
		justify-content: center;
	}

	.lg\:justify-between {
		justify-content: space-between;
	}

	.lg\:gap-20 {
		gap: 5rem;
	}

	.lg\:gap-12 {
		gap: 3rem;
	}

	.lg\:gap-0 {
		gap: 0px;
	}

	.lg\:space-x-\[55px\] > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(55px * var(--tw-space-x-reverse));
		margin-left: calc(55px * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(1.25rem * var(--tw-space-x-reverse));
		margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-y-reverse: 0;
		margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
		margin-bottom: calc(0px * var(--tw-space-y-reverse));
	}

	.lg\:overflow-hidden {
		overflow: hidden;
	}

	.lg\:rounded-full {
		border-radius: 9999px;
	}

	.lg\:border-l {
		border-left-width: 1px;
	}

	.lg\:bg-transparent {
		background-color: transparent;
	}

	.lg\:bg-gray-light {
		--tw-bg-opacity: 1;
		background-color: rgb(238 238 238 / var(--tw-bg-opacity));
	}

	.lg\:bg-silver {
		--tw-bg-opacity: 1;
		background-color: rgb(204 204 204 / var(--tw-bg-opacity));
	}

	.lg\:bg-cod-gray {
		--tw-bg-opacity: 1;
		background-color: rgb(21 21 21 / var(--tw-bg-opacity));
	}

	.lg\:bg-opacity-80 {
		--tw-bg-opacity: 0.8;
	}

	.lg\:bg-opacity-65 {
		--tw-bg-opacity: .65;
	}

	.lg\:bg-\[position\:21px_20px\] {
		background-position: 21px 20px;
	}

	.lg\:p-0 {
		padding: 0px;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:py-\[40px\] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.lg\:py-\[18px\] {
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.lg\:py-\[15px\] {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.lg\:px-\[15px\] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.lg\:px-\[20px\] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.lg\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.lg\:py-\[60px\] {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.lg\:pt-\[25px\] {
		padding-top: 25px;
	}

	.lg\:pb-0 {
		padding-bottom: 0px;
	}

	.lg\:pt-\[41px\] {
		padding-top: 41px;
	}

	.lg\:pr-0 {
		padding-right: 0px;
	}

	.lg\:pb-12 {
		padding-bottom: 3rem;
	}

	.lg\:pt-10 {
		padding-top: 2.5rem;
	}

	.lg\:pr-\[20px\] {
		padding-right: 20px;
	}

	.lg\:pl-\[78px\] {
		padding-left: 78px;
	}

	.lg\:pb-\[60px\] {
		padding-bottom: 60px;
	}

	.lg\:pt-\[58px\] {
		padding-top: 58px;
	}

	.lg\:text-center {
		text-align: center;
	}

	.lg\:text-right {
		text-align: right;
	}

	.lg\:text-\[48px\] {
		font-size: 48px;
	}

	.lg\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}

	.lg\:text-silver {
		--tw-text-opacity: 1;
		color: rgb(204 204 204 / var(--tw-text-opacity));
	}

	.lg\:text-kingfisher {
		--tw-text-opacity: 1;
		color: rgb(87 6 140 / var(--tw-text-opacity));
	}

	.lg\:text-majesty-bright {
		--tw-text-opacity: 1;
		color: rgb(230 215 238 / var(--tw-text-opacity));
	}
.lg\:rounded-full {
  width: auto;
  height: auto;
}

.lg\:rounded-full > img,
.rounded-full > picture {
  width: auto;
  height: auto;
  max-width: 100%;
}

.lg\:rounded-full > img,
.rounded-full > picture {
  width: auto;
  height: auto;
  max-width: 100%;
}
}

@media (min-width: 1054px) {

	.xl\:absolute {
		position: absolute;
	}

	.xl\:top-1\/2 {
		top: 50%;
	}

	.xl\:left-auto {
		left: auto;
	}

	.xl\:col-span-8 {
		grid-column: span 8 / span 8;
	}

	.xl\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.xl\:mx-10 {
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}

	.xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.xl\:h-full {
		height: 100%;
	}

	.xl\:h-\[74px\] {
		height: 74px;
	}

	.xl\:max-w-screen-xl {
		max-width: 1054px;
	}

	.xl\:max-w-\[732px\] {
		max-width: 732px;
	}

	.xl\:basis-\[calc\(33\.33\%-80px\)\] {
		flex-basis: calc(33.33% - 80px);
	}

	.xl\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

	.xl\:transform {
		transform: var(--tw-transform);
	}

	.xl\:px-\[20px\] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.xl\:py-\[4rem\] {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.xl\:text-\[60px\] {
		font-size: 60px;
	}

	.xl\:text-\[18px\] {
		font-size: 18px;
	}
}

@media (min-width: 1320px) {

	.mw1320\:h-\[883px\] {
		height: 883px;
	}
}

@media (min-width: 1440px) {

	.\32xl\:relative {
		position: relative;
	}

	.\32xl\:left-\[46px\] {
		left: 46px;
	}

	.\32xl\:mx-auto {
		margin-left: auto;
		margin-right: auto;
	}

	.\32xl\:ml-0 {
		margin-left: 0px;
	}

	.\32xl\:mt-\[32px\] {
		margin-top: 32px;
	}

	.\32xl\:w-\[194px\] {
		width: 194px;
	}

	.\32xl\:w-full {
		width: 100%;
	}

	.\32xl\:w-\[150px\] {
		width: 150px;
	}

	.\32xl\:w-\[267px\] {
		width: 267px;
	}

	.\32xl\:max-w-\[194px\] {
		max-width: 194px;
	}

	.\32xl\:max-w-\[1640px\] {
		max-width: 1640px;
	}

	.\32xl\:max-w-\[288px\] {
		max-width: 288px;
	}

	.\32xl\:max-w-\[1300px\] {
		max-width: 1300px;
	}

	.\32xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.\32xl\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.\32xl\:pl-\[20px\] {
		padding-left: 20px;
	}

	.\32xl\:pl-\[30px\] {
		padding-left: 30px;
	}

	.\32xl\:pr-\[20px\] {
		padding-right: 20px;
	}
}

@media (min-width: 1670px) {

	.\33xl\:m-0 {
		margin: 0px;
	}

	.\33xl\:mt-\[38px\] {
		margin-top: 38px;
	}

	.\33xl\:mb-\[10px\] {
		margin-bottom: 10px;
	}

	.\33xl\:mb-\[28px\] {
		margin-bottom: 28px;
	}

	.\33xl\:w-\[78\.6\%\] {
		width: 78.6%;
	}

	.\33xl\:min-w-\[300px\] {
		min-width: 300px;
	}

	.\33xl\:py-5 {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.\33xl\:px-\[33px\] {
		padding-left: 33px;
		padding-right: 33px;
	}

	.\33xl\:py-\[22px\] {
		padding-top: 22px;
		padding-bottom: 22px;
	}

	.\33xl\:text-\[36px\] {
		font-size: 36px;
	}

	.\33xl\:text-\[14px\] {
		font-size: 14px;
	}

	.\33xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}

	.\33xl\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.\33xl\:leading-\[1\.3334\] {
		line-height: 1.3334;
	}

	.\33xl\:leading-\[1\.5834\] {
		line-height: 1.5834;
	}

	.\33xl\:leading-\[48px\] {
		line-height: 48px;
	}

	.\33xl\:leading-\[22px\] {
		line-height: 22px;
	}
}
