@media screen and (max-width: 840px) {
    .homelink {
        display: none !important;
    }
}

#info-sign {
      position: absolute;
      width: 400px;
      }
      
#info-sign .text {
      position:absolute;
      bottom:5px;
      left:20px;
      padding: 4px 0px 0px 4px;
      visibility:hidden;
      font-weight:bolder;
      font-size: 13px;
      font-family: Arial;
      background-color: #009968;
      }
      
#info-sign:hover .text {
      visibility:visible;
      color:white;
      }
      
.midyearlink {
  font-family: bold;
}