/* Overlay */
#custom-exit-poll-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 999999;
  padding: 24px;
}

/* Modal */
#custom-exit-poll-modal {
  background: #004151;
  color: inherit;
  max-width: 560px;
  margin: 10vh auto 0;
  border-radius: 16px;
  padding: 18px 18px 14px;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  outline: none;
}

/* Close button */
#custom-exit-poll-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.75;
}

#custom-exit-poll-close:hover {
  opacity: 1;
}

/* Content */
#custom-exit-poll-title {
  margin: 0 32px 10px 0;
  font-size: 20px;
}

.custom-exit-poll-body {
  margin-top: 10px;
}

.custom-exit-poll-note {
  margin: 12px 0 0;
  font-size: 13px;
  opacity: 0.75;
}
.apm-title-box div {color: #0C6291!important;
  text-transform: inherit!important;
  font-family: inherit!important;
  font-family: Anton!important;
  text-transform: uppercase!important;
  font-size: 50px!important;
  line-height: 60px;
  font-weight: 400;
  font-size: 30px !important;
}
.ays-poll-btn {
  width: auto;
  font-size: 17px;
  padding: 10px 20px;
  border-radius: 3px;
  color: #FBFEF9 !important;
  background: #0C6291 !important;
  font-family: Anton !important;
  text-transform: uppercase !important;
}
span.ays_poll_passed_count {
  background-color: #0C6291;
  color: #ffffff;
  display: none!important;
}
.box-apm {
	padding-bottom:0px!important;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  #custom-exit-poll-overlay {
    padding: 16px;
  }
  #custom-exit-poll-modal {
    margin-top: 12vh;
    max-width: 100%;
  }
}
