/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 *
 * You can see the styles here:
 * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/base";
 */

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com
 */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

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

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

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

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: proxima-nova, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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-border-opacity: 1;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity));
}

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

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

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1;
  margin-bottom: 0.75rem;
}

h1, .h1 {
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.875rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.875rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 17px;
  line-height: 1;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

ul {
  list-style: disc;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

ol {
  list-style: decimal;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

hr {
  border-top-color: #BEC9D6;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/**
 * This injects any component classes registered by plugins.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/components";
 */

.tw-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .tw-container {
    max-width: 1536px;
  }
}

/**
 * Here you would add any of your custom component classes; stuff that you'd
 * want loaded *before* the utilities so that the utilities could still
 * override them.
 *
 * Example:
 *
 * .btn { ... }
 * .form-input { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "components/buttons";
 * @import "components/forms";
 */

[x-cloak] {
  display: none;
}

.paragraph--type--card a svg.icon-from-js, #block-subscribetoriderinsiderfooter a svg.icon-from-js, #block-footerlogos a svg.icon-from-js, h1 a svg.icon-from-js, h2 a svg.icon-from-js, h3 a svg.icon-from-js, h4 a svg.icon-from-js, h5 a svg.icon-from-js, h6 a svg.icon-from-js {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

a {
  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;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

a:hover, a:focus {
  opacity: 0.8;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a.no-icon svg { display: none !important;
}

input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity))
}

.region--content a, .node-content a {
  color: #3344BB;
  --tw-text-opacity: 1;
  color: rgba(51, 68, 187, var(--tw-text-opacity))
}

.region--content a:hover, .region--content a:focus, .node-content a:hover, .node-content a:focus {
  text-decoration: underline;
  opacity: 0.8;
}

.region--content a.ext, .region--content a.mailto, .region--content a.tel, .node-content a.ext, .node-content a.mailto, .node-content a.tel {
  display: inline-flex;
  align-items: center;
}

.region--content a.ext svg, .region--content a.mailto svg, .region--content a.tel svg, .node-content a.ext svg, .node-content a.mailto svg, .node-content a.tel svg {
  margin-left: 0.25rem;
}

.region--content ul, .region--content ol, .region--content dl, .node-content ul, .node-content ol, .node-content dl {
  margin-bottom: 0.75rem;
  padding-left: 2.5rem;
}

.region--content .paragraph--type--card-group a.ext, .region--content .paragraph--type--card-group a.mailto, .region--content .paragraph--type--card-group a.tel, .node-content .paragraph--type--card-group a.ext, .node-content .paragraph--type--card-group a.mailto, .node-content .paragraph--type--card-group a.tel {
  align-items: normal;
}

#block-multiplemenublock li li li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgba(222, 43, 38, var(--tw-text-opacity));
}

.form-required:after {
  content:" *";
  color: #DE2B26;
}

.paragraph {
  margin-bottom: 1.5rem;
}

.paragraph--type--card .ext {
  display: none;
}

/* Alerts */

.alert-effect { padding: 5px 10px; font-size:  16px;
}

.alert-effect-NO_SERVICE { background-color: #333; color: #fff;
}

.alert-effect-REDUCED_SERVICE { background-color: #555; color: #fff;
}

.alert-effect-SIGNIFICANT_DELAYS { background-color: #ee352a; color: #fff;
}

.alert-effect-DETOUR { background-color: #ff7800; color: #fff;
}

.alert-effect-ADDITIONAL_SERVICE { background-color: #dff0d8;
}

.alert-effect-MODIFIED_SERVICE { background-color: #fde964;
}

.alert-effect-OTHER_EFFECT { background-color: #800080; color: #fff;
}

.alert-effect-UNKNOWN_EFFECT { background-color: #ccc; color: #fff;
}

.alert-effect-STOP_MOVED { background-color: #ee352a; color: #fff;
}

/* Tables */

.node-content table {
  width: 100%;
  table-layout: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.node-content table + table {
  margin-top: 1.5rem;
}

.node-content table caption {
  margin-bottom: 0.5rem;
  text-align: left;
  font-weight: 700;
}

.node-content table th {
  padding-left: 1rem;
  text-align: left;
}

.node-content table th.views-field-field-meeting-time, .node-content table th.views-field-field-agenda, .node-content table th.views-field-field-minutes {
  text-align: center;
}

.node-content table th.views-field-field-meeting-time,
  .node-content table th.views-field-field-agenda,
  .node-content table th.views-field-field-minutes {
  padding-left: 0;
}

.node-content table thead td {
  padding: 0.5rem 1rem;
}

.node-content table thead td p:first-child {
  margin-bottom: 0 !important;
}

.node-content table tbody {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.node-content table tbody td {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
}

.node-content table td {
  padding: 0.5rem 1rem;
}

table.cols-4 th {
  width: 25%;
}

.tw-text-secondary {
  color: #3344BB;
}

.swiper-slide {
  width: 100% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none !important;
}

.swiper-pagination-bullets span.swiper-pagination-bullet {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: white;
  opacity: 1
}

.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 68, 187, var(--tw-bg-opacity));
}

.block, .node {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

/*
@media (min-width: 544px) { tbody th { display: none; } }
@media (max-width: 799px) { thead { display: none; } tbody tr { display: block; padding: 15px; border-bottom: 1px solid #ccc; }  tbody td { display: block; padding: 0 0 0 15px; border-bottom: 0 } tbody th { padding: 0 0 0 15px; }
*/

.node-content .table-mobile-header {
  font-weight: bold;
}

.node-content table.table-mobile thead, .node-content .table-mobile table thead {
  display: none;
}

.node-content table.table-mobile tbody tr, .node-content .table-mobile table tbody tr {
  display: block;
  border-bottom-width: 2px;
}

.node-content table.table-mobile tbody td, .node-content .table-mobile table tbody td {
  display: block;
  border-bottom-width: 0px;
}

.node-content table.table-mobile .table-mobile-header,.node-content .table-mobile table .table-mobile-header{ display: inline;
}

.node-content table.table-desktop thead, .node-content .table-desktop table thead {
  display: table-header-group;
}

.node-content table.table-desktop tbody tr, .node-content .table-desktop table tbody tr {
  display: table-row;
  border-bottom-width: 0;
}

.node-content table.table-desktop tbody td, .node-content .table-desktop table tbody td {
  display: table-cell;
  border-bottom-width: 2px;
  /*padding: 0.5rem 1rem;*/
}

.node-content table.table-desktop .lg:table-mobile-header, .node-content .table-desktop table .lg:table-mobile-header { display: none;
}

/* Footer Blocks */

#block-sdmts2021-local-tasks .is-active {
  font-weight: bold;
}

footer .menu a {
  margin-bottom: .5rem;
  display: inline-block;
}

/* Home Blocks */

#block-views-block-homepage-news-carousel-block-1 .flexslider {
  background-color: transparent;
}

