@media screen and (min-width: 980px) {
  h2.site-description {
    color: #fff;
    letter-spacing: 4px !important;
    background-color: #ed1c24;
    box-shadow: 0 0 0 1pt #5d1100;
    padding: 18px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: auto !important;
  }
}
@media screen and (max-width: 320px) {
  h2.site-description {
    font-size: 25px !important;
  }
}
@media screen and (min-width: 321px) and (max-width: 390px) {
  h2.site-description {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 980px) {
  div.brand.span3.pull-left > a > img {
    margin-bottom: 10px;
  }
}
.navbar .nav>li>a {
  color: black;
}
.navbar .nav>li.current-menu-item>a {
  font-weight: bold;
}
.entry-title {
  display: none;
}
.entry-header {
  display: none;
}
.column-content-wrapper {
  margin-top: 25px;
}
h3 {
  font-size: 30px;
  line-height: 28px;
  color: black;
}
@media screen and (min-width: 781px) {
  .social-feed h3 {
    display: none;
  }
}
.thumb-wrapper {
  max-height: 230px !important;
}
@media screen and (max-width: 768px) {
  .thumb-wrapper {
    max-height: 218px !important;
    color: white;
  }
  .fpc-widget-front .btn {
    margin-bottom: 25px !important;
  }
}
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #aaa;
}
.tg td {
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 3px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  word-break: normal;
  border-color: #aaa;
  color: #333;
  background-color: #fff;
}
.tg th {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 0px;
  border-style: none;
  overflow: hidden;
  word-break: normal;
  border-color: #aaa;
  color: #fff;
  background-color: #f38630;
}
.tg .tg-open {
  font-weight: bold;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  background-color: #fffdd8;
  text-align: right;
  vertical-align: top;
}
.tg .tg-closed {
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 13px;
  background-color: #ffffff;
  text-align: right;
  vertical-align: top;
}
.tg .tg-month {
  font-weight: bold;
  font-size: 22px;
  font-family: "Tahoma", Charcoal, sans-serif !important;
  background-color: #fafafa;
  color: #bf0101;
  text-align: left;
  vertical-align: top;
  margin-bottom: 50px;
}
.tg .tg-weekday {
  background-color: #bf0101;
  font-size: 15px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}
#vfbp-running-total-box #vfbp-running-total {
  border: 2px solid #000;
  background-color: #fffc97;
}
.donate {
  font-weight: 900;
}
.sticky-enabled .tc-shrink-on .site-logo img {
  height: 50px !important;
}