/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/**
* Transforms a given palette color to the transparent version of it
*/
/* stylelint-disable */
.world_locations_list {
  clear: both;
  font-size: 11px;
}
.world_locations_list a,
.world_locations_list h3 {
  color: #595959;
}
.world_locations_list h3 {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 11px;
}
.world_locations_list ul {
  list-style-type: none;
  margin-right: 25px;
  float: left;
  width: 110px;
}
.world_locations_list li {
  margin-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.world_locations_list .locations_with_sub_locations {
  border-right: 1px solid #ebeae7;
}
.world_locations_list .locations_with_sub_locations .parent_location a {
  color: #6e6e6e;
}
.world_locations_list span.world_locations_breadcrumb {
  color: #d4d3d4;
}
.world_locations_list .world_locations_list_parent {
  display: block;
  clear: both;
  padding-top: 10px;
}