/*esteemed award images/logo grid  */

.esteemed {background-color:#e5e5e5; 
  margin=bottom:0;
  padding-bottom: 40px;} 

.esteemed h2 {
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 700;
    padding-top: 20px;
}

.esteemed h3, .esteemed h4, .esteemed h5 {
      margin-bottom: 0;
}

.logopanel.esteemed {background-color:#e5e5e5;margin-top:0;margin-bottom:12px; } 

.flexcontainer-top {
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-flex-flow: space-around;
   flex-flow: space-around;
   -webkit-align-content: flex-end;
   align-content: flex-end;
}

.home.grey-bottom .logopanel.esteemed {
  margin-bottom: 0;
  padding-bottom: 35px;
}

.flexcontainer-top.esteemed {
  overflow: hidden;
  padding: 12px 12px 12px 12px;
  font-size:9px; 
  color:#555555;
}
.imagecells-top {
  width: 150px;
  padding: 10px 25px;
}
.imagecells-top img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .imagecells-top {
    width: 110px;
    padding:10px 12px;
  }
}

@media (max-width: 400px) {
   .imagecells-top {    
    width: 100px;
    padding:10px 6px;
}