.ie-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999999999999;
}

.ie-overlay:target {
  visibility: visible;
  opacity: 1;
}

.ie-popup {
  background: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
  padding-top: 200px;
}

.ie-popup h2 {
  margin-top: 40px !important;
  color: #1E1938;;
  font-family: markpro-heavy, sans-serif;
  font-size: 34px;
}

.ie-popup .message {
  max-height: 30%;
  overflow: auto;
  font-family: markpro-medium, sans-serif;
}

.ie-popup .message a{
  color: #06AC93;
}

.ie-popup .message a:hover{
  color: #00574A;
}

@media screen and (max-width: 700px){
  .ie-popup{
    width: 100% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}