#block-views-block-homepage-news-carousel-block-1 .flexslider .slides, #block-views-block-homepage-news-carousel-block-1 .flexslider li {
  display: flex !important;
}

#block-views-block-homepage-news-carousel-block-1 .flexslider .slides a.card:hover, #block-views-block-homepage-news-carousel-block-1 .flexslider li a.card:hover {
  color: #3344BB;
  --tw-text-opacity: 1;
  color: rgba(51, 68, 187, var(--tw-text-opacity));
  text-decoration: none;
}

#block-views-block-homepage-news-carousel-block-1 .flexslider .slides a.card:hover .group-hover, #block-views-block-homepage-news-carousel-block-1 .flexslider li a.card:hover .group-hover {
  height: 6px;
  --tw-bg-opacity: 1;
  background-color: rgba(222, 43, 38, var(--tw-bg-opacity));
  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;
}

#block-views-block-homepage-news-carousel-block-1 .flexslider .slides a.card:hover .group-hover > div, #block-views-block-homepage-news-carousel-block-1 .flexslider li a.card:hover .group-hover > div {
  height: 0 !important;
}

#block-views-block-homepage-news-carousel-block-1 .flexslider .flex-control-nav {
  bottom: 0px;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

#block-views-block-homepage-news-carousel-block-1 .flex-control-paging li a {
  background: transparent;
  box-shadow: none;
  border: solid 1px black;
}

#block-views-block-homepage-news-carousel-block-1 .flex-control-paging li a.flex-active {
  background: black !important;
}

#block-sdmts2021-mainmenu .is-active {
  color: rgba(51, 102, 204) !important;
}

#block-sdmts2021-mainmenu {
  background: #fff;
  font-size: 17px !important;
}

#block-sdmts2021-mainmenu h2 {
  display: none;
}

#block-sdmts2021-mainmenu a {
  font-weight: bold;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: block;
}

#block-sdmts2021-mainmenu ul {
  padding-right: 1rem;
  padding-left: 1rem;
}

#block-sdmts2021-mainmenu ul ul {
  margin-bottom: 0;
}

#block-sdmts2021-mainmenu ul li {
  list-style: none;
  border-bottom: solid 1px #DFDFDF;
}

#block-sdmts2021-mainmenu ul li ul li {
  border-bottom: none;
}

#block-sdmts2021-mainmenu ul li ul li a {
  font-weight: normal;
}

.message_wrapper .message {
  border-radius: 0.25rem;
  padding: 1rem;
}

.message_wrapper .message a {
  text-decoration: underline;
}

.message_wrapper .message--status {
  background-color: #d4edda;
  color: #155724;
}

.message_wrapper .message--warning {
  background-color: #fff3cd;
  color: #856404;
}

.message_wrapper .message--error {
  background-color: #f8d7da;
  color: #721c24;
}

.message_wrapper .message--info {
  background-color: #d1ecf1;
  color: #0c5460;
}

.tw-btn, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none;
  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;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff !important;
}

.tw-btn svg.ext, .btn svg.ext {
  display: none !important;
  width: 17px;
  height: 20px;
  margin: 0 0 5px 10px;
  padding: 0;
}

