/*
  Theme Name: Michigan Creative WP theme
  Author: Michigan Creative
  Version: 1.0
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
  ! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

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

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

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

html {
  scroll-behavior: smooth;
}

/* Hides elements that have the x-cloak attribute (alpine.js) */

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

/* Hide details marker on webkit browsers */

details summary::-webkit-details-marker {
  display: none;
}

@font-face {
}

h1, h2, h3, h4, h5, h6 {
  font-family: Libre Baskerville, serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 21 22 / var(--tw-text-opacity, 1));
}

.content .rich-text h1, .editor-visual-editor h1.wp-block-heading, .content h1.wp-block-heading, .content > h1 {
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  font-size: 50px;
  line-height: 70px;
}

.content .rich-text h2, .editor-visual-editor h2.wp-block-heading, .content h2.wp-block-heading, .content > h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 40px;
  line-height: 56px;
}

.content .rich-text h3, .editor-visual-editor h3.wp-block-heading, .content h3.wp-block-heading, .content > h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 30px;
  line-height: 42px;
}

.content .rich-text h4, .editor-visual-editor h4.wp-block-heading, .content h4.wp-block-heading, .content > h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-size: 24px;
  line-height: 36px;
}

.content .rich-text h5, .editor-visual-editor h5.wp-block-heading, .content h5.wp-block-heading, .content > h5 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 21px;
  line-height: 32px;
}

.content .rich-text h6, .editor-visual-editor h6.wp-block-heading, .content h6.wp-block-heading, .content > h6 {
  font-size: 18px;
  line-height: 27px;
}

.content .rich-text p:not(:last-child), .editor-visual-editor p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.content .rich-text p, .editor-visual-editor p {
  font-size: 21px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(43 46 49 / var(--tw-text-opacity, 1));
}

