.map__container {
  height: 500px; }
  @media (max-width: 560px) {
    .map__container {
      height: 300px;
      padding: 0 10px; } }
.map__area {
  margin-top: 20px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block; }
  .map__area:after {
    font-family: 'icomoon', sans-serif;
    content: "\e60e";
    position: absolute;
    right: 12px;
    top: 1rem;
    font-size: 0.65rem;
    z-index: 9;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .map__areaselect {
    height: 48px;
    border: 1px solid #2175a2;
    padding: 0.6rem 2rem 0.6rem 1rem;
    min-width: 200px;
    color: #67707F;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 9px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 9px -3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 6px 9px -3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 6px 9px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 9px -3px rgba(0, 0, 0, 0.3);
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
.map__country {
  margin: 20px 0px;
  padding: 20px;
  border: solid 1px #2175a2;
  -webkit-transition: all 1.8s ease-in;
  -moz-transition: all 1.8s ease-in;
  -o-transition: all 1.8s ease-in;
  transition: all 1.8s ease-in; }
  .map__country h2 {
    margin-top: 0;
    text-decoration: none;
    border: 0; }
  .map__country_employee img, .map__country_image img {
    margin: 0 auto;
    width: auto !important;
    height: 250px; }
  @media (min-width: 992px) {
    .map__country_employee {
      border-left: solid 1px #00548E; } }
  @media (max-width: 991px) {
    .map__country_employee {
      padding-bottom: 20px; } }
  .map__country_description {
    display: block; }
    .map__country_description .name-of-person {
      color: #00548E; }
    .map__country_description h2 {
      margin-top: 0 !important; }
.map__filter {
  display: inline-block;
  padding: 2px 10px;
  background-color: #00548e;
  color: #FFF;
  margin-right: 5px;
  float: left; }
  .map__filter .closef {
    width: 19px;
    display: inline-block;
    text-align: center;
    cursor: pointer; }

.location__marker {
  width: 22px;
  height: 22px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFF;
  border: solid 2px #00548e; }

.country-filter {
  position: relative;
  display: block;
  float: none; }
  .country-filter:after {
    content: "";
    clear: both; }

.location {
  display: flex;
  flex-direction: column; }
  .location-list {
    flex-direction: column;
    display: flex;
    width: 100%;
    flex: 1; }
  .location.unselected {
    order: 2;
    opacity: 0.3; }
  .location.selected {
    order: 1;
    opacity: 1; }
  .location_count {
    left: 40px;
    bottom: 20px;
    color: #00548e;
    padding: 0 10px;
    cursor: pointer;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8); }

/* Tooltip container */
.tooltipmarker {
  position: relative;
  display: inline-block;
  background-color: #FFF;
  border-bottom: 2px solid #00548e;
  /* If you want dots under the hoverable text */
  /* Tooltip text */ }
  .tooltipmarker .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #FFF;
    color: #555;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s; }
    .tooltipmarker .tooltiptext::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      border-width: 5px;
      border-style: solid;
      border-color: #555 transparent transparent transparent; }
  .tooltipmarker:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    z-index: 99999; }

/*# sourceMappingURL=map.css.map */
