.green-box-thick{
  width:400px;
  text-align: center;
}
  .green-box-thick a{
    color:#007f37;
    font-size:1.4em;
    font-weight:bold;
    padding:20px 0px;
    display:block;
  }
  .green-box-thick a:hover img{
   opacity: 0.75;
  }
@media screen and (max-width:680px) {
  .green-box-thick{
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  h1.section-title{
    font-size:1.8em;
  }
  .section-title{
    font-size:0.9em;
  }
}

/* jhpn-light-blue-container
   ----------------------------------------------------------------- */
.jhpn-light-blue-container{
  background:#f2f8f5;
  padding:20px;
}
