.two-column-text h4 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: #006c8a;
  font-weight: 500;
  font-size: 1.8em;
  line-height: 1.3em;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

.two-column-text caption {
  font-family: 'Open sans', sans-serif;
  color: #006c8a;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  letter-spacing: 0;
  padding: 0;
  margin: 10px 0 20px 0;
}
.two-column-text hr.new {
 border: 1px #006c8a;
 color: #006c8a;
}

.three-column-text h4 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: 1;
  padding: 0;
  margin: 0;
}

.three-column-text .left-txt {
  float: left;
  width: 33%;
  padding: 0 20px 0 0;
  font-size: 0.85em;
  line-height: 1.5em;
  box-sizing: border-box;
}

.three-column-text .mid-txt {
  float: left;
  width: 33%;
  padding: 0 20px 0 20px;
  font-size: 0.85em;
  line-height: 1.5em;
  box-sizing: border-box;
}

.three-column-text .right-txt {
  float: right;
  width: 33%;
  padding: 0 0 20px 0;
  font-size: 0.85em;
  line-height: 1.5em;
  box-sizing: border-box;
}

tbody {
  border-bottom-color: #006c8a;
}

td {
  padding: 0.2em;
}

td a:hover {
  color: #006c8a;
}

h2 {
  font-size: 20px;
  text-transform: uppercase;
}

small {
  font-size: 0.85em;
  line-height: 0.9em;
}

.full_banner {
  height: 0px;
}