/* Mixins --------------------------------------------------------------------------------------------------------*/
/* Map units--------------------------------------------------------------------------------------------------------*/
.map-units-header {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}

.map-units-form-group {
  padding-bottom: 10px;
  flex-grow: 1;
  order: 1;
}

.map-units-header .form-select {
  padding: 12px 40px 12px 12px;
}

.business-units {
  margin: 0 -20px;
  max-width: calc(100% + 40px);
  order: 3;
}

.business-units-list-item {
  padding: 0 5px;
}

.business-units-list-item-link {
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  display: block;
  max-width: 200px;
  color: #73706E;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #ffffff;
  border: 1px solid rgba(0, 105, 180, 0.2);
}
.business-units-list-item-link:hover {
  color: #0069B4;
  border-color: #0069B4;
}
.business-units-list-item-link.active {
  padding: 16px 15px;
  border: 0;
  color: #ffffff;
  background: #EB5D0B;
  background: linear-gradient(90deg, #F8AA25 0%, #EB5D0B 99.87%);
}

.map-units-tabs {
  display: inline-flex;
  vertical-align: middle;
  grid-gap: 0 10px;
  margin: 0 0 0 auto;
  order: 2;
  padding-left: 10px;
}

.map-units-tab-item {
  padding: 0;
}

.map-units-tab-link {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 16px;
  border-radius: 10px;
  position: relative;
  transition: all 0.25s;
  background-color: #0AC3FF;
}
.map-units-tab-link.active, .map-units-tab-link:hover {
  background-color: #11427C;
}

.map-units-tab-icon {
  width: 16px;
  height: 16px;
  display: block;
  align-self: center;
}

.map-units-popup {
  position: absolute;
  right: 0px;
  top: 0px;
  max-width: 336px;
  padding: 15px;
}

.img-units-popup {
  position: absolute;
  left: 0;
  top: 0px;
  max-width: 625px;
  padding: 0;
}

.map-iframe {
  height: 500px;
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
}

.img-iframe {
  height: 500px;
  display: block;
  width: 100%;
}

.map-outer {
  position: relative;
}
.map-outer:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}

.map-left-bar {
  background-color: #FCFAFA;
}

.theme-dark .map-left-bar {
  background-color: #222222;
}

.map-left-card + .map-left-card {
  border-top: solid 1px #EBEBEB;
}

.map-left-card-link {
  display: flex;
  display: -ms-flexbox;
  padding: 15px 20px;
}
.map-left-card-link:hover {
  background-color: #E6E6E6;
}

.theme-dark .map-left-card-link:hover {
  background-color: #73706E;
}

.map-left-card-img {
  width: 50px;
  height: 50px;
  display: block;
}

.map-left-card-body {
  padding-left: 15px;
}

.map-left-card-title {
  color: #0069B4;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.map-units-card-item-subtitle {
  color: #222222;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  padding-bottom: 15px;
}

.map-left-card-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.theme-light .map-left-card-text {
  color: #73706E;
}
.theme-dark .map-left-card-text {
  color: #EBEBEB;
}

.map-units-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -10px;
}

.img-units-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -10px;
}

.map-units-card-outer {
  padding-bottom: 20px;
}

.map-units-card-item {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  padding: 30px 20px;
  min-height: 100%;
  text-align: center;
}

.img-units-card-item {
  padding: 20px;
  min-height: 100%;
  text-align: left;
}

.img-units-card-item-title-link, .img-units-card-item-title {
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 140%;
  font-weight: 700;
}

.theme-dark .map-units-card-item {
  background: #222222;
}

.map-units-card-icon {
  width: 108px;
  height: 108px;
  display: block;
  margin: 0 auto 15px;
}

.map-units-card-item-title {
  color: #0069B4;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  padding-bottom: 10px;
}

.map-units-card-item-text {
  font-size: 0.8125rem;
  line-height: 1rem;
  padding-bottom: 15px;
}
.theme-light .map-units-card-item-text {
  color: #73706E;
}
.theme-dark .map-units-card-item-text {
  color: #EBEBEB;
}

.map-units-card-item-text-label {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
}
.theme-light .map-units-card-item-text-label {
  color: #73706E;
}
.theme-dark .map-units-card-item-text-label {
  color: #EBEBEB;
}

.map-units-card-item-link {
  font-size: 1rem;
  color: #F39200;
  text-decoration: underline;
  margin-bottom: 15px;
  font-weight: 700;
}

.map-outer + .ref {
  margin-top: 15px;
}

/* Responsive Media Queries --------------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) {
  .map-units-card-outer {
    width: 50%;
    padding: 0 10px 20px;
  }

  .map-outer:before {
    bottom: 59%;
  }
}
@media (max-width: 575.98px) {
  .map-outer:before {
    bottom: 59%;
  }
}
@media (min-width: 768px) {
  .map-units-header {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
  }

  .business-units {
    margin: 0;
    padding: 0 15px;
    max-width: calc(100% - 382px);
    order: 2;
  }

  .map-units-tabs {
    padding-left: 0;
    order: 3;
  }

  .map-iframe {
    height: 660px;
  }

  .img-iframe {
    height: 660px;
  }

  .map-left-bar {
    width: 290px;
    max-width: 290px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
  }

  .img-units-popup {
    position: absolute;
    left: 335px;
    top: 0px;
    max-width: 625px;
    padding: 0;
  }

  .img-units-card-item {
    padding: 30px 0;
    min-height: 100%;
    text-align: left;
  }

  .img-units-card-item-title-link, .img-units-card-item-title {
    font-size: 1.5rem;
  }

  .map-outer + .ref {
    margin-left: 300px;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .map-units-card-outer {
    width: 33.33%;
  }
}
@media (min-width: 1400px) {
  .map-units-card-outer {
    width: 25%;
  }
}

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