.popular-destinations,
.regions-wrapper {
  display: none;
}

.popular-destinations.active,
.regions-wrapper.active {
  display: block;
  background: white;
}

.region-link:focus + ul {
  display: block;
}

.region-link {
  max-width: 200px;
}

.region-link + ul.country-list {
  right: 0 !important;
  left: 200px !important;
  top: 0;
}

.country-selector .is-dropdown-submenu-parent {
  position: static;
}

.regions-group ul.country-list {
  height:  350px;
  max-height: 350px;
  overflow: auto;
}

.country-list > .country-item {
  float: left;
  width: 50%;
}