.tw-btn-lg, .btn-lg {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-btn:hover, .tw-btn:focus, .btn:hover, .btn:focus {
  opacity: 0.8;
}

.tw-btn-primary, .btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(222, 43, 38, var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-btn-primary:hover, .tw-btn-primary:focus, .btn-primary:hover, .btn-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.tw-btn-dark, .btn-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}

.tw-btn-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.tw-btn-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.tw-btn-gray-300 {
  font-weight: 600;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: #333132 !important;
}

.btn-info {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}

.btn-info:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}

.btn-info {
  font-weight: 600;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.paragraph--type--dropdown a {
  padding: 0.5rem;
  font-weight: 700;
  color: #333132 !important
}

.paragraph--type--dropdown a:hover, .paragraph--type--dropdown a:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
  text-decoration: none;
}

.paragraph--type--dropdown svg {
  display: none;
}

.js .js-hide {
  display: none !important;
}

.btn-default {
  margin-right: 0.5rem;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(51, 49, 50, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn-default:hover, .btn-default:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gtranslate select {
  width: 100%;
}

.search-block-form {
  display: flex;
  width: 75%;
  max-width: 36rem;
  align-items: center;
}

.search-block-form #edit-submit {
  height: 42px !important;
}

.search-block-form .js-form-item {
  width: 100%;
}

.search-block-form .js-form-item input {
  width: 100%;
}

.hfs_suggest {
  z-index: 400000 !important;
}

#block-sdmts2021-main-menu a {
  position: relative
}

#block-sdmts2021-main-menu a:before {
  content: '';
  position: absolute;
  bottom: -36px;
  width: 100%;
  height: 0px;
  background: transparent;
  transition: ease-in-out .2s;
  cursor: default;
  display: none;
  @media (min-width: 768px) {
    display: block;
  }
}

#block-sdmts2021-main-menu a.is-active {
  color: #DE2B26;
}

#block-sdmts2021-main-menu a.is-active:before, #block-sdmts2021-main-menu a:hover:before {
  height: 6px;
  background: #DE2B26;
}

.contact-us-flyout-menu a {
  color: #3344BB;
  --tw-text-opacity: 1;
  color: rgba(51, 68, 187, var(--tw-text-opacity));
}

.contact-us-flyout-menu a:hover {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity));
  text-decoration: underline;
}

@media print {
  .acsb-trigger,
    .acsb-trigger.acsb-ready.acsb-trigger-size-small,
    iframe[src*="youtube.com"],
    .video-embed-field-responsive-video::after {
    display: none !important;
  }
}

/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 * If using `postcss-import`, use this import instead:
 *
 * @import "tailwindcss/utilities";
 */

.tw-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.tw-visible {
  visibility: visible !important;
}

