/**
 * --------------------------------------------------------------------------------------------
 * FONT
 *
 * Apply font-size, line-height, and letter-spacing in one go.
 *
 * @usage
 *    @include font($font-size $line-height $letter-spacing);
 *    // All arguments are optional
 * --------------------------------------------------------------------------------------------
 */

.offices-map {
  position: relative;
  width: 100vw;
  z-index: 0;
}

@media (min-width: 1200px) {
  .offices-map {
    left: calc(50% - 50vw);
  }

  html[dir=rtl] .offices-map {
    left: auto;
    right: calc(50% - 50vw);
  }
}

.offices-map__container {
  position: relative;
  z-index: 9;
}

@media (min-width: 750px) {
  html[dir=rtl] .offices-map__container {
    padding-left: 5%;
    padding-right: 25%;
  }
}

.offices-map .map__background {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: .4;
}

@media (min-width: 750px) {
  .offices-map .map__background {
    display: none;
  }
}

.offices-map .map__background .icon {
  width: 100%;
}

.offices-map__title {
  font-family: "GT America Compressed Bold", sans-serif;
  font-size: 1.5625rem;
  line-height: 1.8125rem;
}

@media (min-width: 750px) {
  .offices-map__title {
    width: 84.6153846154%;
    font-size: 1.875rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px) {
  .offices-map__title {
    font-size: 3.375rem;
    line-height: 3.125rem;
  }
}

@media (min-width: 750px) {
  html[dir=rtl] .offices-map__title {
    width: 100%;
  }
}

.offices-map__title + .offices-map__body {
  margin-top: 1.5625rem;
}

.offices-map .leaflet-control-container {
  position: relative;
}

.offices-map .leaflet-control-container .leaflet-bottom.leaflet-left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media (min-width: 1200px) {
  html[dir=rtl] .offices-map .map-popup__close {
    left: auto;
    right: .9375rem;
  }
}

@media (min-width: 750px) {
  .offices-map__body {
    width: 69.2307692308%;
  }
}

@media (min-width: 1200px) {
  .offices-map__body {
    width: 61.5384615385%;
  }
}

@media (min-width: 750px) {
  html[dir=rtl] .offices-map__body {
    width: 80%;
  }
}

@media (min-width: 1200px) {
  html[dir=rtl] .offices-map__body {
    width: 64.2857142857%;
  }
}

html[dir=rtl] .offices-map__body p {
  font-size: .75rem;
  line-height: 1.0625rem;
}

@media (min-width: 1200px) {
  html[dir=rtl] .offices-map__body p {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

.offices-map__tab {
  display: none;
}

@media (min-width: 750px) {
  .offices-map__tab {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: .9375rem;
    margin-bottom: -1.4375rem;
    z-index: 9;
  }
}

.offices-map__tab-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #373737;
  text-decoration: none;
  border: .0625rem solid #373737;
  background-color: #fff;
}

@media (min-width: 750px) {
  .offices-map__tab-item {
    padding: .6875rem 1.5rem .6875rem 1.625rem;
  }
}

@media (min-width: 1200px) {
  .offices-map__tab-item {
    padding: .75rem 1.875rem .75rem 1.4375rem;
  }
}

.offices-map__tab-item .icon {
  width: 1.625rem;
  height: 1.625rem;
  fill: #202020;
  margin: 0;
}

.offices-map__tab-item span {
  margin-left: .8125rem;
  font-family: "GT America Condensed Medium", sans-serif;
  font-size: .625rem;
  letter-spacing: .11875rem;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .offices-map__tab-item span {
    font-size: .6875rem;
  }
}

html[dir=rtl] .offices-map__tab-item span {
  margin-left: 0;
  margin-right: .8125rem;
  font-family: "Tajawal Medium", helvetica;
  font-size: .8125rem;
  line-height: 1.375rem;
  letter-spacing: 0;
}

@media (min-width: 1200px) {
  html[dir=rtl] .offices-map__tab-item span {
    font-size: .9375rem;
  }
}

.offices-map__tab-item + .offices-map__tab-item {
  border-left: 0;
}

html[dir=rtl] .offices-map__tab-item + .offices-map__tab-item {
  border-left: .0625rem solid #373737;
}

.offices-map__tab-item:hover,
.offices-map__tab-item.is-active {
  color: #fff;
  background-color: #373737;
}

.offices-map__tab-item:hover .icon,
.offices-map__tab-item.is-active .icon {
  fill: #fff;
}

.offices-map .map-tab-page[role=countries] {
  display: block;
  opacity: 1;
}

.offices-map-interactive {
  height: 37.5rem;
}

@media (min-width: 750px) {
  .offices-map-interactive {
    min-height: 24.125rem;
  }
}

@media (max-width: 749px) {
  .offices-map-interactive {
    display: none;
  }
}

.offices-map-interactive,
.offices-map-list {
  display: none;
}

@media (min-width: 750px) {
  .offices-map-interactive.is-open,
  .offices-map-list.is-open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.offices-map-list {
  margin-top: 1.25rem;
  background-color: #f6f6f6;
  height: auto;
}

@media (max-width: 749px) {
  .offices-map-list {
    display: block;
  }
}

@media (min-width: 750px) {
  .offices-map-list {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .offices-map-list .interactive-map__comment {
    display: block;
    opacity: 1;
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    padding-top: 1.25rem;
    padding-left: 10%;
    padding-right: 10%;
  }
}

@media (min-width: 750px) {
  html[dir=rtl] .map-popup__description {
    display: block;
    font-family: "Tajawal Medium", helvetica;
    font-size: .8125rem;
    line-height: 1.375rem;
    letter-spacing: 0;
    color: #8e8e8e;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  html[dir=rtl] .map-popup__description {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }
}

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