footer {
background-color:#FFF;
}
.bottom-container {
border-top:1px solid #cdcdcd;
}
.bottom-container a {
color:#000;
text-decoration:none;
font-weight:bold;
line-height:1.5;
}
.footer-container, .footer-container a, .footer-container span {
    color: #000;
}
/* gch - make holidays bigger? */
.calendar-standard-holiday {
    font-size: 11pt;
    color: #000000;
    font-variant: normal; 
}
/* gch - make recent news and upcoming events widgets look more like rest of the site */
.ce-widget.rn.grid .rn-title, .rn-title {
    text-align: left;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: none
}
.ue-title {
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: none
}
.ue-link, .ue-link a {
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
}
.ue-datetime {
    font-family: Tahoma, Geneva, sans-serif;
}
.ue-desc {
  font-size: 14px;
  color: #313131;
}
/* gch - these next few may affect more than recent news cards */
.card-text {
    font-family: Tahoma, Geneva, sans-serif;
    color: #000000;
}

.widget-grid-wrap .widget-card .card-author, .widget-grid-wrap .widget-card .card-date {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #313131;
}
/* gch - make some things in the directory a bit bigger */
.biz-info .biz-member-link {
    font-size: 16px;
}
.biz-info, .biz-info a {
    font-size: 14px;
}
/* gch forum - probably also want some changes to thread view */
#forum_home_wrapper .forum-link {
    font-size: 16px;
    color: #000000;
}
#forum_home_wrapper .forum-status-message {
    font-size: 14px;
    color: #000000;
}
#forum_home_wrapper .forum-description {
    font-size: 14px;
    color: #313131;
}
#thread_list_wrapper .subject-link {
    font-size: 15px;
}
/* gch why are today's events so small */
.calendar-grid-today a {
    font-size: 15px;
    font-weight: bold;
}
.calendar-grid-link a {
    font-size: 15px;
}