/* =========================================================
   BELIZE SERVICE NAVIGATOR
   ONLY the 4 top heading labels
   ========================================================= */

#belize-seafarer-services
.blz2-navigator
.blz2-nav-grid
> .blz2-nav-card
> .blz2-nav-num{

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:100% !important;
  min-height:27px !important;

  margin:0 0 18px 0 !important;
  padding:0 12px !important;

  box-sizing:border-box !important;

  border-radius:8px !important;

  background:
    linear-gradient(
      90deg,
      #205c9c 0%,
      #327fc7 100%
    ) !important;

  color:#ffffff !important;

  font-size:10px !important;
  line-height:1 !important;
  font-weight:850 !important;
  letter-spacing:.11em !important;
  text-align:center !important;
  text-transform:uppercase !important;

  box-shadow:
    0 5px 13px rgba(24,77,127,.15) !important;
}
