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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, Helvetica, Arial, sans-serif;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

body {
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  padding-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  padding-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h3 {
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

a {
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(138 7 44 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

p {
  padding-bottom: 1rem;
}

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

ul li {
  padding-bottom: 0.5rem;
}

table {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  border-radius: 0.5rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

th {
  border-bottom-width: 2px;
  border-color: rgb(135 134 134 / 0.2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
}

tr {
  border-bottom-width: 1px;
  border-color: rgb(135 134 134 / 0.2);
}

tr:last-child {
  border-width: 0px;
}

tr.active {
  --tw-bg-opacity: 1;
  background-color: rgb(151 0 49 / var(--tw-bg-opacity));
}

td {
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  td {
    padding: 1rem;
  }

  td {
    padding-left: 2rem;
  }
}

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

.container {
  width: 100%;
}

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

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

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

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

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

.admin-bar .nav-menu-mobile {
  top: 5rem;
}

.nav-mobile {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.nav-mobile > li > a {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.nav-mobile > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
}

.nav-mobile .sub-menu {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.nav-mobile .sub-menu a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.nav-mobile .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
}

.nav-desktop {
  margin: 0px;
  padding: 0px;
}

.nav-desktop > li {
  display: inline-block;
  padding: 0.25rem;
}

.nav-desktop > li > a, .nav-desktop .sub-menu a {
  display: inline-block;
  padding: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.nav-desktop > li > a:hover, .nav-desktop .sub-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.nav-desktop .menu-item-has-children {
  position: relative;
  background-image: url('../images/chevron.svg');
  background-position: right;
  background-repeat: no-repeat;
}

.nav-desktop .menu-item-has-children:hover .sub-menu {
  display: block;
}

.nav-desktop .sub-menu {
  position: absolute;
  left: 0px;
  margin: 0px;
  display: none;
  min-width: 275px;
  list-style-type: none;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nav-footer li {
  display: inline;
}

.nav-footer a {
  padding: 1rem;
}

.pagination {
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
}

.pagination li {
  display: inline-block;
}

.pagination a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
}

.pagination .current {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 240 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(138 7 44 / var(--tw-text-opacity));
}

.pagination .disabled {
  opacity: 0.25;
}

.event-container > div > div {
  /* @apply max-w-sm; */
}

.event-container h3 a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.event-container a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.event-container ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.event-container ul li a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 0 49 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.event-container ul li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 7 44 / var(--tw-bg-opacity));
}

.event-container img {
  display: block;
  height: 180px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-image ul {
  margin-left: 1rem;
  list-style-type: disc;
  padding: 0px;
}

.text-image li {
  padding: 1rem;
  font-weight: 700;
}

.text-image a {
  color: inherit;
}

.text-image a:active, .text-image a:hover, .text-image a:focus, .text-image a:active, .text-image a:hover, .text-image a:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.abana-table table th {
  padding: 1rem;
}

.abana-table table tbody td {
  padding: 1rem;
  vertical-align: top;
}

.abana-table table tbody td strong {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
}

.abana-table table tbody td:first-child {
  font-weight: 700;
}

.btn {
  width: 100%;
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

@media (min-width: 640px) {
  .btn {
    width: 11rem;
  }

  .btn {
    min-width: 230px;
  }
}

.btn-red {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 0 49 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 7 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .btn-red {
    width: 11rem;
  }

  .btn-red {
    min-width: 230px;
  }
}

.btn-red-sm {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 0 49 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-red-sm:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 7 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1 !important;
  color: rgb(53 53 53 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .btn-white {
    width: 11rem;
  }

  .btn-white {
    min-width: 230px;
  }
}

.btn-gray {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  --tw-text-opacity: 1 !important;
  color: rgb(53 53 53 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn-gray:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 227 211 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(53 53 53 / var(--tw-text-opacity)) !important;
}

@media (min-width: 640px) {
  .btn-gray {
    width: 11rem;
  }

  .btn-gray {
    min-width: 230px;
  }
}

.category-link.active {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 227 211 / var(--tw-bg-opacity));
}

#searchsubmit {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 0 49 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

#searchsubmit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 7 44 / var(--tw-bg-opacity));
}

.tab-btn.active {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
}

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

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.left-2 {
  left: 0.5rem;
}

.top-2 {
  top: 0.5rem;
}

.right-0 {
  right: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-4 {
  top: 1rem;
}

.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

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

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

.-mt-px {
  margin-top: -1px;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

.h-64 {
  height: 16rem;
}

.h-full {
  height: 100%;
}

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

.h-screen {
  height: 100vh;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.w-screen {
  width: 100vw;
}

.min-w-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
  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));
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-yellow-light {
  --tw-border-opacity: 1;
  border-color: rgb(241 240 233 / var(--tw-border-opacity));
}

.border-gray-extra-light {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
}

.border-\[\#F1F0E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 240 233 / var(--tw-border-opacity));
}

.border-t-yellow-light {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 240 233 / var(--tw-border-opacity));
}

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

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

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

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-yellow-extra-light {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 248 / var(--tw-bg-opacity));
}

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

.bg-gray-light\/10 {
  background-color: rgb(135 134 134 / 0.1);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(232 227 211 / var(--tw-bg-opacity));
}

.bg-header {
  background-image: url('../images/header.svg');
}

.bg-events {
  background-image: url('../images/circle-pattern.svg');
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-black\/25 {
  --tw-gradient-from: rgb(0 0 0 / 0.25);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.to-black\/25 {
  --tw-gradient-to: rgb(0 0 0 / 0.25);
}

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

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

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

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

.p-5 {
  padding: 1.25rem;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[2vh\] {
  padding: 2vh;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.font-black {
  font-weight: 900;
}

.font-extrabold {
  font-weight: 800;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-tight {
  line-height: 1.25;
}

.leading-6 {
  line-height: 1.5rem;
}

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

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

.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(135 134 134 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(232 227 211 / var(--tw-text-opacity));
}

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

.opacity-40 {
  opacity: 0.4;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.logo svg {
  max-width: 140px;
}

#dbem-bookings-table {
  position: relative;
}

table.em-tickets {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  table.em-tickets {
    width: 100%;
  }
}

.has-red-color {
  color: #970031;
}

.has-red-background-color {
  background-color: #970031;
}

.has-red-background-color:hover {
  background-color: #8A072C;
}

.has-white-background-color {
  color: #353535;
  background-color: #ffffff;
}

.has-white-background-color:hover {
  color: #ffffff;
  background-color: #353535 !important;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery dl {
}

.gallery dt {
}

.gallery dd {
}

.gallery dl a {
}

.gallery dl img {
}

.gallery-caption {
}

.size-full {
}

.size-large {
}

.size-medium {
}

.size-thumbnail {
}

/* !-- WP Widgets Default -- */

.widget {
}

/* links widget */

.widget_links {
}

.widget_links ul {
}

.widget_links ul li {
}

.widget_links ul li a {
}

/* meta widget */

.widget_meta {
}

.widget_meta ul {
}

.widget_meta ul li {
}

.widget_meta ul li a {
}

/* pages widget */

.widget_pages {
}

.widget_pages ul {
}

.widget_pages ul li {
}

.widget_pages ul li a {
}

/* recent-posts widget */

.widget_recent_entries {
}

.widget_recent_entries ul {
}

.widget_recent_entries ul li {
}

.widget_recent_entries ul li a {
}

/* archives widget */

.widget_archive {
}

.widget_archive ul {
}

.widget_archive ul li {
}

.widget_archive ul li a {
}

.widget_archive select {
}

.widget_archive option {
}

/* tag-cloud widget */

.widget_links {
}

.widget_links li:after {
}

.widget_links li:before {
}

.widget_tag_cloud {
}

.widget_tag_cloud a {
}

.widget_tag_cloud a:after {
}

.widget_tag_cloud a:before {
}

/* calendar widget */

.widget_calendar {
}

#calendar_wrap {
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#wp-calendar tr td {
}

#wp-calendar caption {
}

#wp-calendar a {
}

#wp-calendar #today {
}

#wp-calendar #prev {
}

#wp-calendar #next {
}

#wp-calendar #next a {
}

#wp-calendar #prev a {
}

/* category widget */

.widget_categories {
}

.widget_categories ul {
}

.widget_categories ul li {
}

.widget_categories ul ul.children {
}

.widget_categories a {
}

.widget_categories select{
}

.widget_categories select#cat {
}

.widget_categories select.postform {
}

.widget_categories option {
}

.widget_categories .level-0 {
}

.widget_categories .level-1 {
}

.widget_categories .level-2 {
}

.widget_categories .level-3 {
}

/* recent-comments widget */

.recentcomments {
}

#recentcomments {
}

#recentcomments li {
}

#recentcomments li a {
}