.tw-invisible {
  visibility: hidden !important;
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-inset-x-0 {
  left: 0px !important;
  right: 0px !important;
}

.tw-top-2 {
  top: 0.5rem !important;
}

.tw--top-1 {
  top: -0.25rem !important;
}

.tw-top-full {
  top: 100% !important;
}

.tw-right-0 {
  right: 0px !important;
}

.tw-right-3 {
  right: 0.75rem !important;
}

.tw-right-auto {
  right: auto !important;
}

.tw-bottom-10 {
  bottom: 2.5rem !important;
}

.tw-left-0 {
  left: 0px !important;
}

.tw-z-0 {
  z-index: 0 !important;
}

.tw-z-10 {
  z-index: 10 !important;
}

.tw-z-20 {
  z-index: 20 !important;
}

.tw-col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.tw-col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.tw-col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.tw-col-span-8 {
  grid-column: span 8 / span 8 !important;
}

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

.tw-col-span-full {
  grid-column: 1 / -1 !important;
}

.tw-float-left {
  float: left !important;
}

.tw-m-0 {
  margin: 0px !important;
}

.tw-m-1 {
  margin: 0.25rem !important;
}

.tw-m-2 {
  margin: 0.5rem !important;
}

.tw-m-3 {
  margin: 0.75rem !important;
}

.tw-m-4 {
  margin: 1rem !important;
}

.tw-m-5 {
  margin: 1.25rem !important;
}

.tw-m-6 {
  margin: 1.5rem !important;
}

.tw-m-7 {
  margin: 1.75rem !important;
}

.tw-m-8 {
  margin: 2rem !important;
}

.tw-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.tw-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.tw--mx-1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

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

.tw-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

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

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

.tw-my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.tw-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.tw-mt-0 {
  margin-top: 0px !important;
}

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

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

.tw-mt-3 {
  margin-top: 0.75rem !important;
}

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

.tw-mt-6 {
  margin-top: 1.5rem !important;
}

.tw-mt-auto {
  margin-top: auto !important;
}

.tw-mt-0\.5 {
  margin-top: 0.125rem !important;
}

.tw-mr-1 {
  margin-right: 0.25rem !important;
}

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

.tw-mr-3 {
  margin-right: 0.75rem !important;
}

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

.tw--mr-1 {
  margin-right: -0.25rem !important;
}

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

.tw-mb-0 {
  margin-bottom: 0px !important;
}

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

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

.tw-mb-3 {
  margin-bottom: 0.75rem !important;
}

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

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

.tw-mb-auto {
  margin-bottom: auto !important;
}

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

.tw-ml-2 {
  margin-left: 0.5rem !important;
}

.tw-ml-3 {
  margin-left: 0.75rem !important;
}

.tw-ml-4 {
  margin-left: 1rem !important;
}

.tw-ml-10 {
  margin-left: 2.5rem !important;
}

.tw-ml-auto {
  margin-left: auto !important;
}

.tw-block {
  display: block !important;
}

.tw-inline-block {
  display: inline-block !important;
}

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

.tw-table {
  display: table !important;
}

.tw-grid {
  display: grid !important;
}

.tw-hidden {
  display: none !important;
}

.tw-h-3 {
  height: 0.75rem !important;
}

.tw-h-4 {
  height: 1rem !important;
}

.tw-h-5 {
  height: 1.25rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-12 {
  height: 3rem !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-24 {
  height: 6rem !important;
}

.tw-h-96 {
  height: 24rem !important;
}

.tw-h-full {
  height: 100% !important;
}

.tw-h-2px {
  height: 2px !important;
}

.tw-h-6px {
  height: 6px !important;
}

.tw-group:hover .group-hover\:tw-h-6px {
  height: 6px !important;
}

.tw-w-4 {
  width: 1rem !important;
}

.tw-w-5 {
  width: 1.25rem !important;
}

.tw-w-6 {
  width: 1.5rem !important;
}

.tw-w-8 {
  width: 2rem !important;
}

.tw-w-10 {
  width: 2.5rem !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-20 {
  width: 5rem !important;
}

.tw-w-24 {
  width: 6rem !important;
}

.tw-w-auto {
  width: auto !important;
}

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

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

.tw-max-w-xl {
  max-width: 36rem !important;
}

.tw-max-w-3xl {
  max-width: 48rem !important;
}

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

.tw-max-w-screen-lg {
  max-width: 1024px !important;
}

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-flex-auto {
  flex: 1 1 auto !important;
}

.tw-flex-initial {
  flex: 0 1 auto !important;
}

.tw-table-auto {
  table-layout: auto !important;
}

.tw-transform {
  --tw-translate-x: 0 !important;
  --tw-translate-y: 0 !important;
  --tw-rotate: 0 !important;
  --tw-skew-x: 0 !important;
  --tw-skew-y: 0 !important;
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
  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)) !important;
}

.tw-translate-y-0 {
  --tw-translate-y: 0px !important;
}

.tw--translate-y-1 {
  --tw-translate-y: -0.25rem !important;
}

.tw-rotate-180 {
  --tw-rotate: 180deg !important;
}

.tw-scale-95 {
  --tw-scale-x: .95 !important;
  --tw-scale-y: .95 !important;
}

.tw-scale-100 {
  --tw-scale-x: 1 !important;
  --tw-scale-y: 1 !important;
}

@keyframes tw-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes tw-ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}

@keyframes tw-bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-list-outside {
  list-style-position: outside !important;
}

.tw-list-none {
  list-style-type: none !important;
}

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

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

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

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

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-place-items-center {
  place-items: center !important;
}

.tw-items-end {
  align-items: flex-end !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-justify-items-center {
  justify-items: center !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-gap-6 {
  gap: 1.5rem !important;
}

.tw-gap-12 {
  gap: 3rem !important;
}

.tw-gap-x-4 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

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

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

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

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

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

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

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

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

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

.tw-divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(216, 216, 216, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(190, 201, 214, var(--tw-divide-opacity)) !important;
}

.tw-divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1 !important;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity)) !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-whitespace-nowrap {
  white-space: nowrap !important;
}

.tw-rounded-md {
  border-radius: 0.375rem !important;
}

.tw-rounded-lg {
  border-radius: 0.5rem !important;
}

.tw-rounded-xl {
  border-radius: 0.75rem !important;
}

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

.tw-border-0 {
  border-width: 0px !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

.tw-border {
  border-width: 1px !important;
}

.tw-border-t-4 {
  border-top-width: 4px !important;
}

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

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

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

.tw-border-b-4 {
  border-bottom-width: 4px !important;
}

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

.tw-border-none {
  border-style: none !important;
}

.tw-border-transparent {
  border-color: transparent !important;
}

.tw-border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.tw-border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.tw-border-gray-200 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(241, 241, 241, var(--tw-border-opacity)) !important;
}

.tw-border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(216, 216, 216, var(--tw-border-opacity)) !important;
}

.tw-border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(190, 201, 214, var(--tw-border-opacity)) !important;
}

.tw-border-gray-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)) !important;
}

.tw-border-gray-700 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 49, 50, var(--tw-border-opacity)) !important;
}

