#publication-content {
  color: #444444;
  float: left;
  margin:0;
}
#publication-content h1 {
  
  padding:20px 0;
}

#newsletter, #brochure, #flyer {
  float: left;
  margin: 10px 0;
  width: 100%;
}
#flyer h1,
#newsletter h1,
#brochure h1 {
  color: #9EAAB6;
}
.es-carousel {
  float: left;
}
.es-carousel ul {
  margin: 15px 0;
}
.es-carousel ul li {
  list-style: none;
  width:125px;
  margin: 0 25px 25px 0;
  position: relative;
  vertical-align:top;
  display:inline-block
}
.es-carousel ul li span {
  font-size: 11px;
  background: #ff2431;
  color: #fff;
  padding: 3px 8px;
  position: absolute;
  float: right;
  top: 0;
  display:none
}
.es-carousel ul li:hover span {
  font-size: 11px;
  background: #003E7E;
}
.es-carousel ul li a:hover {
  display: block;
}
.es-carousel ul li a:hover img {
  opacity: 0.6;
}

#brochure h1, #flyer h1 {
  /*border-top: solid 1px #9EAAB6;*/
}
.es-carousel ul li {
	font-size:12px
}

#brochure .es-carousel a img, #flyer .es-carousel a img{
border:solid 1px #ecf0f1;
transition:all 0.5s ease-out 0s;


}
#brochure .es-carousel a img:hover,  #flyer .es-carousel a img:hover{
border-color:#495E73


}