.widget_recent_comments {
}

/* search widget */

#searchform {
}

.widget_search {
}

.screen-reader-text {
}

/* text widget */

.textwidget {
}

.widget_text {
}

.textwidget p {
}

/* !-- WP Comment Styles -- */

.commentlist .reply {
}

.commentlist .reply a {
}

.commentlist .alt {
}

.commentlist .odd {
}

.commentlist .even {
}

.commentlist .thread-alt {
}

.commentlist .thread-odd {
}

.commentlist .thread-even {
}

.commentlist li ul.children .alt {
}

.commentlist li ul.children .odd {
}

.commentlist li ul.children .even {
}

.commentlist .vcard {
}

.commentlist .vcard cite.fn {
}

.commentlist .vcard span.says {
}

.commentlist .vcard img.photo {
}

.commentlist .vcard img.avatar {
}

.commentlist .vcard cite.fn a.url {
}

.commentlist .comment-meta {
}

.commentlist .comment-meta a {
}

.commentlist .commentmetadata {
}

.commentlist .commentmetadata a {
}

.commentlist .parent {
}

.commentlist .comment {
}

.commentlist .children {
}

.commentlist .pingback {
}

.commentlist .bypostauthor {
}

.commentlist .comment-author {
}

.commentlist .comment-author-admin {
}

