/* .wce-map,
.wce-map-container, */
.wce-landing .container {
  margin: 0 auto;
}
.maps-modal-container {
  display: block;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.modal-content {
  max-width: 600px;
}

.energy-mix-center.mobile {
  text-align: center;
}

.modal-content [class*="col-"] {
  margin: auto;
}

@media screen and (min-width: 992px) {
  .modal-content {
    max-width: none;
  }

  .modal-content [class*="col-"] {
    float: left;
  }
  .modal-content .col-md-4 {
    width: 33.33%;
  }
}

.modal-content .close {
  /* color: #087295; */
  color: #000;
  font-size: 14px;
  display: flex;
  margin-right: -16px;
  cursor: pointer;
  padding: 5px;
}

.modal-content .close .icon {
  pointer-events: none;
}

.modal-content .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .bottom
  .JOBS-2050
  .jobs-created.left
  .content-wrapper::after {
  display: none;
}

.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .container-fluid {
  padding: 0;
}

.maps-modal-container
  .modal-dialog
  .modal-content
  .modal-body.maps-modal
  .top
  .modal-top
  .close-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 70px;
  width: 70px;
}

.modal-content h2 {
  font-size: 28px;
  color: #087295;
  font-weight: 700;

  margin-top: 0.5em;
  line-height: 1.5em;
  margin-bottom: 1.15em;

  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
}

.old-row {
  /* margin-left: -15px;
  margin-right: -15px; */
}

.wce-map-nav-item {
  white-space: nowrap;
  transition: 0.1s background ease-in-out !important;
}
.wce-map-nav-item:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 1px #24788e inset;
}

.wce-map__ui {
}

.wce-map-nav-item-4 {
  border-radius: 4px;

  background-color: #975cc4;
  margin-left: 9px;
}
.wce-map-nav-item-4:focus,
.wce-map-nav-item-4:hover {
  background-color: #b176de;
}

@media (max-width: 767px) {
  .wce-map-nav-item {
    height: 33px;
    font-size: 12px;
    flex-grow: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wce-map-nav-item img {
    display: none;
  }

  .wce-map-nav {
    position: relative;
    width: auto;
    margin: 0;
    box-shadow: none;
  }

  .wce-map__ui {
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .wce-map-nav .wce-map-nav-item-1 {
    border-radius: 4px 0 0 4px;
  }

  .wce-map-nav .wce-map-nav-item-3 {
    border-radius: 0 4px 4px 0;
  }
}
@media (min-width: 768px) {
  .wce-map-nav-item-4 {
    position: absolute;
    right: 21px;
    top: 21px;
    z-index: 2;
    margin: 0;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (max-width: 360px) {
  .wce-map-nav-item {
    font-size: 10px;

    padding-left: 6px;
    padding-right: 6px;
  }
}

@keyframes popin {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes popin {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes popin {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes popin {
  from {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes popin {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@media only screen and (min-width: 900px) {
  .land-percentage .col-md-6 {
    width: 50%;
  }
}
