h4.menu-bar {
    background: linear-gradient(90deg, #032141 0%, #01101c 100%);
    color: #ffffff;
    font-family: Verdana;
    font-size: 18px;
	font-weight: bold;
	padding-bottom: 6px;
    padding-left: 12px;
    padding-top: 6px;
}

h4.organization {
	color: #000000;
    font-family: Verdana;
    font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px white;
}

h5.blue-text {
    color: #032141;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}

tbody.alternate tr:nth-child(even) {
	background-color: #dddddd;
}

tbody.alternate td {
	border: 0px;
	text-align: left;
	padding-left: 10px;
	padding-right: 30px;
}

.image-box {
  position: relative;
}
    
.image-box img {
  display: block;
  max-width: 100%;
  height: auto;
}

.backing {
  background-color: #032947;
  width: 264px;
  height: 122px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #032947;
  overflow: hidden;
  width: 100%;
  max-width: 264px;
  height: 40px;
  transition: .5s ease;
  transform: translate(-50%,0%)
}

.jpse {
  width: 151px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background-color: #032947;
  color: white;
  font-family: Verdana;
  font-weight: bold;
  text-shadow: 1px 1px black;
}

.image-box:hover > .overlay {
  height: 100%;
  cursor: pointer;
}

.text {
  color: white;
  font-family: Verdana;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 5%;
  right: 0;
  bottom: 0;
  text-align: left;
  text-shadow: 1px 1px black;
}

a.btn-jecc {
  color: #fff;
  background-color: #032141;
  border-color: #337ab7;
  white-space: normal !important;
}