.jquery-modal.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100000;
  padding: 8px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.jquery-modal.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.jquery-modal.blocker.behind {
  background-color: transparent;
}
.asen-pop-ups-single {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  padding: 0px;
  box-shadow: 0 10px 24px 0 rgba(54, 61, 77, 0.15);
  text-align: left;
}

.asen-pop-ups-single.content-style-copy {
  width: 100%;
  max-width: 376px;
  padding: 65px 48px 55px;
}

@media (max-width: 640px) {
  .asen-pop-ups-single.content-style-copy {
    padding: 55px 38px 45px;
  }
}

.asen-pop-ups-single.content-style-image a.image-link {
  display: block;
}

.asen-pop-ups-single.content-style-image img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  display: block;
}

.asen-pop-ups-single .button-container {
  display: flex;
  flex-wrap: wrap;
}

.asen-pop-ups-single .button-container .button {
  margin-bottom: 8px !important;
  width: 100% !important;
  background-color: #fff !important;
  border: 3px solid #0f0f0f !important;
  padding: 11px 32px !important;
  font-weight: 900 !important;
  line-height: 1.55555556 !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  transition: all 200ms ease !important;
  word-wrap: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  text-align: center;
}
.asen-pop-ups-single .button-container .button:hover {
  background-color: #0f0f0f !important;
  color: #fff !important;
}

@media (max-width: 640px) {
  .asen-pop-ups-single .button-container .button {
    margin-bottom: 8px !important;
  }
}

.asen-pop-ups-single button.close-button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  display: block !important;
  width: 64px !important;
  height: 64px !important;
  padding: 20px !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  transition: all 200ms ease !important;
  cursor: pointer !important;
}

.asen-pop-ups-single.content-style-image button.close-button {
 transition: opacity 200ms ease;
}
.asen-pop-ups-single.content-style-image button.close-button:hover {
  opacity: 0.75;
}

.asen-pop-ups-single.content-style-copy button.close-button {
  color: #b7b7b7 !important;
}
.asen-pop-ups-single.content-style-copy button.close-button:hover {
  color: #0f0f0f !important;
}

.asen-pop-ups-single .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.asen-pop-ups-single h1,
.asen-pop-ups-single h2,
.asen-pop-ups-single h3,
.asen-pop-ups-single h4,
.asen-pop-ups-single h5,
.asen-pop-ups-single h6,
.asen-pop-ups-single p,
.asen-pop-ups-single a {
  color: #0f0f0f !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.asen-pop-ups-single h1,
.asen-pop-ups-single h2,
.asen-pop-ups-single h3,
.asen-pop-ups-single h4,
.asen-pop-ups-single h5,
.asen-pop-ups-single h6 {
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}
@media (max-width: 640px) {
  .asen-pop-ups-single h1,
  .asen-pop-ups-single h2,
  .asen-pop-ups-single h3,
  .asen-pop-ups-single h4,
  .asen-pop-ups-single h5,
  .asen-pop-ups-single h6 {
    margin-bottom: 14px !important;
  }
}

.asen-pop-ups-single p {
  font-size: 18px !important;
  line-height: 1.3 !important;
  padding: 0 !important;
  margin: 0 0 30px !important;
}

@media (max-width: 640px) {
  .asen-pop-ups-single p {
    margin-bottom: 25px !important;
  }
}