.content .rich-text p a, .editor-visual-editor p a, .content .core-paragraph a, .content .wp-block-heading a, .wp-block-table a {
  --tw-text-opacity: 1;
  color: rgb(0 93 180 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.content .rich-text p a:hover, .editor-visual-editor p a:hover, .content .core-paragraph a:hover, .content .wp-block-heading a:hover, .wp-block-table a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

.content .rich-text p a:focus, .editor-visual-editor p a:focus, .content .core-paragraph a:focus, .content .wp-block-heading a:focus, .wp-block-table a:focus {
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

.content > p,
  .content .core-paragraph {
  margin-bottom: 1.5rem;
  font-size: 1.3125rem;
}

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

@media (min-width: 40rem) {
  .container {
    max-width: 40rem;
  }
}

@media (min-width: 48rem) {
  .container {
    max-width: 48rem;
  }
}

@media (min-width: 64rem) {
  .container {
    max-width: 64rem;
  }
}

@media (min-width: 80rem) {
  .container {
    max-width: 80rem;
  }
}

@media (min-width: 90rem) {
  .container {
    max-width: 90rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

.button {
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

.-m-4 {
  margin: -1rem;
}

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-my-\[1\.75rem\] {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-7 {
  margin-top: 1.75rem;
}

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

.mt-auto {
  margin-top: auto;
}

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

.hidden {
  display: none;
}

.aspect-\[352\/224\] {
  aspect-ratio: 352/224;
}

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

.size-20 {
  width: 5rem;
  height: 5rem;
}

.\!h-auto {
  height: auto !important;
}

.h-0 {
  height: 0px;
}

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

.h-10 {
  height: 2.5rem;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

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

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

.min-h-\[36\.0625rem\] {
  min-height: 36.0625rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-3\/4 {
  width: 75%;
}

.w-4\/5 {
  width: 80%;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

.origin-center {
  transform-origin: center;
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

.list-outside {
  list-style-position: outside;
}

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

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

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

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

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

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

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

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

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

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

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

.gap-y-6 {
  row-gap: 1.5rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

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

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

.border-t-\[32px\] {
  border-top-width: 32px;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(19 21 22 / var(--tw-border-opacity, 1));
}

.border-gray-default {
  --tw-border-opacity: 1;
  border-color: rgb(43 46 49 / var(--tw-border-opacity, 1));
}

.border-michigan-blue {
  --tw-border-opacity: 1;
  border-color: rgb(0 39 76 / var(--tw-border-opacity, 1));
}

.border-rackham-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(172 193 187 / var(--tw-border-opacity, 1));
}

.border-rackham-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(220 229 226 / var(--tw-border-opacity, 1));
}

.border-rackham-green-default {
  --tw-border-opacity: 1;
  border-color: rgb(117 152 141 / var(--tw-border-opacity, 1));
}

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

.border-white-cream {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 246 / var(--tw-border-opacity, 1));
}

.bg-black\/75 {
  background-color: rgb(19 21 22 / 0.75);
}

.bg-michigan-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 39 76 / var(--tw-bg-opacity, 1));
}

.bg-michigan-maize {
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 5 / var(--tw-bg-opacity, 1));
}

.bg-rackham-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.bg-rackham-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 226 / var(--tw-bg-opacity, 1));
}

.bg-white-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}

.bg-white-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 246 / var(--tw-bg-opacity, 1));
}

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

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

.fill-black {
  fill: #131516;
}

.fill-rackham-green-300 {
  fill: #DCE5E2;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

.px-\[0\.6875rem\] {
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
}

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

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

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

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

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

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

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

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

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

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

.py-\[0\.3125rem\] {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

.py-\[1\.75rem\] {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

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

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

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

.font-freightsans-pro {
  font-family: freight-sans-pro, sans-serif;
}

.font-libre-baskerville {
  font-family: Libre Baskerville, serif;
}

.text-1\.5xl {
  font-size: 21px;
  line-height: 32px;
}

.text-2\.5xl {
  font-size: 28px;
  line-height: 40px;
}

.text-2xl {
  font-size: 24px;
  line-height: 36px;
}

.text-3xl {
  font-size: 30px;
  line-height: 42px;
}

.text-4xl {
  font-size: 32px;
  line-height: 45px;
}

.text-5xl {
  font-size: 36px;
  line-height: 48px;
}

.text-6xl {
  font-size: 40px;
  line-height: 56px;
}

.text-7xl {
  font-size: 50px;
  line-height: 70px;
}

.text-\[1\.3125rem\] {
  font-size: 1.3125rem;
}

.text-base {
  font-size: 16px;
  line-height: 24px;
}

.text-lg {
  font-size: 18px;
  line-height: 27px;
}

.text-sm {
  font-size: 14px;
  line-height: 21px;
}

.text-xl {
  font-size: 20px;
  line-height: 28px;
}

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

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-normal {
  line-height: 1.5;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(19 21 22 / var(--tw-text-opacity, 1));
}

.text-cerulean {
  --tw-text-opacity: 1;
  color: rgb(0 93 180 / var(--tw-text-opacity, 1));
}

.text-gray-default {
  --tw-text-opacity: 1;
  color: rgb(43 46 49 / var(--tw-text-opacity, 1));
}

.text-michigan-blue {
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

.text-michigan-maize {
  --tw-text-opacity: 1;
  color: rgb(255 203 5 / var(--tw-text-opacity, 1));
}

.text-rackham-green-100 {
  --tw-text-opacity: 1;
  color: rgb(70 89 83 / var(--tw-text-opacity, 1));
}

.text-rackham-green-default {
  --tw-text-opacity: 1;
  color: rgb(117 152 141 / var(--tw-text-opacity, 1));
}

.text-white-default {
  --tw-text-opacity: 1;
  color: rgb(255 253 253 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.accent-white-cream {
  accent-color: #FEFCF6;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

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

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-150 {
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.content-\[\'\\2014\'\] {
  --tw-content: '\2014';
  content: var(--tw-content);
}

.\~py-28\/56 {
  padding-top: clamp(7rem,1.4rem + 14vw,14rem)/* fluid from 7rem at 40rem to 14rem at 90rem */;
  padding-bottom: clamp(7rem,1.4rem + 14vw,14rem)/* fluid from 7rem at 40rem to 14rem at 90rem */;
}

/* WordPress specific styles */

/* This increases the max width inside the admin block editor */

.wp-block {
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wp-block-post-title {
  margin-bottom: 2rem;
  font-size: 36px;
  line-height: 48px;
}

.wp-block-image {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.wp-block-table, .editor-visual-editor .wp-block-table {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.content .rich-text a, .editor-visual-editor a {
  overflow-wrap: break-word;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

ul.topic-listings li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 48rem) {
  ul.topic-listings li {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

ul.topic-listings {
  margin-left: 0.75rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 0.75rem;
}

@media (min-width: 48rem) {
  ul.topic-listings {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

@media (min-width: 64rem) {
  ul.topic-listings {
    padding-left: 0px;
  }
}

ul.wp-block-list, ol.wp-block-list {
  margin-left: 0.75rem;
  margin-bottom: 1rem;
  padding-left: 2.5rem;
  font-size: 21px;
  line-height: 32px;
}

.content ul, .content ol {
  margin-left: 0.75rem;
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  font-size: 21px;
  line-height: 32px;
}

.content li, .wp-block-list li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}

.content li, ul.wp-block-list li {
  list-style-position: outside;
  list-style-type: disc;
}

.content ul ul, ul.wp-block-list ul {
  list-style-position: outside;
  list-style-type: circle;
}

.content ul ul ul, ul.wp-block-list ul ul {
  list-style-position: outside;
  list-style-type: square;
}

.content ol, ol.wp-block-list {
  list-style-position: outside;
  list-style-type: decimal;
}

.content ul a, .content ol a, ul.wp-block-list a, ol.wp-block-list a {
  --tw-text-opacity: 1;
  color: rgb(0 93 180 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.content ul a:hover, .content ol a:hover, ul.wp-block-list a:hover, ol.wp-block-list a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

.content ul a:focus, .content ol a:focus, ul.wp-block-list a:focus, ol.wp-block-list a:focus {
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

.content img {
  border-radius: 1rem !important;
}

.editor-visual-editor .creative-button-container {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.editor-visual-editor .creative-link {
  text-decoration-line: none !important;
}

.block-editor-writing-flow {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.content b, .content strong {
  font-weight: 700;
}

.link-underline a:hover {
  text-decoration-line: underline;
}

.link-underline a:focus {
  text-decoration-line: underline;
}

.content hr {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(172 193 187 / var(--tw-border-opacity, 1)) !important;
}

/* WYSIWYG image alignment */

@media (min-width: 40rem) {
  .alignright {
    float: right;
    margin-left: 2rem;
  }

  .alignleft {
    float: left;
    margin-right: 2rem;
  }
}

.alignleft img,
.alignright img {
  margin-top: 0px;
}

/* Header menu */

.header-menu .current-menu-item a,
.header-menu .current-page-ancestor a {
  display: block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 700;
}

.header-menu li, .header-menu li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 21 22 / var(--tw-text-opacity, 1));
}

.header-menu li:hover, .header-menu li:hover {
  font-weight: 700;
}

.header-menu li:focus, .header-menu li:focus {
  font-weight: 700;
}

.header-menu li:not(.current-menu-item, .current-page-ancestor) {
  border-bottom-width: 2px;
  border-color: transparent;
}

.header-menu li:not(.current-menu-item, .current-page-ancestor):hover {
  --tw-border-opacity: 1;
  border-color: rgb(172 193 187 / var(--tw-border-opacity, 1));
}

.header-menu li:not(.current-menu-item, .current-page-ancestor):focus {
  --tw-border-opacity: 1;
  border-color: rgb(172 193 187 / var(--tw-border-opacity, 1));
}

/* Utility menu */

.utility-menu .current-menu-item,
.utility-menu .current-page-ancestor {
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 203 5 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 21 22 / var(--tw-text-opacity, 1));
}

.utility-menu li {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 253 253 / var(--tw-text-opacity, 1));
}

.utility-menu li:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 5 / var(--tw-border-opacity, 1));
}

.utility-menu li:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 5 / var(--tw-border-opacity, 1));
}

/* Footer Menu */

.footer-sitemap li, .other-links li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.footer-sitemap li:hover, .other-links li:hover {
  text-decoration-line: underline;
}

.footer-sitemap li:focus, .other-links li:focus {
  text-decoration-line: underline;
}

@media (min-width: 64rem) {
  .footer-sitemap li, .other-links li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.footer-sitemap .current-menu-item,
.footer-sitemap .current-page-ancestor {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 203 5 / var(--tw-text-opacity, 1));
}

.footer-sitemap, .other-links {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 64rem) {
  .footer-sitemap, .other-links {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .footer-sitemap > :not([hidden]) ~ :not([hidden]), .other-links > :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));
  }
}

/* Sidebar menu */

/* Hide all items to start */

.sidebar-menu li {
  display: none;
}

/* Styling for all child links */

.sidebar-menu li a {
  width: 100%;
}

.sidebar-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 226 / var(--tw-bg-opacity, 1));
}

.sidebar-menu>li.current-page-ancestor>a {
  width: 100%;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.sidebar-menu>li.current-page-ancestor>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 226 / var(--tw-bg-opacity, 1));
}

/* Special styling for "section" link */

.sidebar-menu>li>a {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 229 226 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
  font-size: 21px;
  line-height: 32px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 21 22 / var(--tw-text-opacity, 1));
}

.sidebar-menu .sub-menu li {
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(43 46 49 / var(--tw-text-opacity, 1));
}

.sidebar-menu .sub-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 229 226 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 64rem) {
  .sidebar-menu .sub-menu li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* Current menu item styles */

.sidebar-menu .sub-menu .current-menu-item>a {
  width: 100%;
  border-bottom-width: 0px;
  border-right-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(117 152 141 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 226 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(19 21 22 / var(--tw-text-opacity, 1));
}

/* Handle deeper child items */

.sidebar-menu .sub-menu .sub-menu li a::before {
  content: "\2013";
  margin-right: 0.5rem;
  display: inline;
}

/* Only show items in the current section */

.sidebar-menu .current-page-ancestor,
.sidebar-menu .current-page-ancestor>.sub-menu>li,
.sidebar-menu .current-menu-item>.sub-menu>li,
.sidebar-menu .current-menu-item.menu-item-has-children {
  display: block;
}

/* Mobile menu */

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

.mobile-menu li {
  font-family: Libre Baskerville, serif;
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}

.mobile-menu li:hover {
  text-decoration-line: underline;
}

.mobile-menu li:focus {
  text-decoration-line: underline;
}

.mobile-menu .current-menu-item {
  --tw-text-opacity: 1;
  color: rgb(255 203 5 / var(--tw-text-opacity, 1));
}

.mobile-utility-menu {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -6px;
  margin-bottom: -6px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mobile-utility-menu li {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 600;
}

.mobile-utility-menu li:hover {
  text-decoration-line: underline;
}

.mobile-utility-menu li:focus {
  text-decoration-line: underline;
}

/* Mobile sidebar menu */

/* Hide all items to start */

.mobile-sidebar-menu li {
  display: none;
}

/* Styling for all links */

.mobile-sidebar-menu a:hover {
  text-decoration-line: underline;
}

/* Special styling for "section" link */

.mobile-sidebar-menu>li>a {
  display: none;
}

/* Child item styling */

.mobile-sidebar-menu .sub-menu li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}

/* Current menu item styles */

.mobile-sidebar-menu .sub-menu .current-menu-item>a {
  text-decoration-line: underline;
}

/* Handle deeper child items */

.mobile-sidebar-menu .sub-menu .sub-menu li::before {
  margin-right: 0.5rem;
  display: inline;
  --tw-content: '\2014';
  content: var(--tw-content);
}

/* Only show items in the current section */

.mobile-sidebar-menu .current-page-ancestor,
.mobile-sidebar-menu .current-page-ancestor>.sub-menu>li,
.mobile-sidebar-menu .current-menu-item>.sub-menu>li,
.mobile-sidebar-menu .current-menu-item.menu-item-has-children {
  display: block;
}

.green-gradient-down {
  background: linear-gradient(to bottom, rgba(172, 193, 187, 0.40) 0%, rgba(172, 193, 187, 0.00) 100%);
}

.green-gradient-up {
  background: linear-gradient(to top, rgba(172, 193, 187, 0.40) 0%, rgba(172, 193, 187, 0.00) 100%);
}

.articles-button {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(172 193 187 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 226 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(43 46 49 / var(--tw-text-opacity, 1));
}

.articles-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.articles-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.nav-links {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.page-numbers-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 48rem) {
  .page-numbers-list {
    justify-content: space-between;
  }
}

.page-numbers.dots {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

a.page-numbers {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

a.page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.page-numbers.current {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

/* clears the ‘X’ from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width : 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* Add a filter so the social icons turn maize on hover */

img.social-icon:hover {
  filter: brightness(0) saturate(100%) invert(86%) sepia(31%) saturate(3934%) hue-rotate(354deg) brightness(103%) contrast(102%);
}

@media (min-width: 64rem) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 40rem) {
    .lg\:container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .lg\:container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .lg\:container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .lg\:container {
      max-width: 80rem;
    }
  }

  @media (min-width: 90rem) {
    .lg\:container {
      max-width: 90rem;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
}

.hover\:border-michigan-maize:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 5 / var(--tw-border-opacity, 1));
}

.hover\:border-rackham-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(172 193 187 / var(--tw-border-opacity, 1));
}

.hover\:border-rackham-green-default:hover {
  --tw-border-opacity: 1;
  border-color: rgb(117 152 141 / var(--tw-border-opacity, 1));
}

.hover\:bg-rackham-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rackham-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 226 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white-default:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 253 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-michigan-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

.focus\:border-michigan-maize:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 203 5 / var(--tw-border-opacity, 1));
}

.focus\:border-rackham-green-default:focus {
  --tw-border-opacity: 1;
  border-color: rgb(117 152 141 / var(--tw-border-opacity, 1));
}

.focus\:bg-rackham-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white-default:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 253 253 / var(--tw-bg-opacity, 1));
}

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

.focus\:text-michigan-blue:focus {
  --tw-text-opacity: 1;
  color: rgb(0 39 76 / var(--tw-text-opacity, 1));
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:shadow-none:focus {
  --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);
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 21 22 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-rackham-green-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rackham-green-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(220 229 226 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-rackham-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-white-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:focus .group-focus\:bg-rackham-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(172 193 187 / var(--tw-bg-opacity, 1));
}

.group:focus .group-focus\:bg-white-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 253 251 / var(--tw-bg-opacity, 1));
}

.group:focus .group-focus\:underline {
  text-decoration-line: underline;
}

@media (min-width: 40rem) {
  .sm\:float-right {
    float: right;
  }

  .sm\:float-left {
    float: left;
  }
}

@media (min-width: 48rem) {
  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

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

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .md\:mb-\[5\.5rem\] {
    margin-bottom: 5.5rem;
  }

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

  .md\:flex {
    display: flex;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

  .md\:items-center {
    align-items: center;
  }

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

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

  .md\:text-1\.5xl {
    font-size: 21px;
    line-height: 32px;
  }

  .md\:text-3xl {
    font-size: 30px;
    line-height: 42px;
  }
}

@media (min-width: 64rem) {
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

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

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-\[17\.5rem\] {
    width: 17.5rem;
  }

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

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

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

  .lg\:flex-none {
    flex: none;
  }

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

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

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

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

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

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

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

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

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

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:text-1\.5xl {
    font-size: 21px;
    line-height: 32px;
  }

  .lg\:text-3xl {
    font-size: 30px;
    line-height: 42px;
  }

  .lg\:text-6xl {
    font-size: 40px;
    line-height: 56px;
  }

  .lg\:text-7xl {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (min-width: 80rem) {
  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-2\/3 {
    width: 66.666667%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

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

.\[\&\>p\:last-child\]\:mb-0>p:last-child {
  margin-bottom: 0px;
}