.tw-border-red-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 38, 38, var(--tw-border-opacity)) !important;
}

.tw-border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(222, 43, 38, var(--tw-border-opacity)) !important;
}

.tw-border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(51, 68, 187, var(--tw-border-opacity)) !important;
}

.focus\:tw-border-indigo-500:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
}

.tw-bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.tw-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 49, 50, var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity)) !important;
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.tw-bg-green-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(52, 211, 153, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity)) !important;
}

.tw-bg-purple-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(237, 233, 254, var(--tw-bg-opacity)) !important;
}

.tw-bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(222, 43, 38, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.tw-group:hover .group-hover\:tw-bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(222, 43, 38, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(241, 241, 241, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 216, 216, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-gray-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(51, 49, 50, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-red-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(185, 28, 28, var(--tw-bg-opacity)) !important;
}

.hover\:tw-bg-blue-700:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)) !important;
}

.focus\:tw-bg-gray-100:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}

.tw-fill-current {
  fill: currentColor !important;
}

.tw-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tw-object-top {
  -o-object-position: top !important;
     object-position: top !important;
}

.tw-p-0 {
  padding: 0px !important;
}

.tw-p-1 {
  padding: 0.25rem !important;
}

.tw-p-2 {
  padding: 0.5rem !important;
}

.tw-p-3 {
  padding: 0.75rem !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-5 {
  padding: 1.25rem !important;
}

.tw-p-6 {
  padding: 1.5rem !important;
}

.tw-p-7 {
  padding: 1.75rem !important;
}

.tw-p-8 {
  padding: 2rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

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

.tw-px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

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

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

.tw-px-10 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.tw-px-12 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

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

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

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

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

.tw-py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.tw-py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.tw-py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.tw-py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.tw-py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.tw-py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.tw-pt-1 {
  padding-top: 0.25rem !important;
}

.tw-pt-2 {
  padding-top: 0.5rem !important;
}

.tw-pt-3 {
  padding-top: 0.75rem !important;
}

.tw-pt-4 {
  padding-top: 1rem !important;
}

.tw-pt-5 {
  padding-top: 1.25rem !important;
}

.tw-pt-6 {
  padding-top: 1.5rem !important;
}

.tw-pt-7 {
  padding-top: 1.75rem !important;
}

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

.tw-pr-0 {
  padding-right: 0px !important;
}

.tw-pr-1 {
  padding-right: 0.25rem !important;
}

.tw-pr-2 {
  padding-right: 0.5rem !important;
}

.tw-pr-3 {
  padding-right: 0.75rem !important;
}

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

.tw-pr-5 {
  padding-right: 1.25rem !important;
}

.tw-pr-6 {
  padding-right: 1.5rem !important;
}

.tw-pr-7 {
  padding-right: 1.75rem !important;
}

.tw-pr-8 {
  padding-right: 2rem !important;
}

.tw-pr-10 {
  padding-right: 2.5rem !important;
}

.tw-pb-0 {
  padding-bottom: 0px !important;
}

.tw-pb-1 {
  padding-bottom: 0.25rem !important;
}

.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.tw-pb-3 {
  padding-bottom: 0.75rem !important;
}

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

.tw-pb-5 {
  padding-bottom: 1.25rem !important;
}

.tw-pb-6 {
  padding-bottom: 1.5rem !important;
}

.tw-pb-7 {
  padding-bottom: 1.75rem !important;
}

.tw-pb-8 {
  padding-bottom: 2rem !important;
}

.tw-pl-0 {
  padding-left: 0px !important;
}

.tw-pl-1 {
  padding-left: 0.25rem !important;
}

.tw-pl-2 {
  padding-left: 0.5rem !important;
}

.tw-pl-3 {
  padding-left: 0.75rem !important;
}

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

.tw-pl-5 {
  padding-left: 1.25rem !important;
}

.tw-pl-6 {
  padding-left: 1.5rem !important;
}

.tw-pl-7 {
  padding-left: 1.75rem !important;
}

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

.tw-text-left {
  text-align: left !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-text-right {
  text-align: right !important;
}

.tw-font-sans {
  font-family: proxima-nova, sans-serif !important;
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.tw-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.tw-text-base {
  font-size: 17px !important;
}

.tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.tw-text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

.tw-text-4xl {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

.tw-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.tw-text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-extrabold {
  font-weight: 800 !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-leading-none {
  line-height: 1 !important;
}

.tw-leading-snug {
  line-height: 1.375 !important;
}

.tw-leading-relaxed {
  line-height: 1.625 !important;
}

.tw-leading-loose {
  line-height: 2 !important;
}

.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.tw-text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.tw-text-gray-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(243, 244, 246, var(--tw-text-opacity)) !important;
}

.tw-text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgba(190, 201, 214, var(--tw-text-opacity)) !important;
}

.tw-text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(107, 114, 128, var(--tw-text-opacity)) !important;
}

.tw-text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.tw-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 49, 50, var(--tw-text-opacity)) !important;
}

.tw-text-gray-800 {
  --tw-text-opacity: 1 !important;
  color: rgba(31, 41, 55, var(--tw-text-opacity)) !important;
}

.tw-text-red-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 38, 38, var(--tw-text-opacity)) !important;
}

