<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------- Color Module Styles ----------- */

body {
  color: #000000;
  background: #292929;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #ffffff;
}

.tabs ul.primary li a.is-active {
  background-color: #ffffff;
}

.tabs ul.primary li.is-active a {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}

#navbar-top {
  background-color: #752222;
}

#navbar-main {
  background-color: #9b4a4a;
}

a,
.link {
  color: #2e3b56;
}

a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #374a74;
}

a:active,
.link:active {
  color: #536a9c;
}

.page-item.active .page-link {
  background-color: #942323;
  border-color: #942323;
}

.page-link,
.page-link:hover {
  color: #00466f;
}

.block-page-title-block {
  background-image: linear-gradient(#9b4a4a, #752222);
  color: #fffdfd;
}

.sidebar .block, .address-book__profile, .view-display-id-upcoming_events .views-row {
  background-color: #f4f4f4;
  border-color: #f9f9f9;
}

.view-display-id-upcoming_events .views-field-field-days {
  background-color: #ffffff;
  border-color: #cf3847;
}

.registration-price-container {
  background-color: #f4f4f4;
  border-color: #f9f9f9;
}

.btn-primary {
  background-color: #cf3847;
  border-color: #cf3847;
  color: white;
}

.text-primary {
  color: #01336a !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show &gt; .btn-primary.dropdown-toggle {
  background-color: #922525;
  border-color: #cf3847;
  color: white;
}

.scrtabs-tab-scroll-arrow {
  color: #cf3847;
}

.ui-state-active {
  background-color: #cf3847;
  border-color: #cf3847;
  color: #ffffff;
}

.site-footer {
  background: #292929;
}

.region-header,
.region-header a,
.region-header li a.is-active,
.region-header .site-branding__text,
.region-header .site-branding,
.region-header .site-branding__text a,
.region-header .site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fefefe;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #000000;
  color: #fffffd;
}

.dropdown-item.active a, .dropdown-item:active a {
  color: #fefffe;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}

[dir="rtl"] .color-form .form-item label {
  float: right;
}

[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}
</pre></body></html>