.site-content .entry-title {
  text-transform: uppercase;
  text-align: center;
}

h1 {
  text-transform: uppercase;
  text-align: center;
  color: red;
}

h2 {
  text-transform: uppercase;
  text-align: center;
  color: red;
}

h3 {
  color: red;
}

h4 {
  color: red;
}

h5 {
  color: red;
}

h6 {
  color: red;
}

.so-widget-sow-contact-form-default-77972c050bf4 .sow-contact-form .sow-submit-styled .sow-submit {
  background-color: #33439e;
  color: #ffffff;
}

.more-link {
  background-color: #33439e;
  color: #ffffff;
}

.entry-content a:hover {
  color: #ff0000;
}

.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a:hover {
  color: #ff0000;
}

.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title {
  color: #ff0000;
}

.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
  visibility: hidden;
}

/* change the title on news items in post carousel to be red */

.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a {
  color: #ff0000;
}

.lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title  h3 {
  color: #ff0000;
}

header#masthead .lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap .entry-title a {
  color: #ff0000;
}

.site-content .entry-title a:hover {
  color: #ff0000;
}

.site-content .entry-title a {
  color: #ff0000;
}

/* hide the urgent news item background when in a news article */

header#masthead .lsow-posts-carousel .lsow-posts-carousel-item .lsow-entry-text-wrap {
  background-color: #fafa00;
  border-style: solid;
}

/* table settings */

/* 
Generic Styling, for Desktops/Laptops 
*/

table {
  width: 100%;
  border-collapse: collapse;
}

/* Zebra striping */

tr:nth-of-type(odd) {
  background: #eee;
}

td,
th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left;
}

.site-footer .bottom-bar div:only-of-type {
  color: #fafafa;
}
.site-footer .bottom-bar div:hover {
  color: #fafafa;
}