.commentlist {
}

.commentlist li {
}

.commentlist li p {
}

.commentlist li ul {
}

.commentlist li ul.children li {
}

.commentlist li ul.children li.alt {
}

.commentlist li ul.children li.byuser {
}

.commentlist li ul.children li.comment {
}

/* .commentlist li ul.children li.depth-{id} {} */

.commentlist li ul.children li.bypostauthor {
}

.commentlist li ul.children li.comment-author-admin {
}

#cancel-comment-reply {
}

#cancel-comment-reply a {
}

/* !-- WP Miscellaneous Styles == */

/* category links */

li.categories {
}

li.cat-item {
}

/* li.cat-item-{id} {} */

li.current-cat {
}

li.current-cat-parent {
}

ul.children {
}

/* blogroll links */

.linkcat {
}

.blogroll {
}

/* read-more links */

.more-link {
}

/* !-- WP body_class() -- */

.rtl {
}

.home {
}

.blog {
}

.archive {
}

.date {
}

.search {
}

.paged {
}

.attachment {
}

.error404 {
}

/* .single postid-(id) {}
.attachmentid-(id) {} */

/* .attachment-(mime-type) {} */

.author {
}

/* .author-(user_nicename) {} */

.category {
}

/* .category-(slug) {} */

.tag {
}

/* .tag-(slug) {} */

.page-parent {
}

/* .page-child parent-pageid-(id) {}
.page-template page-template-(template file name) {} */

.search-results {
}

.search-no-results {
}

.logged-in {
}

/* .paged-(page number) {}
.single-paged-(page number) {}
.page-paged-(page number) {}
.category-paged-(page number) {}
.tag-paged-(page number) {}
.date-paged-(page number) {}
.author-paged-(page number) {}
.search-paged-(page number) {} */

/* !-- WP post_class() -- */

.post-id {
}

.post {
}

.page {
}

.attachment {
}

.sticky {
}

.hentry {
}

.category-misc {
}

.category-example {
}

.tag-news {
}

.tag-wordpress {
}

.tag-markup {
}

/* !-- WP Page Listings -- */

.pagenav {
}

/* outermost list item */

.page_item {
}

/* any page item */

/* .page-item-{id} {}        specific page id */

.current_page_item {
}

/* current page */

.current_page_parent {
}

/* parent of current page */

.current_page_ancestor {
}

/* any ancestor of current page */

.pagenav ul,
.pagenav .current_page_item ul,
.pagenav .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul,
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul {
}

