.wr-module {
  padding-top: 50px;
  position: relative
}

.wr-wrapper img {
  width: 100%
}

.wr-content-main {
  align-items: center;
  background: hsla(0,0%,100%,.9);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: absolute;
  top: 0;
  transition: all .5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 2
}

.wr-content-main.active {
  opacity: 1;
  visibility: visible
}

.wr-content-flex {
  display: none;
  margin: 0 auto;
  max-width: 900px
}

.wr-content-flex.active,.wr-content-item {
  display: flex;
  flex-wrap: wrap
}

.wr-content-item {
  align-items: flex-start;
  justify-content: space-between
}

.wr-content-left {
  width: 35%
}

.wr-content-right {
  width: calc(65% - 20px)
}

a#Close {
  position: absolute;
  right: 30px;
  top: 30px
}

.wr-cta {
  background-color: #e95511;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  padding: 6px 16px;
  text-align: center
}

.wr-cta:hover {
  font-weight: 600;
  text-decoration: none
}

.wr-wrapper-content {
  margin-bottom: 20px;
  padding: 0 50px
}

.wr-wrapper-content h2 {
  color: #0063a1;
  margin-bottom: 10px
}

.wr-wrapper-content p {
  color: #6c757d;
  font-size: 20px;
  margin-bottom: 0
}

.responsive-map,.wr-image-content-wrapper {
  position: relative
}

.responsive-map {
  display: block;
  height: auto;
  width: 100%
}

.highlight-container {
  left: 0;
  top: 0
}

.highlight-box,.highlight-container {
  position: absolute
}
.highlight-box {
  cursor:pointer;
}

.highlight-box {
  background-color: rgba(255,255,255,.4);
  width: 20px !important;
  height: 20px !important;
  border-radius: 100%;
  margin-left: -10px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: pulse-shadow;
  box-shadow:0px 0px 20px 0px rgba(0,0,0,0.2);
}

.highlight-box:hover {
  transition: transform ease 0.5s;
  transform: scale(2.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  animation-play-state: paused;
  scale: 1 !important;
}

.highlight-box:nth-child(n) { animation-delay: 0.1s; }
.highlight-box:nth-child(2n) { animation-delay: 0.3s; }
.highlight-box:nth-child(3n) {animation-delay: 0.7s; background-color: rgba(243, 124, 32, 0.7); }
.highlight-box:nth-child(4n) {animation-delay: 0.5s; background-color: rgba(0, 99, 161, 0.6); }
.highlight-box:nth-child(5n) {animation-delay: 0.9s; background-color: rgba(224,111,52, 0.7); }
.highlight-box:nth-child(6n) { animation-delay: 0.2s; }
.highlight-box:nth-child(7n) { animation-delay: 1.2s; }
.highlight-box:nth-child(8n) { animation-delay: 0.6s; }
.highlight-box:nth-child(9n) { animation-delay: 1s; }


.wr-wrapper-desktop{
  position:relative;
}

.wr-wrapper-mobile{
  position:relative;
}

@keyframes pulse-shadow {
  0%: {
    scale:1
  }

  50% {
    scale:0
  }

  100% {
    scale:1
  }
}
@media (min-width: 1230px) {
  .wr-wrapper-content {
    text-align:center;
  }
}
@media(max-width: 1024px) {
  .wr-wrapper-content h2 {
    font-size:32px
  }

  .wr-wrapper-content p {
    font-size: 18px
  }
}

@media(min-width: 768px) {
  .wr-wrapper-mobile {
    display:none
  }
}

@media(max-width: 767px) {
  .wr-wrapper-desktop {
    display:none
  }

  .wr-wrapper-content h2 {
    font-size: 28px
  }

  .wr-wrapper-content p {
    font-size: 16px
  }

  .wr-wrapper-content {
    padding: 0;
    margin-bottom: -20px;
  }

  .wr-content-left {
    margin: 0 auto;
    max-width: 200px;
    width: 100%
  }

  .wr-content-right {
    width: 100%
  }

  .wr-content-right h3 {
    font-size: 24px;
    margin-bottom: 10px
  }

  .wr-cta {
    font-size: 16px
  }

  .wr-content-item {
    padding: 20px 0
  }

  .wr-wrapper-mobile img {
    display: block;
    margin: 0 auto 30px
  }
}
