.entry-content a {
  text-decoration: underline;
}

.entry-content a:hover {
  color: #0000ee;
  text-decoration: underline;
}

li.highlight a {
  font-weight: bold;
}

#custom_html-2.widget_text.widget.widget_custom_html a {
  color: #ffffff;
}

a.bluebutton {
  background-color: #6689ac;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
  top: 0px;
}

a.bluebutton:hover {
  color: #ffffff;
  background-color: #575757;
  text-decoration: none;
}

a.bluebutton:active {
  top: 2px;
  transition-duration: 0s;
}

a.bluebutton:visited {
  color: #ffffff;
}

.width {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  /*stretches all cards same height*/
  justify-content: space-around;
}

.item {
  width: 28%;
  min-width: 275px;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #EEE;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.eventList .description {
  display: none;
}

.eventList img {
  display: none;
}

.eventList .date {
  float: left;
  padding-right: 10px;
}

.item a {
  font-weight: bold;
}

/*Big Read Page*/

h3 + h3 {
  display: none;
}