.tw-text-red-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(185, 28, 28, var(--tw-text-opacity)) !important;
}

.tw-text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}

.tw-text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 78, 216, var(--tw-text-opacity)) !important;
}

.tw-text-indigo-600 {
  --tw-text-opacity: 1 !important;
  color: rgba(79, 70, 229, var(--tw-text-opacity)) !important;
}

.tw-text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(222, 43, 38, var(--tw-text-opacity)) !important;
}

.tw-text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 68, 187, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-gray-700:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 49, 50, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-blue-800:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(30, 64, 175, var(--tw-text-opacity)) !important;
}

.hover\:tw-text-secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(51, 68, 187, var(--tw-text-opacity)) !important;
}

.focus\:tw-text-gray-600:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.tw-underline {
  text-decoration: underline !important;
}

.tw-no-underline {
  text-decoration: none !important;
}

.hover\:tw-underline:hover {
  text-decoration: underline !important;
}

.hover\:tw-no-underline:hover {
  text-decoration: none !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-opacity-100 {
  opacity: 1 !important;
}

.hover\:tw-opacity-60:hover {
  opacity: 0.6 !important;
}

.hover\:tw-opacity-75:hover {
  opacity: 0.75 !important;
}

.hover\:tw-opacity-80:hover {
  opacity: 0.8 !important;
}

.focus\:tw-opacity-75:focus {
  opacity: 0.75 !important;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:tw-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.focus\:tw-ring-indigo-500:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

.tw-transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.tw-duration-100 {
  transition-duration: 100ms !important;
}

.tw-duration-150 {
  transition-duration: 150ms !important;
}

.tw-duration-200 {
  transition-duration: 200ms !important;
}

.tw-duration-300 {
  transition-duration: 300ms !important;
}

.tw-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.tw-ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tw-text-shadow-md {
  text-shadow: 0px 2px 2px rgb(0 0 0 / 60%) !important;
}

/**
 * Here you would add any custom utilities you need that don't come out of the
 * box with Tailwind.
 *
 * Example :
 *
 * .bg-pattern-graph-paper { ... }
 * .skew-45 { ... }
 *
 * Or if using a preprocessor or `postcss-import`:
 *
 * @import "utilities/background-patterns";
 * @import "utilities/skew-transforms";
 */

@media (min-width: 768px) {
  .md\:tw-h-12 {
    height: 3rem !important;
  }
}

@media (min-width: 640px) {
  .node-content .sm\:table-mobile-header {
    font-weight: bold;
  }

  .node-content table.sm\:table-mobile thead, .node-content .sm\:table-mobile table thead {
    display: none;
  }

  .node-content table.sm\:table-mobile tbody tr, .node-content .sm\:table-mobile table tbody tr {
    display: block;
    border-bottom-width: 2px;
  }

  .node-content table.sm\:table-mobile tbody td, .node-content .sm\:table-mobile table tbody td {
    display: block;
    border-bottom-width: 0px;
  }

  .node-content table.table-mobile .sm\:table-mobile-header,.node-content .table-mobile table .sm\:table-mobile-header{ display: inline;
  }

  .node-content table.sm\:table-desktop thead, .node-content .sm\:table-desktop table thead {
    display: table-header-group;
  }

  .node-content table.sm\:table-desktop tbody tr, .node-content .sm\:table-desktop table tbody tr {
    display: table-row;
    border-bottom-width: 0;
  }

  .node-content table.sm\:table-desktop tbody td, .node-content .sm\:table-desktop table tbody td {
    display: table-cell;
    border-bottom-width: 2px;
    /*padding: 0.5rem 1rem;*/
  }

  .node-content table.table-desktop .sm\:lg:table-mobile-header, .node-content .table-desktop table .sm\:lg:table-mobile-header { display: none;
  }

  .sm\:tw-visible {
    visibility: visible !important;
  }

  .sm\:tw-invisible {
    visibility: hidden !important;
  }

  .sm\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:tw-col-span-10 {
    grid-column: span 10 / span 10 !important;
  }

  .sm\:tw-block {
    display: block !important;
  }

  .sm\:tw-hidden {
    display: none !important;
  }

  .sm\:tw-w-1\/3 {
    width: 33.333333% !important;
  }

  .sm\:tw-w-2\/3 {
    width: 66.666667% !important;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:tw-text-base {
    font-size: 17px !important;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 768px) {
  .node-content .md\:table-mobile-header {
    font-weight: bold;
  }

  .node-content table.md\:table-mobile thead, .node-content .md\:table-mobile table thead {
    display: none;
  }

  .node-content table.md\:table-mobile tbody tr, .node-content .md\:table-mobile table tbody tr {
    display: block;
    border-bottom-width: 2px;
  }

  .node-content table.md\:table-mobile tbody td, .node-content .md\:table-mobile table tbody td {
    display: block;
    border-bottom-width: 0px;
  }

  .node-content table.table-mobile .md\:table-mobile-header,.node-content .table-mobile table .md\:table-mobile-header{ display: inline;
  }

  .node-content table.md\:table-desktop thead, .node-content .md\:table-desktop table thead {
    display: table-header-group;
  }

  .node-content table.md\:table-desktop tbody tr, .node-content .md\:table-desktop table tbody tr {
    display: table-row;
    border-bottom-width: 0;
  }

  .node-content table.md\:table-desktop tbody td, .node-content .md\:table-desktop table tbody td {
    display: table-cell;
    border-bottom-width: 2px;
    /*padding: 0.5rem 1rem;*/
  }

  .node-content table.table-desktop .md\:lg:table-mobile-header, .node-content .table-desktop table .md\:lg:table-mobile-header { display: none;
  }

  .md\:tw-visible {
    visibility: visible !important;
  }

  .md\:tw-invisible {
    visibility: hidden !important;
  }

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:tw-mx-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:tw-mr-6 {
    margin-right: 1.5rem !important;
  }

  .md\:tw-mr-12 {
    margin-right: 3rem !important;
  }

  .md\:tw-ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:tw-flex {
    display: flex !important;
  }

  .md\:tw-grid {
    display: grid !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:tw-w-12 {
    width: 3rem !important;
  }

  .md\:tw-w-auto {
    width: auto !important;
  }

  .md\:tw-w-1\/2 {
    width: 50% !important;
  }

  .md\:tw-w-1\/4 {
    width: 25% !important;
  }

  .md\:tw-w-3\/4 {
    width: 75% !important;
  }

  .md\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .md\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:tw-grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:tw-items-center {
    align-items: center !important;
  }

  .md\:tw-justify-start {
    justify-content: flex-start !important;
  }

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

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

  .md\:tw-p-8 {
    padding: 2rem !important;
  }

  .md\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:tw-text-base {
    font-size: 17px !important;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

@media (min-width: 1024px) {
  .node-content .lg\:table-mobile-header {
    font-weight: bold;
  }

  .node-content table.lg\:table-mobile thead, .node-content .lg\:table-mobile table thead {
    display: none;
  }

  .node-content table.lg\:table-mobile tbody tr, .node-content .lg\:table-mobile table tbody tr {
    display: block;
    border-bottom-width: 2px;
  }

  .node-content table.lg\:table-mobile tbody td, .node-content .lg\:table-mobile table tbody td {
    display: block;
    border-bottom-width: 0px;
  }

  .node-content table.table-mobile .lg\:table-mobile-header,.node-content .table-mobile table .lg\:table-mobile-header{ display: inline;
  }

  .node-content table.lg\:table-desktop thead, .node-content .lg\:table-desktop table thead {
    display: table-header-group;
  }

  .node-content table.lg\:table-desktop tbody tr, .node-content .lg\:table-desktop table tbody tr {
    display: table-row;
    border-bottom-width: 0;
  }

  .node-content table.lg\:table-desktop tbody td, .node-content .lg\:table-desktop table tbody td {
    display: table-cell;
    border-bottom-width: 2px;
    /*padding: 0.5rem 1rem;*/
  }

  .node-content table.table-desktop .lg\:lg:table-mobile-header, .node-content .table-desktop table .lg\:lg:table-mobile-header { display: none;
  }

  .lg\:tw-visible {
    visibility: visible !important;
  }

  .lg\:tw-invisible {
    visibility: hidden !important;
  }

  .lg\:tw-mb-4 {
    margin-bottom: 1rem !important;
  }

  .lg\:tw-block {
    display: block !important;
  }

  .lg\:tw-flex {
    display: flex !important;
  }

  .lg\:tw-grid {
    display: grid !important;
  }

  .lg\:tw-hidden {
    display: none !important;
  }

  .lg\:tw-w-28 {
    width: 7rem !important;
  }

  .lg\:tw-w-1\/2 {
    width: 50% !important;
  }

  .lg\:tw-flex-1 {
    flex: 1 1 0% !important;
  }

  .lg\:tw-grid-flow-col {
    grid-auto-flow: column !important;
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:tw-grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .lg\:tw-flex-row {
    flex-direction: row !important;
  }

  .lg\:tw-justify-between {
    justify-content: space-between !important;
  }

  .lg\:tw-gap-4 {
    gap: 1rem !important;
  }

  .lg\:tw-gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:tw-gap-12 {
    gap: 3rem !important;
  }

  .lg\:tw-space-x-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(2.25rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))) !important;
  }

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

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

  .lg\:tw-divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(241, 241, 241, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgba(75, 85, 99, var(--tw-divide-opacity)) !important;
  }

  .lg\:tw-overflow-auto {
    overflow: auto !important;
  }

  .lg\:tw-border-t-0 {
    border-top-width: 0px !important;
  }

  .lg\:tw-py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .lg\:tw-py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:tw-py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:tw-pt-0 {
    padding-top: 0px !important;
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0px !important;
  }

  .lg\:tw-pb-4 {
    padding-bottom: 1rem !important;
  }

  .lg\:tw-text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

@media (min-width: 1280px) {
  .node-content .xl\:table-mobile-header {
    font-weight: bold;
  }

  .node-content table.xl\:table-mobile thead, .node-content .xl\:table-mobile table thead {
    display: none;
  }

  .node-content table.xl\:table-mobile tbody tr, .node-content .xl\:table-mobile table tbody tr {
    display: block;
    border-bottom-width: 2px;
  }

  .node-content table.xl\:table-mobile tbody td, .node-content .xl\:table-mobile table tbody td {
    display: block;
    border-bottom-width: 0px;
  }

  .node-content table.table-mobile .xl\:table-mobile-header,.node-content .table-mobile table .xl\:table-mobile-header{ display: inline;
  }

  .node-content table.xl\:table-desktop thead, .node-content .xl\:table-desktop table thead {
    display: table-header-group;
  }

  .node-content table.xl\:table-desktop tbody tr, .node-content .xl\:table-desktop table tbody tr {
    display: table-row;
    border-bottom-width: 0;
  }

  .node-content table.xl\:table-desktop tbody td, .node-content .xl\:table-desktop table tbody td {
    display: table-cell;
    border-bottom-width: 2px;
    /*padding: 0.5rem 1rem;*/
  }

  .node-content table.table-desktop .xl\:lg:table-mobile-header, .node-content .table-desktop table .xl\:lg:table-mobile-header { display: none;
  }

  .xl\:tw-visible {
    visibility: visible !important;
  }

  .xl\:tw-invisible {
    visibility: hidden !important;
  }

  .xl\:tw-col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .xl\:tw-col-span-11 {
    grid-column: span 11 / span 11 !important;
  }

  .xl\:tw-hidden {
    display: none !important;
  }

  .xl\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:tw-text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1536px) {
  .node-content .\32xl\:table-mobile-header {
    font-weight: bold;
  }

  .node-content table.\32xl\:table-mobile thead, .node-content .\32xl\:table-mobile table thead {
    display: none;
  }

  .node-content table.\32xl\:table-mobile tbody tr, .node-content .\32xl\:table-mobile table tbody tr {
    display: block;
    border-bottom-width: 2px;
  }

  .node-content table.\32xl\:table-mobile tbody td, .node-content .\32xl\:table-mobile table tbody td {
    display: block;
    border-bottom-width: 0px;
  }

  .node-content table.table-mobile .\32xl\:table-mobile-header,.node-content .table-mobile table .\32xl\:table-mobile-header{ display: inline;
  }

  .node-content table.\32xl\:table-desktop thead, .node-content .\32xl\:table-desktop table thead {
    display: table-header-group;
  }

  .node-content table.\32xl\:table-desktop tbody tr, .node-content .\32xl\:table-desktop table tbody tr {
    display: table-row;
    border-bottom-width: 0;
  }

  .node-content table.\32xl\:table-desktop tbody td, .node-content .\32xl\:table-desktop table tbody td {
    display: table-cell;
    border-bottom-width: 2px;
    /*padding: 0.5rem 1rem;*/
  }

  .node-content table.table-desktop .\32xl\:lg:table-mobile-header, .node-content .table-desktop table .\32xl\:lg:table-mobile-header { display: none;
  }

  .\32xl\:tw-visible {
    visibility: visible !important;
  }

  .\32xl\:tw-invisible {
    visibility: hidden !important;
  }

  .\32xl\:tw-hidden {
    display: none !important;
  }
}

@media print {
  .node-content .print\:table-mobile-header {
    font-weight: bold;
  }

  .node-content table.print\:table-mobile thead, .node-content .print\:table-mobile table thead {
    display: none;
  }

  .node-content table.print\:table-mobile tbody tr, .node-content .print\:table-mobile table tbody tr {
    display: block;
    border-bottom-width: 2px;
  }

  .node-content table.print\:table-mobile tbody td, .node-content .print\:table-mobile table tbody td {
    display: block;
    border-bottom-width: 0px;
  }

  .node-content table.table-mobile .print\:table-mobile-header,.node-content .table-mobile table .print\:table-mobile-header{ display: inline;
  }

  .node-content table.print\:table-desktop thead, .node-content .print\:table-desktop table thead {
    display: table-header-group;
  }

  .node-content table.print\:table-desktop tbody tr, .node-content .print\:table-desktop table tbody tr {
    display: table-row;
    border-bottom-width: 0;
  }

  .node-content table.print\:table-desktop tbody td, .node-content .print\:table-desktop table tbody td {
    display: table-cell;
    border-bottom-width: 2px;
    /*padding: 0.5rem 1rem;*/
  }

  .node-content table.table-desktop .print\:lg:table-mobile-header, .node-content .table-desktop table .print\:lg:table-mobile-header { display: none;
  }

  .print\:tw-block {
    display: block !important;
  }

  .print\:tw-hidden {
    display: none !important;
  }
}
