.footer_menu a {
  display: block;
  padding: 10px 15px;
}

.drop-down a {
  min-width: 90px;
}

.drop-down-menu {
  display: block;
}



.menu-title {
    display: block;
    padding: 10px 15px;
    background: #003477;
    color: #fff;
    cursor: pointer;
    font-size: 0.9rem;
    border-bottom: 1px solid #001b3f;
}

.activate {
  display: none;

  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 40px;
  margin: 0 0 0 -15px;
  opacity: 0;
}


.drop-down a:hover {
  background: #111;
}


.drop-down {
  max-height: 0;
  overflow: hidden;
}

.drop-down a {
    background: #464646;
    color: #fff;
    text-decoration: none;
    text-transform: Capitalize;
    font-size: 0.9rem;
}

.activate:checked ~ .drop-down {
  max-height: 200px;
}

.drop-down, .footer_menu a, .drop-down-menu {
  -webkit-transform: translateZ(0);  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

i.ion-arrow-down-b {
    position: absolute;
    top: 8px;
    color: #fff;
    right: 14px;
    font-size: 1.5em;
}