.container-header {
  background-color: #fff;
  background-image: none;
}
.container-header .mod-menu {
  color:#232323;
}

.container-topbar {
  color:#241035 !important;
  text-align:center;
  border-bottom: 1px #efefef solid;
}
.container-below-top {
  color:#241035;
  text-align: right;
}
.site-description {
  color:#232323 !important;
}
.brand-logo {
    color: #7836B2 !important;
}

.footer {
  background-color: #241035;
}

h1, h2, h3, h4, h4, h6, a {
  color: #7836B2;
}

:root {

    --cassiopeia-color-primary: #7836B2;
    --cassiopeia-color-link: #48206B;
    --cassiopeia-color-hover: #241035;
  }

/*
/* Temporary Home Page Styling 
 *
 */

/* Background using 30 percent Light color from the J4.3 color palette */
.c30pLight {
  background:#f2eafa;
  padding:10px;
}

/* key point heading styling */
.KPThding {
  font-size: 1.5rem;
  font-weight:light;
}

/* Contact Us Styling */
.gt-grey {
  background-color:#efefef;
}

/* Joomla Disclaimer */
.joomla-disclaimer-text {
  font-size:0.9rem;
}

/* Timeline Styling */
.timelinedate {
  font-weight:bold !important;
  display:block !important;
}

.timelinetitle {
  font-style:italic;
  display:block !important;
}
.fields-container {
  list-style-type: none;
}
.acfup-item::before {
  font-family: 'Font Awesome 6 Free';
  color: #7836B2;
  font-weight: 900;
  content: '\f1c6';
  margin-right: 0.5rem;
}
