 /* Dropdown Button */
#extra_menu_dropdown.dropdown .dropdown-btn {
  margin-right: 25px;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  color: currentColor;
  font-size: .83rem;
  font-weight: 500;
}

/* The container <div> - needed to position the dropdown content */
#extra_menu_dropdown.dropdown {
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* Dropdown Content (Hidden by Default) */
#extra_menu_dropdown.dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  z-index: 1;
  left: -10px;
}

/* Links inside the dropdown */
#extra_menu_dropdown.dropdown .dropdown-content hylo-accessibility-button {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
  margin-right: 0;
  font-size: .7rem;
}

/* Change color of dropdown links on hover */
#extra_menu_dropdown.dropdown .dropdown-content hylo-accessibility-button:hover {
  background-color: #ddd;
  border-bottom: 0;
}

/* Show the dropdown menu on hover */
#extra_menu_dropdown.dropdown:hover .dropdown-content, #extra_menu_dropdown.dropdown.focus .dropdown-content {
  display: block;
}


@media only screen and (max-width: 991px) {

  #extra_menu_dropdown.dropdown {
    padding-top: 20px;
  }

  #extra_menu_dropdown.dropdown .dropdown-btn {
    display: none;
  }

  #extra_menu_dropdown.dropdown .dropdown-content {
    display: block;
    position: relative;
    padding: 7px 0 7px 10px;
    background-color: transparent;
    min-width: auto;
    box-shadow: none;
    z-index: auto;
  }

  #extra_menu_dropdown.dropdown .dropdown-content hylo-accessibility-button {
    position: relative;
    overflow: hidden;
    color: var(--urban-color-grey);
    font-size: 1.05rem;
    font-weight: 700;
  }

  #extra_menu_dropdown.dropdown .dropdown-content hylo-accessibility-button:hover {
    background-color: transparent;
    border-bottom: 0;
  }

}