.pagenav  ul ul,
.pagenav .current_page_item ul ul,
.pagenav .current_page_ancestor ul ul,
.pagenav .current_page_ancestor .current_page_item ul ul,
.pagenav .current_page_ancestor .current_page_ancestor ul ul {
}

.pagenav .current_page_ancestor .current_page_ancestor .current_page_item ul ul, 
.pagenav .current_page_ancestor .current_page_ancestor .current_page_ancestor ul ul {
}

main > article > * {
  padding: 1rem;
}

@media (min-width: 768px) {
  main > article > * {
    margin-left: auto;
    margin-right: auto;
  }

  main > article > * {
    max-width: 56rem;
  }
}

main > article > section {
  padding: 0px;
}

@media (min-width: 768px) {
  main > article > section {
    margin-left: auto;
    margin-right: auto;
  }

  main > article > section {
    max-width: 100%;
  }

  main > article > .wp-block-pmpro-membership {
    margin-left: auto;
    margin-right: auto;
  }

  main > article > .wp-block-pmpro-membership {
    max-width: 100%;
  }

  main > article > .wp-block-image {
    margin-left: auto;
    margin-right: auto;
  }
}

main > article > .alignfull {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 240 233 / var(--tw-border-opacity));
}

[type="text"]:focus, [type="email"]:focus, [type="url"]:focus, [type="password"]:focus, [type="number"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="week"]:focus, [multiple]:focus, textarea:focus, select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(151 0 49 / var(--tw-border-opacity));
  --tw-shadow-color: #970031;
  --tw-shadow: var(--tw-shadow-colored);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(151 0 49 / var(--tw-ring-opacity));
}

[type="submit"] {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 0 49 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 7 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.search-form {
  display: flex;
  justify-content: space-between;
}

.search-form label {
  display: flex;
  width: 100%;
}

.search-field {
  width: 100%;
}

.search-submit {
  margin-left: 1rem;
}

.wp-block-separator {
  margin-top: 1rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(251 251 248 / var(--tw-text-opacity));
}

.em.pixelbones a {
  --tw-text-opacity: 1 !important;
  color: rgb(151 0 49 / var(--tw-text-opacity)) !important;
}

.event-card {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  max-width: 24rem;
  flex: 1 1 0%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .event-card {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .event-card {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .event-card {
    margin-bottom: 0px;
  }
}

.pay-with-credit-card .em-booking-gateway, .pay-with-credit-card #em-booking-gateway-paypal, .pay-with-paypal .em-booking-gateway {
  display: none;
}

#em-booking-gateway-paypal {
  margin-bottom: 1.25rem;
}

.pay-with-paypal #em-booking-gateway-paypal {
  display: block !important;
}

.pay-with-credit-card #em-booking-gateway-braintree {
  display: block !important;
}

.em-login-content, .em-login-buttons {
  margin-bottom: 1.25rem;
}

.em-event-booking-form input[name="log"], .em-event-booking-form input[name="pwd"], .em-ticket-booking input, .em-ticket-booking textarea, .em-booking-section input, .em-booking-section textarea {
  display: block;
}

.em-event-booking-form label, .em-ticket-booking label, .em-booking-section label {
  margin-bottom: 1rem;
  display: block;
}

.em-booking-section-title {
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .em-booking-section-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#em-booking .em-booking-form-details input.input, .em-booking-form-details textarea {
  height: 8rem;
  width: 75%;
}

.em-booking-submit {
  cursor: pointer;
}

.hover\:bg-gray-extra-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.hover\:bg-red-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 7 44 / var(--tw-bg-opacity));
}

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

.hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(53 53 53 / var(--tw-text-opacity));
}

.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgb(151 0 49 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:m-0 {
    margin: 0px;
  }

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

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

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

@media (min-width: 768px) {
  .md\:float-right {
    float: right;
  }

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

  .md\:m-0 {
    margin: 0px;
  }

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

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

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

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

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:h-96 {
    height: 24rem;
  }

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

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

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

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

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

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

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

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

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

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

  .md\:p-6 {
    padding: 1.5rem;
  }

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

  .md\:p-\[6vh\] {
    padding: 6vh;
  }

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

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

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

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

  .md\:text-right {
    text-align: right;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

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

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

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

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

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

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

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-\[12vh\] {
    padding: 12vh;
  }

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

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

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

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

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

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

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

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}