
/* span{ font-family: var(--font-family-default)!important; } */
div[id*="EventListing"].RadGrid .event-card > div > div.details h4 > a{ color: #294033!important; }

/* header logo */
#masterHeaderImage {
  background-image: url("images/HeaderLogo2.png");
  background-repeat: no-repeat;
  width: 330px;
  height: 120px;
  /* The following are needed to hide the text, but allow it to be read by screen readers */
  text-indent: -9999px;
  overflow: hidden;
  float: left;
}


.header-top-container {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    z-index: 10000;
    height: 10.0rem;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}


.psc-cb-root h2 {
    color: #E56945;
}


#pc-primarynav {
    justify-content: center;
}

.description {
    font-size: 15px;
}